google-apis-sqladmin_v1beta4 0.41.0 → 0.96.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 +229 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/sqladmin_v1beta4/classes.rb +2910 -71
- data/lib/google/apis/sqladmin_v1beta4/gem_version.rb +3 -3
- data/lib/google/apis/sqladmin_v1beta4/representations.rb +1111 -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,35 @@ 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
|
+
property :record_manager, as: 'recordManager'
|
|
1364
|
+
end
|
|
1365
|
+
end
|
|
1366
|
+
|
|
1367
|
+
class Empty
|
|
1368
|
+
# @private
|
|
1369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1370
|
+
end
|
|
1371
|
+
end
|
|
1372
|
+
|
|
1373
|
+
class ExecuteSqlPayload
|
|
1374
|
+
# @private
|
|
1375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1376
|
+
property :application, as: 'application'
|
|
1377
|
+
property :auto_iam_authn, as: 'autoIamAuthn'
|
|
1378
|
+
property :database, as: 'database'
|
|
1379
|
+
property :partial_result_mode, as: 'partialResultMode'
|
|
1380
|
+
property :row_limit, :numeric_string => true, as: 'rowLimit'
|
|
1381
|
+
property :sql_statement, as: 'sqlStatement'
|
|
1382
|
+
property :user, as: 'user'
|
|
1383
|
+
end
|
|
1384
|
+
end
|
|
1385
|
+
|
|
834
1386
|
class ExportContext
|
|
835
1387
|
# @private
|
|
836
1388
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -844,12 +1396,19 @@ module Google
|
|
|
844
1396
|
property :offload, as: 'offload'
|
|
845
1397
|
property :sql_export_options, as: 'sqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::Representation
|
|
846
1398
|
|
|
1399
|
+
property :tde_export_options, as: 'tdeExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::TdeExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::TdeExportOptions::Representation
|
|
1400
|
+
|
|
847
1401
|
property :uri, as: 'uri'
|
|
848
1402
|
end
|
|
849
1403
|
|
|
850
1404
|
class BakExportOptions
|
|
851
1405
|
# @private
|
|
852
1406
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1407
|
+
property :bak_type, as: 'bakType'
|
|
1408
|
+
property :copy_only, as: 'copyOnly'
|
|
1409
|
+
property :differential_base, as: 'differentialBase'
|
|
1410
|
+
property :export_log_end_time, as: 'exportLogEndTime'
|
|
1411
|
+
property :export_log_start_time, as: 'exportLogStartTime'
|
|
853
1412
|
property :stripe_count, as: 'stripeCount'
|
|
854
1413
|
property :striped, as: 'striped'
|
|
855
1414
|
end
|
|
@@ -871,8 +1430,12 @@ module Google
|
|
|
871
1430
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
872
1431
|
property :mysql_export_options, as: 'mysqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions::Representation
|
|
873
1432
|
|
|
1433
|
+
property :parallel, as: 'parallel'
|
|
1434
|
+
property :postgres_export_options, as: 'postgresExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::PostgresExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::PostgresExportOptions::Representation
|
|
1435
|
+
|
|
874
1436
|
property :schema_only, as: 'schemaOnly'
|
|
875
1437
|
collection :tables, as: 'tables'
|
|
1438
|
+
property :threads, as: 'threads'
|
|
876
1439
|
end
|
|
877
1440
|
|
|
878
1441
|
class MysqlExportOptions
|
|
@@ -881,6 +1444,31 @@ module Google
|
|
|
881
1444
|
property :master_data, as: 'masterData'
|
|
882
1445
|
end
|
|
883
1446
|
end
|
|
1447
|
+
|
|
1448
|
+
class PostgresExportOptions
|
|
1449
|
+
# @private
|
|
1450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1451
|
+
property :clean, as: 'clean'
|
|
1452
|
+
property :if_exists, as: 'ifExists'
|
|
1453
|
+
end
|
|
1454
|
+
end
|
|
1455
|
+
end
|
|
1456
|
+
|
|
1457
|
+
class TdeExportOptions
|
|
1458
|
+
# @private
|
|
1459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1460
|
+
property :certificate_path, as: 'certificatePath'
|
|
1461
|
+
property :name, as: 'name'
|
|
1462
|
+
property :private_key_password, as: 'privateKeyPassword'
|
|
1463
|
+
property :private_key_path, as: 'privateKeyPath'
|
|
1464
|
+
end
|
|
1465
|
+
end
|
|
1466
|
+
end
|
|
1467
|
+
|
|
1468
|
+
class ExternalSyncSelectedObject
|
|
1469
|
+
# @private
|
|
1470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1471
|
+
property :database, as: 'database'
|
|
884
1472
|
end
|
|
885
1473
|
end
|
|
886
1474
|
|
|
@@ -892,17 +1480,28 @@ module Google
|
|
|
892
1480
|
end
|
|
893
1481
|
end
|
|
894
1482
|
|
|
1483
|
+
class FinalBackupConfig
|
|
1484
|
+
# @private
|
|
1485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1486
|
+
property :enabled, as: 'enabled'
|
|
1487
|
+
property :retention_days, as: 'retentionDays'
|
|
1488
|
+
end
|
|
1489
|
+
end
|
|
1490
|
+
|
|
895
1491
|
class Flag
|
|
896
1492
|
# @private
|
|
897
1493
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
898
1494
|
collection :allowed_int_values, as: 'allowedIntValues'
|
|
899
1495
|
collection :allowed_string_values, as: 'allowedStringValues'
|
|
900
1496
|
collection :applies_to, as: 'appliesTo'
|
|
1497
|
+
property :flag_scope, as: 'flagScope'
|
|
901
1498
|
property :in_beta, as: 'inBeta'
|
|
902
1499
|
property :kind, as: 'kind'
|
|
903
1500
|
property :max_value, :numeric_string => true, as: 'maxValue'
|
|
904
1501
|
property :min_value, :numeric_string => true, as: 'minValue'
|
|
905
1502
|
property :name, as: 'name'
|
|
1503
|
+
property :recommended_int_value, :numeric_string => true, as: 'recommendedIntValue'
|
|
1504
|
+
property :recommended_string_value, as: 'recommendedStringValue'
|
|
906
1505
|
property :requires_restart, as: 'requiresRestart'
|
|
907
1506
|
property :type, as: 'type'
|
|
908
1507
|
end
|
|
@@ -917,6 +1516,18 @@ module Google
|
|
|
917
1516
|
end
|
|
918
1517
|
end
|
|
919
1518
|
|
|
1519
|
+
class GeminiInstanceConfig
|
|
1520
|
+
# @private
|
|
1521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1522
|
+
property :active_query_enabled, as: 'activeQueryEnabled'
|
|
1523
|
+
property :entitled, as: 'entitled'
|
|
1524
|
+
property :flag_recommender_enabled, as: 'flagRecommenderEnabled'
|
|
1525
|
+
property :google_vacuum_mgmt_enabled, as: 'googleVacuumMgmtEnabled'
|
|
1526
|
+
property :index_advisor_enabled, as: 'indexAdvisorEnabled'
|
|
1527
|
+
property :oom_session_cancel_enabled, as: 'oomSessionCancelEnabled'
|
|
1528
|
+
end
|
|
1529
|
+
end
|
|
1530
|
+
|
|
920
1531
|
class GenerateEphemeralCertRequest
|
|
921
1532
|
# @private
|
|
922
1533
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -946,14 +1557,23 @@ module Google
|
|
|
946
1557
|
property :file_type, as: 'fileType'
|
|
947
1558
|
property :import_user, as: 'importUser'
|
|
948
1559
|
property :kind, as: 'kind'
|
|
1560
|
+
property :sql_import_options, as: 'sqlImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::Representation
|
|
1561
|
+
|
|
1562
|
+
property :tde_import_options, as: 'tdeImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::TdeImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::TdeImportOptions::Representation
|
|
1563
|
+
|
|
949
1564
|
property :uri, as: 'uri'
|
|
950
1565
|
end
|
|
951
1566
|
|
|
952
1567
|
class BakImportOptions
|
|
953
1568
|
# @private
|
|
954
1569
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1570
|
+
property :bak_type, as: 'bakType'
|
|
955
1571
|
property :encryption_options, as: 'encryptionOptions', class: Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions::Representation
|
|
956
1572
|
|
|
1573
|
+
property :no_recovery, as: 'noRecovery'
|
|
1574
|
+
property :recovery_only, as: 'recoveryOnly'
|
|
1575
|
+
property :stop_at, as: 'stopAt'
|
|
1576
|
+
property :stop_at_mark, as: 'stopAtMark'
|
|
957
1577
|
property :striped, as: 'striped'
|
|
958
1578
|
end
|
|
959
1579
|
|
|
@@ -961,6 +1581,7 @@ module Google
|
|
|
961
1581
|
# @private
|
|
962
1582
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
963
1583
|
property :cert_path, as: 'certPath'
|
|
1584
|
+
property :keep_encrypted, as: 'keepEncrypted'
|
|
964
1585
|
property :pvk_password, as: 'pvkPassword'
|
|
965
1586
|
property :pvk_path, as: 'pvkPath'
|
|
966
1587
|
end
|
|
@@ -978,11 +1599,40 @@ module Google
|
|
|
978
1599
|
property :table, as: 'table'
|
|
979
1600
|
end
|
|
980
1601
|
end
|
|
1602
|
+
|
|
1603
|
+
class SqlImportOptions
|
|
1604
|
+
# @private
|
|
1605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1606
|
+
property :parallel, as: 'parallel'
|
|
1607
|
+
property :postgres_import_options, as: 'postgresImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::PostgresImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::PostgresImportOptions::Representation
|
|
1608
|
+
|
|
1609
|
+
property :threads, as: 'threads'
|
|
1610
|
+
end
|
|
1611
|
+
|
|
1612
|
+
class PostgresImportOptions
|
|
1613
|
+
# @private
|
|
1614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1615
|
+
property :clean, as: 'clean'
|
|
1616
|
+
property :if_exists, as: 'ifExists'
|
|
1617
|
+
end
|
|
1618
|
+
end
|
|
1619
|
+
end
|
|
1620
|
+
|
|
1621
|
+
class TdeImportOptions
|
|
1622
|
+
# @private
|
|
1623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1624
|
+
property :certificate_path, as: 'certificatePath'
|
|
1625
|
+
property :name, as: 'name'
|
|
1626
|
+
property :private_key_password, as: 'privateKeyPassword'
|
|
1627
|
+
property :private_key_path, as: 'privateKeyPath'
|
|
1628
|
+
end
|
|
1629
|
+
end
|
|
981
1630
|
end
|
|
982
1631
|
|
|
983
1632
|
class InsightsConfig
|
|
984
1633
|
# @private
|
|
985
1634
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1635
|
+
property :enhanced_query_insights_enabled, as: 'enhancedQueryInsightsEnabled'
|
|
986
1636
|
property :query_insights_enabled, as: 'queryInsightsEnabled'
|
|
987
1637
|
property :query_plans_per_minute, as: 'queryPlansPerMinute'
|
|
988
1638
|
property :query_string_length, as: 'queryStringLength'
|
|
@@ -1000,80 +1650,155 @@ module Google
|
|
|
1000
1650
|
end
|
|
1001
1651
|
end
|
|
1002
1652
|
|
|
1653
|
+
class InstancesAcquireSsrsLeaseRequest
|
|
1654
|
+
# @private
|
|
1655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1656
|
+
property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext::Representation
|
|
1657
|
+
|
|
1658
|
+
end
|
|
1659
|
+
end
|
|
1660
|
+
|
|
1003
1661
|
class CloneInstancesRequest
|
|
1004
1662
|
# @private
|
|
1005
1663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1006
|
-
property :clone_context, as: 'cloneContext', class: Google::Apis::SqladminV1beta4::CloneContext, decorator: Google::Apis::SqladminV1beta4::CloneContext::Representation
|
|
1664
|
+
property :clone_context, as: 'cloneContext', class: Google::Apis::SqladminV1beta4::CloneContext, decorator: Google::Apis::SqladminV1beta4::CloneContext::Representation
|
|
1665
|
+
|
|
1666
|
+
end
|
|
1667
|
+
end
|
|
1668
|
+
|
|
1669
|
+
class InstancesDemoteMasterRequest
|
|
1670
|
+
# @private
|
|
1671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1672
|
+
property :demote_master_context, as: 'demoteMasterContext', class: Google::Apis::SqladminV1beta4::DemoteMasterContext, decorator: Google::Apis::SqladminV1beta4::DemoteMasterContext::Representation
|
|
1673
|
+
|
|
1674
|
+
end
|
|
1675
|
+
end
|
|
1676
|
+
|
|
1677
|
+
class InstancesDemoteRequest
|
|
1678
|
+
# @private
|
|
1679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1680
|
+
property :demote_context, as: 'demoteContext', class: Google::Apis::SqladminV1beta4::DemoteContext, decorator: Google::Apis::SqladminV1beta4::DemoteContext::Representation
|
|
1681
|
+
|
|
1682
|
+
end
|
|
1683
|
+
end
|
|
1684
|
+
|
|
1685
|
+
class ExportInstancesRequest
|
|
1686
|
+
# @private
|
|
1687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1688
|
+
property :export_context, as: 'exportContext', class: Google::Apis::SqladminV1beta4::ExportContext, decorator: Google::Apis::SqladminV1beta4::ExportContext::Representation
|
|
1689
|
+
|
|
1690
|
+
end
|
|
1691
|
+
end
|
|
1692
|
+
|
|
1693
|
+
class InstancesFailoverRequest
|
|
1694
|
+
# @private
|
|
1695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1696
|
+
property :failover_context, as: 'failoverContext', class: Google::Apis::SqladminV1beta4::FailoverContext, decorator: Google::Apis::SqladminV1beta4::FailoverContext::Representation
|
|
1697
|
+
|
|
1698
|
+
end
|
|
1699
|
+
end
|
|
1700
|
+
|
|
1701
|
+
class ImportInstancesRequest
|
|
1702
|
+
# @private
|
|
1703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1704
|
+
property :import_context, as: 'importContext', class: Google::Apis::SqladminV1beta4::ImportContext, decorator: Google::Apis::SqladminV1beta4::ImportContext::Representation
|
|
1705
|
+
|
|
1706
|
+
end
|
|
1707
|
+
end
|
|
1708
|
+
|
|
1709
|
+
class InstancesListEntraIdCertificatesResponse
|
|
1710
|
+
# @private
|
|
1711
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1712
|
+
property :active_version, as: 'activeVersion'
|
|
1713
|
+
collection :certs, as: 'certs', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1714
|
+
|
|
1715
|
+
property :kind, as: 'kind'
|
|
1716
|
+
end
|
|
1717
|
+
end
|
|
1718
|
+
|
|
1719
|
+
class ListInstancesResponse
|
|
1720
|
+
# @private
|
|
1721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1722
|
+
collection :items, as: 'items', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation
|
|
1723
|
+
|
|
1724
|
+
property :kind, as: 'kind'
|
|
1725
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1726
|
+
collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
|
1007
1727
|
|
|
1008
1728
|
end
|
|
1009
1729
|
end
|
|
1010
1730
|
|
|
1011
|
-
class
|
|
1731
|
+
class InstancesListServerCasResponse
|
|
1012
1732
|
# @private
|
|
1013
1733
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1014
|
-
property :
|
|
1734
|
+
property :active_version, as: 'activeVersion'
|
|
1735
|
+
collection :certs, as: 'certs', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1015
1736
|
|
|
1737
|
+
property :kind, as: 'kind'
|
|
1016
1738
|
end
|
|
1017
1739
|
end
|
|
1018
1740
|
|
|
1019
|
-
class
|
|
1741
|
+
class InstancesListServerCertificatesResponse
|
|
1020
1742
|
# @private
|
|
1021
1743
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1022
|
-
property :
|
|
1744
|
+
property :active_version, as: 'activeVersion'
|
|
1745
|
+
collection :ca_certs, as: 'caCerts', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1746
|
+
|
|
1747
|
+
property :kind, as: 'kind'
|
|
1748
|
+
collection :server_certs, as: 'serverCerts', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1023
1749
|
|
|
1024
1750
|
end
|
|
1025
1751
|
end
|
|
1026
1752
|
|
|
1027
|
-
class
|
|
1753
|
+
class InstancesPreCheckMajorVersionUpgradeRequest
|
|
1028
1754
|
# @private
|
|
1029
1755
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1030
|
-
property :
|
|
1756
|
+
property :pre_check_major_version_upgrade_context, as: 'preCheckMajorVersionUpgradeContext', class: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext, decorator: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext::Representation
|
|
1031
1757
|
|
|
1032
1758
|
end
|
|
1033
1759
|
end
|
|
1034
1760
|
|
|
1035
|
-
class
|
|
1761
|
+
class InstancesReencryptRequest
|
|
1036
1762
|
# @private
|
|
1037
1763
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1038
|
-
property :
|
|
1764
|
+
property :backup_reencryption_config, as: 'backupReencryptionConfig', class: Google::Apis::SqladminV1beta4::BackupReencryptionConfig, decorator: Google::Apis::SqladminV1beta4::BackupReencryptionConfig::Representation
|
|
1039
1765
|
|
|
1040
1766
|
end
|
|
1041
1767
|
end
|
|
1042
1768
|
|
|
1043
|
-
class
|
|
1769
|
+
class RestoreInstancesBackupRequest
|
|
1044
1770
|
# @private
|
|
1045
1771
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1046
|
-
|
|
1772
|
+
property :backup, as: 'backup'
|
|
1773
|
+
property :backupdr_backup, as: 'backupdrBackup'
|
|
1774
|
+
property :restore_backup_context, as: 'restoreBackupContext', class: Google::Apis::SqladminV1beta4::RestoreBackupContext, decorator: Google::Apis::SqladminV1beta4::RestoreBackupContext::Representation
|
|
1047
1775
|
|
|
1048
|
-
|
|
1049
|
-
property :
|
|
1050
|
-
collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
|
1776
|
+
collection :restore_instance_clear_overrides_field_names, as: 'restoreInstanceClearOverridesFieldNames'
|
|
1777
|
+
property :restore_instance_settings, as: 'restoreInstanceSettings', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation
|
|
1051
1778
|
|
|
1052
1779
|
end
|
|
1053
1780
|
end
|
|
1054
1781
|
|
|
1055
|
-
class
|
|
1782
|
+
class InstancesRotateEntraIdCertificateRequest
|
|
1056
1783
|
# @private
|
|
1057
1784
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1058
|
-
property :
|
|
1059
|
-
collection :certs, as: 'certs', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1785
|
+
property :rotate_entra_id_certificate_context, as: 'rotateEntraIdCertificateContext', class: Google::Apis::SqladminV1beta4::RotateEntraIdCertificateContext, decorator: Google::Apis::SqladminV1beta4::RotateEntraIdCertificateContext::Representation
|
|
1060
1786
|
|
|
1061
|
-
property :kind, as: 'kind'
|
|
1062
1787
|
end
|
|
1063
1788
|
end
|
|
1064
1789
|
|
|
1065
|
-
class
|
|
1790
|
+
class InstancesRotateServerCaRequest
|
|
1066
1791
|
# @private
|
|
1067
1792
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1068
|
-
property :
|
|
1793
|
+
property :rotate_server_ca_context, as: 'rotateServerCaContext', class: Google::Apis::SqladminV1beta4::RotateServerCaContext, decorator: Google::Apis::SqladminV1beta4::RotateServerCaContext::Representation
|
|
1069
1794
|
|
|
1070
1795
|
end
|
|
1071
1796
|
end
|
|
1072
1797
|
|
|
1073
|
-
class
|
|
1798
|
+
class InstancesRotateServerCertificateRequest
|
|
1074
1799
|
# @private
|
|
1075
1800
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1076
|
-
property :
|
|
1801
|
+
property :rotate_server_certificate_context, as: 'rotateServerCertificateContext', class: Google::Apis::SqladminV1beta4::RotateServerCertificateContext, decorator: Google::Apis::SqladminV1beta4::RotateServerCertificateContext::Representation
|
|
1077
1802
|
|
|
1078
1803
|
end
|
|
1079
1804
|
end
|
|
@@ -1086,16 +1811,31 @@ module Google
|
|
|
1086
1811
|
end
|
|
1087
1812
|
end
|
|
1088
1813
|
|
|
1814
|
+
class Interval
|
|
1815
|
+
# @private
|
|
1816
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1817
|
+
property :end_time, as: 'endTime'
|
|
1818
|
+
property :start_time, as: 'startTime'
|
|
1819
|
+
end
|
|
1820
|
+
end
|
|
1821
|
+
|
|
1089
1822
|
class IpConfiguration
|
|
1090
1823
|
# @private
|
|
1091
1824
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1092
1825
|
property :allocated_ip_range, as: 'allocatedIpRange'
|
|
1093
1826
|
collection :authorized_networks, as: 'authorizedNetworks', class: Google::Apis::SqladminV1beta4::AclEntry, decorator: Google::Apis::SqladminV1beta4::AclEntry::Representation
|
|
1094
1827
|
|
|
1828
|
+
collection :custom_subject_alternative_names, as: 'customSubjectAlternativeNames'
|
|
1095
1829
|
property :enable_private_path_for_google_cloud_services, as: 'enablePrivatePathForGoogleCloudServices'
|
|
1096
1830
|
property :ipv4_enabled, as: 'ipv4Enabled'
|
|
1097
1831
|
property :private_network, as: 'privateNetwork'
|
|
1832
|
+
property :psc_config, as: 'pscConfig', class: Google::Apis::SqladminV1beta4::PscConfig, decorator: Google::Apis::SqladminV1beta4::PscConfig::Representation
|
|
1833
|
+
|
|
1098
1834
|
property :require_ssl, as: 'requireSsl'
|
|
1835
|
+
property :server_ca_mode, as: 'serverCaMode'
|
|
1836
|
+
property :server_ca_pool, as: 'serverCaPool'
|
|
1837
|
+
property :server_certificate_rotation_mode, as: 'serverCertificateRotationMode'
|
|
1838
|
+
property :ssl_mode, as: 'sslMode'
|
|
1099
1839
|
end
|
|
1100
1840
|
end
|
|
1101
1841
|
|
|
@@ -1108,6 +1848,17 @@ module Google
|
|
|
1108
1848
|
end
|
|
1109
1849
|
end
|
|
1110
1850
|
|
|
1851
|
+
class ListBackupsResponse
|
|
1852
|
+
# @private
|
|
1853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1854
|
+
collection :backups, as: 'backups', class: Google::Apis::SqladminV1beta4::Backup, decorator: Google::Apis::SqladminV1beta4::Backup::Representation
|
|
1855
|
+
|
|
1856
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1857
|
+
collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
|
1858
|
+
|
|
1859
|
+
end
|
|
1860
|
+
end
|
|
1861
|
+
|
|
1111
1862
|
class LocationPreference
|
|
1112
1863
|
# @private
|
|
1113
1864
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1128,6 +1879,21 @@ module Google
|
|
|
1128
1879
|
end
|
|
1129
1880
|
end
|
|
1130
1881
|
|
|
1882
|
+
class Message
|
|
1883
|
+
# @private
|
|
1884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1885
|
+
property :message, as: 'message'
|
|
1886
|
+
property :severity, as: 'severity'
|
|
1887
|
+
end
|
|
1888
|
+
end
|
|
1889
|
+
|
|
1890
|
+
class Metadata
|
|
1891
|
+
# @private
|
|
1892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1893
|
+
property :sql_statement_execution_time, as: 'sqlStatementExecutionTime'
|
|
1894
|
+
end
|
|
1895
|
+
end
|
|
1896
|
+
|
|
1131
1897
|
class MySqlReplicaConfiguration
|
|
1132
1898
|
# @private
|
|
1133
1899
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1163,8 +1929,11 @@ module Google
|
|
|
1163
1929
|
property :host_port, as: 'hostPort'
|
|
1164
1930
|
property :kind, as: 'kind'
|
|
1165
1931
|
property :password, as: 'password'
|
|
1932
|
+
collection :selected_objects, as: 'selectedObjects', class: Google::Apis::SqladminV1beta4::SelectedObjects, decorator: Google::Apis::SqladminV1beta4::SelectedObjects::Representation
|
|
1933
|
+
|
|
1166
1934
|
property :source_instance, as: 'sourceInstance', class: Google::Apis::SqladminV1beta4::InstanceReference, decorator: Google::Apis::SqladminV1beta4::InstanceReference::Representation
|
|
1167
1935
|
|
|
1936
|
+
property :ssl_option, as: 'sslOption'
|
|
1168
1937
|
property :username, as: 'username'
|
|
1169
1938
|
end
|
|
1170
1939
|
end
|
|
@@ -1172,6 +1941,10 @@ module Google
|
|
|
1172
1941
|
class Operation
|
|
1173
1942
|
# @private
|
|
1174
1943
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1944
|
+
property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext::Representation
|
|
1945
|
+
|
|
1946
|
+
property :api_warning, as: 'apiWarning', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
|
1947
|
+
|
|
1175
1948
|
property :backup_context, as: 'backupContext', class: Google::Apis::SqladminV1beta4::BackupContext, decorator: Google::Apis::SqladminV1beta4::BackupContext::Representation
|
|
1176
1949
|
|
|
1177
1950
|
property :end_time, as: 'endTime'
|
|
@@ -1185,9 +1958,13 @@ module Google
|
|
|
1185
1958
|
property :kind, as: 'kind'
|
|
1186
1959
|
property :name, as: 'name'
|
|
1187
1960
|
property :operation_type, as: 'operationType'
|
|
1961
|
+
property :pre_check_major_version_upgrade_context, as: 'preCheckMajorVersionUpgradeContext', class: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext, decorator: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext::Representation
|
|
1962
|
+
|
|
1188
1963
|
property :self_link, as: 'selfLink'
|
|
1189
1964
|
property :start_time, as: 'startTime'
|
|
1190
1965
|
property :status, as: 'status'
|
|
1966
|
+
property :sub_operation_type, as: 'subOperationType', class: Google::Apis::SqladminV1beta4::SqlSubOperationType, decorator: Google::Apis::SqladminV1beta4::SqlSubOperationType::Representation
|
|
1967
|
+
|
|
1191
1968
|
property :target_id, as: 'targetId'
|
|
1192
1969
|
property :target_link, as: 'targetLink'
|
|
1193
1970
|
property :target_project, as: 'targetProject'
|
|
@@ -1213,6 +1990,19 @@ module Google
|
|
|
1213
1990
|
end
|
|
1214
1991
|
end
|
|
1215
1992
|
|
|
1993
|
+
class OperationMetadata
|
|
1994
|
+
# @private
|
|
1995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1996
|
+
property :api_version, as: 'apiVersion'
|
|
1997
|
+
property :cancel_requested, as: 'cancelRequested'
|
|
1998
|
+
property :create_time, as: 'createTime'
|
|
1999
|
+
property :end_time, as: 'endTime'
|
|
2000
|
+
property :status_detail, as: 'statusDetail'
|
|
2001
|
+
property :target, as: 'target'
|
|
2002
|
+
property :verb, as: 'verb'
|
|
2003
|
+
end
|
|
2004
|
+
end
|
|
2005
|
+
|
|
1216
2006
|
class ListOperationsResponse
|
|
1217
2007
|
# @private
|
|
1218
2008
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1235,6 +2025,7 @@ module Google
|
|
|
1235
2025
|
# @private
|
|
1236
2026
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1237
2027
|
property :complexity, as: 'complexity'
|
|
2028
|
+
property :disallow_compromised_credentials, as: 'disallowCompromisedCredentials'
|
|
1238
2029
|
property :disallow_username_substring, as: 'disallowUsernameSubstring'
|
|
1239
2030
|
property :enable_password_policy, as: 'enablePasswordPolicy'
|
|
1240
2031
|
property :min_length, as: 'minLength'
|
|
@@ -1243,9 +2034,128 @@ module Google
|
|
|
1243
2034
|
end
|
|
1244
2035
|
end
|
|
1245
2036
|
|
|
2037
|
+
class PerformDiskShrinkContext
|
|
2038
|
+
# @private
|
|
2039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2040
|
+
property :target_size_gb, :numeric_string => true, as: 'targetSizeGb'
|
|
2041
|
+
end
|
|
2042
|
+
end
|
|
2043
|
+
|
|
2044
|
+
class PerformanceCaptureConfig
|
|
2045
|
+
# @private
|
|
2046
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2047
|
+
property :enabled, as: 'enabled'
|
|
2048
|
+
property :probe_threshold, as: 'probeThreshold'
|
|
2049
|
+
property :probing_interval_seconds, as: 'probingIntervalSeconds'
|
|
2050
|
+
property :running_threads_threshold, as: 'runningThreadsThreshold'
|
|
2051
|
+
property :seconds_behind_source_threshold, as: 'secondsBehindSourceThreshold'
|
|
2052
|
+
property :transaction_duration_threshold, as: 'transactionDurationThreshold'
|
|
2053
|
+
end
|
|
2054
|
+
end
|
|
2055
|
+
|
|
2056
|
+
class PointInTimeRestoreContext
|
|
2057
|
+
# @private
|
|
2058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2059
|
+
property :allocated_ip_range, as: 'allocatedIpRange'
|
|
2060
|
+
property :datasource, as: 'datasource'
|
|
2061
|
+
property :point_in_time, as: 'pointInTime'
|
|
2062
|
+
property :preferred_secondary_zone, as: 'preferredSecondaryZone'
|
|
2063
|
+
property :preferred_zone, as: 'preferredZone'
|
|
2064
|
+
property :private_network, as: 'privateNetwork'
|
|
2065
|
+
property :target_instance, as: 'targetInstance'
|
|
2066
|
+
end
|
|
2067
|
+
end
|
|
2068
|
+
|
|
2069
|
+
class PoolNodeConfig
|
|
2070
|
+
# @private
|
|
2071
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2072
|
+
property :dns_name, as: 'dnsName'
|
|
2073
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
2074
|
+
|
|
2075
|
+
property :gce_zone, as: 'gceZone'
|
|
2076
|
+
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
2077
|
+
|
|
2078
|
+
property :name, as: 'name'
|
|
2079
|
+
collection :psc_auto_connections, as: 'pscAutoConnections', class: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig, decorator: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig::Representation
|
|
2080
|
+
|
|
2081
|
+
property :psc_service_attachment_link, as: 'pscServiceAttachmentLink'
|
|
2082
|
+
property :state, as: 'state'
|
|
2083
|
+
end
|
|
2084
|
+
end
|
|
2085
|
+
|
|
2086
|
+
class PreCheckMajorVersionUpgradeContext
|
|
2087
|
+
# @private
|
|
2088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2089
|
+
property :kind, as: 'kind'
|
|
2090
|
+
collection :pre_check_response, as: 'preCheckResponse', class: Google::Apis::SqladminV1beta4::PreCheckResponse, decorator: Google::Apis::SqladminV1beta4::PreCheckResponse::Representation
|
|
2091
|
+
|
|
2092
|
+
property :target_database_version, as: 'targetDatabaseVersion'
|
|
2093
|
+
end
|
|
2094
|
+
end
|
|
2095
|
+
|
|
2096
|
+
class PreCheckResponse
|
|
2097
|
+
# @private
|
|
2098
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2099
|
+
collection :actions_required, as: 'actionsRequired'
|
|
2100
|
+
property :message, as: 'message'
|
|
2101
|
+
property :message_type, as: 'messageType'
|
|
2102
|
+
end
|
|
2103
|
+
end
|
|
2104
|
+
|
|
2105
|
+
class PscAutoConnectionConfig
|
|
2106
|
+
# @private
|
|
2107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2108
|
+
property :consumer_network, as: 'consumerNetwork'
|
|
2109
|
+
property :consumer_network_status, as: 'consumerNetworkStatus'
|
|
2110
|
+
property :consumer_project, as: 'consumerProject'
|
|
2111
|
+
property :ip_address, as: 'ipAddress'
|
|
2112
|
+
property :status, as: 'status'
|
|
2113
|
+
end
|
|
2114
|
+
end
|
|
2115
|
+
|
|
2116
|
+
class PscConfig
|
|
2117
|
+
# @private
|
|
2118
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2119
|
+
collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
|
|
2120
|
+
property :network_attachment_uri, as: 'networkAttachmentUri'
|
|
2121
|
+
collection :psc_auto_connections, as: 'pscAutoConnections', class: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig, decorator: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig::Representation
|
|
2122
|
+
|
|
2123
|
+
property :psc_enabled, as: 'pscEnabled'
|
|
2124
|
+
end
|
|
2125
|
+
end
|
|
2126
|
+
|
|
2127
|
+
class QueryResult
|
|
2128
|
+
# @private
|
|
2129
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2130
|
+
collection :columns, as: 'columns', class: Google::Apis::SqladminV1beta4::Column, decorator: Google::Apis::SqladminV1beta4::Column::Representation
|
|
2131
|
+
|
|
2132
|
+
property :message, as: 'message'
|
|
2133
|
+
property :partial_result, as: 'partialResult'
|
|
2134
|
+
collection :rows, as: 'rows', class: Google::Apis::SqladminV1beta4::Row, decorator: Google::Apis::SqladminV1beta4::Row::Representation
|
|
2135
|
+
|
|
2136
|
+
property :status, as: 'status', class: Google::Apis::SqladminV1beta4::Status, decorator: Google::Apis::SqladminV1beta4::Status::Representation
|
|
2137
|
+
|
|
2138
|
+
end
|
|
2139
|
+
end
|
|
2140
|
+
|
|
2141
|
+
class ReadPoolAutoScaleConfig
|
|
2142
|
+
# @private
|
|
2143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2144
|
+
property :disable_scale_in, as: 'disableScaleIn'
|
|
2145
|
+
property :enabled, as: 'enabled'
|
|
2146
|
+
property :max_node_count, as: 'maxNodeCount'
|
|
2147
|
+
property :min_node_count, as: 'minNodeCount'
|
|
2148
|
+
property :scale_in_cooldown_seconds, as: 'scaleInCooldownSeconds'
|
|
2149
|
+
property :scale_out_cooldown_seconds, as: 'scaleOutCooldownSeconds'
|
|
2150
|
+
collection :target_metrics, as: 'targetMetrics', class: Google::Apis::SqladminV1beta4::TargetMetric, decorator: Google::Apis::SqladminV1beta4::TargetMetric::Representation
|
|
2151
|
+
|
|
2152
|
+
end
|
|
2153
|
+
end
|
|
2154
|
+
|
|
1246
2155
|
class ReplicaConfiguration
|
|
1247
2156
|
# @private
|
|
1248
2157
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2158
|
+
property :cascadable_replica, as: 'cascadableReplica'
|
|
1249
2159
|
property :failover_target, as: 'failoverTarget'
|
|
1250
2160
|
property :kind, as: 'kind'
|
|
1251
2161
|
property :mysql_replica_configuration, as: 'mysqlReplicaConfiguration', class: Google::Apis::SqladminV1beta4::MySqlReplicaConfiguration, decorator: Google::Apis::SqladminV1beta4::MySqlReplicaConfiguration::Representation
|
|
@@ -1253,6 +2163,15 @@ module Google
|
|
|
1253
2163
|
end
|
|
1254
2164
|
end
|
|
1255
2165
|
|
|
2166
|
+
class ReplicationCluster
|
|
2167
|
+
# @private
|
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2169
|
+
property :dr_replica, as: 'drReplica'
|
|
2170
|
+
property :failover_dr_replica_name, as: 'failoverDrReplicaName'
|
|
2171
|
+
property :psa_write_endpoint, as: 'psaWriteEndpoint'
|
|
2172
|
+
end
|
|
2173
|
+
end
|
|
2174
|
+
|
|
1256
2175
|
class Reschedule
|
|
1257
2176
|
# @private
|
|
1258
2177
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1271,6 +2190,14 @@ module Google
|
|
|
1271
2190
|
end
|
|
1272
2191
|
end
|
|
1273
2192
|
|
|
2193
|
+
class RotateEntraIdCertificateContext
|
|
2194
|
+
# @private
|
|
2195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2196
|
+
property :kind, as: 'kind'
|
|
2197
|
+
property :next_version, as: 'nextVersion'
|
|
2198
|
+
end
|
|
2199
|
+
end
|
|
2200
|
+
|
|
1274
2201
|
class RotateServerCaContext
|
|
1275
2202
|
# @private
|
|
1276
2203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1279,19 +2206,52 @@ module Google
|
|
|
1279
2206
|
end
|
|
1280
2207
|
end
|
|
1281
2208
|
|
|
2209
|
+
class RotateServerCertificateContext
|
|
2210
|
+
# @private
|
|
2211
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2212
|
+
property :kind, as: 'kind'
|
|
2213
|
+
property :next_version, as: 'nextVersion'
|
|
2214
|
+
end
|
|
2215
|
+
end
|
|
2216
|
+
|
|
2217
|
+
class Row
|
|
2218
|
+
# @private
|
|
2219
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2220
|
+
collection :values, as: 'values', class: Google::Apis::SqladminV1beta4::Value, decorator: Google::Apis::SqladminV1beta4::Value::Representation
|
|
2221
|
+
|
|
2222
|
+
end
|
|
2223
|
+
end
|
|
2224
|
+
|
|
2225
|
+
class SelectedObjects
|
|
2226
|
+
# @private
|
|
2227
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2228
|
+
property :database, as: 'database'
|
|
2229
|
+
end
|
|
2230
|
+
end
|
|
2231
|
+
|
|
1282
2232
|
class Settings
|
|
1283
2233
|
# @private
|
|
1284
2234
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1285
2235
|
property :activation_policy, as: 'activationPolicy'
|
|
1286
2236
|
property :active_directory_config, as: 'activeDirectoryConfig', class: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig, decorator: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig::Representation
|
|
1287
2237
|
|
|
2238
|
+
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures, decorator: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures::Representation
|
|
2239
|
+
|
|
1288
2240
|
collection :authorized_gae_applications, as: 'authorizedGaeApplications'
|
|
2241
|
+
property :auto_upgrade_enabled, as: 'autoUpgradeEnabled'
|
|
1289
2242
|
property :availability_type, as: 'availabilityType'
|
|
1290
2243
|
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::SqladminV1beta4::BackupConfiguration, decorator: Google::Apis::SqladminV1beta4::BackupConfiguration::Representation
|
|
1291
2244
|
|
|
1292
2245
|
property :collation, as: 'collation'
|
|
2246
|
+
property :connection_pool_config, as: 'connectionPoolConfig', class: Google::Apis::SqladminV1beta4::ConnectionPoolConfig, decorator: Google::Apis::SqladminV1beta4::ConnectionPoolConfig::Representation
|
|
2247
|
+
|
|
1293
2248
|
property :connector_enforcement, as: 'connectorEnforcement'
|
|
1294
2249
|
property :crash_safe_replication_enabled, as: 'crashSafeReplicationEnabled'
|
|
2250
|
+
property :data_api_access, as: 'dataApiAccess'
|
|
2251
|
+
property :data_cache_config, as: 'dataCacheConfig', class: Google::Apis::SqladminV1beta4::DataCacheConfig, decorator: Google::Apis::SqladminV1beta4::DataCacheConfig::Representation
|
|
2252
|
+
|
|
2253
|
+
property :data_disk_provisioned_iops, :numeric_string => true, as: 'dataDiskProvisionedIops'
|
|
2254
|
+
property :data_disk_provisioned_throughput, :numeric_string => true, as: 'dataDiskProvisionedThroughput'
|
|
1295
2255
|
property :data_disk_size_gb, :numeric_string => true, as: 'dataDiskSizeGb'
|
|
1296
2256
|
property :data_disk_type, as: 'dataDiskType'
|
|
1297
2257
|
collection :database_flags, as: 'databaseFlags', class: Google::Apis::SqladminV1beta4::DatabaseFlags, decorator: Google::Apis::SqladminV1beta4::DatabaseFlags::Representation
|
|
@@ -1300,6 +2260,13 @@ module Google
|
|
|
1300
2260
|
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
|
|
1301
2261
|
collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod::Representation
|
|
1302
2262
|
|
|
2263
|
+
property :edition, as: 'edition'
|
|
2264
|
+
property :enable_dataplex_integration, as: 'enableDataplexIntegration'
|
|
2265
|
+
property :enable_google_ml_integration, as: 'enableGoogleMlIntegration'
|
|
2266
|
+
property :entraid_config, as: 'entraidConfig', class: Google::Apis::SqladminV1beta4::SqlServerEntraIdConfig, decorator: Google::Apis::SqladminV1beta4::SqlServerEntraIdConfig::Representation
|
|
2267
|
+
|
|
2268
|
+
property :final_backup_config, as: 'finalBackupConfig', class: Google::Apis::SqladminV1beta4::FinalBackupConfig, decorator: Google::Apis::SqladminV1beta4::FinalBackupConfig::Representation
|
|
2269
|
+
|
|
1303
2270
|
property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1beta4::InsightsConfig, decorator: Google::Apis::SqladminV1beta4::InsightsConfig::Representation
|
|
1304
2271
|
|
|
1305
2272
|
property :ip_configuration, as: 'ipConfiguration', class: Google::Apis::SqladminV1beta4::IpConfiguration, decorator: Google::Apis::SqladminV1beta4::IpConfiguration::Representation
|
|
@@ -1311,8 +2278,14 @@ module Google
|
|
|
1311
2278
|
|
|
1312
2279
|
property :password_validation_policy, as: 'passwordValidationPolicy', class: Google::Apis::SqladminV1beta4::PasswordValidationPolicy, decorator: Google::Apis::SqladminV1beta4::PasswordValidationPolicy::Representation
|
|
1313
2280
|
|
|
2281
|
+
property :performance_capture_config, as: 'performanceCaptureConfig', class: Google::Apis::SqladminV1beta4::PerformanceCaptureConfig, decorator: Google::Apis::SqladminV1beta4::PerformanceCaptureConfig::Representation
|
|
2282
|
+
|
|
1314
2283
|
property :pricing_plan, as: 'pricingPlan'
|
|
2284
|
+
property :read_pool_auto_scale_config, as: 'readPoolAutoScaleConfig', class: Google::Apis::SqladminV1beta4::ReadPoolAutoScaleConfig, decorator: Google::Apis::SqladminV1beta4::ReadPoolAutoScaleConfig::Representation
|
|
2285
|
+
|
|
2286
|
+
property :replication_lag_max_seconds, as: 'replicationLagMaxSeconds'
|
|
1315
2287
|
property :replication_type, as: 'replicationType'
|
|
2288
|
+
property :retain_backups_on_delete, as: 'retainBackupsOnDelete'
|
|
1316
2289
|
property :settings_version, :numeric_string => true, as: 'settingsVersion'
|
|
1317
2290
|
property :sql_server_audit_config, as: 'sqlServerAuditConfig', class: Google::Apis::SqladminV1beta4::SqlServerAuditConfig, decorator: Google::Apis::SqladminV1beta4::SqlServerAuditConfig::Representation
|
|
1318
2291
|
|
|
@@ -1327,8 +2300,12 @@ module Google
|
|
|
1327
2300
|
class SqlActiveDirectoryConfig
|
|
1328
2301
|
# @private
|
|
1329
2302
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2303
|
+
property :admin_credential_secret_name, as: 'adminCredentialSecretName'
|
|
2304
|
+
collection :dns_servers, as: 'dnsServers'
|
|
1330
2305
|
property :domain, as: 'domain'
|
|
1331
2306
|
property :kind, as: 'kind'
|
|
2307
|
+
property :mode, as: 'mode'
|
|
2308
|
+
property :organizational_unit, as: 'organizationalUnit'
|
|
1332
2309
|
end
|
|
1333
2310
|
end
|
|
1334
2311
|
|
|
@@ -1341,6 +2318,52 @@ module Google
|
|
|
1341
2318
|
end
|
|
1342
2319
|
end
|
|
1343
2320
|
|
|
2321
|
+
class SqlInstancesAcquireSsrsLeaseResponse
|
|
2322
|
+
# @private
|
|
2323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2324
|
+
property :operation_id, as: 'operationId'
|
|
2325
|
+
end
|
|
2326
|
+
end
|
|
2327
|
+
|
|
2328
|
+
class SqlInstancesExecuteSqlResponse
|
|
2329
|
+
# @private
|
|
2330
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2331
|
+
collection :messages, as: 'messages', class: Google::Apis::SqladminV1beta4::Message, decorator: Google::Apis::SqladminV1beta4::Message::Representation
|
|
2332
|
+
|
|
2333
|
+
property :metadata, as: 'metadata', class: Google::Apis::SqladminV1beta4::Metadata, decorator: Google::Apis::SqladminV1beta4::Metadata::Representation
|
|
2334
|
+
|
|
2335
|
+
collection :results, as: 'results', class: Google::Apis::SqladminV1beta4::QueryResult, decorator: Google::Apis::SqladminV1beta4::QueryResult::Representation
|
|
2336
|
+
|
|
2337
|
+
property :status, as: 'status', class: Google::Apis::SqladminV1beta4::Status, decorator: Google::Apis::SqladminV1beta4::Status::Representation
|
|
2338
|
+
|
|
2339
|
+
end
|
|
2340
|
+
end
|
|
2341
|
+
|
|
2342
|
+
class SqlInstancesGetDiskShrinkConfigResponse
|
|
2343
|
+
# @private
|
|
2344
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2345
|
+
property :kind, as: 'kind'
|
|
2346
|
+
property :message, as: 'message'
|
|
2347
|
+
property :minimal_target_size_gb, :numeric_string => true, as: 'minimalTargetSizeGb'
|
|
2348
|
+
end
|
|
2349
|
+
end
|
|
2350
|
+
|
|
2351
|
+
class SqlInstancesGetLatestRecoveryTimeResponse
|
|
2352
|
+
# @private
|
|
2353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2354
|
+
property :earliest_recovery_time, as: 'earliestRecoveryTime'
|
|
2355
|
+
property :kind, as: 'kind'
|
|
2356
|
+
property :latest_recovery_time, as: 'latestRecoveryTime'
|
|
2357
|
+
end
|
|
2358
|
+
end
|
|
2359
|
+
|
|
2360
|
+
class SqlInstancesReleaseSsrsLeaseResponse
|
|
2361
|
+
# @private
|
|
2362
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2363
|
+
property :operation_id, as: 'operationId'
|
|
2364
|
+
end
|
|
2365
|
+
end
|
|
2366
|
+
|
|
1344
2367
|
class SqlInstancesRescheduleMaintenanceRequestBody
|
|
1345
2368
|
# @private
|
|
1346
2369
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1349,22 +2372,35 @@ module Google
|
|
|
1349
2372
|
end
|
|
1350
2373
|
end
|
|
1351
2374
|
|
|
2375
|
+
class SqlInstancesResetReplicaSizeRequest
|
|
2376
|
+
# @private
|
|
2377
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2378
|
+
end
|
|
2379
|
+
end
|
|
2380
|
+
|
|
1352
2381
|
class SqlInstancesStartExternalSyncRequest
|
|
1353
2382
|
# @private
|
|
1354
2383
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2384
|
+
property :migration_type, as: 'migrationType'
|
|
1355
2385
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
|
1356
2386
|
|
|
2387
|
+
property :replica_overwrite_enabled, as: 'replicaOverwriteEnabled'
|
|
1357
2388
|
property :skip_verification, as: 'skipVerification'
|
|
1358
2389
|
property :sync_mode, as: 'syncMode'
|
|
2390
|
+
property :sync_parallel_level, as: 'syncParallelLevel'
|
|
1359
2391
|
end
|
|
1360
2392
|
end
|
|
1361
2393
|
|
|
1362
2394
|
class SqlInstancesVerifyExternalSyncSettingsRequest
|
|
1363
2395
|
# @private
|
|
1364
2396
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2397
|
+
property :migration_type, as: 'migrationType'
|
|
1365
2398
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
|
1366
2399
|
|
|
2400
|
+
collection :selected_objects, as: 'selectedObjects', class: Google::Apis::SqladminV1beta4::ExternalSyncSelectedObject, decorator: Google::Apis::SqladminV1beta4::ExternalSyncSelectedObject::Representation
|
|
2401
|
+
|
|
1367
2402
|
property :sync_mode, as: 'syncMode'
|
|
2403
|
+
property :sync_parallel_level, as: 'syncParallelLevel'
|
|
1368
2404
|
property :verify_connection_only, as: 'verifyConnectionOnly'
|
|
1369
2405
|
property :verify_replication_only, as: 'verifyReplicationOnly'
|
|
1370
2406
|
end
|
|
@@ -1417,6 +2453,15 @@ module Google
|
|
|
1417
2453
|
end
|
|
1418
2454
|
end
|
|
1419
2455
|
|
|
2456
|
+
class SqlServerEntraIdConfig
|
|
2457
|
+
# @private
|
|
2458
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2459
|
+
property :application_id, as: 'applicationId'
|
|
2460
|
+
property :kind, as: 'kind'
|
|
2461
|
+
property :tenant_id, as: 'tenantId'
|
|
2462
|
+
end
|
|
2463
|
+
end
|
|
2464
|
+
|
|
1420
2465
|
class SqlServerUserDetails
|
|
1421
2466
|
# @private
|
|
1422
2467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1425,6 +2470,13 @@ module Google
|
|
|
1425
2470
|
end
|
|
1426
2471
|
end
|
|
1427
2472
|
|
|
2473
|
+
class SqlSubOperationType
|
|
2474
|
+
# @private
|
|
2475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2476
|
+
property :maintenance_type, as: 'maintenanceType'
|
|
2477
|
+
end
|
|
2478
|
+
end
|
|
2479
|
+
|
|
1428
2480
|
class SslCert
|
|
1429
2481
|
# @private
|
|
1430
2482
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1486,6 +2538,15 @@ module Google
|
|
|
1486
2538
|
end
|
|
1487
2539
|
end
|
|
1488
2540
|
|
|
2541
|
+
class Status
|
|
2542
|
+
# @private
|
|
2543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2544
|
+
property :code, as: 'code'
|
|
2545
|
+
collection :details, as: 'details'
|
|
2546
|
+
property :message, as: 'message'
|
|
2547
|
+
end
|
|
2548
|
+
end
|
|
2549
|
+
|
|
1489
2550
|
class SyncFlags
|
|
1490
2551
|
# @private
|
|
1491
2552
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1494,6 +2555,14 @@ module Google
|
|
|
1494
2555
|
end
|
|
1495
2556
|
end
|
|
1496
2557
|
|
|
2558
|
+
class TargetMetric
|
|
2559
|
+
# @private
|
|
2560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2561
|
+
property :metric, as: 'metric'
|
|
2562
|
+
property :target_value, as: 'targetValue'
|
|
2563
|
+
end
|
|
2564
|
+
end
|
|
2565
|
+
|
|
1497
2566
|
class Tier
|
|
1498
2567
|
# @private
|
|
1499
2568
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1525,9 +2594,12 @@ module Google
|
|
|
1525
2594
|
class User
|
|
1526
2595
|
# @private
|
|
1527
2596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2597
|
+
collection :database_roles, as: 'databaseRoles'
|
|
1528
2598
|
property :dual_password_type, as: 'dualPasswordType'
|
|
1529
2599
|
property :etag, as: 'etag'
|
|
1530
2600
|
property :host, as: 'host'
|
|
2601
|
+
property :iam_email, as: 'iamEmail'
|
|
2602
|
+
property :iam_status, as: 'iamStatus'
|
|
1531
2603
|
property :instance, as: 'instance'
|
|
1532
2604
|
property :kind, as: 'kind'
|
|
1533
2605
|
property :name, as: 'name'
|
|
@@ -1562,6 +2634,14 @@ module Google
|
|
|
1562
2634
|
property :next_page_token, as: 'nextPageToken'
|
|
1563
2635
|
end
|
|
1564
2636
|
end
|
|
2637
|
+
|
|
2638
|
+
class Value
|
|
2639
|
+
# @private
|
|
2640
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2641
|
+
property :null_value, as: 'nullValue'
|
|
2642
|
+
property :value, as: 'value'
|
|
2643
|
+
end
|
|
2644
|
+
end
|
|
1565
2645
|
end
|
|
1566
2646
|
end
|
|
1567
2647
|
end
|