google-apis-sqladmin_v1beta4 0.41.0 → 0.95.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +225 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/sqladmin_v1beta4/classes.rb +2893 -75
- data/lib/google/apis/sqladmin_v1beta4/gem_version.rb +3 -3
- data/lib/google/apis/sqladmin_v1beta4/representations.rb +1108 -31
- data/lib/google/apis/sqladmin_v1beta4/service.rb +1068 -155
- data/lib/google/apis/sqladmin_v1beta4.rb +1 -1
- metadata +7 -10
|
@@ -28,12 +28,36 @@ module Google
|
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
+
class AcquireSsrsLeaseContext
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class AdvancedMachineFeatures
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
|
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
+
end
|
|
42
|
+
|
|
31
43
|
class ApiWarning
|
|
32
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
45
|
|
|
34
46
|
include Google::Apis::Core::JsonObjectSupport
|
|
35
47
|
end
|
|
36
48
|
|
|
49
|
+
class AvailableDatabaseVersion
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class Backup
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
37
61
|
class BackupConfiguration
|
|
38
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
63
|
|
|
@@ -46,6 +70,12 @@ module Google
|
|
|
46
70
|
include Google::Apis::Core::JsonObjectSupport
|
|
47
71
|
end
|
|
48
72
|
|
|
73
|
+
class BackupReencryptionConfig
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
49
79
|
class BackupRetentionSettings
|
|
50
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
81
|
|
|
@@ -76,12 +106,42 @@ module Google
|
|
|
76
106
|
include Google::Apis::Core::JsonObjectSupport
|
|
77
107
|
end
|
|
78
108
|
|
|
109
|
+
class Column
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class ConnectPoolNodeConfig
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
79
121
|
class ConnectSettings
|
|
80
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
123
|
|
|
82
124
|
include Google::Apis::Core::JsonObjectSupport
|
|
83
125
|
end
|
|
84
126
|
|
|
127
|
+
class ConnectionPoolConfig
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class ConnectionPoolFlags
|
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
135
|
+
|
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
class DataCacheConfig
|
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
85
145
|
class Database
|
|
86
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
147
|
|
|
@@ -112,6 +172,12 @@ module Google
|
|
|
112
172
|
include Google::Apis::Core::JsonObjectSupport
|
|
113
173
|
end
|
|
114
174
|
|
|
175
|
+
class DemoteContext
|
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
115
181
|
class DemoteMasterConfiguration
|
|
116
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
183
|
|
|
@@ -148,6 +214,24 @@ module Google
|
|
|
148
214
|
include Google::Apis::Core::JsonObjectSupport
|
|
149
215
|
end
|
|
150
216
|
|
|
217
|
+
class DnsNameMapping
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
class Empty
|
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
|
+
|
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
class ExecuteSqlPayload
|
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
|
+
|
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
233
|
+
end
|
|
234
|
+
|
|
151
235
|
class ExportContext
|
|
152
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
237
|
|
|
@@ -171,9 +255,27 @@ module Google
|
|
|
171
255
|
|
|
172
256
|
include Google::Apis::Core::JsonObjectSupport
|
|
173
257
|
end
|
|
258
|
+
|
|
259
|
+
class PostgresExportOptions
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
+
|
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
+
end
|
|
174
264
|
|
|
175
265
|
include Google::Apis::Core::JsonObjectSupport
|
|
176
266
|
end
|
|
267
|
+
|
|
268
|
+
class TdeExportOptions
|
|
269
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
270
|
+
|
|
271
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
272
|
+
end
|
|
273
|
+
|
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
class ExternalSyncSelectedObject
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
279
|
|
|
178
280
|
include Google::Apis::Core::JsonObjectSupport
|
|
179
281
|
end
|
|
@@ -184,6 +286,12 @@ module Google
|
|
|
184
286
|
include Google::Apis::Core::JsonObjectSupport
|
|
185
287
|
end
|
|
186
288
|
|
|
289
|
+
class FinalBackupConfig
|
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
+
|
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
+
end
|
|
294
|
+
|
|
187
295
|
class Flag
|
|
188
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
297
|
|
|
@@ -196,6 +304,12 @@ module Google
|
|
|
196
304
|
include Google::Apis::Core::JsonObjectSupport
|
|
197
305
|
end
|
|
198
306
|
|
|
307
|
+
class GeminiInstanceConfig
|
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
|
+
|
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
311
|
+
end
|
|
312
|
+
|
|
199
313
|
class GenerateEphemeralCertRequest
|
|
200
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
315
|
|
|
@@ -228,6 +342,24 @@ module Google
|
|
|
228
342
|
|
|
229
343
|
include Google::Apis::Core::JsonObjectSupport
|
|
230
344
|
end
|
|
345
|
+
|
|
346
|
+
class SqlImportOptions
|
|
347
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
348
|
+
|
|
349
|
+
class PostgresImportOptions
|
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
351
|
+
|
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
356
|
+
end
|
|
357
|
+
|
|
358
|
+
class TdeImportOptions
|
|
359
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
360
|
+
|
|
361
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
362
|
+
end
|
|
231
363
|
|
|
232
364
|
include Google::Apis::Core::JsonObjectSupport
|
|
233
365
|
end
|
|
@@ -244,6 +376,12 @@ module Google
|
|
|
244
376
|
include Google::Apis::Core::JsonObjectSupport
|
|
245
377
|
end
|
|
246
378
|
|
|
379
|
+
class InstancesAcquireSsrsLeaseRequest
|
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
381
|
+
|
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
383
|
+
end
|
|
384
|
+
|
|
247
385
|
class CloneInstancesRequest
|
|
248
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
387
|
|
|
@@ -256,6 +394,12 @@ module Google
|
|
|
256
394
|
include Google::Apis::Core::JsonObjectSupport
|
|
257
395
|
end
|
|
258
396
|
|
|
397
|
+
class InstancesDemoteRequest
|
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
|
+
|
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
401
|
+
end
|
|
402
|
+
|
|
259
403
|
class ExportInstancesRequest
|
|
260
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
405
|
|
|
@@ -274,6 +418,12 @@ module Google
|
|
|
274
418
|
include Google::Apis::Core::JsonObjectSupport
|
|
275
419
|
end
|
|
276
420
|
|
|
421
|
+
class InstancesListEntraIdCertificatesResponse
|
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
|
+
|
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
425
|
+
end
|
|
426
|
+
|
|
277
427
|
class ListInstancesResponse
|
|
278
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
429
|
|
|
@@ -286,24 +436,60 @@ module Google
|
|
|
286
436
|
include Google::Apis::Core::JsonObjectSupport
|
|
287
437
|
end
|
|
288
438
|
|
|
439
|
+
class InstancesListServerCertificatesResponse
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
class InstancesPreCheckMajorVersionUpgradeRequest
|
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
447
|
+
|
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
449
|
+
end
|
|
450
|
+
|
|
451
|
+
class InstancesReencryptRequest
|
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
453
|
+
|
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
455
|
+
end
|
|
456
|
+
|
|
289
457
|
class RestoreInstancesBackupRequest
|
|
290
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
459
|
|
|
292
460
|
include Google::Apis::Core::JsonObjectSupport
|
|
293
461
|
end
|
|
294
462
|
|
|
463
|
+
class InstancesRotateEntraIdCertificateRequest
|
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
|
+
|
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
467
|
+
end
|
|
468
|
+
|
|
295
469
|
class InstancesRotateServerCaRequest
|
|
296
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
297
471
|
|
|
298
472
|
include Google::Apis::Core::JsonObjectSupport
|
|
299
473
|
end
|
|
300
474
|
|
|
475
|
+
class InstancesRotateServerCertificateRequest
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
301
481
|
class InstancesTruncateLogRequest
|
|
302
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
483
|
|
|
304
484
|
include Google::Apis::Core::JsonObjectSupport
|
|
305
485
|
end
|
|
306
486
|
|
|
487
|
+
class Interval
|
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
489
|
+
|
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
491
|
+
end
|
|
492
|
+
|
|
307
493
|
class IpConfiguration
|
|
308
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
309
495
|
|
|
@@ -316,6 +502,12 @@ module Google
|
|
|
316
502
|
include Google::Apis::Core::JsonObjectSupport
|
|
317
503
|
end
|
|
318
504
|
|
|
505
|
+
class ListBackupsResponse
|
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
|
+
|
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
509
|
+
end
|
|
510
|
+
|
|
319
511
|
class LocationPreference
|
|
320
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
321
513
|
|
|
@@ -328,6 +520,18 @@ module Google
|
|
|
328
520
|
include Google::Apis::Core::JsonObjectSupport
|
|
329
521
|
end
|
|
330
522
|
|
|
523
|
+
class Message
|
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
525
|
+
|
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
527
|
+
end
|
|
528
|
+
|
|
529
|
+
class Metadata
|
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
|
+
|
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
533
|
+
end
|
|
534
|
+
|
|
331
535
|
class MySqlReplicaConfiguration
|
|
332
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
333
537
|
|
|
@@ -364,6 +568,12 @@ module Google
|
|
|
364
568
|
include Google::Apis::Core::JsonObjectSupport
|
|
365
569
|
end
|
|
366
570
|
|
|
571
|
+
class OperationMetadata
|
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
573
|
+
|
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
575
|
+
end
|
|
576
|
+
|
|
367
577
|
class ListOperationsResponse
|
|
368
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
579
|
|
|
@@ -376,55 +586,181 @@ module Google
|
|
|
376
586
|
include Google::Apis::Core::JsonObjectSupport
|
|
377
587
|
end
|
|
378
588
|
|
|
379
|
-
class PasswordValidationPolicy
|
|
589
|
+
class PasswordValidationPolicy
|
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
591
|
+
|
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
593
|
+
end
|
|
594
|
+
|
|
595
|
+
class PerformDiskShrinkContext
|
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
597
|
+
|
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
599
|
+
end
|
|
600
|
+
|
|
601
|
+
class PerformanceCaptureConfig
|
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
603
|
+
|
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
605
|
+
end
|
|
606
|
+
|
|
607
|
+
class PointInTimeRestoreContext
|
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
|
+
|
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
611
|
+
end
|
|
612
|
+
|
|
613
|
+
class PoolNodeConfig
|
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
615
|
+
|
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
class PreCheckMajorVersionUpgradeContext
|
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
621
|
+
|
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
623
|
+
end
|
|
624
|
+
|
|
625
|
+
class PreCheckResponse
|
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
627
|
+
|
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
629
|
+
end
|
|
630
|
+
|
|
631
|
+
class PscAutoConnectionConfig
|
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
633
|
+
|
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
635
|
+
end
|
|
636
|
+
|
|
637
|
+
class PscConfig
|
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
639
|
+
|
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
641
|
+
end
|
|
642
|
+
|
|
643
|
+
class QueryResult
|
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
645
|
+
|
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
647
|
+
end
|
|
648
|
+
|
|
649
|
+
class ReadPoolAutoScaleConfig
|
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
651
|
+
|
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
653
|
+
end
|
|
654
|
+
|
|
655
|
+
class ReplicaConfiguration
|
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
657
|
+
|
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
659
|
+
end
|
|
660
|
+
|
|
661
|
+
class ReplicationCluster
|
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
663
|
+
|
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
665
|
+
end
|
|
666
|
+
|
|
667
|
+
class Reschedule
|
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
669
|
+
|
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
671
|
+
end
|
|
672
|
+
|
|
673
|
+
class RestoreBackupContext
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
679
|
+
class RotateEntraIdCertificateContext
|
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
681
|
+
|
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
683
|
+
end
|
|
684
|
+
|
|
685
|
+
class RotateServerCaContext
|
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
687
|
+
|
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
689
|
+
end
|
|
690
|
+
|
|
691
|
+
class RotateServerCertificateContext
|
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
693
|
+
|
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
695
|
+
end
|
|
696
|
+
|
|
697
|
+
class Row
|
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
699
|
+
|
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
701
|
+
end
|
|
702
|
+
|
|
703
|
+
class SelectedObjects
|
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
705
|
+
|
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
707
|
+
end
|
|
708
|
+
|
|
709
|
+
class Settings
|
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
711
|
+
|
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
713
|
+
end
|
|
714
|
+
|
|
715
|
+
class SqlActiveDirectoryConfig
|
|
380
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
381
717
|
|
|
382
718
|
include Google::Apis::Core::JsonObjectSupport
|
|
383
719
|
end
|
|
384
720
|
|
|
385
|
-
class
|
|
721
|
+
class SqlExternalSyncSettingError
|
|
386
722
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
387
723
|
|
|
388
724
|
include Google::Apis::Core::JsonObjectSupport
|
|
389
725
|
end
|
|
390
726
|
|
|
391
|
-
class
|
|
727
|
+
class SqlInstancesAcquireSsrsLeaseResponse
|
|
392
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
729
|
|
|
394
730
|
include Google::Apis::Core::JsonObjectSupport
|
|
395
731
|
end
|
|
396
732
|
|
|
397
|
-
class
|
|
733
|
+
class SqlInstancesExecuteSqlResponse
|
|
398
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
735
|
|
|
400
736
|
include Google::Apis::Core::JsonObjectSupport
|
|
401
737
|
end
|
|
402
738
|
|
|
403
|
-
class
|
|
739
|
+
class SqlInstancesGetDiskShrinkConfigResponse
|
|
404
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
405
741
|
|
|
406
742
|
include Google::Apis::Core::JsonObjectSupport
|
|
407
743
|
end
|
|
408
744
|
|
|
409
|
-
class
|
|
745
|
+
class SqlInstancesGetLatestRecoveryTimeResponse
|
|
410
746
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
411
747
|
|
|
412
748
|
include Google::Apis::Core::JsonObjectSupport
|
|
413
749
|
end
|
|
414
750
|
|
|
415
|
-
class
|
|
751
|
+
class SqlInstancesReleaseSsrsLeaseResponse
|
|
416
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
417
753
|
|
|
418
754
|
include Google::Apis::Core::JsonObjectSupport
|
|
419
755
|
end
|
|
420
756
|
|
|
421
|
-
class
|
|
757
|
+
class SqlInstancesRescheduleMaintenanceRequestBody
|
|
422
758
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
759
|
|
|
424
760
|
include Google::Apis::Core::JsonObjectSupport
|
|
425
761
|
end
|
|
426
762
|
|
|
427
|
-
class
|
|
763
|
+
class SqlInstancesResetReplicaSizeRequest
|
|
428
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
765
|
|
|
430
766
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -472,12 +808,24 @@ module Google
|
|
|
472
808
|
include Google::Apis::Core::JsonObjectSupport
|
|
473
809
|
end
|
|
474
810
|
|
|
811
|
+
class SqlServerEntraIdConfig
|
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
813
|
+
|
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
815
|
+
end
|
|
816
|
+
|
|
475
817
|
class SqlServerUserDetails
|
|
476
818
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
819
|
|
|
478
820
|
include Google::Apis::Core::JsonObjectSupport
|
|
479
821
|
end
|
|
480
822
|
|
|
823
|
+
class SqlSubOperationType
|
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
825
|
+
|
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
827
|
+
end
|
|
828
|
+
|
|
481
829
|
class SslCert
|
|
482
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
483
831
|
|
|
@@ -514,12 +862,24 @@ module Google
|
|
|
514
862
|
include Google::Apis::Core::JsonObjectSupport
|
|
515
863
|
end
|
|
516
864
|
|
|
865
|
+
class Status
|
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
867
|
+
|
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
869
|
+
end
|
|
870
|
+
|
|
517
871
|
class SyncFlags
|
|
518
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
519
873
|
|
|
520
874
|
include Google::Apis::Core::JsonObjectSupport
|
|
521
875
|
end
|
|
522
876
|
|
|
877
|
+
class TargetMetric
|
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
879
|
+
|
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
881
|
+
end
|
|
882
|
+
|
|
523
883
|
class Tier
|
|
524
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
525
885
|
|
|
@@ -556,6 +916,12 @@ module Google
|
|
|
556
916
|
include Google::Apis::Core::JsonObjectSupport
|
|
557
917
|
end
|
|
558
918
|
|
|
919
|
+
class Value
|
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
921
|
+
|
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
923
|
+
end
|
|
924
|
+
|
|
559
925
|
class AclEntry
|
|
560
926
|
# @private
|
|
561
927
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -566,6 +932,23 @@ module Google
|
|
|
566
932
|
end
|
|
567
933
|
end
|
|
568
934
|
|
|
935
|
+
class AcquireSsrsLeaseContext
|
|
936
|
+
# @private
|
|
937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
938
|
+
property :duration, as: 'duration'
|
|
939
|
+
property :report_database, as: 'reportDatabase'
|
|
940
|
+
property :service_login, as: 'serviceLogin'
|
|
941
|
+
property :setup_login, as: 'setupLogin'
|
|
942
|
+
end
|
|
943
|
+
end
|
|
944
|
+
|
|
945
|
+
class AdvancedMachineFeatures
|
|
946
|
+
# @private
|
|
947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
948
|
+
property :threads_per_core, as: 'threadsPerCore'
|
|
949
|
+
end
|
|
950
|
+
end
|
|
951
|
+
|
|
569
952
|
class ApiWarning
|
|
570
953
|
# @private
|
|
571
954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -575,11 +958,53 @@ module Google
|
|
|
575
958
|
end
|
|
576
959
|
end
|
|
577
960
|
|
|
961
|
+
class AvailableDatabaseVersion
|
|
962
|
+
# @private
|
|
963
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
964
|
+
property :display_name, as: 'displayName'
|
|
965
|
+
property :major_version, as: 'majorVersion'
|
|
966
|
+
property :name, as: 'name'
|
|
967
|
+
end
|
|
968
|
+
end
|
|
969
|
+
|
|
970
|
+
class Backup
|
|
971
|
+
# @private
|
|
972
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
973
|
+
property :backup_interval, as: 'backupInterval', class: Google::Apis::SqladminV1beta4::Interval, decorator: Google::Apis::SqladminV1beta4::Interval::Representation
|
|
974
|
+
|
|
975
|
+
property :backup_kind, as: 'backupKind'
|
|
976
|
+
property :backup_run, as: 'backupRun'
|
|
977
|
+
property :database_version, as: 'databaseVersion'
|
|
978
|
+
property :description, as: 'description'
|
|
979
|
+
property :error, as: 'error', class: Google::Apis::SqladminV1beta4::OperationError, decorator: Google::Apis::SqladminV1beta4::OperationError::Representation
|
|
980
|
+
|
|
981
|
+
property :expiry_time, as: 'expiryTime'
|
|
982
|
+
property :instance, as: 'instance'
|
|
983
|
+
property :instance_deletion_time, as: 'instanceDeletionTime'
|
|
984
|
+
property :instance_settings, as: 'instanceSettings', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation
|
|
985
|
+
|
|
986
|
+
property :kind, as: 'kind'
|
|
987
|
+
property :kms_key, as: 'kmsKey'
|
|
988
|
+
property :kms_key_version, as: 'kmsKeyVersion'
|
|
989
|
+
property :location, as: 'location'
|
|
990
|
+
property :max_chargeable_bytes, :numeric_string => true, as: 'maxChargeableBytes'
|
|
991
|
+
property :name, as: 'name'
|
|
992
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
993
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
994
|
+
property :self_link, as: 'selfLink'
|
|
995
|
+
property :state, as: 'state'
|
|
996
|
+
property :time_zone, as: 'timeZone'
|
|
997
|
+
property :ttl_days, :numeric_string => true, as: 'ttlDays'
|
|
998
|
+
property :type, as: 'type'
|
|
999
|
+
end
|
|
1000
|
+
end
|
|
1001
|
+
|
|
578
1002
|
class BackupConfiguration
|
|
579
1003
|
# @private
|
|
580
1004
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
581
1005
|
property :backup_retention_settings, as: 'backupRetentionSettings', class: Google::Apis::SqladminV1beta4::BackupRetentionSettings, decorator: Google::Apis::SqladminV1beta4::BackupRetentionSettings::Representation
|
|
582
1006
|
|
|
1007
|
+
property :backup_tier, as: 'backupTier'
|
|
583
1008
|
property :binary_log_enabled, as: 'binaryLogEnabled'
|
|
584
1009
|
property :enabled, as: 'enabled'
|
|
585
1010
|
property :kind, as: 'kind'
|
|
@@ -588,6 +1013,7 @@ module Google
|
|
|
588
1013
|
property :replication_log_archiving_enabled, as: 'replicationLogArchivingEnabled'
|
|
589
1014
|
property :start_time, as: 'startTime'
|
|
590
1015
|
property :transaction_log_retention_days, as: 'transactionLogRetentionDays'
|
|
1016
|
+
property :transactional_log_storage_state, as: 'transactionalLogStorageState'
|
|
591
1017
|
end
|
|
592
1018
|
end
|
|
593
1019
|
|
|
@@ -596,6 +1022,15 @@ module Google
|
|
|
596
1022
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
597
1023
|
property :backup_id, :numeric_string => true, as: 'backupId'
|
|
598
1024
|
property :kind, as: 'kind'
|
|
1025
|
+
property :name, as: 'name'
|
|
1026
|
+
end
|
|
1027
|
+
end
|
|
1028
|
+
|
|
1029
|
+
class BackupReencryptionConfig
|
|
1030
|
+
# @private
|
|
1031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1032
|
+
property :backup_limit, as: 'backupLimit'
|
|
1033
|
+
property :backup_type, as: 'backupType'
|
|
599
1034
|
end
|
|
600
1035
|
end
|
|
601
1036
|
|
|
@@ -611,6 +1046,7 @@ module Google
|
|
|
611
1046
|
# @private
|
|
612
1047
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
613
1048
|
property :backup_kind, as: 'backupKind'
|
|
1049
|
+
property :database_version, as: 'databaseVersion'
|
|
614
1050
|
property :description, as: 'description'
|
|
615
1051
|
property :disk_encryption_configuration, as: 'diskEncryptionConfiguration', class: Google::Apis::SqladminV1beta4::DiskEncryptionConfiguration, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionConfiguration::Representation
|
|
616
1052
|
|
|
@@ -624,6 +1060,7 @@ module Google
|
|
|
624
1060
|
property :instance, as: 'instance'
|
|
625
1061
|
property :kind, as: 'kind'
|
|
626
1062
|
property :location, as: 'location'
|
|
1063
|
+
property :max_chargeable_bytes, :numeric_string => true, as: 'maxChargeableBytes'
|
|
627
1064
|
property :self_link, as: 'selfLink'
|
|
628
1065
|
property :start_time, as: 'startTime'
|
|
629
1066
|
property :status, as: 'status'
|
|
@@ -663,6 +1100,29 @@ module Google
|
|
|
663
1100
|
property :kind, as: 'kind'
|
|
664
1101
|
property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
|
|
665
1102
|
property :point_in_time, as: 'pointInTime'
|
|
1103
|
+
property :preferred_secondary_zone, as: 'preferredSecondaryZone'
|
|
1104
|
+
property :preferred_zone, as: 'preferredZone'
|
|
1105
|
+
property :source_instance_deletion_time, as: 'sourceInstanceDeletionTime'
|
|
1106
|
+
end
|
|
1107
|
+
end
|
|
1108
|
+
|
|
1109
|
+
class Column
|
|
1110
|
+
# @private
|
|
1111
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1112
|
+
property :name, as: 'name'
|
|
1113
|
+
property :type, as: 'type'
|
|
1114
|
+
end
|
|
1115
|
+
end
|
|
1116
|
+
|
|
1117
|
+
class ConnectPoolNodeConfig
|
|
1118
|
+
# @private
|
|
1119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1120
|
+
property :dns_name, as: 'dnsName'
|
|
1121
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
1122
|
+
|
|
1123
|
+
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
1124
|
+
|
|
1125
|
+
property :name, as: 'name'
|
|
666
1126
|
end
|
|
667
1127
|
end
|
|
668
1128
|
|
|
@@ -670,13 +1130,48 @@ module Google
|
|
|
670
1130
|
# @private
|
|
671
1131
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
672
1132
|
property :backend_type, as: 'backendType'
|
|
1133
|
+
collection :custom_subject_alternative_names, as: 'customSubjectAlternativeNames'
|
|
673
1134
|
property :database_version, as: 'databaseVersion'
|
|
1135
|
+
property :dns_name, as: 'dnsName'
|
|
1136
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
1137
|
+
|
|
674
1138
|
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
675
1139
|
|
|
676
1140
|
property :kind, as: 'kind'
|
|
1141
|
+
collection :mdx_protocol_support, as: 'mdxProtocolSupport'
|
|
1142
|
+
property :node_count, as: 'nodeCount'
|
|
1143
|
+
collection :nodes, as: 'nodes', class: Google::Apis::SqladminV1beta4::ConnectPoolNodeConfig, decorator: Google::Apis::SqladminV1beta4::ConnectPoolNodeConfig::Representation
|
|
1144
|
+
|
|
1145
|
+
property :psc_enabled, as: 'pscEnabled'
|
|
677
1146
|
property :region, as: 'region'
|
|
678
1147
|
property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
679
1148
|
|
|
1149
|
+
property :server_ca_mode, as: 'serverCaMode'
|
|
1150
|
+
end
|
|
1151
|
+
end
|
|
1152
|
+
|
|
1153
|
+
class ConnectionPoolConfig
|
|
1154
|
+
# @private
|
|
1155
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1156
|
+
property :connection_pooling_enabled, as: 'connectionPoolingEnabled'
|
|
1157
|
+
collection :flags, as: 'flags', class: Google::Apis::SqladminV1beta4::ConnectionPoolFlags, decorator: Google::Apis::SqladminV1beta4::ConnectionPoolFlags::Representation
|
|
1158
|
+
|
|
1159
|
+
property :pooler_count, as: 'poolerCount'
|
|
1160
|
+
end
|
|
1161
|
+
end
|
|
1162
|
+
|
|
1163
|
+
class ConnectionPoolFlags
|
|
1164
|
+
# @private
|
|
1165
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1166
|
+
property :name, as: 'name'
|
|
1167
|
+
property :value, as: 'value'
|
|
1168
|
+
end
|
|
1169
|
+
end
|
|
1170
|
+
|
|
1171
|
+
class DataCacheConfig
|
|
1172
|
+
# @private
|
|
1173
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1174
|
+
property :data_cache_enabled, as: 'dataCacheEnabled'
|
|
680
1175
|
end
|
|
681
1176
|
end
|
|
682
1177
|
|
|
@@ -718,10 +1213,16 @@ module Google
|
|
|
718
1213
|
|
|
719
1214
|
property :disk_encryption_status, as: 'diskEncryptionStatus', class: Google::Apis::SqladminV1beta4::DiskEncryptionStatus, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionStatus::Representation
|
|
720
1215
|
|
|
1216
|
+
property :dns_name, as: 'dnsName'
|
|
1217
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
1218
|
+
|
|
721
1219
|
property :etag, as: 'etag'
|
|
722
1220
|
property :failover_replica, as: 'failoverReplica', class: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica::Representation
|
|
723
1221
|
|
|
724
1222
|
property :gce_zone, as: 'gceZone'
|
|
1223
|
+
property :gemini_config, as: 'geminiConfig', class: Google::Apis::SqladminV1beta4::GeminiInstanceConfig, decorator: Google::Apis::SqladminV1beta4::GeminiInstanceConfig::Representation
|
|
1224
|
+
|
|
1225
|
+
property :include_replicas_for_major_version_upgrade, as: 'includeReplicasForMajorVersionUpgrade'
|
|
725
1226
|
property :instance_type, as: 'instanceType'
|
|
726
1227
|
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
727
1228
|
|
|
@@ -731,16 +1232,24 @@ module Google
|
|
|
731
1232
|
property :master_instance_name, as: 'masterInstanceName'
|
|
732
1233
|
property :max_disk_size, :numeric_string => true, as: 'maxDiskSize'
|
|
733
1234
|
property :name, as: 'name'
|
|
1235
|
+
property :node_count, as: 'nodeCount'
|
|
1236
|
+
collection :nodes, as: 'nodes', class: Google::Apis::SqladminV1beta4::PoolNodeConfig, decorator: Google::Apis::SqladminV1beta4::PoolNodeConfig::Representation
|
|
1237
|
+
|
|
734
1238
|
property :on_premises_configuration, as: 'onPremisesConfiguration', class: Google::Apis::SqladminV1beta4::OnPremisesConfiguration, decorator: Google::Apis::SqladminV1beta4::OnPremisesConfiguration::Representation
|
|
735
1239
|
|
|
736
1240
|
property :out_of_disk_report, as: 'outOfDiskReport', class: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport, decorator: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport::Representation
|
|
737
1241
|
|
|
1242
|
+
property :primary_dns_name, as: 'primaryDnsName'
|
|
738
1243
|
property :project, as: 'project'
|
|
1244
|
+
property :psc_service_attachment_link, as: 'pscServiceAttachmentLink'
|
|
739
1245
|
property :region, as: 'region'
|
|
740
1246
|
property :replica_configuration, as: 'replicaConfiguration', class: Google::Apis::SqladminV1beta4::ReplicaConfiguration, decorator: Google::Apis::SqladminV1beta4::ReplicaConfiguration::Representation
|
|
741
1247
|
|
|
742
1248
|
collection :replica_names, as: 'replicaNames'
|
|
1249
|
+
property :replication_cluster, as: 'replicationCluster', class: Google::Apis::SqladminV1beta4::ReplicationCluster, decorator: Google::Apis::SqladminV1beta4::ReplicationCluster::Representation
|
|
1250
|
+
|
|
743
1251
|
property :root_password, as: 'rootPassword'
|
|
1252
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
744
1253
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
745
1254
|
property :scheduled_maintenance, as: 'scheduledMaintenance', class: Google::Apis::SqladminV1beta4::SqlScheduledMaintenance, decorator: Google::Apis::SqladminV1beta4::SqlScheduledMaintenance::Representation
|
|
746
1255
|
|
|
@@ -751,8 +1260,14 @@ module Google
|
|
|
751
1260
|
property :service_account_email_address, as: 'serviceAccountEmailAddress'
|
|
752
1261
|
property :settings, as: 'settings', class: Google::Apis::SqladminV1beta4::Settings, decorator: Google::Apis::SqladminV1beta4::Settings::Representation
|
|
753
1262
|
|
|
1263
|
+
property :sql_network_architecture, as: 'sqlNetworkArchitecture'
|
|
754
1264
|
property :state, as: 'state'
|
|
755
1265
|
collection :suspension_reason, as: 'suspensionReason'
|
|
1266
|
+
property :switch_transaction_logs_to_cloud_storage_enabled, as: 'switchTransactionLogsToCloudStorageEnabled'
|
|
1267
|
+
hash :tags, as: 'tags'
|
|
1268
|
+
collection :upgradable_database_versions, as: 'upgradableDatabaseVersions', class: Google::Apis::SqladminV1beta4::AvailableDatabaseVersion, decorator: Google::Apis::SqladminV1beta4::AvailableDatabaseVersion::Representation
|
|
1269
|
+
|
|
1270
|
+
property :write_endpoint, as: 'writeEndpoint'
|
|
756
1271
|
end
|
|
757
1272
|
|
|
758
1273
|
class FailoverReplica
|
|
@@ -773,6 +1288,14 @@ module Google
|
|
|
773
1288
|
end
|
|
774
1289
|
end
|
|
775
1290
|
|
|
1291
|
+
class DemoteContext
|
|
1292
|
+
# @private
|
|
1293
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1294
|
+
property :kind, as: 'kind'
|
|
1295
|
+
property :source_representative_instance_name, as: 'sourceRepresentativeInstanceName'
|
|
1296
|
+
end
|
|
1297
|
+
end
|
|
1298
|
+
|
|
776
1299
|
class DemoteMasterConfiguration
|
|
777
1300
|
# @private
|
|
778
1301
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -831,6 +1354,33 @@ module Google
|
|
|
831
1354
|
end
|
|
832
1355
|
end
|
|
833
1356
|
|
|
1357
|
+
class DnsNameMapping
|
|
1358
|
+
# @private
|
|
1359
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1360
|
+
property :connection_type, as: 'connectionType'
|
|
1361
|
+
property :dns_scope, as: 'dnsScope'
|
|
1362
|
+
property :name, as: 'name'
|
|
1363
|
+
end
|
|
1364
|
+
end
|
|
1365
|
+
|
|
1366
|
+
class Empty
|
|
1367
|
+
# @private
|
|
1368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1369
|
+
end
|
|
1370
|
+
end
|
|
1371
|
+
|
|
1372
|
+
class ExecuteSqlPayload
|
|
1373
|
+
# @private
|
|
1374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1375
|
+
property :auto_iam_authn, as: 'autoIamAuthn'
|
|
1376
|
+
property :database, as: 'database'
|
|
1377
|
+
property :partial_result_mode, as: 'partialResultMode'
|
|
1378
|
+
property :row_limit, :numeric_string => true, as: 'rowLimit'
|
|
1379
|
+
property :sql_statement, as: 'sqlStatement'
|
|
1380
|
+
property :user, as: 'user'
|
|
1381
|
+
end
|
|
1382
|
+
end
|
|
1383
|
+
|
|
834
1384
|
class ExportContext
|
|
835
1385
|
# @private
|
|
836
1386
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -844,12 +1394,19 @@ module Google
|
|
|
844
1394
|
property :offload, as: 'offload'
|
|
845
1395
|
property :sql_export_options, as: 'sqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::Representation
|
|
846
1396
|
|
|
1397
|
+
property :tde_export_options, as: 'tdeExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::TdeExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::TdeExportOptions::Representation
|
|
1398
|
+
|
|
847
1399
|
property :uri, as: 'uri'
|
|
848
1400
|
end
|
|
849
1401
|
|
|
850
1402
|
class BakExportOptions
|
|
851
1403
|
# @private
|
|
852
1404
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1405
|
+
property :bak_type, as: 'bakType'
|
|
1406
|
+
property :copy_only, as: 'copyOnly'
|
|
1407
|
+
property :differential_base, as: 'differentialBase'
|
|
1408
|
+
property :export_log_end_time, as: 'exportLogEndTime'
|
|
1409
|
+
property :export_log_start_time, as: 'exportLogStartTime'
|
|
853
1410
|
property :stripe_count, as: 'stripeCount'
|
|
854
1411
|
property :striped, as: 'striped'
|
|
855
1412
|
end
|
|
@@ -871,8 +1428,12 @@ module Google
|
|
|
871
1428
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
872
1429
|
property :mysql_export_options, as: 'mysqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions::Representation
|
|
873
1430
|
|
|
1431
|
+
property :parallel, as: 'parallel'
|
|
1432
|
+
property :postgres_export_options, as: 'postgresExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::PostgresExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::PostgresExportOptions::Representation
|
|
1433
|
+
|
|
874
1434
|
property :schema_only, as: 'schemaOnly'
|
|
875
1435
|
collection :tables, as: 'tables'
|
|
1436
|
+
property :threads, as: 'threads'
|
|
876
1437
|
end
|
|
877
1438
|
|
|
878
1439
|
class MysqlExportOptions
|
|
@@ -881,6 +1442,31 @@ module Google
|
|
|
881
1442
|
property :master_data, as: 'masterData'
|
|
882
1443
|
end
|
|
883
1444
|
end
|
|
1445
|
+
|
|
1446
|
+
class PostgresExportOptions
|
|
1447
|
+
# @private
|
|
1448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1449
|
+
property :clean, as: 'clean'
|
|
1450
|
+
property :if_exists, as: 'ifExists'
|
|
1451
|
+
end
|
|
1452
|
+
end
|
|
1453
|
+
end
|
|
1454
|
+
|
|
1455
|
+
class TdeExportOptions
|
|
1456
|
+
# @private
|
|
1457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1458
|
+
property :certificate_path, as: 'certificatePath'
|
|
1459
|
+
property :name, as: 'name'
|
|
1460
|
+
property :private_key_password, as: 'privateKeyPassword'
|
|
1461
|
+
property :private_key_path, as: 'privateKeyPath'
|
|
1462
|
+
end
|
|
1463
|
+
end
|
|
1464
|
+
end
|
|
1465
|
+
|
|
1466
|
+
class ExternalSyncSelectedObject
|
|
1467
|
+
# @private
|
|
1468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1469
|
+
property :database, as: 'database'
|
|
884
1470
|
end
|
|
885
1471
|
end
|
|
886
1472
|
|
|
@@ -892,17 +1478,28 @@ module Google
|
|
|
892
1478
|
end
|
|
893
1479
|
end
|
|
894
1480
|
|
|
1481
|
+
class FinalBackupConfig
|
|
1482
|
+
# @private
|
|
1483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1484
|
+
property :enabled, as: 'enabled'
|
|
1485
|
+
property :retention_days, as: 'retentionDays'
|
|
1486
|
+
end
|
|
1487
|
+
end
|
|
1488
|
+
|
|
895
1489
|
class Flag
|
|
896
1490
|
# @private
|
|
897
1491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
898
1492
|
collection :allowed_int_values, as: 'allowedIntValues'
|
|
899
1493
|
collection :allowed_string_values, as: 'allowedStringValues'
|
|
900
1494
|
collection :applies_to, as: 'appliesTo'
|
|
1495
|
+
property :flag_scope, as: 'flagScope'
|
|
901
1496
|
property :in_beta, as: 'inBeta'
|
|
902
1497
|
property :kind, as: 'kind'
|
|
903
1498
|
property :max_value, :numeric_string => true, as: 'maxValue'
|
|
904
1499
|
property :min_value, :numeric_string => true, as: 'minValue'
|
|
905
1500
|
property :name, as: 'name'
|
|
1501
|
+
property :recommended_int_value, :numeric_string => true, as: 'recommendedIntValue'
|
|
1502
|
+
property :recommended_string_value, as: 'recommendedStringValue'
|
|
906
1503
|
property :requires_restart, as: 'requiresRestart'
|
|
907
1504
|
property :type, as: 'type'
|
|
908
1505
|
end
|
|
@@ -917,6 +1514,18 @@ module Google
|
|
|
917
1514
|
end
|
|
918
1515
|
end
|
|
919
1516
|
|
|
1517
|
+
class GeminiInstanceConfig
|
|
1518
|
+
# @private
|
|
1519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1520
|
+
property :active_query_enabled, as: 'activeQueryEnabled'
|
|
1521
|
+
property :entitled, as: 'entitled'
|
|
1522
|
+
property :flag_recommender_enabled, as: 'flagRecommenderEnabled'
|
|
1523
|
+
property :google_vacuum_mgmt_enabled, as: 'googleVacuumMgmtEnabled'
|
|
1524
|
+
property :index_advisor_enabled, as: 'indexAdvisorEnabled'
|
|
1525
|
+
property :oom_session_cancel_enabled, as: 'oomSessionCancelEnabled'
|
|
1526
|
+
end
|
|
1527
|
+
end
|
|
1528
|
+
|
|
920
1529
|
class GenerateEphemeralCertRequest
|
|
921
1530
|
# @private
|
|
922
1531
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -946,14 +1555,23 @@ module Google
|
|
|
946
1555
|
property :file_type, as: 'fileType'
|
|
947
1556
|
property :import_user, as: 'importUser'
|
|
948
1557
|
property :kind, as: 'kind'
|
|
1558
|
+
property :sql_import_options, as: 'sqlImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::Representation
|
|
1559
|
+
|
|
1560
|
+
property :tde_import_options, as: 'tdeImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::TdeImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::TdeImportOptions::Representation
|
|
1561
|
+
|
|
949
1562
|
property :uri, as: 'uri'
|
|
950
1563
|
end
|
|
951
1564
|
|
|
952
1565
|
class BakImportOptions
|
|
953
1566
|
# @private
|
|
954
1567
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1568
|
+
property :bak_type, as: 'bakType'
|
|
955
1569
|
property :encryption_options, as: 'encryptionOptions', class: Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions::Representation
|
|
956
1570
|
|
|
1571
|
+
property :no_recovery, as: 'noRecovery'
|
|
1572
|
+
property :recovery_only, as: 'recoveryOnly'
|
|
1573
|
+
property :stop_at, as: 'stopAt'
|
|
1574
|
+
property :stop_at_mark, as: 'stopAtMark'
|
|
957
1575
|
property :striped, as: 'striped'
|
|
958
1576
|
end
|
|
959
1577
|
|
|
@@ -961,6 +1579,7 @@ module Google
|
|
|
961
1579
|
# @private
|
|
962
1580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
963
1581
|
property :cert_path, as: 'certPath'
|
|
1582
|
+
property :keep_encrypted, as: 'keepEncrypted'
|
|
964
1583
|
property :pvk_password, as: 'pvkPassword'
|
|
965
1584
|
property :pvk_path, as: 'pvkPath'
|
|
966
1585
|
end
|
|
@@ -978,6 +1597,34 @@ module Google
|
|
|
978
1597
|
property :table, as: 'table'
|
|
979
1598
|
end
|
|
980
1599
|
end
|
|
1600
|
+
|
|
1601
|
+
class SqlImportOptions
|
|
1602
|
+
# @private
|
|
1603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1604
|
+
property :parallel, as: 'parallel'
|
|
1605
|
+
property :postgres_import_options, as: 'postgresImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::PostgresImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::PostgresImportOptions::Representation
|
|
1606
|
+
|
|
1607
|
+
property :threads, as: 'threads'
|
|
1608
|
+
end
|
|
1609
|
+
|
|
1610
|
+
class PostgresImportOptions
|
|
1611
|
+
# @private
|
|
1612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1613
|
+
property :clean, as: 'clean'
|
|
1614
|
+
property :if_exists, as: 'ifExists'
|
|
1615
|
+
end
|
|
1616
|
+
end
|
|
1617
|
+
end
|
|
1618
|
+
|
|
1619
|
+
class TdeImportOptions
|
|
1620
|
+
# @private
|
|
1621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1622
|
+
property :certificate_path, as: 'certificatePath'
|
|
1623
|
+
property :name, as: 'name'
|
|
1624
|
+
property :private_key_password, as: 'privateKeyPassword'
|
|
1625
|
+
property :private_key_path, as: 'privateKeyPath'
|
|
1626
|
+
end
|
|
1627
|
+
end
|
|
981
1628
|
end
|
|
982
1629
|
|
|
983
1630
|
class InsightsConfig
|
|
@@ -1000,80 +1647,155 @@ module Google
|
|
|
1000
1647
|
end
|
|
1001
1648
|
end
|
|
1002
1649
|
|
|
1650
|
+
class InstancesAcquireSsrsLeaseRequest
|
|
1651
|
+
# @private
|
|
1652
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1653
|
+
property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext::Representation
|
|
1654
|
+
|
|
1655
|
+
end
|
|
1656
|
+
end
|
|
1657
|
+
|
|
1003
1658
|
class CloneInstancesRequest
|
|
1004
1659
|
# @private
|
|
1005
1660
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1006
|
-
property :clone_context, as: 'cloneContext', class: Google::Apis::SqladminV1beta4::CloneContext, decorator: Google::Apis::SqladminV1beta4::CloneContext::Representation
|
|
1661
|
+
property :clone_context, as: 'cloneContext', class: Google::Apis::SqladminV1beta4::CloneContext, decorator: Google::Apis::SqladminV1beta4::CloneContext::Representation
|
|
1662
|
+
|
|
1663
|
+
end
|
|
1664
|
+
end
|
|
1665
|
+
|
|
1666
|
+
class InstancesDemoteMasterRequest
|
|
1667
|
+
# @private
|
|
1668
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1669
|
+
property :demote_master_context, as: 'demoteMasterContext', class: Google::Apis::SqladminV1beta4::DemoteMasterContext, decorator: Google::Apis::SqladminV1beta4::DemoteMasterContext::Representation
|
|
1670
|
+
|
|
1671
|
+
end
|
|
1672
|
+
end
|
|
1673
|
+
|
|
1674
|
+
class InstancesDemoteRequest
|
|
1675
|
+
# @private
|
|
1676
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1677
|
+
property :demote_context, as: 'demoteContext', class: Google::Apis::SqladminV1beta4::DemoteContext, decorator: Google::Apis::SqladminV1beta4::DemoteContext::Representation
|
|
1678
|
+
|
|
1679
|
+
end
|
|
1680
|
+
end
|
|
1681
|
+
|
|
1682
|
+
class ExportInstancesRequest
|
|
1683
|
+
# @private
|
|
1684
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1685
|
+
property :export_context, as: 'exportContext', class: Google::Apis::SqladminV1beta4::ExportContext, decorator: Google::Apis::SqladminV1beta4::ExportContext::Representation
|
|
1686
|
+
|
|
1687
|
+
end
|
|
1688
|
+
end
|
|
1689
|
+
|
|
1690
|
+
class InstancesFailoverRequest
|
|
1691
|
+
# @private
|
|
1692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1693
|
+
property :failover_context, as: 'failoverContext', class: Google::Apis::SqladminV1beta4::FailoverContext, decorator: Google::Apis::SqladminV1beta4::FailoverContext::Representation
|
|
1694
|
+
|
|
1695
|
+
end
|
|
1696
|
+
end
|
|
1697
|
+
|
|
1698
|
+
class ImportInstancesRequest
|
|
1699
|
+
# @private
|
|
1700
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1701
|
+
property :import_context, as: 'importContext', class: Google::Apis::SqladminV1beta4::ImportContext, decorator: Google::Apis::SqladminV1beta4::ImportContext::Representation
|
|
1702
|
+
|
|
1703
|
+
end
|
|
1704
|
+
end
|
|
1705
|
+
|
|
1706
|
+
class InstancesListEntraIdCertificatesResponse
|
|
1707
|
+
# @private
|
|
1708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1709
|
+
property :active_version, as: 'activeVersion'
|
|
1710
|
+
collection :certs, as: 'certs', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1711
|
+
|
|
1712
|
+
property :kind, as: 'kind'
|
|
1713
|
+
end
|
|
1714
|
+
end
|
|
1715
|
+
|
|
1716
|
+
class ListInstancesResponse
|
|
1717
|
+
# @private
|
|
1718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1719
|
+
collection :items, as: 'items', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation
|
|
1720
|
+
|
|
1721
|
+
property :kind, as: 'kind'
|
|
1722
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1723
|
+
collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
|
1007
1724
|
|
|
1008
1725
|
end
|
|
1009
1726
|
end
|
|
1010
1727
|
|
|
1011
|
-
class
|
|
1728
|
+
class InstancesListServerCasResponse
|
|
1012
1729
|
# @private
|
|
1013
1730
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1014
|
-
property :
|
|
1731
|
+
property :active_version, as: 'activeVersion'
|
|
1732
|
+
collection :certs, as: 'certs', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1015
1733
|
|
|
1734
|
+
property :kind, as: 'kind'
|
|
1016
1735
|
end
|
|
1017
1736
|
end
|
|
1018
1737
|
|
|
1019
|
-
class
|
|
1738
|
+
class InstancesListServerCertificatesResponse
|
|
1020
1739
|
# @private
|
|
1021
1740
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1022
|
-
property :
|
|
1741
|
+
property :active_version, as: 'activeVersion'
|
|
1742
|
+
collection :ca_certs, as: 'caCerts', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1743
|
+
|
|
1744
|
+
property :kind, as: 'kind'
|
|
1745
|
+
collection :server_certs, as: 'serverCerts', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1023
1746
|
|
|
1024
1747
|
end
|
|
1025
1748
|
end
|
|
1026
1749
|
|
|
1027
|
-
class
|
|
1750
|
+
class InstancesPreCheckMajorVersionUpgradeRequest
|
|
1028
1751
|
# @private
|
|
1029
1752
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1030
|
-
property :
|
|
1753
|
+
property :pre_check_major_version_upgrade_context, as: 'preCheckMajorVersionUpgradeContext', class: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext, decorator: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext::Representation
|
|
1031
1754
|
|
|
1032
1755
|
end
|
|
1033
1756
|
end
|
|
1034
1757
|
|
|
1035
|
-
class
|
|
1758
|
+
class InstancesReencryptRequest
|
|
1036
1759
|
# @private
|
|
1037
1760
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1038
|
-
property :
|
|
1761
|
+
property :backup_reencryption_config, as: 'backupReencryptionConfig', class: Google::Apis::SqladminV1beta4::BackupReencryptionConfig, decorator: Google::Apis::SqladminV1beta4::BackupReencryptionConfig::Representation
|
|
1039
1762
|
|
|
1040
1763
|
end
|
|
1041
1764
|
end
|
|
1042
1765
|
|
|
1043
|
-
class
|
|
1766
|
+
class RestoreInstancesBackupRequest
|
|
1044
1767
|
# @private
|
|
1045
1768
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1046
|
-
|
|
1769
|
+
property :backup, as: 'backup'
|
|
1770
|
+
property :backupdr_backup, as: 'backupdrBackup'
|
|
1771
|
+
property :restore_backup_context, as: 'restoreBackupContext', class: Google::Apis::SqladminV1beta4::RestoreBackupContext, decorator: Google::Apis::SqladminV1beta4::RestoreBackupContext::Representation
|
|
1047
1772
|
|
|
1048
|
-
|
|
1049
|
-
property :
|
|
1050
|
-
collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
|
1773
|
+
collection :restore_instance_clear_overrides_field_names, as: 'restoreInstanceClearOverridesFieldNames'
|
|
1774
|
+
property :restore_instance_settings, as: 'restoreInstanceSettings', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation
|
|
1051
1775
|
|
|
1052
1776
|
end
|
|
1053
1777
|
end
|
|
1054
1778
|
|
|
1055
|
-
class
|
|
1779
|
+
class InstancesRotateEntraIdCertificateRequest
|
|
1056
1780
|
# @private
|
|
1057
1781
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1058
|
-
property :
|
|
1059
|
-
collection :certs, as: 'certs', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1782
|
+
property :rotate_entra_id_certificate_context, as: 'rotateEntraIdCertificateContext', class: Google::Apis::SqladminV1beta4::RotateEntraIdCertificateContext, decorator: Google::Apis::SqladminV1beta4::RotateEntraIdCertificateContext::Representation
|
|
1060
1783
|
|
|
1061
|
-
property :kind, as: 'kind'
|
|
1062
1784
|
end
|
|
1063
1785
|
end
|
|
1064
1786
|
|
|
1065
|
-
class
|
|
1787
|
+
class InstancesRotateServerCaRequest
|
|
1066
1788
|
# @private
|
|
1067
1789
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1068
|
-
property :
|
|
1790
|
+
property :rotate_server_ca_context, as: 'rotateServerCaContext', class: Google::Apis::SqladminV1beta4::RotateServerCaContext, decorator: Google::Apis::SqladminV1beta4::RotateServerCaContext::Representation
|
|
1069
1791
|
|
|
1070
1792
|
end
|
|
1071
1793
|
end
|
|
1072
1794
|
|
|
1073
|
-
class
|
|
1795
|
+
class InstancesRotateServerCertificateRequest
|
|
1074
1796
|
# @private
|
|
1075
1797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1076
|
-
property :
|
|
1798
|
+
property :rotate_server_certificate_context, as: 'rotateServerCertificateContext', class: Google::Apis::SqladminV1beta4::RotateServerCertificateContext, decorator: Google::Apis::SqladminV1beta4::RotateServerCertificateContext::Representation
|
|
1077
1799
|
|
|
1078
1800
|
end
|
|
1079
1801
|
end
|
|
@@ -1086,16 +1808,31 @@ module Google
|
|
|
1086
1808
|
end
|
|
1087
1809
|
end
|
|
1088
1810
|
|
|
1811
|
+
class Interval
|
|
1812
|
+
# @private
|
|
1813
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1814
|
+
property :end_time, as: 'endTime'
|
|
1815
|
+
property :start_time, as: 'startTime'
|
|
1816
|
+
end
|
|
1817
|
+
end
|
|
1818
|
+
|
|
1089
1819
|
class IpConfiguration
|
|
1090
1820
|
# @private
|
|
1091
1821
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1092
1822
|
property :allocated_ip_range, as: 'allocatedIpRange'
|
|
1093
1823
|
collection :authorized_networks, as: 'authorizedNetworks', class: Google::Apis::SqladminV1beta4::AclEntry, decorator: Google::Apis::SqladminV1beta4::AclEntry::Representation
|
|
1094
1824
|
|
|
1825
|
+
collection :custom_subject_alternative_names, as: 'customSubjectAlternativeNames'
|
|
1095
1826
|
property :enable_private_path_for_google_cloud_services, as: 'enablePrivatePathForGoogleCloudServices'
|
|
1096
1827
|
property :ipv4_enabled, as: 'ipv4Enabled'
|
|
1097
1828
|
property :private_network, as: 'privateNetwork'
|
|
1829
|
+
property :psc_config, as: 'pscConfig', class: Google::Apis::SqladminV1beta4::PscConfig, decorator: Google::Apis::SqladminV1beta4::PscConfig::Representation
|
|
1830
|
+
|
|
1098
1831
|
property :require_ssl, as: 'requireSsl'
|
|
1832
|
+
property :server_ca_mode, as: 'serverCaMode'
|
|
1833
|
+
property :server_ca_pool, as: 'serverCaPool'
|
|
1834
|
+
property :server_certificate_rotation_mode, as: 'serverCertificateRotationMode'
|
|
1835
|
+
property :ssl_mode, as: 'sslMode'
|
|
1099
1836
|
end
|
|
1100
1837
|
end
|
|
1101
1838
|
|
|
@@ -1108,6 +1845,17 @@ module Google
|
|
|
1108
1845
|
end
|
|
1109
1846
|
end
|
|
1110
1847
|
|
|
1848
|
+
class ListBackupsResponse
|
|
1849
|
+
# @private
|
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1851
|
+
collection :backups, as: 'backups', class: Google::Apis::SqladminV1beta4::Backup, decorator: Google::Apis::SqladminV1beta4::Backup::Representation
|
|
1852
|
+
|
|
1853
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1854
|
+
collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
|
1855
|
+
|
|
1856
|
+
end
|
|
1857
|
+
end
|
|
1858
|
+
|
|
1111
1859
|
class LocationPreference
|
|
1112
1860
|
# @private
|
|
1113
1861
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1128,6 +1876,21 @@ module Google
|
|
|
1128
1876
|
end
|
|
1129
1877
|
end
|
|
1130
1878
|
|
|
1879
|
+
class Message
|
|
1880
|
+
# @private
|
|
1881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1882
|
+
property :message, as: 'message'
|
|
1883
|
+
property :severity, as: 'severity'
|
|
1884
|
+
end
|
|
1885
|
+
end
|
|
1886
|
+
|
|
1887
|
+
class Metadata
|
|
1888
|
+
# @private
|
|
1889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1890
|
+
property :sql_statement_execution_time, as: 'sqlStatementExecutionTime'
|
|
1891
|
+
end
|
|
1892
|
+
end
|
|
1893
|
+
|
|
1131
1894
|
class MySqlReplicaConfiguration
|
|
1132
1895
|
# @private
|
|
1133
1896
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1163,8 +1926,11 @@ module Google
|
|
|
1163
1926
|
property :host_port, as: 'hostPort'
|
|
1164
1927
|
property :kind, as: 'kind'
|
|
1165
1928
|
property :password, as: 'password'
|
|
1929
|
+
collection :selected_objects, as: 'selectedObjects', class: Google::Apis::SqladminV1beta4::SelectedObjects, decorator: Google::Apis::SqladminV1beta4::SelectedObjects::Representation
|
|
1930
|
+
|
|
1166
1931
|
property :source_instance, as: 'sourceInstance', class: Google::Apis::SqladminV1beta4::InstanceReference, decorator: Google::Apis::SqladminV1beta4::InstanceReference::Representation
|
|
1167
1932
|
|
|
1933
|
+
property :ssl_option, as: 'sslOption'
|
|
1168
1934
|
property :username, as: 'username'
|
|
1169
1935
|
end
|
|
1170
1936
|
end
|
|
@@ -1172,6 +1938,10 @@ module Google
|
|
|
1172
1938
|
class Operation
|
|
1173
1939
|
# @private
|
|
1174
1940
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1941
|
+
property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext::Representation
|
|
1942
|
+
|
|
1943
|
+
property :api_warning, as: 'apiWarning', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
|
1944
|
+
|
|
1175
1945
|
property :backup_context, as: 'backupContext', class: Google::Apis::SqladminV1beta4::BackupContext, decorator: Google::Apis::SqladminV1beta4::BackupContext::Representation
|
|
1176
1946
|
|
|
1177
1947
|
property :end_time, as: 'endTime'
|
|
@@ -1185,9 +1955,13 @@ module Google
|
|
|
1185
1955
|
property :kind, as: 'kind'
|
|
1186
1956
|
property :name, as: 'name'
|
|
1187
1957
|
property :operation_type, as: 'operationType'
|
|
1958
|
+
property :pre_check_major_version_upgrade_context, as: 'preCheckMajorVersionUpgradeContext', class: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext, decorator: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext::Representation
|
|
1959
|
+
|
|
1188
1960
|
property :self_link, as: 'selfLink'
|
|
1189
1961
|
property :start_time, as: 'startTime'
|
|
1190
1962
|
property :status, as: 'status'
|
|
1963
|
+
property :sub_operation_type, as: 'subOperationType', class: Google::Apis::SqladminV1beta4::SqlSubOperationType, decorator: Google::Apis::SqladminV1beta4::SqlSubOperationType::Representation
|
|
1964
|
+
|
|
1191
1965
|
property :target_id, as: 'targetId'
|
|
1192
1966
|
property :target_link, as: 'targetLink'
|
|
1193
1967
|
property :target_project, as: 'targetProject'
|
|
@@ -1213,6 +1987,19 @@ module Google
|
|
|
1213
1987
|
end
|
|
1214
1988
|
end
|
|
1215
1989
|
|
|
1990
|
+
class OperationMetadata
|
|
1991
|
+
# @private
|
|
1992
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1993
|
+
property :api_version, as: 'apiVersion'
|
|
1994
|
+
property :cancel_requested, as: 'cancelRequested'
|
|
1995
|
+
property :create_time, as: 'createTime'
|
|
1996
|
+
property :end_time, as: 'endTime'
|
|
1997
|
+
property :status_detail, as: 'statusDetail'
|
|
1998
|
+
property :target, as: 'target'
|
|
1999
|
+
property :verb, as: 'verb'
|
|
2000
|
+
end
|
|
2001
|
+
end
|
|
2002
|
+
|
|
1216
2003
|
class ListOperationsResponse
|
|
1217
2004
|
# @private
|
|
1218
2005
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1235,6 +2022,7 @@ module Google
|
|
|
1235
2022
|
# @private
|
|
1236
2023
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1237
2024
|
property :complexity, as: 'complexity'
|
|
2025
|
+
property :disallow_compromised_credentials, as: 'disallowCompromisedCredentials'
|
|
1238
2026
|
property :disallow_username_substring, as: 'disallowUsernameSubstring'
|
|
1239
2027
|
property :enable_password_policy, as: 'enablePasswordPolicy'
|
|
1240
2028
|
property :min_length, as: 'minLength'
|
|
@@ -1243,9 +2031,128 @@ module Google
|
|
|
1243
2031
|
end
|
|
1244
2032
|
end
|
|
1245
2033
|
|
|
2034
|
+
class PerformDiskShrinkContext
|
|
2035
|
+
# @private
|
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2037
|
+
property :target_size_gb, :numeric_string => true, as: 'targetSizeGb'
|
|
2038
|
+
end
|
|
2039
|
+
end
|
|
2040
|
+
|
|
2041
|
+
class PerformanceCaptureConfig
|
|
2042
|
+
# @private
|
|
2043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2044
|
+
property :enabled, as: 'enabled'
|
|
2045
|
+
property :probe_threshold, as: 'probeThreshold'
|
|
2046
|
+
property :probing_interval_seconds, as: 'probingIntervalSeconds'
|
|
2047
|
+
property :running_threads_threshold, as: 'runningThreadsThreshold'
|
|
2048
|
+
property :seconds_behind_source_threshold, as: 'secondsBehindSourceThreshold'
|
|
2049
|
+
property :transaction_duration_threshold, as: 'transactionDurationThreshold'
|
|
2050
|
+
end
|
|
2051
|
+
end
|
|
2052
|
+
|
|
2053
|
+
class PointInTimeRestoreContext
|
|
2054
|
+
# @private
|
|
2055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2056
|
+
property :allocated_ip_range, as: 'allocatedIpRange'
|
|
2057
|
+
property :datasource, as: 'datasource'
|
|
2058
|
+
property :point_in_time, as: 'pointInTime'
|
|
2059
|
+
property :preferred_secondary_zone, as: 'preferredSecondaryZone'
|
|
2060
|
+
property :preferred_zone, as: 'preferredZone'
|
|
2061
|
+
property :private_network, as: 'privateNetwork'
|
|
2062
|
+
property :target_instance, as: 'targetInstance'
|
|
2063
|
+
end
|
|
2064
|
+
end
|
|
2065
|
+
|
|
2066
|
+
class PoolNodeConfig
|
|
2067
|
+
# @private
|
|
2068
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2069
|
+
property :dns_name, as: 'dnsName'
|
|
2070
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
2071
|
+
|
|
2072
|
+
property :gce_zone, as: 'gceZone'
|
|
2073
|
+
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
2074
|
+
|
|
2075
|
+
property :name, as: 'name'
|
|
2076
|
+
collection :psc_auto_connections, as: 'pscAutoConnections', class: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig, decorator: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig::Representation
|
|
2077
|
+
|
|
2078
|
+
property :psc_service_attachment_link, as: 'pscServiceAttachmentLink'
|
|
2079
|
+
property :state, as: 'state'
|
|
2080
|
+
end
|
|
2081
|
+
end
|
|
2082
|
+
|
|
2083
|
+
class PreCheckMajorVersionUpgradeContext
|
|
2084
|
+
# @private
|
|
2085
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2086
|
+
property :kind, as: 'kind'
|
|
2087
|
+
collection :pre_check_response, as: 'preCheckResponse', class: Google::Apis::SqladminV1beta4::PreCheckResponse, decorator: Google::Apis::SqladminV1beta4::PreCheckResponse::Representation
|
|
2088
|
+
|
|
2089
|
+
property :target_database_version, as: 'targetDatabaseVersion'
|
|
2090
|
+
end
|
|
2091
|
+
end
|
|
2092
|
+
|
|
2093
|
+
class PreCheckResponse
|
|
2094
|
+
# @private
|
|
2095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2096
|
+
collection :actions_required, as: 'actionsRequired'
|
|
2097
|
+
property :message, as: 'message'
|
|
2098
|
+
property :message_type, as: 'messageType'
|
|
2099
|
+
end
|
|
2100
|
+
end
|
|
2101
|
+
|
|
2102
|
+
class PscAutoConnectionConfig
|
|
2103
|
+
# @private
|
|
2104
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2105
|
+
property :consumer_network, as: 'consumerNetwork'
|
|
2106
|
+
property :consumer_network_status, as: 'consumerNetworkStatus'
|
|
2107
|
+
property :consumer_project, as: 'consumerProject'
|
|
2108
|
+
property :ip_address, as: 'ipAddress'
|
|
2109
|
+
property :status, as: 'status'
|
|
2110
|
+
end
|
|
2111
|
+
end
|
|
2112
|
+
|
|
2113
|
+
class PscConfig
|
|
2114
|
+
# @private
|
|
2115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2116
|
+
collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
|
|
2117
|
+
property :network_attachment_uri, as: 'networkAttachmentUri'
|
|
2118
|
+
collection :psc_auto_connections, as: 'pscAutoConnections', class: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig, decorator: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig::Representation
|
|
2119
|
+
|
|
2120
|
+
property :psc_enabled, as: 'pscEnabled'
|
|
2121
|
+
end
|
|
2122
|
+
end
|
|
2123
|
+
|
|
2124
|
+
class QueryResult
|
|
2125
|
+
# @private
|
|
2126
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2127
|
+
collection :columns, as: 'columns', class: Google::Apis::SqladminV1beta4::Column, decorator: Google::Apis::SqladminV1beta4::Column::Representation
|
|
2128
|
+
|
|
2129
|
+
property :message, as: 'message'
|
|
2130
|
+
property :partial_result, as: 'partialResult'
|
|
2131
|
+
collection :rows, as: 'rows', class: Google::Apis::SqladminV1beta4::Row, decorator: Google::Apis::SqladminV1beta4::Row::Representation
|
|
2132
|
+
|
|
2133
|
+
property :status, as: 'status', class: Google::Apis::SqladminV1beta4::Status, decorator: Google::Apis::SqladminV1beta4::Status::Representation
|
|
2134
|
+
|
|
2135
|
+
end
|
|
2136
|
+
end
|
|
2137
|
+
|
|
2138
|
+
class ReadPoolAutoScaleConfig
|
|
2139
|
+
# @private
|
|
2140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2141
|
+
property :disable_scale_in, as: 'disableScaleIn'
|
|
2142
|
+
property :enabled, as: 'enabled'
|
|
2143
|
+
property :max_node_count, as: 'maxNodeCount'
|
|
2144
|
+
property :min_node_count, as: 'minNodeCount'
|
|
2145
|
+
property :scale_in_cooldown_seconds, as: 'scaleInCooldownSeconds'
|
|
2146
|
+
property :scale_out_cooldown_seconds, as: 'scaleOutCooldownSeconds'
|
|
2147
|
+
collection :target_metrics, as: 'targetMetrics', class: Google::Apis::SqladminV1beta4::TargetMetric, decorator: Google::Apis::SqladminV1beta4::TargetMetric::Representation
|
|
2148
|
+
|
|
2149
|
+
end
|
|
2150
|
+
end
|
|
2151
|
+
|
|
1246
2152
|
class ReplicaConfiguration
|
|
1247
2153
|
# @private
|
|
1248
2154
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2155
|
+
property :cascadable_replica, as: 'cascadableReplica'
|
|
1249
2156
|
property :failover_target, as: 'failoverTarget'
|
|
1250
2157
|
property :kind, as: 'kind'
|
|
1251
2158
|
property :mysql_replica_configuration, as: 'mysqlReplicaConfiguration', class: Google::Apis::SqladminV1beta4::MySqlReplicaConfiguration, decorator: Google::Apis::SqladminV1beta4::MySqlReplicaConfiguration::Representation
|
|
@@ -1253,6 +2160,15 @@ module Google
|
|
|
1253
2160
|
end
|
|
1254
2161
|
end
|
|
1255
2162
|
|
|
2163
|
+
class ReplicationCluster
|
|
2164
|
+
# @private
|
|
2165
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2166
|
+
property :dr_replica, as: 'drReplica'
|
|
2167
|
+
property :failover_dr_replica_name, as: 'failoverDrReplicaName'
|
|
2168
|
+
property :psa_write_endpoint, as: 'psaWriteEndpoint'
|
|
2169
|
+
end
|
|
2170
|
+
end
|
|
2171
|
+
|
|
1256
2172
|
class Reschedule
|
|
1257
2173
|
# @private
|
|
1258
2174
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1271,6 +2187,14 @@ module Google
|
|
|
1271
2187
|
end
|
|
1272
2188
|
end
|
|
1273
2189
|
|
|
2190
|
+
class RotateEntraIdCertificateContext
|
|
2191
|
+
# @private
|
|
2192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2193
|
+
property :kind, as: 'kind'
|
|
2194
|
+
property :next_version, as: 'nextVersion'
|
|
2195
|
+
end
|
|
2196
|
+
end
|
|
2197
|
+
|
|
1274
2198
|
class RotateServerCaContext
|
|
1275
2199
|
# @private
|
|
1276
2200
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1279,19 +2203,52 @@ module Google
|
|
|
1279
2203
|
end
|
|
1280
2204
|
end
|
|
1281
2205
|
|
|
2206
|
+
class RotateServerCertificateContext
|
|
2207
|
+
# @private
|
|
2208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2209
|
+
property :kind, as: 'kind'
|
|
2210
|
+
property :next_version, as: 'nextVersion'
|
|
2211
|
+
end
|
|
2212
|
+
end
|
|
2213
|
+
|
|
2214
|
+
class Row
|
|
2215
|
+
# @private
|
|
2216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2217
|
+
collection :values, as: 'values', class: Google::Apis::SqladminV1beta4::Value, decorator: Google::Apis::SqladminV1beta4::Value::Representation
|
|
2218
|
+
|
|
2219
|
+
end
|
|
2220
|
+
end
|
|
2221
|
+
|
|
2222
|
+
class SelectedObjects
|
|
2223
|
+
# @private
|
|
2224
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2225
|
+
property :database, as: 'database'
|
|
2226
|
+
end
|
|
2227
|
+
end
|
|
2228
|
+
|
|
1282
2229
|
class Settings
|
|
1283
2230
|
# @private
|
|
1284
2231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1285
2232
|
property :activation_policy, as: 'activationPolicy'
|
|
1286
2233
|
property :active_directory_config, as: 'activeDirectoryConfig', class: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig, decorator: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig::Representation
|
|
1287
2234
|
|
|
2235
|
+
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures, decorator: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures::Representation
|
|
2236
|
+
|
|
1288
2237
|
collection :authorized_gae_applications, as: 'authorizedGaeApplications'
|
|
2238
|
+
property :auto_upgrade_enabled, as: 'autoUpgradeEnabled'
|
|
1289
2239
|
property :availability_type, as: 'availabilityType'
|
|
1290
2240
|
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::SqladminV1beta4::BackupConfiguration, decorator: Google::Apis::SqladminV1beta4::BackupConfiguration::Representation
|
|
1291
2241
|
|
|
1292
2242
|
property :collation, as: 'collation'
|
|
2243
|
+
property :connection_pool_config, as: 'connectionPoolConfig', class: Google::Apis::SqladminV1beta4::ConnectionPoolConfig, decorator: Google::Apis::SqladminV1beta4::ConnectionPoolConfig::Representation
|
|
2244
|
+
|
|
1293
2245
|
property :connector_enforcement, as: 'connectorEnforcement'
|
|
1294
2246
|
property :crash_safe_replication_enabled, as: 'crashSafeReplicationEnabled'
|
|
2247
|
+
property :data_api_access, as: 'dataApiAccess'
|
|
2248
|
+
property :data_cache_config, as: 'dataCacheConfig', class: Google::Apis::SqladminV1beta4::DataCacheConfig, decorator: Google::Apis::SqladminV1beta4::DataCacheConfig::Representation
|
|
2249
|
+
|
|
2250
|
+
property :data_disk_provisioned_iops, :numeric_string => true, as: 'dataDiskProvisionedIops'
|
|
2251
|
+
property :data_disk_provisioned_throughput, :numeric_string => true, as: 'dataDiskProvisionedThroughput'
|
|
1295
2252
|
property :data_disk_size_gb, :numeric_string => true, as: 'dataDiskSizeGb'
|
|
1296
2253
|
property :data_disk_type, as: 'dataDiskType'
|
|
1297
2254
|
collection :database_flags, as: 'databaseFlags', class: Google::Apis::SqladminV1beta4::DatabaseFlags, decorator: Google::Apis::SqladminV1beta4::DatabaseFlags::Representation
|
|
@@ -1300,6 +2257,13 @@ module Google
|
|
|
1300
2257
|
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
|
|
1301
2258
|
collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod::Representation
|
|
1302
2259
|
|
|
2260
|
+
property :edition, as: 'edition'
|
|
2261
|
+
property :enable_dataplex_integration, as: 'enableDataplexIntegration'
|
|
2262
|
+
property :enable_google_ml_integration, as: 'enableGoogleMlIntegration'
|
|
2263
|
+
property :entraid_config, as: 'entraidConfig', class: Google::Apis::SqladminV1beta4::SqlServerEntraIdConfig, decorator: Google::Apis::SqladminV1beta4::SqlServerEntraIdConfig::Representation
|
|
2264
|
+
|
|
2265
|
+
property :final_backup_config, as: 'finalBackupConfig', class: Google::Apis::SqladminV1beta4::FinalBackupConfig, decorator: Google::Apis::SqladminV1beta4::FinalBackupConfig::Representation
|
|
2266
|
+
|
|
1303
2267
|
property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1beta4::InsightsConfig, decorator: Google::Apis::SqladminV1beta4::InsightsConfig::Representation
|
|
1304
2268
|
|
|
1305
2269
|
property :ip_configuration, as: 'ipConfiguration', class: Google::Apis::SqladminV1beta4::IpConfiguration, decorator: Google::Apis::SqladminV1beta4::IpConfiguration::Representation
|
|
@@ -1311,8 +2275,14 @@ module Google
|
|
|
1311
2275
|
|
|
1312
2276
|
property :password_validation_policy, as: 'passwordValidationPolicy', class: Google::Apis::SqladminV1beta4::PasswordValidationPolicy, decorator: Google::Apis::SqladminV1beta4::PasswordValidationPolicy::Representation
|
|
1313
2277
|
|
|
2278
|
+
property :performance_capture_config, as: 'performanceCaptureConfig', class: Google::Apis::SqladminV1beta4::PerformanceCaptureConfig, decorator: Google::Apis::SqladminV1beta4::PerformanceCaptureConfig::Representation
|
|
2279
|
+
|
|
1314
2280
|
property :pricing_plan, as: 'pricingPlan'
|
|
2281
|
+
property :read_pool_auto_scale_config, as: 'readPoolAutoScaleConfig', class: Google::Apis::SqladminV1beta4::ReadPoolAutoScaleConfig, decorator: Google::Apis::SqladminV1beta4::ReadPoolAutoScaleConfig::Representation
|
|
2282
|
+
|
|
2283
|
+
property :replication_lag_max_seconds, as: 'replicationLagMaxSeconds'
|
|
1315
2284
|
property :replication_type, as: 'replicationType'
|
|
2285
|
+
property :retain_backups_on_delete, as: 'retainBackupsOnDelete'
|
|
1316
2286
|
property :settings_version, :numeric_string => true, as: 'settingsVersion'
|
|
1317
2287
|
property :sql_server_audit_config, as: 'sqlServerAuditConfig', class: Google::Apis::SqladminV1beta4::SqlServerAuditConfig, decorator: Google::Apis::SqladminV1beta4::SqlServerAuditConfig::Representation
|
|
1318
2288
|
|
|
@@ -1327,8 +2297,12 @@ module Google
|
|
|
1327
2297
|
class SqlActiveDirectoryConfig
|
|
1328
2298
|
# @private
|
|
1329
2299
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2300
|
+
property :admin_credential_secret_name, as: 'adminCredentialSecretName'
|
|
2301
|
+
collection :dns_servers, as: 'dnsServers'
|
|
1330
2302
|
property :domain, as: 'domain'
|
|
1331
2303
|
property :kind, as: 'kind'
|
|
2304
|
+
property :mode, as: 'mode'
|
|
2305
|
+
property :organizational_unit, as: 'organizationalUnit'
|
|
1332
2306
|
end
|
|
1333
2307
|
end
|
|
1334
2308
|
|
|
@@ -1341,6 +2315,52 @@ module Google
|
|
|
1341
2315
|
end
|
|
1342
2316
|
end
|
|
1343
2317
|
|
|
2318
|
+
class SqlInstancesAcquireSsrsLeaseResponse
|
|
2319
|
+
# @private
|
|
2320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2321
|
+
property :operation_id, as: 'operationId'
|
|
2322
|
+
end
|
|
2323
|
+
end
|
|
2324
|
+
|
|
2325
|
+
class SqlInstancesExecuteSqlResponse
|
|
2326
|
+
# @private
|
|
2327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2328
|
+
collection :messages, as: 'messages', class: Google::Apis::SqladminV1beta4::Message, decorator: Google::Apis::SqladminV1beta4::Message::Representation
|
|
2329
|
+
|
|
2330
|
+
property :metadata, as: 'metadata', class: Google::Apis::SqladminV1beta4::Metadata, decorator: Google::Apis::SqladminV1beta4::Metadata::Representation
|
|
2331
|
+
|
|
2332
|
+
collection :results, as: 'results', class: Google::Apis::SqladminV1beta4::QueryResult, decorator: Google::Apis::SqladminV1beta4::QueryResult::Representation
|
|
2333
|
+
|
|
2334
|
+
property :status, as: 'status', class: Google::Apis::SqladminV1beta4::Status, decorator: Google::Apis::SqladminV1beta4::Status::Representation
|
|
2335
|
+
|
|
2336
|
+
end
|
|
2337
|
+
end
|
|
2338
|
+
|
|
2339
|
+
class SqlInstancesGetDiskShrinkConfigResponse
|
|
2340
|
+
# @private
|
|
2341
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2342
|
+
property :kind, as: 'kind'
|
|
2343
|
+
property :message, as: 'message'
|
|
2344
|
+
property :minimal_target_size_gb, :numeric_string => true, as: 'minimalTargetSizeGb'
|
|
2345
|
+
end
|
|
2346
|
+
end
|
|
2347
|
+
|
|
2348
|
+
class SqlInstancesGetLatestRecoveryTimeResponse
|
|
2349
|
+
# @private
|
|
2350
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2351
|
+
property :earliest_recovery_time, as: 'earliestRecoveryTime'
|
|
2352
|
+
property :kind, as: 'kind'
|
|
2353
|
+
property :latest_recovery_time, as: 'latestRecoveryTime'
|
|
2354
|
+
end
|
|
2355
|
+
end
|
|
2356
|
+
|
|
2357
|
+
class SqlInstancesReleaseSsrsLeaseResponse
|
|
2358
|
+
# @private
|
|
2359
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2360
|
+
property :operation_id, as: 'operationId'
|
|
2361
|
+
end
|
|
2362
|
+
end
|
|
2363
|
+
|
|
1344
2364
|
class SqlInstancesRescheduleMaintenanceRequestBody
|
|
1345
2365
|
# @private
|
|
1346
2366
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1349,22 +2369,35 @@ module Google
|
|
|
1349
2369
|
end
|
|
1350
2370
|
end
|
|
1351
2371
|
|
|
2372
|
+
class SqlInstancesResetReplicaSizeRequest
|
|
2373
|
+
# @private
|
|
2374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2375
|
+
end
|
|
2376
|
+
end
|
|
2377
|
+
|
|
1352
2378
|
class SqlInstancesStartExternalSyncRequest
|
|
1353
2379
|
# @private
|
|
1354
2380
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2381
|
+
property :migration_type, as: 'migrationType'
|
|
1355
2382
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
|
1356
2383
|
|
|
2384
|
+
property :replica_overwrite_enabled, as: 'replicaOverwriteEnabled'
|
|
1357
2385
|
property :skip_verification, as: 'skipVerification'
|
|
1358
2386
|
property :sync_mode, as: 'syncMode'
|
|
2387
|
+
property :sync_parallel_level, as: 'syncParallelLevel'
|
|
1359
2388
|
end
|
|
1360
2389
|
end
|
|
1361
2390
|
|
|
1362
2391
|
class SqlInstancesVerifyExternalSyncSettingsRequest
|
|
1363
2392
|
# @private
|
|
1364
2393
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2394
|
+
property :migration_type, as: 'migrationType'
|
|
1365
2395
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
|
1366
2396
|
|
|
2397
|
+
collection :selected_objects, as: 'selectedObjects', class: Google::Apis::SqladminV1beta4::ExternalSyncSelectedObject, decorator: Google::Apis::SqladminV1beta4::ExternalSyncSelectedObject::Representation
|
|
2398
|
+
|
|
1367
2399
|
property :sync_mode, as: 'syncMode'
|
|
2400
|
+
property :sync_parallel_level, as: 'syncParallelLevel'
|
|
1368
2401
|
property :verify_connection_only, as: 'verifyConnectionOnly'
|
|
1369
2402
|
property :verify_replication_only, as: 'verifyReplicationOnly'
|
|
1370
2403
|
end
|
|
@@ -1417,6 +2450,15 @@ module Google
|
|
|
1417
2450
|
end
|
|
1418
2451
|
end
|
|
1419
2452
|
|
|
2453
|
+
class SqlServerEntraIdConfig
|
|
2454
|
+
# @private
|
|
2455
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2456
|
+
property :application_id, as: 'applicationId'
|
|
2457
|
+
property :kind, as: 'kind'
|
|
2458
|
+
property :tenant_id, as: 'tenantId'
|
|
2459
|
+
end
|
|
2460
|
+
end
|
|
2461
|
+
|
|
1420
2462
|
class SqlServerUserDetails
|
|
1421
2463
|
# @private
|
|
1422
2464
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1425,6 +2467,13 @@ module Google
|
|
|
1425
2467
|
end
|
|
1426
2468
|
end
|
|
1427
2469
|
|
|
2470
|
+
class SqlSubOperationType
|
|
2471
|
+
# @private
|
|
2472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2473
|
+
property :maintenance_type, as: 'maintenanceType'
|
|
2474
|
+
end
|
|
2475
|
+
end
|
|
2476
|
+
|
|
1428
2477
|
class SslCert
|
|
1429
2478
|
# @private
|
|
1430
2479
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1486,6 +2535,15 @@ module Google
|
|
|
1486
2535
|
end
|
|
1487
2536
|
end
|
|
1488
2537
|
|
|
2538
|
+
class Status
|
|
2539
|
+
# @private
|
|
2540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2541
|
+
property :code, as: 'code'
|
|
2542
|
+
collection :details, as: 'details'
|
|
2543
|
+
property :message, as: 'message'
|
|
2544
|
+
end
|
|
2545
|
+
end
|
|
2546
|
+
|
|
1489
2547
|
class SyncFlags
|
|
1490
2548
|
# @private
|
|
1491
2549
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1494,6 +2552,14 @@ module Google
|
|
|
1494
2552
|
end
|
|
1495
2553
|
end
|
|
1496
2554
|
|
|
2555
|
+
class TargetMetric
|
|
2556
|
+
# @private
|
|
2557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2558
|
+
property :metric, as: 'metric'
|
|
2559
|
+
property :target_value, as: 'targetValue'
|
|
2560
|
+
end
|
|
2561
|
+
end
|
|
2562
|
+
|
|
1497
2563
|
class Tier
|
|
1498
2564
|
# @private
|
|
1499
2565
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1525,9 +2591,12 @@ module Google
|
|
|
1525
2591
|
class User
|
|
1526
2592
|
# @private
|
|
1527
2593
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2594
|
+
collection :database_roles, as: 'databaseRoles'
|
|
1528
2595
|
property :dual_password_type, as: 'dualPasswordType'
|
|
1529
2596
|
property :etag, as: 'etag'
|
|
1530
2597
|
property :host, as: 'host'
|
|
2598
|
+
property :iam_email, as: 'iamEmail'
|
|
2599
|
+
property :iam_status, as: 'iamStatus'
|
|
1531
2600
|
property :instance, as: 'instance'
|
|
1532
2601
|
property :kind, as: 'kind'
|
|
1533
2602
|
property :name, as: 'name'
|
|
@@ -1562,6 +2631,14 @@ module Google
|
|
|
1562
2631
|
property :next_page_token, as: 'nextPageToken'
|
|
1563
2632
|
end
|
|
1564
2633
|
end
|
|
2634
|
+
|
|
2635
|
+
class Value
|
|
2636
|
+
# @private
|
|
2637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2638
|
+
property :null_value, as: 'nullValue'
|
|
2639
|
+
property :value, as: 'value'
|
|
2640
|
+
end
|
|
2641
|
+
end
|
|
1565
2642
|
end
|
|
1566
2643
|
end
|
|
1567
2644
|
end
|