google-apis-sqladmin_v1beta4 0.41.0 → 0.89.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 +201 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/sqladmin_v1beta4/classes.rb +2359 -61
- data/lib/google/apis/sqladmin_v1beta4/gem_version.rb +3 -3
- data/lib/google/apis/sqladmin_v1beta4/representations.rb +871 -2
- data/lib/google/apis/sqladmin_v1beta4/service.rb +778 -20
- 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
|
|
@@ -286,6 +430,18 @@ module Google
|
|
286
430
|
include Google::Apis::Core::JsonObjectSupport
|
287
431
|
end
|
288
432
|
|
433
|
+
class InstancesListServerCertificatesResponse
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class InstancesReencryptRequest
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
289
445
|
class RestoreInstancesBackupRequest
|
290
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
447
|
|
@@ -298,12 +454,24 @@ module Google
|
|
298
454
|
include Google::Apis::Core::JsonObjectSupport
|
299
455
|
end
|
300
456
|
|
457
|
+
class InstancesRotateServerCertificateRequest
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
301
463
|
class InstancesTruncateLogRequest
|
302
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
465
|
|
304
466
|
include Google::Apis::Core::JsonObjectSupport
|
305
467
|
end
|
306
468
|
|
469
|
+
class Interval
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
307
475
|
class IpConfiguration
|
308
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
477
|
|
@@ -316,6 +484,12 @@ module Google
|
|
316
484
|
include Google::Apis::Core::JsonObjectSupport
|
317
485
|
end
|
318
486
|
|
487
|
+
class ListBackupsResponse
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
319
493
|
class LocationPreference
|
320
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
495
|
|
@@ -328,6 +502,12 @@ module Google
|
|
328
502
|
include Google::Apis::Core::JsonObjectSupport
|
329
503
|
end
|
330
504
|
|
505
|
+
class Metadata
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
331
511
|
class MySqlReplicaConfiguration
|
332
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
513
|
|
@@ -364,6 +544,12 @@ module Google
|
|
364
544
|
include Google::Apis::Core::JsonObjectSupport
|
365
545
|
end
|
366
546
|
|
547
|
+
class OperationMetadata
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
367
553
|
class ListOperationsResponse
|
368
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
555
|
|
@@ -382,12 +568,54 @@ module Google
|
|
382
568
|
include Google::Apis::Core::JsonObjectSupport
|
383
569
|
end
|
384
570
|
|
571
|
+
class PerformDiskShrinkContext
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class PointInTimeRestoreContext
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class PoolNodeConfig
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class PscAutoConnectionConfig
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class PscConfig
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class QueryResult
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
385
607
|
class ReplicaConfiguration
|
386
608
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
609
|
|
388
610
|
include Google::Apis::Core::JsonObjectSupport
|
389
611
|
end
|
390
612
|
|
613
|
+
class ReplicationCluster
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
391
619
|
class Reschedule
|
392
620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
621
|
|
@@ -406,6 +634,24 @@ module Google
|
|
406
634
|
include Google::Apis::Core::JsonObjectSupport
|
407
635
|
end
|
408
636
|
|
637
|
+
class RotateServerCertificateContext
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class Row
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class SelectedObjects
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
409
655
|
class Settings
|
410
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
657
|
|
@@ -424,12 +670,48 @@ module Google
|
|
424
670
|
include Google::Apis::Core::JsonObjectSupport
|
425
671
|
end
|
426
672
|
|
673
|
+
class SqlInstancesAcquireSsrsLeaseResponse
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class SqlInstancesExecuteSqlResponse
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class SqlInstancesGetDiskShrinkConfigResponse
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class SqlInstancesGetLatestRecoveryTimeResponse
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class SqlInstancesReleaseSsrsLeaseResponse
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
427
703
|
class SqlInstancesRescheduleMaintenanceRequestBody
|
428
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
705
|
|
430
706
|
include Google::Apis::Core::JsonObjectSupport
|
431
707
|
end
|
432
708
|
|
709
|
+
class SqlInstancesResetReplicaSizeRequest
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
433
715
|
class SqlInstancesStartExternalSyncRequest
|
434
716
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
717
|
|
@@ -478,6 +760,12 @@ module Google
|
|
478
760
|
include Google::Apis::Core::JsonObjectSupport
|
479
761
|
end
|
480
762
|
|
763
|
+
class SqlSubOperationType
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
481
769
|
class SslCert
|
482
770
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
771
|
|
@@ -556,6 +844,12 @@ module Google
|
|
556
844
|
include Google::Apis::Core::JsonObjectSupport
|
557
845
|
end
|
558
846
|
|
847
|
+
class Value
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
559
853
|
class AclEntry
|
560
854
|
# @private
|
561
855
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -566,6 +860,23 @@ module Google
|
|
566
860
|
end
|
567
861
|
end
|
568
862
|
|
863
|
+
class AcquireSsrsLeaseContext
|
864
|
+
# @private
|
865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
866
|
+
property :duration, as: 'duration'
|
867
|
+
property :report_database, as: 'reportDatabase'
|
868
|
+
property :service_login, as: 'serviceLogin'
|
869
|
+
property :setup_login, as: 'setupLogin'
|
870
|
+
end
|
871
|
+
end
|
872
|
+
|
873
|
+
class AdvancedMachineFeatures
|
874
|
+
# @private
|
875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
876
|
+
property :threads_per_core, as: 'threadsPerCore'
|
877
|
+
end
|
878
|
+
end
|
879
|
+
|
569
880
|
class ApiWarning
|
570
881
|
# @private
|
571
882
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -575,11 +886,53 @@ module Google
|
|
575
886
|
end
|
576
887
|
end
|
577
888
|
|
889
|
+
class AvailableDatabaseVersion
|
890
|
+
# @private
|
891
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
892
|
+
property :display_name, as: 'displayName'
|
893
|
+
property :major_version, as: 'majorVersion'
|
894
|
+
property :name, as: 'name'
|
895
|
+
end
|
896
|
+
end
|
897
|
+
|
898
|
+
class Backup
|
899
|
+
# @private
|
900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
901
|
+
property :backup_interval, as: 'backupInterval', class: Google::Apis::SqladminV1beta4::Interval, decorator: Google::Apis::SqladminV1beta4::Interval::Representation
|
902
|
+
|
903
|
+
property :backup_kind, as: 'backupKind'
|
904
|
+
property :backup_run, as: 'backupRun'
|
905
|
+
property :database_version, as: 'databaseVersion'
|
906
|
+
property :description, as: 'description'
|
907
|
+
property :error, as: 'error', class: Google::Apis::SqladminV1beta4::OperationError, decorator: Google::Apis::SqladminV1beta4::OperationError::Representation
|
908
|
+
|
909
|
+
property :expiry_time, as: 'expiryTime'
|
910
|
+
property :instance, as: 'instance'
|
911
|
+
property :instance_deletion_time, as: 'instanceDeletionTime'
|
912
|
+
property :instance_settings, as: 'instanceSettings', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation
|
913
|
+
|
914
|
+
property :kind, as: 'kind'
|
915
|
+
property :kms_key, as: 'kmsKey'
|
916
|
+
property :kms_key_version, as: 'kmsKeyVersion'
|
917
|
+
property :location, as: 'location'
|
918
|
+
property :max_chargeable_bytes, :numeric_string => true, as: 'maxChargeableBytes'
|
919
|
+
property :name, as: 'name'
|
920
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
921
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
922
|
+
property :self_link, as: 'selfLink'
|
923
|
+
property :state, as: 'state'
|
924
|
+
property :time_zone, as: 'timeZone'
|
925
|
+
property :ttl_days, :numeric_string => true, as: 'ttlDays'
|
926
|
+
property :type, as: 'type'
|
927
|
+
end
|
928
|
+
end
|
929
|
+
|
578
930
|
class BackupConfiguration
|
579
931
|
# @private
|
580
932
|
class Representation < Google::Apis::Core::JsonRepresentation
|
581
933
|
property :backup_retention_settings, as: 'backupRetentionSettings', class: Google::Apis::SqladminV1beta4::BackupRetentionSettings, decorator: Google::Apis::SqladminV1beta4::BackupRetentionSettings::Representation
|
582
934
|
|
935
|
+
property :backup_tier, as: 'backupTier'
|
583
936
|
property :binary_log_enabled, as: 'binaryLogEnabled'
|
584
937
|
property :enabled, as: 'enabled'
|
585
938
|
property :kind, as: 'kind'
|
@@ -588,6 +941,7 @@ module Google
|
|
588
941
|
property :replication_log_archiving_enabled, as: 'replicationLogArchivingEnabled'
|
589
942
|
property :start_time, as: 'startTime'
|
590
943
|
property :transaction_log_retention_days, as: 'transactionLogRetentionDays'
|
944
|
+
property :transactional_log_storage_state, as: 'transactionalLogStorageState'
|
591
945
|
end
|
592
946
|
end
|
593
947
|
|
@@ -596,6 +950,15 @@ module Google
|
|
596
950
|
class Representation < Google::Apis::Core::JsonRepresentation
|
597
951
|
property :backup_id, :numeric_string => true, as: 'backupId'
|
598
952
|
property :kind, as: 'kind'
|
953
|
+
property :name, as: 'name'
|
954
|
+
end
|
955
|
+
end
|
956
|
+
|
957
|
+
class BackupReencryptionConfig
|
958
|
+
# @private
|
959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
960
|
+
property :backup_limit, as: 'backupLimit'
|
961
|
+
property :backup_type, as: 'backupType'
|
599
962
|
end
|
600
963
|
end
|
601
964
|
|
@@ -611,6 +974,7 @@ module Google
|
|
611
974
|
# @private
|
612
975
|
class Representation < Google::Apis::Core::JsonRepresentation
|
613
976
|
property :backup_kind, as: 'backupKind'
|
977
|
+
property :database_version, as: 'databaseVersion'
|
614
978
|
property :description, as: 'description'
|
615
979
|
property :disk_encryption_configuration, as: 'diskEncryptionConfiguration', class: Google::Apis::SqladminV1beta4::DiskEncryptionConfiguration, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionConfiguration::Representation
|
616
980
|
|
@@ -624,6 +988,7 @@ module Google
|
|
624
988
|
property :instance, as: 'instance'
|
625
989
|
property :kind, as: 'kind'
|
626
990
|
property :location, as: 'location'
|
991
|
+
property :max_chargeable_bytes, :numeric_string => true, as: 'maxChargeableBytes'
|
627
992
|
property :self_link, as: 'selfLink'
|
628
993
|
property :start_time, as: 'startTime'
|
629
994
|
property :status, as: 'status'
|
@@ -663,6 +1028,29 @@ module Google
|
|
663
1028
|
property :kind, as: 'kind'
|
664
1029
|
property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
|
665
1030
|
property :point_in_time, as: 'pointInTime'
|
1031
|
+
property :preferred_secondary_zone, as: 'preferredSecondaryZone'
|
1032
|
+
property :preferred_zone, as: 'preferredZone'
|
1033
|
+
property :source_instance_deletion_time, as: 'sourceInstanceDeletionTime'
|
1034
|
+
end
|
1035
|
+
end
|
1036
|
+
|
1037
|
+
class Column
|
1038
|
+
# @private
|
1039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1040
|
+
property :name, as: 'name'
|
1041
|
+
property :type, as: 'type'
|
1042
|
+
end
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class ConnectPoolNodeConfig
|
1046
|
+
# @private
|
1047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1048
|
+
property :dns_name, as: 'dnsName'
|
1049
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
1050
|
+
|
1051
|
+
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
1052
|
+
|
1053
|
+
property :name, as: 'name'
|
666
1054
|
end
|
667
1055
|
end
|
668
1056
|
|
@@ -670,13 +1058,48 @@ module Google
|
|
670
1058
|
# @private
|
671
1059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
672
1060
|
property :backend_type, as: 'backendType'
|
1061
|
+
collection :custom_subject_alternative_names, as: 'customSubjectAlternativeNames'
|
673
1062
|
property :database_version, as: 'databaseVersion'
|
1063
|
+
property :dns_name, as: 'dnsName'
|
1064
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
1065
|
+
|
674
1066
|
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
675
1067
|
|
676
1068
|
property :kind, as: 'kind'
|
1069
|
+
collection :mdx_protocol_support, as: 'mdxProtocolSupport'
|
1070
|
+
property :node_count, as: 'nodeCount'
|
1071
|
+
collection :nodes, as: 'nodes', class: Google::Apis::SqladminV1beta4::ConnectPoolNodeConfig, decorator: Google::Apis::SqladminV1beta4::ConnectPoolNodeConfig::Representation
|
1072
|
+
|
1073
|
+
property :psc_enabled, as: 'pscEnabled'
|
677
1074
|
property :region, as: 'region'
|
678
1075
|
property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
679
1076
|
|
1077
|
+
property :server_ca_mode, as: 'serverCaMode'
|
1078
|
+
end
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class ConnectionPoolConfig
|
1082
|
+
# @private
|
1083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1084
|
+
property :connection_pooling_enabled, as: 'connectionPoolingEnabled'
|
1085
|
+
collection :flags, as: 'flags', class: Google::Apis::SqladminV1beta4::ConnectionPoolFlags, decorator: Google::Apis::SqladminV1beta4::ConnectionPoolFlags::Representation
|
1086
|
+
|
1087
|
+
property :pooler_count, as: 'poolerCount'
|
1088
|
+
end
|
1089
|
+
end
|
1090
|
+
|
1091
|
+
class ConnectionPoolFlags
|
1092
|
+
# @private
|
1093
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1094
|
+
property :name, as: 'name'
|
1095
|
+
property :value, as: 'value'
|
1096
|
+
end
|
1097
|
+
end
|
1098
|
+
|
1099
|
+
class DataCacheConfig
|
1100
|
+
# @private
|
1101
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1102
|
+
property :data_cache_enabled, as: 'dataCacheEnabled'
|
680
1103
|
end
|
681
1104
|
end
|
682
1105
|
|
@@ -718,10 +1141,16 @@ module Google
|
|
718
1141
|
|
719
1142
|
property :disk_encryption_status, as: 'diskEncryptionStatus', class: Google::Apis::SqladminV1beta4::DiskEncryptionStatus, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionStatus::Representation
|
720
1143
|
|
1144
|
+
property :dns_name, as: 'dnsName'
|
1145
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
1146
|
+
|
721
1147
|
property :etag, as: 'etag'
|
722
1148
|
property :failover_replica, as: 'failoverReplica', class: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica::Representation
|
723
1149
|
|
724
1150
|
property :gce_zone, as: 'gceZone'
|
1151
|
+
property :gemini_config, as: 'geminiConfig', class: Google::Apis::SqladminV1beta4::GeminiInstanceConfig, decorator: Google::Apis::SqladminV1beta4::GeminiInstanceConfig::Representation
|
1152
|
+
|
1153
|
+
property :include_replicas_for_major_version_upgrade, as: 'includeReplicasForMajorVersionUpgrade'
|
725
1154
|
property :instance_type, as: 'instanceType'
|
726
1155
|
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
727
1156
|
|
@@ -731,16 +1160,24 @@ module Google
|
|
731
1160
|
property :master_instance_name, as: 'masterInstanceName'
|
732
1161
|
property :max_disk_size, :numeric_string => true, as: 'maxDiskSize'
|
733
1162
|
property :name, as: 'name'
|
1163
|
+
property :node_count, as: 'nodeCount'
|
1164
|
+
collection :nodes, as: 'nodes', class: Google::Apis::SqladminV1beta4::PoolNodeConfig, decorator: Google::Apis::SqladminV1beta4::PoolNodeConfig::Representation
|
1165
|
+
|
734
1166
|
property :on_premises_configuration, as: 'onPremisesConfiguration', class: Google::Apis::SqladminV1beta4::OnPremisesConfiguration, decorator: Google::Apis::SqladminV1beta4::OnPremisesConfiguration::Representation
|
735
1167
|
|
736
1168
|
property :out_of_disk_report, as: 'outOfDiskReport', class: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport, decorator: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport::Representation
|
737
1169
|
|
1170
|
+
property :primary_dns_name, as: 'primaryDnsName'
|
738
1171
|
property :project, as: 'project'
|
1172
|
+
property :psc_service_attachment_link, as: 'pscServiceAttachmentLink'
|
739
1173
|
property :region, as: 'region'
|
740
1174
|
property :replica_configuration, as: 'replicaConfiguration', class: Google::Apis::SqladminV1beta4::ReplicaConfiguration, decorator: Google::Apis::SqladminV1beta4::ReplicaConfiguration::Representation
|
741
1175
|
|
742
1176
|
collection :replica_names, as: 'replicaNames'
|
1177
|
+
property :replication_cluster, as: 'replicationCluster', class: Google::Apis::SqladminV1beta4::ReplicationCluster, decorator: Google::Apis::SqladminV1beta4::ReplicationCluster::Representation
|
1178
|
+
|
743
1179
|
property :root_password, as: 'rootPassword'
|
1180
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
744
1181
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
745
1182
|
property :scheduled_maintenance, as: 'scheduledMaintenance', class: Google::Apis::SqladminV1beta4::SqlScheduledMaintenance, decorator: Google::Apis::SqladminV1beta4::SqlScheduledMaintenance::Representation
|
746
1183
|
|
@@ -751,8 +1188,14 @@ module Google
|
|
751
1188
|
property :service_account_email_address, as: 'serviceAccountEmailAddress'
|
752
1189
|
property :settings, as: 'settings', class: Google::Apis::SqladminV1beta4::Settings, decorator: Google::Apis::SqladminV1beta4::Settings::Representation
|
753
1190
|
|
1191
|
+
property :sql_network_architecture, as: 'sqlNetworkArchitecture'
|
754
1192
|
property :state, as: 'state'
|
755
1193
|
collection :suspension_reason, as: 'suspensionReason'
|
1194
|
+
property :switch_transaction_logs_to_cloud_storage_enabled, as: 'switchTransactionLogsToCloudStorageEnabled'
|
1195
|
+
hash :tags, as: 'tags'
|
1196
|
+
collection :upgradable_database_versions, as: 'upgradableDatabaseVersions', class: Google::Apis::SqladminV1beta4::AvailableDatabaseVersion, decorator: Google::Apis::SqladminV1beta4::AvailableDatabaseVersion::Representation
|
1197
|
+
|
1198
|
+
property :write_endpoint, as: 'writeEndpoint'
|
756
1199
|
end
|
757
1200
|
|
758
1201
|
class FailoverReplica
|
@@ -767,9 +1210,17 @@ module Google
|
|
767
1210
|
class ListDatabasesResponse
|
768
1211
|
# @private
|
769
1212
|
class Representation < Google::Apis::Core::JsonRepresentation
|
770
|
-
collection :items, as: 'items', class: Google::Apis::SqladminV1beta4::Database, decorator: Google::Apis::SqladminV1beta4::Database::Representation
|
771
|
-
|
1213
|
+
collection :items, as: 'items', class: Google::Apis::SqladminV1beta4::Database, decorator: Google::Apis::SqladminV1beta4::Database::Representation
|
1214
|
+
|
1215
|
+
property :kind, as: 'kind'
|
1216
|
+
end
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class DemoteContext
|
1220
|
+
# @private
|
1221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
772
1222
|
property :kind, as: 'kind'
|
1223
|
+
property :source_representative_instance_name, as: 'sourceRepresentativeInstanceName'
|
773
1224
|
end
|
774
1225
|
end
|
775
1226
|
|
@@ -831,6 +1282,33 @@ module Google
|
|
831
1282
|
end
|
832
1283
|
end
|
833
1284
|
|
1285
|
+
class DnsNameMapping
|
1286
|
+
# @private
|
1287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1288
|
+
property :connection_type, as: 'connectionType'
|
1289
|
+
property :dns_scope, as: 'dnsScope'
|
1290
|
+
property :name, as: 'name'
|
1291
|
+
end
|
1292
|
+
end
|
1293
|
+
|
1294
|
+
class Empty
|
1295
|
+
# @private
|
1296
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1297
|
+
end
|
1298
|
+
end
|
1299
|
+
|
1300
|
+
class ExecuteSqlPayload
|
1301
|
+
# @private
|
1302
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1303
|
+
property :auto_iam_authn, as: 'autoIamAuthn'
|
1304
|
+
property :database, as: 'database'
|
1305
|
+
property :partial_result_mode, as: 'partialResultMode'
|
1306
|
+
property :row_limit, :numeric_string => true, as: 'rowLimit'
|
1307
|
+
property :sql_statement, as: 'sqlStatement'
|
1308
|
+
property :user, as: 'user'
|
1309
|
+
end
|
1310
|
+
end
|
1311
|
+
|
834
1312
|
class ExportContext
|
835
1313
|
# @private
|
836
1314
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -844,12 +1322,19 @@ module Google
|
|
844
1322
|
property :offload, as: 'offload'
|
845
1323
|
property :sql_export_options, as: 'sqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::Representation
|
846
1324
|
|
1325
|
+
property :tde_export_options, as: 'tdeExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::TdeExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::TdeExportOptions::Representation
|
1326
|
+
|
847
1327
|
property :uri, as: 'uri'
|
848
1328
|
end
|
849
1329
|
|
850
1330
|
class BakExportOptions
|
851
1331
|
# @private
|
852
1332
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1333
|
+
property :bak_type, as: 'bakType'
|
1334
|
+
property :copy_only, as: 'copyOnly'
|
1335
|
+
property :differential_base, as: 'differentialBase'
|
1336
|
+
property :export_log_end_time, as: 'exportLogEndTime'
|
1337
|
+
property :export_log_start_time, as: 'exportLogStartTime'
|
853
1338
|
property :stripe_count, as: 'stripeCount'
|
854
1339
|
property :striped, as: 'striped'
|
855
1340
|
end
|
@@ -871,8 +1356,12 @@ module Google
|
|
871
1356
|
class Representation < Google::Apis::Core::JsonRepresentation
|
872
1357
|
property :mysql_export_options, as: 'mysqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions::Representation
|
873
1358
|
|
1359
|
+
property :parallel, as: 'parallel'
|
1360
|
+
property :postgres_export_options, as: 'postgresExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::PostgresExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::PostgresExportOptions::Representation
|
1361
|
+
|
874
1362
|
property :schema_only, as: 'schemaOnly'
|
875
1363
|
collection :tables, as: 'tables'
|
1364
|
+
property :threads, as: 'threads'
|
876
1365
|
end
|
877
1366
|
|
878
1367
|
class MysqlExportOptions
|
@@ -881,6 +1370,31 @@ module Google
|
|
881
1370
|
property :master_data, as: 'masterData'
|
882
1371
|
end
|
883
1372
|
end
|
1373
|
+
|
1374
|
+
class PostgresExportOptions
|
1375
|
+
# @private
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1377
|
+
property :clean, as: 'clean'
|
1378
|
+
property :if_exists, as: 'ifExists'
|
1379
|
+
end
|
1380
|
+
end
|
1381
|
+
end
|
1382
|
+
|
1383
|
+
class TdeExportOptions
|
1384
|
+
# @private
|
1385
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1386
|
+
property :certificate_path, as: 'certificatePath'
|
1387
|
+
property :name, as: 'name'
|
1388
|
+
property :private_key_password, as: 'privateKeyPassword'
|
1389
|
+
property :private_key_path, as: 'privateKeyPath'
|
1390
|
+
end
|
1391
|
+
end
|
1392
|
+
end
|
1393
|
+
|
1394
|
+
class ExternalSyncSelectedObject
|
1395
|
+
# @private
|
1396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1397
|
+
property :database, as: 'database'
|
884
1398
|
end
|
885
1399
|
end
|
886
1400
|
|
@@ -892,17 +1406,28 @@ module Google
|
|
892
1406
|
end
|
893
1407
|
end
|
894
1408
|
|
1409
|
+
class FinalBackupConfig
|
1410
|
+
# @private
|
1411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1412
|
+
property :enabled, as: 'enabled'
|
1413
|
+
property :retention_days, as: 'retentionDays'
|
1414
|
+
end
|
1415
|
+
end
|
1416
|
+
|
895
1417
|
class Flag
|
896
1418
|
# @private
|
897
1419
|
class Representation < Google::Apis::Core::JsonRepresentation
|
898
1420
|
collection :allowed_int_values, as: 'allowedIntValues'
|
899
1421
|
collection :allowed_string_values, as: 'allowedStringValues'
|
900
1422
|
collection :applies_to, as: 'appliesTo'
|
1423
|
+
property :flag_scope, as: 'flagScope'
|
901
1424
|
property :in_beta, as: 'inBeta'
|
902
1425
|
property :kind, as: 'kind'
|
903
1426
|
property :max_value, :numeric_string => true, as: 'maxValue'
|
904
1427
|
property :min_value, :numeric_string => true, as: 'minValue'
|
905
1428
|
property :name, as: 'name'
|
1429
|
+
property :recommended_int_value, :numeric_string => true, as: 'recommendedIntValue'
|
1430
|
+
property :recommended_string_value, as: 'recommendedStringValue'
|
906
1431
|
property :requires_restart, as: 'requiresRestart'
|
907
1432
|
property :type, as: 'type'
|
908
1433
|
end
|
@@ -917,6 +1442,18 @@ module Google
|
|
917
1442
|
end
|
918
1443
|
end
|
919
1444
|
|
1445
|
+
class GeminiInstanceConfig
|
1446
|
+
# @private
|
1447
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1448
|
+
property :active_query_enabled, as: 'activeQueryEnabled'
|
1449
|
+
property :entitled, as: 'entitled'
|
1450
|
+
property :flag_recommender_enabled, as: 'flagRecommenderEnabled'
|
1451
|
+
property :google_vacuum_mgmt_enabled, as: 'googleVacuumMgmtEnabled'
|
1452
|
+
property :index_advisor_enabled, as: 'indexAdvisorEnabled'
|
1453
|
+
property :oom_session_cancel_enabled, as: 'oomSessionCancelEnabled'
|
1454
|
+
end
|
1455
|
+
end
|
1456
|
+
|
920
1457
|
class GenerateEphemeralCertRequest
|
921
1458
|
# @private
|
922
1459
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -946,14 +1483,23 @@ module Google
|
|
946
1483
|
property :file_type, as: 'fileType'
|
947
1484
|
property :import_user, as: 'importUser'
|
948
1485
|
property :kind, as: 'kind'
|
1486
|
+
property :sql_import_options, as: 'sqlImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::Representation
|
1487
|
+
|
1488
|
+
property :tde_import_options, as: 'tdeImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::TdeImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::TdeImportOptions::Representation
|
1489
|
+
|
949
1490
|
property :uri, as: 'uri'
|
950
1491
|
end
|
951
1492
|
|
952
1493
|
class BakImportOptions
|
953
1494
|
# @private
|
954
1495
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1496
|
+
property :bak_type, as: 'bakType'
|
955
1497
|
property :encryption_options, as: 'encryptionOptions', class: Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::BakImportOptions::EncryptionOptions::Representation
|
956
1498
|
|
1499
|
+
property :no_recovery, as: 'noRecovery'
|
1500
|
+
property :recovery_only, as: 'recoveryOnly'
|
1501
|
+
property :stop_at, as: 'stopAt'
|
1502
|
+
property :stop_at_mark, as: 'stopAtMark'
|
957
1503
|
property :striped, as: 'striped'
|
958
1504
|
end
|
959
1505
|
|
@@ -961,6 +1507,7 @@ module Google
|
|
961
1507
|
# @private
|
962
1508
|
class Representation < Google::Apis::Core::JsonRepresentation
|
963
1509
|
property :cert_path, as: 'certPath'
|
1510
|
+
property :keep_encrypted, as: 'keepEncrypted'
|
964
1511
|
property :pvk_password, as: 'pvkPassword'
|
965
1512
|
property :pvk_path, as: 'pvkPath'
|
966
1513
|
end
|
@@ -978,6 +1525,34 @@ module Google
|
|
978
1525
|
property :table, as: 'table'
|
979
1526
|
end
|
980
1527
|
end
|
1528
|
+
|
1529
|
+
class SqlImportOptions
|
1530
|
+
# @private
|
1531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1532
|
+
property :parallel, as: 'parallel'
|
1533
|
+
property :postgres_import_options, as: 'postgresImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::PostgresImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::PostgresImportOptions::Representation
|
1534
|
+
|
1535
|
+
property :threads, as: 'threads'
|
1536
|
+
end
|
1537
|
+
|
1538
|
+
class PostgresImportOptions
|
1539
|
+
# @private
|
1540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1541
|
+
property :clean, as: 'clean'
|
1542
|
+
property :if_exists, as: 'ifExists'
|
1543
|
+
end
|
1544
|
+
end
|
1545
|
+
end
|
1546
|
+
|
1547
|
+
class TdeImportOptions
|
1548
|
+
# @private
|
1549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1550
|
+
property :certificate_path, as: 'certificatePath'
|
1551
|
+
property :name, as: 'name'
|
1552
|
+
property :private_key_password, as: 'privateKeyPassword'
|
1553
|
+
property :private_key_path, as: 'privateKeyPath'
|
1554
|
+
end
|
1555
|
+
end
|
981
1556
|
end
|
982
1557
|
|
983
1558
|
class InsightsConfig
|
@@ -1000,6 +1575,14 @@ module Google
|
|
1000
1575
|
end
|
1001
1576
|
end
|
1002
1577
|
|
1578
|
+
class InstancesAcquireSsrsLeaseRequest
|
1579
|
+
# @private
|
1580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1581
|
+
property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext::Representation
|
1582
|
+
|
1583
|
+
end
|
1584
|
+
end
|
1585
|
+
|
1003
1586
|
class CloneInstancesRequest
|
1004
1587
|
# @private
|
1005
1588
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1016,6 +1599,14 @@ module Google
|
|
1016
1599
|
end
|
1017
1600
|
end
|
1018
1601
|
|
1602
|
+
class InstancesDemoteRequest
|
1603
|
+
# @private
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1605
|
+
property :demote_context, as: 'demoteContext', class: Google::Apis::SqladminV1beta4::DemoteContext, decorator: Google::Apis::SqladminV1beta4::DemoteContext::Representation
|
1606
|
+
|
1607
|
+
end
|
1608
|
+
end
|
1609
|
+
|
1019
1610
|
class ExportInstancesRequest
|
1020
1611
|
# @private
|
1021
1612
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1062,11 +1653,36 @@ module Google
|
|
1062
1653
|
end
|
1063
1654
|
end
|
1064
1655
|
|
1656
|
+
class InstancesListServerCertificatesResponse
|
1657
|
+
# @private
|
1658
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1659
|
+
property :active_version, as: 'activeVersion'
|
1660
|
+
collection :ca_certs, as: 'caCerts', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
1661
|
+
|
1662
|
+
property :kind, as: 'kind'
|
1663
|
+
collection :server_certs, as: 'serverCerts', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
1664
|
+
|
1665
|
+
end
|
1666
|
+
end
|
1667
|
+
|
1668
|
+
class InstancesReencryptRequest
|
1669
|
+
# @private
|
1670
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1671
|
+
property :backup_reencryption_config, as: 'backupReencryptionConfig', class: Google::Apis::SqladminV1beta4::BackupReencryptionConfig, decorator: Google::Apis::SqladminV1beta4::BackupReencryptionConfig::Representation
|
1672
|
+
|
1673
|
+
end
|
1674
|
+
end
|
1675
|
+
|
1065
1676
|
class RestoreInstancesBackupRequest
|
1066
1677
|
# @private
|
1067
1678
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1679
|
+
property :backup, as: 'backup'
|
1680
|
+
property :backupdr_backup, as: 'backupdrBackup'
|
1068
1681
|
property :restore_backup_context, as: 'restoreBackupContext', class: Google::Apis::SqladminV1beta4::RestoreBackupContext, decorator: Google::Apis::SqladminV1beta4::RestoreBackupContext::Representation
|
1069
1682
|
|
1683
|
+
collection :restore_instance_clear_overrides_field_names, as: 'restoreInstanceClearOverridesFieldNames'
|
1684
|
+
property :restore_instance_settings, as: 'restoreInstanceSettings', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation
|
1685
|
+
|
1070
1686
|
end
|
1071
1687
|
end
|
1072
1688
|
|
@@ -1078,6 +1694,14 @@ module Google
|
|
1078
1694
|
end
|
1079
1695
|
end
|
1080
1696
|
|
1697
|
+
class InstancesRotateServerCertificateRequest
|
1698
|
+
# @private
|
1699
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1700
|
+
property :rotate_server_certificate_context, as: 'rotateServerCertificateContext', class: Google::Apis::SqladminV1beta4::RotateServerCertificateContext, decorator: Google::Apis::SqladminV1beta4::RotateServerCertificateContext::Representation
|
1701
|
+
|
1702
|
+
end
|
1703
|
+
end
|
1704
|
+
|
1081
1705
|
class InstancesTruncateLogRequest
|
1082
1706
|
# @private
|
1083
1707
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1086,16 +1710,30 @@ module Google
|
|
1086
1710
|
end
|
1087
1711
|
end
|
1088
1712
|
|
1713
|
+
class Interval
|
1714
|
+
# @private
|
1715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1716
|
+
property :end_time, as: 'endTime'
|
1717
|
+
property :start_time, as: 'startTime'
|
1718
|
+
end
|
1719
|
+
end
|
1720
|
+
|
1089
1721
|
class IpConfiguration
|
1090
1722
|
# @private
|
1091
1723
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1092
1724
|
property :allocated_ip_range, as: 'allocatedIpRange'
|
1093
1725
|
collection :authorized_networks, as: 'authorizedNetworks', class: Google::Apis::SqladminV1beta4::AclEntry, decorator: Google::Apis::SqladminV1beta4::AclEntry::Representation
|
1094
1726
|
|
1727
|
+
collection :custom_subject_alternative_names, as: 'customSubjectAlternativeNames'
|
1095
1728
|
property :enable_private_path_for_google_cloud_services, as: 'enablePrivatePathForGoogleCloudServices'
|
1096
1729
|
property :ipv4_enabled, as: 'ipv4Enabled'
|
1097
1730
|
property :private_network, as: 'privateNetwork'
|
1731
|
+
property :psc_config, as: 'pscConfig', class: Google::Apis::SqladminV1beta4::PscConfig, decorator: Google::Apis::SqladminV1beta4::PscConfig::Representation
|
1732
|
+
|
1098
1733
|
property :require_ssl, as: 'requireSsl'
|
1734
|
+
property :server_ca_mode, as: 'serverCaMode'
|
1735
|
+
property :server_ca_pool, as: 'serverCaPool'
|
1736
|
+
property :ssl_mode, as: 'sslMode'
|
1099
1737
|
end
|
1100
1738
|
end
|
1101
1739
|
|
@@ -1108,6 +1746,17 @@ module Google
|
|
1108
1746
|
end
|
1109
1747
|
end
|
1110
1748
|
|
1749
|
+
class ListBackupsResponse
|
1750
|
+
# @private
|
1751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1752
|
+
collection :backups, as: 'backups', class: Google::Apis::SqladminV1beta4::Backup, decorator: Google::Apis::SqladminV1beta4::Backup::Representation
|
1753
|
+
|
1754
|
+
property :next_page_token, as: 'nextPageToken'
|
1755
|
+
collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
1756
|
+
|
1757
|
+
end
|
1758
|
+
end
|
1759
|
+
|
1111
1760
|
class LocationPreference
|
1112
1761
|
# @private
|
1113
1762
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1128,6 +1777,13 @@ module Google
|
|
1128
1777
|
end
|
1129
1778
|
end
|
1130
1779
|
|
1780
|
+
class Metadata
|
1781
|
+
# @private
|
1782
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1783
|
+
property :sql_statement_execution_time, as: 'sqlStatementExecutionTime'
|
1784
|
+
end
|
1785
|
+
end
|
1786
|
+
|
1131
1787
|
class MySqlReplicaConfiguration
|
1132
1788
|
# @private
|
1133
1789
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1163,8 +1819,11 @@ module Google
|
|
1163
1819
|
property :host_port, as: 'hostPort'
|
1164
1820
|
property :kind, as: 'kind'
|
1165
1821
|
property :password, as: 'password'
|
1822
|
+
collection :selected_objects, as: 'selectedObjects', class: Google::Apis::SqladminV1beta4::SelectedObjects, decorator: Google::Apis::SqladminV1beta4::SelectedObjects::Representation
|
1823
|
+
|
1166
1824
|
property :source_instance, as: 'sourceInstance', class: Google::Apis::SqladminV1beta4::InstanceReference, decorator: Google::Apis::SqladminV1beta4::InstanceReference::Representation
|
1167
1825
|
|
1826
|
+
property :ssl_option, as: 'sslOption'
|
1168
1827
|
property :username, as: 'username'
|
1169
1828
|
end
|
1170
1829
|
end
|
@@ -1172,6 +1831,10 @@ module Google
|
|
1172
1831
|
class Operation
|
1173
1832
|
# @private
|
1174
1833
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1834
|
+
property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1beta4::AcquireSsrsLeaseContext::Representation
|
1835
|
+
|
1836
|
+
property :api_warning, as: 'apiWarning', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
1837
|
+
|
1175
1838
|
property :backup_context, as: 'backupContext', class: Google::Apis::SqladminV1beta4::BackupContext, decorator: Google::Apis::SqladminV1beta4::BackupContext::Representation
|
1176
1839
|
|
1177
1840
|
property :end_time, as: 'endTime'
|
@@ -1188,6 +1851,8 @@ module Google
|
|
1188
1851
|
property :self_link, as: 'selfLink'
|
1189
1852
|
property :start_time, as: 'startTime'
|
1190
1853
|
property :status, as: 'status'
|
1854
|
+
property :sub_operation_type, as: 'subOperationType', class: Google::Apis::SqladminV1beta4::SqlSubOperationType, decorator: Google::Apis::SqladminV1beta4::SqlSubOperationType::Representation
|
1855
|
+
|
1191
1856
|
property :target_id, as: 'targetId'
|
1192
1857
|
property :target_link, as: 'targetLink'
|
1193
1858
|
property :target_project, as: 'targetProject'
|
@@ -1213,6 +1878,19 @@ module Google
|
|
1213
1878
|
end
|
1214
1879
|
end
|
1215
1880
|
|
1881
|
+
class OperationMetadata
|
1882
|
+
# @private
|
1883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1884
|
+
property :api_version, as: 'apiVersion'
|
1885
|
+
property :cancel_requested, as: 'cancelRequested'
|
1886
|
+
property :create_time, as: 'createTime'
|
1887
|
+
property :end_time, as: 'endTime'
|
1888
|
+
property :status_detail, as: 'statusDetail'
|
1889
|
+
property :target, as: 'target'
|
1890
|
+
property :verb, as: 'verb'
|
1891
|
+
end
|
1892
|
+
end
|
1893
|
+
|
1216
1894
|
class ListOperationsResponse
|
1217
1895
|
# @private
|
1218
1896
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1235,6 +1913,7 @@ module Google
|
|
1235
1913
|
# @private
|
1236
1914
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1237
1915
|
property :complexity, as: 'complexity'
|
1916
|
+
property :disallow_compromised_credentials, as: 'disallowCompromisedCredentials'
|
1238
1917
|
property :disallow_username_substring, as: 'disallowUsernameSubstring'
|
1239
1918
|
property :enable_password_policy, as: 'enablePasswordPolicy'
|
1240
1919
|
property :min_length, as: 'minLength'
|
@@ -1243,9 +1922,78 @@ module Google
|
|
1243
1922
|
end
|
1244
1923
|
end
|
1245
1924
|
|
1925
|
+
class PerformDiskShrinkContext
|
1926
|
+
# @private
|
1927
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1928
|
+
property :target_size_gb, :numeric_string => true, as: 'targetSizeGb'
|
1929
|
+
end
|
1930
|
+
end
|
1931
|
+
|
1932
|
+
class PointInTimeRestoreContext
|
1933
|
+
# @private
|
1934
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1935
|
+
property :allocated_ip_range, as: 'allocatedIpRange'
|
1936
|
+
property :datasource, as: 'datasource'
|
1937
|
+
property :point_in_time, as: 'pointInTime'
|
1938
|
+
property :preferred_secondary_zone, as: 'preferredSecondaryZone'
|
1939
|
+
property :preferred_zone, as: 'preferredZone'
|
1940
|
+
property :private_network, as: 'privateNetwork'
|
1941
|
+
property :target_instance, as: 'targetInstance'
|
1942
|
+
end
|
1943
|
+
end
|
1944
|
+
|
1945
|
+
class PoolNodeConfig
|
1946
|
+
# @private
|
1947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1948
|
+
property :dns_name, as: 'dnsName'
|
1949
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
1950
|
+
|
1951
|
+
property :gce_zone, as: 'gceZone'
|
1952
|
+
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
1953
|
+
|
1954
|
+
property :name, as: 'name'
|
1955
|
+
property :state, as: 'state'
|
1956
|
+
end
|
1957
|
+
end
|
1958
|
+
|
1959
|
+
class PscAutoConnectionConfig
|
1960
|
+
# @private
|
1961
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1962
|
+
property :consumer_network, as: 'consumerNetwork'
|
1963
|
+
property :consumer_network_status, as: 'consumerNetworkStatus'
|
1964
|
+
property :consumer_project, as: 'consumerProject'
|
1965
|
+
property :ip_address, as: 'ipAddress'
|
1966
|
+
property :status, as: 'status'
|
1967
|
+
end
|
1968
|
+
end
|
1969
|
+
|
1970
|
+
class PscConfig
|
1971
|
+
# @private
|
1972
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1973
|
+
collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
|
1974
|
+
property :network_attachment_uri, as: 'networkAttachmentUri'
|
1975
|
+
collection :psc_auto_connections, as: 'pscAutoConnections', class: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig, decorator: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig::Representation
|
1976
|
+
|
1977
|
+
property :psc_enabled, as: 'pscEnabled'
|
1978
|
+
end
|
1979
|
+
end
|
1980
|
+
|
1981
|
+
class QueryResult
|
1982
|
+
# @private
|
1983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1984
|
+
collection :columns, as: 'columns', class: Google::Apis::SqladminV1beta4::Column, decorator: Google::Apis::SqladminV1beta4::Column::Representation
|
1985
|
+
|
1986
|
+
property :message, as: 'message'
|
1987
|
+
property :partial_result, as: 'partialResult'
|
1988
|
+
collection :rows, as: 'rows', class: Google::Apis::SqladminV1beta4::Row, decorator: Google::Apis::SqladminV1beta4::Row::Representation
|
1989
|
+
|
1990
|
+
end
|
1991
|
+
end
|
1992
|
+
|
1246
1993
|
class ReplicaConfiguration
|
1247
1994
|
# @private
|
1248
1995
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1996
|
+
property :cascadable_replica, as: 'cascadableReplica'
|
1249
1997
|
property :failover_target, as: 'failoverTarget'
|
1250
1998
|
property :kind, as: 'kind'
|
1251
1999
|
property :mysql_replica_configuration, as: 'mysqlReplicaConfiguration', class: Google::Apis::SqladminV1beta4::MySqlReplicaConfiguration, decorator: Google::Apis::SqladminV1beta4::MySqlReplicaConfiguration::Representation
|
@@ -1253,6 +2001,15 @@ module Google
|
|
1253
2001
|
end
|
1254
2002
|
end
|
1255
2003
|
|
2004
|
+
class ReplicationCluster
|
2005
|
+
# @private
|
2006
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2007
|
+
property :dr_replica, as: 'drReplica'
|
2008
|
+
property :failover_dr_replica_name, as: 'failoverDrReplicaName'
|
2009
|
+
property :psa_write_endpoint, as: 'psaWriteEndpoint'
|
2010
|
+
end
|
2011
|
+
end
|
2012
|
+
|
1256
2013
|
class Reschedule
|
1257
2014
|
# @private
|
1258
2015
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1279,19 +2036,50 @@ module Google
|
|
1279
2036
|
end
|
1280
2037
|
end
|
1281
2038
|
|
2039
|
+
class RotateServerCertificateContext
|
2040
|
+
# @private
|
2041
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2042
|
+
property :kind, as: 'kind'
|
2043
|
+
property :next_version, as: 'nextVersion'
|
2044
|
+
end
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
class Row
|
2048
|
+
# @private
|
2049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2050
|
+
collection :values, as: 'values', class: Google::Apis::SqladminV1beta4::Value, decorator: Google::Apis::SqladminV1beta4::Value::Representation
|
2051
|
+
|
2052
|
+
end
|
2053
|
+
end
|
2054
|
+
|
2055
|
+
class SelectedObjects
|
2056
|
+
# @private
|
2057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2058
|
+
property :database, as: 'database'
|
2059
|
+
end
|
2060
|
+
end
|
2061
|
+
|
1282
2062
|
class Settings
|
1283
2063
|
# @private
|
1284
2064
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1285
2065
|
property :activation_policy, as: 'activationPolicy'
|
1286
2066
|
property :active_directory_config, as: 'activeDirectoryConfig', class: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig, decorator: Google::Apis::SqladminV1beta4::SqlActiveDirectoryConfig::Representation
|
1287
2067
|
|
2068
|
+
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures, decorator: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures::Representation
|
2069
|
+
|
1288
2070
|
collection :authorized_gae_applications, as: 'authorizedGaeApplications'
|
1289
2071
|
property :availability_type, as: 'availabilityType'
|
1290
2072
|
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::SqladminV1beta4::BackupConfiguration, decorator: Google::Apis::SqladminV1beta4::BackupConfiguration::Representation
|
1291
2073
|
|
1292
2074
|
property :collation, as: 'collation'
|
2075
|
+
property :connection_pool_config, as: 'connectionPoolConfig', class: Google::Apis::SqladminV1beta4::ConnectionPoolConfig, decorator: Google::Apis::SqladminV1beta4::ConnectionPoolConfig::Representation
|
2076
|
+
|
1293
2077
|
property :connector_enforcement, as: 'connectorEnforcement'
|
1294
2078
|
property :crash_safe_replication_enabled, as: 'crashSafeReplicationEnabled'
|
2079
|
+
property :data_cache_config, as: 'dataCacheConfig', class: Google::Apis::SqladminV1beta4::DataCacheConfig, decorator: Google::Apis::SqladminV1beta4::DataCacheConfig::Representation
|
2080
|
+
|
2081
|
+
property :data_disk_provisioned_iops, :numeric_string => true, as: 'dataDiskProvisionedIops'
|
2082
|
+
property :data_disk_provisioned_throughput, :numeric_string => true, as: 'dataDiskProvisionedThroughput'
|
1295
2083
|
property :data_disk_size_gb, :numeric_string => true, as: 'dataDiskSizeGb'
|
1296
2084
|
property :data_disk_type, as: 'dataDiskType'
|
1297
2085
|
collection :database_flags, as: 'databaseFlags', class: Google::Apis::SqladminV1beta4::DatabaseFlags, decorator: Google::Apis::SqladminV1beta4::DatabaseFlags::Representation
|
@@ -1300,6 +2088,11 @@ module Google
|
|
1300
2088
|
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
|
1301
2089
|
collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod::Representation
|
1302
2090
|
|
2091
|
+
property :edition, as: 'edition'
|
2092
|
+
property :enable_dataplex_integration, as: 'enableDataplexIntegration'
|
2093
|
+
property :enable_google_ml_integration, as: 'enableGoogleMlIntegration'
|
2094
|
+
property :final_backup_config, as: 'finalBackupConfig', class: Google::Apis::SqladminV1beta4::FinalBackupConfig, decorator: Google::Apis::SqladminV1beta4::FinalBackupConfig::Representation
|
2095
|
+
|
1303
2096
|
property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1beta4::InsightsConfig, decorator: Google::Apis::SqladminV1beta4::InsightsConfig::Representation
|
1304
2097
|
|
1305
2098
|
property :ip_configuration, as: 'ipConfiguration', class: Google::Apis::SqladminV1beta4::IpConfiguration, decorator: Google::Apis::SqladminV1beta4::IpConfiguration::Representation
|
@@ -1312,7 +2105,9 @@ module Google
|
|
1312
2105
|
property :password_validation_policy, as: 'passwordValidationPolicy', class: Google::Apis::SqladminV1beta4::PasswordValidationPolicy, decorator: Google::Apis::SqladminV1beta4::PasswordValidationPolicy::Representation
|
1313
2106
|
|
1314
2107
|
property :pricing_plan, as: 'pricingPlan'
|
2108
|
+
property :replication_lag_max_seconds, as: 'replicationLagMaxSeconds'
|
1315
2109
|
property :replication_type, as: 'replicationType'
|
2110
|
+
property :retain_backups_on_delete, as: 'retainBackupsOnDelete'
|
1316
2111
|
property :settings_version, :numeric_string => true, as: 'settingsVersion'
|
1317
2112
|
property :sql_server_audit_config, as: 'sqlServerAuditConfig', class: Google::Apis::SqladminV1beta4::SqlServerAuditConfig, decorator: Google::Apis::SqladminV1beta4::SqlServerAuditConfig::Representation
|
1318
2113
|
|
@@ -1327,8 +2122,12 @@ module Google
|
|
1327
2122
|
class SqlActiveDirectoryConfig
|
1328
2123
|
# @private
|
1329
2124
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2125
|
+
property :admin_credential_secret_name, as: 'adminCredentialSecretName'
|
2126
|
+
collection :dns_servers, as: 'dnsServers'
|
1330
2127
|
property :domain, as: 'domain'
|
1331
2128
|
property :kind, as: 'kind'
|
2129
|
+
property :mode, as: 'mode'
|
2130
|
+
property :organizational_unit, as: 'organizationalUnit'
|
1332
2131
|
end
|
1333
2132
|
end
|
1334
2133
|
|
@@ -1341,6 +2140,48 @@ module Google
|
|
1341
2140
|
end
|
1342
2141
|
end
|
1343
2142
|
|
2143
|
+
class SqlInstancesAcquireSsrsLeaseResponse
|
2144
|
+
# @private
|
2145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2146
|
+
property :operation_id, as: 'operationId'
|
2147
|
+
end
|
2148
|
+
end
|
2149
|
+
|
2150
|
+
class SqlInstancesExecuteSqlResponse
|
2151
|
+
# @private
|
2152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2153
|
+
property :metadata, as: 'metadata', class: Google::Apis::SqladminV1beta4::Metadata, decorator: Google::Apis::SqladminV1beta4::Metadata::Representation
|
2154
|
+
|
2155
|
+
collection :results, as: 'results', class: Google::Apis::SqladminV1beta4::QueryResult, decorator: Google::Apis::SqladminV1beta4::QueryResult::Representation
|
2156
|
+
|
2157
|
+
end
|
2158
|
+
end
|
2159
|
+
|
2160
|
+
class SqlInstancesGetDiskShrinkConfigResponse
|
2161
|
+
# @private
|
2162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2163
|
+
property :kind, as: 'kind'
|
2164
|
+
property :message, as: 'message'
|
2165
|
+
property :minimal_target_size_gb, :numeric_string => true, as: 'minimalTargetSizeGb'
|
2166
|
+
end
|
2167
|
+
end
|
2168
|
+
|
2169
|
+
class SqlInstancesGetLatestRecoveryTimeResponse
|
2170
|
+
# @private
|
2171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2172
|
+
property :earliest_recovery_time, as: 'earliestRecoveryTime'
|
2173
|
+
property :kind, as: 'kind'
|
2174
|
+
property :latest_recovery_time, as: 'latestRecoveryTime'
|
2175
|
+
end
|
2176
|
+
end
|
2177
|
+
|
2178
|
+
class SqlInstancesReleaseSsrsLeaseResponse
|
2179
|
+
# @private
|
2180
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2181
|
+
property :operation_id, as: 'operationId'
|
2182
|
+
end
|
2183
|
+
end
|
2184
|
+
|
1344
2185
|
class SqlInstancesRescheduleMaintenanceRequestBody
|
1345
2186
|
# @private
|
1346
2187
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1349,22 +2190,35 @@ module Google
|
|
1349
2190
|
end
|
1350
2191
|
end
|
1351
2192
|
|
2193
|
+
class SqlInstancesResetReplicaSizeRequest
|
2194
|
+
# @private
|
2195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2196
|
+
end
|
2197
|
+
end
|
2198
|
+
|
1352
2199
|
class SqlInstancesStartExternalSyncRequest
|
1353
2200
|
# @private
|
1354
2201
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2202
|
+
property :migration_type, as: 'migrationType'
|
1355
2203
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
1356
2204
|
|
2205
|
+
property :replica_overwrite_enabled, as: 'replicaOverwriteEnabled'
|
1357
2206
|
property :skip_verification, as: 'skipVerification'
|
1358
2207
|
property :sync_mode, as: 'syncMode'
|
2208
|
+
property :sync_parallel_level, as: 'syncParallelLevel'
|
1359
2209
|
end
|
1360
2210
|
end
|
1361
2211
|
|
1362
2212
|
class SqlInstancesVerifyExternalSyncSettingsRequest
|
1363
2213
|
# @private
|
1364
2214
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2215
|
+
property :migration_type, as: 'migrationType'
|
1365
2216
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
1366
2217
|
|
2218
|
+
collection :selected_objects, as: 'selectedObjects', class: Google::Apis::SqladminV1beta4::ExternalSyncSelectedObject, decorator: Google::Apis::SqladminV1beta4::ExternalSyncSelectedObject::Representation
|
2219
|
+
|
1367
2220
|
property :sync_mode, as: 'syncMode'
|
2221
|
+
property :sync_parallel_level, as: 'syncParallelLevel'
|
1368
2222
|
property :verify_connection_only, as: 'verifyConnectionOnly'
|
1369
2223
|
property :verify_replication_only, as: 'verifyReplicationOnly'
|
1370
2224
|
end
|
@@ -1425,6 +2279,13 @@ module Google
|
|
1425
2279
|
end
|
1426
2280
|
end
|
1427
2281
|
|
2282
|
+
class SqlSubOperationType
|
2283
|
+
# @private
|
2284
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2285
|
+
property :maintenance_type, as: 'maintenanceType'
|
2286
|
+
end
|
2287
|
+
end
|
2288
|
+
|
1428
2289
|
class SslCert
|
1429
2290
|
# @private
|
1430
2291
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1562,6 +2423,14 @@ module Google
|
|
1562
2423
|
property :next_page_token, as: 'nextPageToken'
|
1563
2424
|
end
|
1564
2425
|
end
|
2426
|
+
|
2427
|
+
class Value
|
2428
|
+
# @private
|
2429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2430
|
+
property :null_value, as: 'nullValue'
|
2431
|
+
property :value, as: 'value'
|
2432
|
+
end
|
2433
|
+
end
|
1565
2434
|
end
|
1566
2435
|
end
|
1567
2436
|
end
|