google-apis-sqladmin_v1beta4 0.73.0 → 0.94.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 +88 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/sqladmin_v1beta4/classes.rb +1945 -60
- data/lib/google/apis/sqladmin_v1beta4/gem_version.rb +3 -3
- data/lib/google/apis/sqladmin_v1beta4/representations.rb +720 -0
- data/lib/google/apis/sqladmin_v1beta4/service.rb +568 -18
- data/lib/google/apis/sqladmin_v1beta4.rb +1 -1
- metadata +5 -8
|
@@ -52,6 +52,12 @@ module Google
|
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
+
class Backup
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
55
61
|
class BackupConfiguration
|
|
56
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
63
|
|
|
@@ -100,12 +106,36 @@ module Google
|
|
|
100
106
|
include Google::Apis::Core::JsonObjectSupport
|
|
101
107
|
end
|
|
102
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
|
+
|
|
103
121
|
class ConnectSettings
|
|
104
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
123
|
|
|
106
124
|
include Google::Apis::Core::JsonObjectSupport
|
|
107
125
|
end
|
|
108
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
|
+
|
|
109
139
|
class DataCacheConfig
|
|
110
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
141
|
|
|
@@ -184,12 +214,24 @@ module Google
|
|
|
184
214
|
include Google::Apis::Core::JsonObjectSupport
|
|
185
215
|
end
|
|
186
216
|
|
|
217
|
+
class DnsNameMapping
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
187
223
|
class Empty
|
|
188
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
225
|
|
|
190
226
|
include Google::Apis::Core::JsonObjectSupport
|
|
191
227
|
end
|
|
192
228
|
|
|
229
|
+
class ExecuteSqlPayload
|
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
|
+
|
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
233
|
+
end
|
|
234
|
+
|
|
193
235
|
class ExportContext
|
|
194
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
237
|
|
|
@@ -213,9 +255,27 @@ module Google
|
|
|
213
255
|
|
|
214
256
|
include Google::Apis::Core::JsonObjectSupport
|
|
215
257
|
end
|
|
258
|
+
|
|
259
|
+
class PostgresExportOptions
|
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
|
+
|
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
263
|
+
end
|
|
216
264
|
|
|
217
265
|
include Google::Apis::Core::JsonObjectSupport
|
|
218
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
|
|
219
279
|
|
|
220
280
|
include Google::Apis::Core::JsonObjectSupport
|
|
221
281
|
end
|
|
@@ -226,6 +286,12 @@ module Google
|
|
|
226
286
|
include Google::Apis::Core::JsonObjectSupport
|
|
227
287
|
end
|
|
228
288
|
|
|
289
|
+
class FinalBackupConfig
|
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
+
|
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
+
end
|
|
294
|
+
|
|
229
295
|
class Flag
|
|
230
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
297
|
|
|
@@ -279,6 +345,18 @@ module Google
|
|
|
279
345
|
|
|
280
346
|
class SqlImportOptions
|
|
281
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
|
|
282
360
|
|
|
283
361
|
include Google::Apis::Core::JsonObjectSupport
|
|
284
362
|
end
|
|
@@ -340,6 +418,12 @@ module Google
|
|
|
340
418
|
include Google::Apis::Core::JsonObjectSupport
|
|
341
419
|
end
|
|
342
420
|
|
|
421
|
+
class InstancesListEntraIdCertificatesResponse
|
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
423
|
+
|
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
425
|
+
end
|
|
426
|
+
|
|
343
427
|
class ListInstancesResponse
|
|
344
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
345
429
|
|
|
@@ -352,6 +436,18 @@ module Google
|
|
|
352
436
|
include Google::Apis::Core::JsonObjectSupport
|
|
353
437
|
end
|
|
354
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
|
+
|
|
355
451
|
class InstancesReencryptRequest
|
|
356
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
453
|
|
|
@@ -364,18 +460,36 @@ module Google
|
|
|
364
460
|
include Google::Apis::Core::JsonObjectSupport
|
|
365
461
|
end
|
|
366
462
|
|
|
463
|
+
class InstancesRotateEntraIdCertificateRequest
|
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
|
+
|
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
467
|
+
end
|
|
468
|
+
|
|
367
469
|
class InstancesRotateServerCaRequest
|
|
368
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
471
|
|
|
370
472
|
include Google::Apis::Core::JsonObjectSupport
|
|
371
473
|
end
|
|
372
474
|
|
|
475
|
+
class InstancesRotateServerCertificateRequest
|
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
|
+
|
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
479
|
+
end
|
|
480
|
+
|
|
373
481
|
class InstancesTruncateLogRequest
|
|
374
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
375
483
|
|
|
376
484
|
include Google::Apis::Core::JsonObjectSupport
|
|
377
485
|
end
|
|
378
486
|
|
|
487
|
+
class Interval
|
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
489
|
+
|
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
491
|
+
end
|
|
492
|
+
|
|
379
493
|
class IpConfiguration
|
|
380
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
381
495
|
|
|
@@ -388,6 +502,12 @@ module Google
|
|
|
388
502
|
include Google::Apis::Core::JsonObjectSupport
|
|
389
503
|
end
|
|
390
504
|
|
|
505
|
+
class ListBackupsResponse
|
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
|
+
|
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
509
|
+
end
|
|
510
|
+
|
|
391
511
|
class LocationPreference
|
|
392
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
513
|
|
|
@@ -400,6 +520,18 @@ module Google
|
|
|
400
520
|
include Google::Apis::Core::JsonObjectSupport
|
|
401
521
|
end
|
|
402
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
|
+
|
|
403
535
|
class MySqlReplicaConfiguration
|
|
404
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
405
537
|
|
|
@@ -466,12 +598,54 @@ module Google
|
|
|
466
598
|
include Google::Apis::Core::JsonObjectSupport
|
|
467
599
|
end
|
|
468
600
|
|
|
601
|
+
class PointInTimeRestoreContext
|
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
603
|
+
|
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
605
|
+
end
|
|
606
|
+
|
|
607
|
+
class PoolNodeConfig
|
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
|
+
|
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
611
|
+
end
|
|
612
|
+
|
|
613
|
+
class PreCheckMajorVersionUpgradeContext
|
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
615
|
+
|
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
class PreCheckResponse
|
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
621
|
+
|
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
623
|
+
end
|
|
624
|
+
|
|
625
|
+
class PscAutoConnectionConfig
|
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
627
|
+
|
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
629
|
+
end
|
|
630
|
+
|
|
469
631
|
class PscConfig
|
|
470
632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
471
633
|
|
|
472
634
|
include Google::Apis::Core::JsonObjectSupport
|
|
473
635
|
end
|
|
474
636
|
|
|
637
|
+
class QueryResult
|
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
639
|
+
|
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
641
|
+
end
|
|
642
|
+
|
|
643
|
+
class ReadPoolAutoScaleConfig
|
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
645
|
+
|
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
647
|
+
end
|
|
648
|
+
|
|
475
649
|
class ReplicaConfiguration
|
|
476
650
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
477
651
|
|
|
@@ -496,12 +670,36 @@ module Google
|
|
|
496
670
|
include Google::Apis::Core::JsonObjectSupport
|
|
497
671
|
end
|
|
498
672
|
|
|
673
|
+
class RotateEntraIdCertificateContext
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
499
679
|
class RotateServerCaContext
|
|
500
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
501
681
|
|
|
502
682
|
include Google::Apis::Core::JsonObjectSupport
|
|
503
683
|
end
|
|
504
684
|
|
|
685
|
+
class RotateServerCertificateContext
|
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
687
|
+
|
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
689
|
+
end
|
|
690
|
+
|
|
691
|
+
class Row
|
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
693
|
+
|
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
695
|
+
end
|
|
696
|
+
|
|
697
|
+
class SelectedObjects
|
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
699
|
+
|
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
701
|
+
end
|
|
702
|
+
|
|
505
703
|
class Settings
|
|
506
704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
507
705
|
|
|
@@ -526,6 +724,18 @@ module Google
|
|
|
526
724
|
include Google::Apis::Core::JsonObjectSupport
|
|
527
725
|
end
|
|
528
726
|
|
|
727
|
+
class SqlInstancesAddEntraIdCertificateRequest
|
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
729
|
+
|
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
731
|
+
end
|
|
732
|
+
|
|
733
|
+
class SqlInstancesExecuteSqlResponse
|
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
735
|
+
|
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
737
|
+
end
|
|
738
|
+
|
|
529
739
|
class SqlInstancesGetDiskShrinkConfigResponse
|
|
530
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
741
|
|
|
@@ -598,12 +808,24 @@ module Google
|
|
|
598
808
|
include Google::Apis::Core::JsonObjectSupport
|
|
599
809
|
end
|
|
600
810
|
|
|
811
|
+
class SqlServerEntraIdConfig
|
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
813
|
+
|
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
815
|
+
end
|
|
816
|
+
|
|
601
817
|
class SqlServerUserDetails
|
|
602
818
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
603
819
|
|
|
604
820
|
include Google::Apis::Core::JsonObjectSupport
|
|
605
821
|
end
|
|
606
822
|
|
|
823
|
+
class SqlSubOperationType
|
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
825
|
+
|
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
827
|
+
end
|
|
828
|
+
|
|
607
829
|
class SslCert
|
|
608
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
831
|
|
|
@@ -640,12 +862,24 @@ module Google
|
|
|
640
862
|
include Google::Apis::Core::JsonObjectSupport
|
|
641
863
|
end
|
|
642
864
|
|
|
865
|
+
class Status
|
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
867
|
+
|
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
869
|
+
end
|
|
870
|
+
|
|
643
871
|
class SyncFlags
|
|
644
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
645
873
|
|
|
646
874
|
include Google::Apis::Core::JsonObjectSupport
|
|
647
875
|
end
|
|
648
876
|
|
|
877
|
+
class TargetMetric
|
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
879
|
+
|
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
881
|
+
end
|
|
882
|
+
|
|
649
883
|
class Tier
|
|
650
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
651
885
|
|
|
@@ -682,6 +916,12 @@ module Google
|
|
|
682
916
|
include Google::Apis::Core::JsonObjectSupport
|
|
683
917
|
end
|
|
684
918
|
|
|
919
|
+
class Value
|
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
921
|
+
|
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
923
|
+
end
|
|
924
|
+
|
|
685
925
|
class AclEntry
|
|
686
926
|
# @private
|
|
687
927
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -727,11 +967,44 @@ module Google
|
|
|
727
967
|
end
|
|
728
968
|
end
|
|
729
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
|
+
|
|
730
1002
|
class BackupConfiguration
|
|
731
1003
|
# @private
|
|
732
1004
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
733
1005
|
property :backup_retention_settings, as: 'backupRetentionSettings', class: Google::Apis::SqladminV1beta4::BackupRetentionSettings, decorator: Google::Apis::SqladminV1beta4::BackupRetentionSettings::Representation
|
|
734
1006
|
|
|
1007
|
+
property :backup_tier, as: 'backupTier'
|
|
735
1008
|
property :binary_log_enabled, as: 'binaryLogEnabled'
|
|
736
1009
|
property :enabled, as: 'enabled'
|
|
737
1010
|
property :kind, as: 'kind'
|
|
@@ -749,6 +1022,7 @@ module Google
|
|
|
749
1022
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
750
1023
|
property :backup_id, :numeric_string => true, as: 'backupId'
|
|
751
1024
|
property :kind, as: 'kind'
|
|
1025
|
+
property :name, as: 'name'
|
|
752
1026
|
end
|
|
753
1027
|
end
|
|
754
1028
|
|
|
@@ -772,6 +1046,7 @@ module Google
|
|
|
772
1046
|
# @private
|
|
773
1047
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
774
1048
|
property :backup_kind, as: 'backupKind'
|
|
1049
|
+
property :database_version, as: 'databaseVersion'
|
|
775
1050
|
property :description, as: 'description'
|
|
776
1051
|
property :disk_encryption_configuration, as: 'diskEncryptionConfiguration', class: Google::Apis::SqladminV1beta4::DiskEncryptionConfiguration, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionConfiguration::Representation
|
|
777
1052
|
|
|
@@ -785,6 +1060,7 @@ module Google
|
|
|
785
1060
|
property :instance, as: 'instance'
|
|
786
1061
|
property :kind, as: 'kind'
|
|
787
1062
|
property :location, as: 'location'
|
|
1063
|
+
property :max_chargeable_bytes, :numeric_string => true, as: 'maxChargeableBytes'
|
|
788
1064
|
property :self_link, as: 'selfLink'
|
|
789
1065
|
property :start_time, as: 'startTime'
|
|
790
1066
|
property :status, as: 'status'
|
|
@@ -824,7 +1100,29 @@ module Google
|
|
|
824
1100
|
property :kind, as: 'kind'
|
|
825
1101
|
property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
|
|
826
1102
|
property :point_in_time, as: 'pointInTime'
|
|
1103
|
+
property :preferred_secondary_zone, as: 'preferredSecondaryZone'
|
|
827
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'
|
|
828
1126
|
end
|
|
829
1127
|
end
|
|
830
1128
|
|
|
@@ -832,15 +1130,41 @@ module Google
|
|
|
832
1130
|
# @private
|
|
833
1131
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
834
1132
|
property :backend_type, as: 'backendType'
|
|
1133
|
+
collection :custom_subject_alternative_names, as: 'customSubjectAlternativeNames'
|
|
835
1134
|
property :database_version, as: 'databaseVersion'
|
|
836
1135
|
property :dns_name, as: 'dnsName'
|
|
1136
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
1137
|
+
|
|
837
1138
|
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
838
1139
|
|
|
839
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
|
+
|
|
840
1145
|
property :psc_enabled, as: 'pscEnabled'
|
|
841
1146
|
property :region, as: 'region'
|
|
842
1147
|
property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
843
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'
|
|
844
1168
|
end
|
|
845
1169
|
end
|
|
846
1170
|
|
|
@@ -890,12 +1214,15 @@ module Google
|
|
|
890
1214
|
property :disk_encryption_status, as: 'diskEncryptionStatus', class: Google::Apis::SqladminV1beta4::DiskEncryptionStatus, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionStatus::Representation
|
|
891
1215
|
|
|
892
1216
|
property :dns_name, as: 'dnsName'
|
|
1217
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
1218
|
+
|
|
893
1219
|
property :etag, as: 'etag'
|
|
894
1220
|
property :failover_replica, as: 'failoverReplica', class: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica::Representation
|
|
895
1221
|
|
|
896
1222
|
property :gce_zone, as: 'gceZone'
|
|
897
1223
|
property :gemini_config, as: 'geminiConfig', class: Google::Apis::SqladminV1beta4::GeminiInstanceConfig, decorator: Google::Apis::SqladminV1beta4::GeminiInstanceConfig::Representation
|
|
898
1224
|
|
|
1225
|
+
property :include_replicas_for_major_version_upgrade, as: 'includeReplicasForMajorVersionUpgrade'
|
|
899
1226
|
property :instance_type, as: 'instanceType'
|
|
900
1227
|
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
901
1228
|
|
|
@@ -905,6 +1232,9 @@ module Google
|
|
|
905
1232
|
property :master_instance_name, as: 'masterInstanceName'
|
|
906
1233
|
property :max_disk_size, :numeric_string => true, as: 'maxDiskSize'
|
|
907
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
|
+
|
|
908
1238
|
property :on_premises_configuration, as: 'onPremisesConfiguration', class: Google::Apis::SqladminV1beta4::OnPremisesConfiguration, decorator: Google::Apis::SqladminV1beta4::OnPremisesConfiguration::Representation
|
|
909
1239
|
|
|
910
1240
|
property :out_of_disk_report, as: 'outOfDiskReport', class: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport, decorator: Google::Apis::SqladminV1beta4::SqlOutOfDiskReport::Representation
|
|
@@ -919,6 +1249,7 @@ module Google
|
|
|
919
1249
|
property :replication_cluster, as: 'replicationCluster', class: Google::Apis::SqladminV1beta4::ReplicationCluster, decorator: Google::Apis::SqladminV1beta4::ReplicationCluster::Representation
|
|
920
1250
|
|
|
921
1251
|
property :root_password, as: 'rootPassword'
|
|
1252
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
922
1253
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
923
1254
|
property :scheduled_maintenance, as: 'scheduledMaintenance', class: Google::Apis::SqladminV1beta4::SqlScheduledMaintenance, decorator: Google::Apis::SqladminV1beta4::SqlScheduledMaintenance::Representation
|
|
924
1255
|
|
|
@@ -932,6 +1263,8 @@ module Google
|
|
|
932
1263
|
property :sql_network_architecture, as: 'sqlNetworkArchitecture'
|
|
933
1264
|
property :state, as: 'state'
|
|
934
1265
|
collection :suspension_reason, as: 'suspensionReason'
|
|
1266
|
+
property :switch_transaction_logs_to_cloud_storage_enabled, as: 'switchTransactionLogsToCloudStorageEnabled'
|
|
1267
|
+
hash :tags, as: 'tags'
|
|
935
1268
|
collection :upgradable_database_versions, as: 'upgradableDatabaseVersions', class: Google::Apis::SqladminV1beta4::AvailableDatabaseVersion, decorator: Google::Apis::SqladminV1beta4::AvailableDatabaseVersion::Representation
|
|
936
1269
|
|
|
937
1270
|
property :write_endpoint, as: 'writeEndpoint'
|
|
@@ -1021,12 +1354,33 @@ module Google
|
|
|
1021
1354
|
end
|
|
1022
1355
|
end
|
|
1023
1356
|
|
|
1357
|
+
class DnsNameMapping
|
|
1358
|
+
# @private
|
|
1359
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1360
|
+
property :connection_type, as: 'connectionType'
|
|
1361
|
+
property :dns_scope, as: 'dnsScope'
|
|
1362
|
+
property :name, as: 'name'
|
|
1363
|
+
end
|
|
1364
|
+
end
|
|
1365
|
+
|
|
1024
1366
|
class Empty
|
|
1025
1367
|
# @private
|
|
1026
1368
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1027
1369
|
end
|
|
1028
1370
|
end
|
|
1029
1371
|
|
|
1372
|
+
class ExecuteSqlPayload
|
|
1373
|
+
# @private
|
|
1374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1375
|
+
property :auto_iam_authn, as: 'autoIamAuthn'
|
|
1376
|
+
property :database, as: 'database'
|
|
1377
|
+
property :partial_result_mode, as: 'partialResultMode'
|
|
1378
|
+
property :row_limit, :numeric_string => true, as: 'rowLimit'
|
|
1379
|
+
property :sql_statement, as: 'sqlStatement'
|
|
1380
|
+
property :user, as: 'user'
|
|
1381
|
+
end
|
|
1382
|
+
end
|
|
1383
|
+
|
|
1030
1384
|
class ExportContext
|
|
1031
1385
|
# @private
|
|
1032
1386
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1040,6 +1394,8 @@ module Google
|
|
|
1040
1394
|
property :offload, as: 'offload'
|
|
1041
1395
|
property :sql_export_options, as: 'sqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::Representation
|
|
1042
1396
|
|
|
1397
|
+
property :tde_export_options, as: 'tdeExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::TdeExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::TdeExportOptions::Representation
|
|
1398
|
+
|
|
1043
1399
|
property :uri, as: 'uri'
|
|
1044
1400
|
end
|
|
1045
1401
|
|
|
@@ -1049,6 +1405,8 @@ module Google
|
|
|
1049
1405
|
property :bak_type, as: 'bakType'
|
|
1050
1406
|
property :copy_only, as: 'copyOnly'
|
|
1051
1407
|
property :differential_base, as: 'differentialBase'
|
|
1408
|
+
property :export_log_end_time, as: 'exportLogEndTime'
|
|
1409
|
+
property :export_log_start_time, as: 'exportLogStartTime'
|
|
1052
1410
|
property :stripe_count, as: 'stripeCount'
|
|
1053
1411
|
property :striped, as: 'striped'
|
|
1054
1412
|
end
|
|
@@ -1071,6 +1429,8 @@ module Google
|
|
|
1071
1429
|
property :mysql_export_options, as: 'mysqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions::Representation
|
|
1072
1430
|
|
|
1073
1431
|
property :parallel, as: 'parallel'
|
|
1432
|
+
property :postgres_export_options, as: 'postgresExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::PostgresExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::PostgresExportOptions::Representation
|
|
1433
|
+
|
|
1074
1434
|
property :schema_only, as: 'schemaOnly'
|
|
1075
1435
|
collection :tables, as: 'tables'
|
|
1076
1436
|
property :threads, as: 'threads'
|
|
@@ -1082,6 +1442,31 @@ module Google
|
|
|
1082
1442
|
property :master_data, as: 'masterData'
|
|
1083
1443
|
end
|
|
1084
1444
|
end
|
|
1445
|
+
|
|
1446
|
+
class PostgresExportOptions
|
|
1447
|
+
# @private
|
|
1448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1449
|
+
property :clean, as: 'clean'
|
|
1450
|
+
property :if_exists, as: 'ifExists'
|
|
1451
|
+
end
|
|
1452
|
+
end
|
|
1453
|
+
end
|
|
1454
|
+
|
|
1455
|
+
class TdeExportOptions
|
|
1456
|
+
# @private
|
|
1457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1458
|
+
property :certificate_path, as: 'certificatePath'
|
|
1459
|
+
property :name, as: 'name'
|
|
1460
|
+
property :private_key_password, as: 'privateKeyPassword'
|
|
1461
|
+
property :private_key_path, as: 'privateKeyPath'
|
|
1462
|
+
end
|
|
1463
|
+
end
|
|
1464
|
+
end
|
|
1465
|
+
|
|
1466
|
+
class ExternalSyncSelectedObject
|
|
1467
|
+
# @private
|
|
1468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1469
|
+
property :database, as: 'database'
|
|
1085
1470
|
end
|
|
1086
1471
|
end
|
|
1087
1472
|
|
|
@@ -1093,17 +1478,28 @@ module Google
|
|
|
1093
1478
|
end
|
|
1094
1479
|
end
|
|
1095
1480
|
|
|
1481
|
+
class FinalBackupConfig
|
|
1482
|
+
# @private
|
|
1483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1484
|
+
property :enabled, as: 'enabled'
|
|
1485
|
+
property :retention_days, as: 'retentionDays'
|
|
1486
|
+
end
|
|
1487
|
+
end
|
|
1488
|
+
|
|
1096
1489
|
class Flag
|
|
1097
1490
|
# @private
|
|
1098
1491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1099
1492
|
collection :allowed_int_values, as: 'allowedIntValues'
|
|
1100
1493
|
collection :allowed_string_values, as: 'allowedStringValues'
|
|
1101
1494
|
collection :applies_to, as: 'appliesTo'
|
|
1495
|
+
property :flag_scope, as: 'flagScope'
|
|
1102
1496
|
property :in_beta, as: 'inBeta'
|
|
1103
1497
|
property :kind, as: 'kind'
|
|
1104
1498
|
property :max_value, :numeric_string => true, as: 'maxValue'
|
|
1105
1499
|
property :min_value, :numeric_string => true, as: 'minValue'
|
|
1106
1500
|
property :name, as: 'name'
|
|
1501
|
+
property :recommended_int_value, :numeric_string => true, as: 'recommendedIntValue'
|
|
1502
|
+
property :recommended_string_value, as: 'recommendedStringValue'
|
|
1107
1503
|
property :requires_restart, as: 'requiresRestart'
|
|
1108
1504
|
property :type, as: 'type'
|
|
1109
1505
|
end
|
|
@@ -1161,6 +1557,8 @@ module Google
|
|
|
1161
1557
|
property :kind, as: 'kind'
|
|
1162
1558
|
property :sql_import_options, as: 'sqlImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::Representation
|
|
1163
1559
|
|
|
1560
|
+
property :tde_import_options, as: 'tdeImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::TdeImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::TdeImportOptions::Representation
|
|
1561
|
+
|
|
1164
1562
|
property :uri, as: 'uri'
|
|
1165
1563
|
end
|
|
1166
1564
|
|
|
@@ -1181,6 +1579,7 @@ module Google
|
|
|
1181
1579
|
# @private
|
|
1182
1580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1183
1581
|
property :cert_path, as: 'certPath'
|
|
1582
|
+
property :keep_encrypted, as: 'keepEncrypted'
|
|
1184
1583
|
property :pvk_password, as: 'pvkPassword'
|
|
1185
1584
|
property :pvk_path, as: 'pvkPath'
|
|
1186
1585
|
end
|
|
@@ -1203,8 +1602,28 @@ module Google
|
|
|
1203
1602
|
# @private
|
|
1204
1603
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1205
1604
|
property :parallel, as: 'parallel'
|
|
1605
|
+
property :postgres_import_options, as: 'postgresImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::PostgresImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::SqlImportOptions::PostgresImportOptions::Representation
|
|
1606
|
+
|
|
1206
1607
|
property :threads, as: 'threads'
|
|
1207
1608
|
end
|
|
1609
|
+
|
|
1610
|
+
class PostgresImportOptions
|
|
1611
|
+
# @private
|
|
1612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1613
|
+
property :clean, as: 'clean'
|
|
1614
|
+
property :if_exists, as: 'ifExists'
|
|
1615
|
+
end
|
|
1616
|
+
end
|
|
1617
|
+
end
|
|
1618
|
+
|
|
1619
|
+
class TdeImportOptions
|
|
1620
|
+
# @private
|
|
1621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1622
|
+
property :certificate_path, as: 'certificatePath'
|
|
1623
|
+
property :name, as: 'name'
|
|
1624
|
+
property :private_key_password, as: 'privateKeyPassword'
|
|
1625
|
+
property :private_key_path, as: 'privateKeyPath'
|
|
1626
|
+
end
|
|
1208
1627
|
end
|
|
1209
1628
|
end
|
|
1210
1629
|
|
|
@@ -1284,6 +1703,16 @@ module Google
|
|
|
1284
1703
|
end
|
|
1285
1704
|
end
|
|
1286
1705
|
|
|
1706
|
+
class InstancesListEntraIdCertificatesResponse
|
|
1707
|
+
# @private
|
|
1708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1709
|
+
property :active_version, as: 'activeVersion'
|
|
1710
|
+
collection :certs, as: 'certs', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1711
|
+
|
|
1712
|
+
property :kind, as: 'kind'
|
|
1713
|
+
end
|
|
1714
|
+
end
|
|
1715
|
+
|
|
1287
1716
|
class ListInstancesResponse
|
|
1288
1717
|
# @private
|
|
1289
1718
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1306,6 +1735,26 @@ module Google
|
|
|
1306
1735
|
end
|
|
1307
1736
|
end
|
|
1308
1737
|
|
|
1738
|
+
class InstancesListServerCertificatesResponse
|
|
1739
|
+
# @private
|
|
1740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1741
|
+
property :active_version, as: 'activeVersion'
|
|
1742
|
+
collection :ca_certs, as: 'caCerts', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1743
|
+
|
|
1744
|
+
property :kind, as: 'kind'
|
|
1745
|
+
collection :server_certs, as: 'serverCerts', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
|
|
1746
|
+
|
|
1747
|
+
end
|
|
1748
|
+
end
|
|
1749
|
+
|
|
1750
|
+
class InstancesPreCheckMajorVersionUpgradeRequest
|
|
1751
|
+
# @private
|
|
1752
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1753
|
+
property :pre_check_major_version_upgrade_context, as: 'preCheckMajorVersionUpgradeContext', class: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext, decorator: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext::Representation
|
|
1754
|
+
|
|
1755
|
+
end
|
|
1756
|
+
end
|
|
1757
|
+
|
|
1309
1758
|
class InstancesReencryptRequest
|
|
1310
1759
|
# @private
|
|
1311
1760
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1317,8 +1766,21 @@ module Google
|
|
|
1317
1766
|
class RestoreInstancesBackupRequest
|
|
1318
1767
|
# @private
|
|
1319
1768
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1769
|
+
property :backup, as: 'backup'
|
|
1770
|
+
property :backupdr_backup, as: 'backupdrBackup'
|
|
1320
1771
|
property :restore_backup_context, as: 'restoreBackupContext', class: Google::Apis::SqladminV1beta4::RestoreBackupContext, decorator: Google::Apis::SqladminV1beta4::RestoreBackupContext::Representation
|
|
1321
1772
|
|
|
1773
|
+
collection :restore_instance_clear_overrides_field_names, as: 'restoreInstanceClearOverridesFieldNames'
|
|
1774
|
+
property :restore_instance_settings, as: 'restoreInstanceSettings', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation
|
|
1775
|
+
|
|
1776
|
+
end
|
|
1777
|
+
end
|
|
1778
|
+
|
|
1779
|
+
class InstancesRotateEntraIdCertificateRequest
|
|
1780
|
+
# @private
|
|
1781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1782
|
+
property :rotate_entra_id_certificate_context, as: 'rotateEntraIdCertificateContext', class: Google::Apis::SqladminV1beta4::RotateEntraIdCertificateContext, decorator: Google::Apis::SqladminV1beta4::RotateEntraIdCertificateContext::Representation
|
|
1783
|
+
|
|
1322
1784
|
end
|
|
1323
1785
|
end
|
|
1324
1786
|
|
|
@@ -1330,6 +1792,14 @@ module Google
|
|
|
1330
1792
|
end
|
|
1331
1793
|
end
|
|
1332
1794
|
|
|
1795
|
+
class InstancesRotateServerCertificateRequest
|
|
1796
|
+
# @private
|
|
1797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1798
|
+
property :rotate_server_certificate_context, as: 'rotateServerCertificateContext', class: Google::Apis::SqladminV1beta4::RotateServerCertificateContext, decorator: Google::Apis::SqladminV1beta4::RotateServerCertificateContext::Representation
|
|
1799
|
+
|
|
1800
|
+
end
|
|
1801
|
+
end
|
|
1802
|
+
|
|
1333
1803
|
class InstancesTruncateLogRequest
|
|
1334
1804
|
# @private
|
|
1335
1805
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1338,18 +1808,30 @@ module Google
|
|
|
1338
1808
|
end
|
|
1339
1809
|
end
|
|
1340
1810
|
|
|
1811
|
+
class Interval
|
|
1812
|
+
# @private
|
|
1813
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1814
|
+
property :end_time, as: 'endTime'
|
|
1815
|
+
property :start_time, as: 'startTime'
|
|
1816
|
+
end
|
|
1817
|
+
end
|
|
1818
|
+
|
|
1341
1819
|
class IpConfiguration
|
|
1342
1820
|
# @private
|
|
1343
1821
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1344
1822
|
property :allocated_ip_range, as: 'allocatedIpRange'
|
|
1345
1823
|
collection :authorized_networks, as: 'authorizedNetworks', class: Google::Apis::SqladminV1beta4::AclEntry, decorator: Google::Apis::SqladminV1beta4::AclEntry::Representation
|
|
1346
1824
|
|
|
1825
|
+
collection :custom_subject_alternative_names, as: 'customSubjectAlternativeNames'
|
|
1347
1826
|
property :enable_private_path_for_google_cloud_services, as: 'enablePrivatePathForGoogleCloudServices'
|
|
1348
1827
|
property :ipv4_enabled, as: 'ipv4Enabled'
|
|
1349
1828
|
property :private_network, as: 'privateNetwork'
|
|
1350
1829
|
property :psc_config, as: 'pscConfig', class: Google::Apis::SqladminV1beta4::PscConfig, decorator: Google::Apis::SqladminV1beta4::PscConfig::Representation
|
|
1351
1830
|
|
|
1352
1831
|
property :require_ssl, as: 'requireSsl'
|
|
1832
|
+
property :server_ca_mode, as: 'serverCaMode'
|
|
1833
|
+
property :server_ca_pool, as: 'serverCaPool'
|
|
1834
|
+
property :server_certificate_rotation_mode, as: 'serverCertificateRotationMode'
|
|
1353
1835
|
property :ssl_mode, as: 'sslMode'
|
|
1354
1836
|
end
|
|
1355
1837
|
end
|
|
@@ -1363,6 +1845,17 @@ module Google
|
|
|
1363
1845
|
end
|
|
1364
1846
|
end
|
|
1365
1847
|
|
|
1848
|
+
class ListBackupsResponse
|
|
1849
|
+
# @private
|
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1851
|
+
collection :backups, as: 'backups', class: Google::Apis::SqladminV1beta4::Backup, decorator: Google::Apis::SqladminV1beta4::Backup::Representation
|
|
1852
|
+
|
|
1853
|
+
property :next_page_token, as: 'nextPageToken'
|
|
1854
|
+
collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation
|
|
1855
|
+
|
|
1856
|
+
end
|
|
1857
|
+
end
|
|
1858
|
+
|
|
1366
1859
|
class LocationPreference
|
|
1367
1860
|
# @private
|
|
1368
1861
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1383,6 +1876,21 @@ module Google
|
|
|
1383
1876
|
end
|
|
1384
1877
|
end
|
|
1385
1878
|
|
|
1879
|
+
class Message
|
|
1880
|
+
# @private
|
|
1881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1882
|
+
property :message, as: 'message'
|
|
1883
|
+
property :severity, as: 'severity'
|
|
1884
|
+
end
|
|
1885
|
+
end
|
|
1886
|
+
|
|
1887
|
+
class Metadata
|
|
1888
|
+
# @private
|
|
1889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1890
|
+
property :sql_statement_execution_time, as: 'sqlStatementExecutionTime'
|
|
1891
|
+
end
|
|
1892
|
+
end
|
|
1893
|
+
|
|
1386
1894
|
class MySqlReplicaConfiguration
|
|
1387
1895
|
# @private
|
|
1388
1896
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1418,8 +1926,11 @@ module Google
|
|
|
1418
1926
|
property :host_port, as: 'hostPort'
|
|
1419
1927
|
property :kind, as: 'kind'
|
|
1420
1928
|
property :password, as: 'password'
|
|
1929
|
+
collection :selected_objects, as: 'selectedObjects', class: Google::Apis::SqladminV1beta4::SelectedObjects, decorator: Google::Apis::SqladminV1beta4::SelectedObjects::Representation
|
|
1930
|
+
|
|
1421
1931
|
property :source_instance, as: 'sourceInstance', class: Google::Apis::SqladminV1beta4::InstanceReference, decorator: Google::Apis::SqladminV1beta4::InstanceReference::Representation
|
|
1422
1932
|
|
|
1933
|
+
property :ssl_option, as: 'sslOption'
|
|
1423
1934
|
property :username, as: 'username'
|
|
1424
1935
|
end
|
|
1425
1936
|
end
|
|
@@ -1444,9 +1955,13 @@ module Google
|
|
|
1444
1955
|
property :kind, as: 'kind'
|
|
1445
1956
|
property :name, as: 'name'
|
|
1446
1957
|
property :operation_type, as: 'operationType'
|
|
1958
|
+
property :pre_check_major_version_upgrade_context, as: 'preCheckMajorVersionUpgradeContext', class: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext, decorator: Google::Apis::SqladminV1beta4::PreCheckMajorVersionUpgradeContext::Representation
|
|
1959
|
+
|
|
1447
1960
|
property :self_link, as: 'selfLink'
|
|
1448
1961
|
property :start_time, as: 'startTime'
|
|
1449
1962
|
property :status, as: 'status'
|
|
1963
|
+
property :sub_operation_type, as: 'subOperationType', class: Google::Apis::SqladminV1beta4::SqlSubOperationType, decorator: Google::Apis::SqladminV1beta4::SqlSubOperationType::Representation
|
|
1964
|
+
|
|
1450
1965
|
property :target_id, as: 'targetId'
|
|
1451
1966
|
property :target_link, as: 'targetLink'
|
|
1452
1967
|
property :target_project, as: 'targetProject'
|
|
@@ -1523,14 +2038,102 @@ module Google
|
|
|
1523
2038
|
end
|
|
1524
2039
|
end
|
|
1525
2040
|
|
|
2041
|
+
class PointInTimeRestoreContext
|
|
2042
|
+
# @private
|
|
2043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2044
|
+
property :allocated_ip_range, as: 'allocatedIpRange'
|
|
2045
|
+
property :datasource, as: 'datasource'
|
|
2046
|
+
property :point_in_time, as: 'pointInTime'
|
|
2047
|
+
property :preferred_secondary_zone, as: 'preferredSecondaryZone'
|
|
2048
|
+
property :preferred_zone, as: 'preferredZone'
|
|
2049
|
+
property :private_network, as: 'privateNetwork'
|
|
2050
|
+
property :target_instance, as: 'targetInstance'
|
|
2051
|
+
end
|
|
2052
|
+
end
|
|
2053
|
+
|
|
2054
|
+
class PoolNodeConfig
|
|
2055
|
+
# @private
|
|
2056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2057
|
+
property :dns_name, as: 'dnsName'
|
|
2058
|
+
collection :dns_names, as: 'dnsNames', class: Google::Apis::SqladminV1beta4::DnsNameMapping, decorator: Google::Apis::SqladminV1beta4::DnsNameMapping::Representation
|
|
2059
|
+
|
|
2060
|
+
property :gce_zone, as: 'gceZone'
|
|
2061
|
+
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1beta4::IpMapping, decorator: Google::Apis::SqladminV1beta4::IpMapping::Representation
|
|
2062
|
+
|
|
2063
|
+
property :name, as: 'name'
|
|
2064
|
+
property :state, as: 'state'
|
|
2065
|
+
end
|
|
2066
|
+
end
|
|
2067
|
+
|
|
2068
|
+
class PreCheckMajorVersionUpgradeContext
|
|
2069
|
+
# @private
|
|
2070
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2071
|
+
property :kind, as: 'kind'
|
|
2072
|
+
collection :pre_check_response, as: 'preCheckResponse', class: Google::Apis::SqladminV1beta4::PreCheckResponse, decorator: Google::Apis::SqladminV1beta4::PreCheckResponse::Representation
|
|
2073
|
+
|
|
2074
|
+
property :target_database_version, as: 'targetDatabaseVersion'
|
|
2075
|
+
end
|
|
2076
|
+
end
|
|
2077
|
+
|
|
2078
|
+
class PreCheckResponse
|
|
2079
|
+
# @private
|
|
2080
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2081
|
+
collection :actions_required, as: 'actionsRequired'
|
|
2082
|
+
property :message, as: 'message'
|
|
2083
|
+
property :message_type, as: 'messageType'
|
|
2084
|
+
end
|
|
2085
|
+
end
|
|
2086
|
+
|
|
2087
|
+
class PscAutoConnectionConfig
|
|
2088
|
+
# @private
|
|
2089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2090
|
+
property :consumer_network, as: 'consumerNetwork'
|
|
2091
|
+
property :consumer_network_status, as: 'consumerNetworkStatus'
|
|
2092
|
+
property :consumer_project, as: 'consumerProject'
|
|
2093
|
+
property :ip_address, as: 'ipAddress'
|
|
2094
|
+
property :status, as: 'status'
|
|
2095
|
+
end
|
|
2096
|
+
end
|
|
2097
|
+
|
|
1526
2098
|
class PscConfig
|
|
1527
2099
|
# @private
|
|
1528
2100
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1529
2101
|
collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
|
|
2102
|
+
property :network_attachment_uri, as: 'networkAttachmentUri'
|
|
2103
|
+
collection :psc_auto_connections, as: 'pscAutoConnections', class: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig, decorator: Google::Apis::SqladminV1beta4::PscAutoConnectionConfig::Representation
|
|
2104
|
+
|
|
1530
2105
|
property :psc_enabled, as: 'pscEnabled'
|
|
1531
2106
|
end
|
|
1532
2107
|
end
|
|
1533
2108
|
|
|
2109
|
+
class QueryResult
|
|
2110
|
+
# @private
|
|
2111
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2112
|
+
collection :columns, as: 'columns', class: Google::Apis::SqladminV1beta4::Column, decorator: Google::Apis::SqladminV1beta4::Column::Representation
|
|
2113
|
+
|
|
2114
|
+
property :message, as: 'message'
|
|
2115
|
+
property :partial_result, as: 'partialResult'
|
|
2116
|
+
collection :rows, as: 'rows', class: Google::Apis::SqladminV1beta4::Row, decorator: Google::Apis::SqladminV1beta4::Row::Representation
|
|
2117
|
+
|
|
2118
|
+
property :status, as: 'status', class: Google::Apis::SqladminV1beta4::Status, decorator: Google::Apis::SqladminV1beta4::Status::Representation
|
|
2119
|
+
|
|
2120
|
+
end
|
|
2121
|
+
end
|
|
2122
|
+
|
|
2123
|
+
class ReadPoolAutoScaleConfig
|
|
2124
|
+
# @private
|
|
2125
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2126
|
+
property :disable_scale_in, as: 'disableScaleIn'
|
|
2127
|
+
property :enabled, as: 'enabled'
|
|
2128
|
+
property :max_node_count, as: 'maxNodeCount'
|
|
2129
|
+
property :min_node_count, as: 'minNodeCount'
|
|
2130
|
+
property :scale_in_cooldown_seconds, as: 'scaleInCooldownSeconds'
|
|
2131
|
+
property :scale_out_cooldown_seconds, as: 'scaleOutCooldownSeconds'
|
|
2132
|
+
collection :target_metrics, as: 'targetMetrics', class: Google::Apis::SqladminV1beta4::TargetMetric, decorator: Google::Apis::SqladminV1beta4::TargetMetric::Representation
|
|
2133
|
+
|
|
2134
|
+
end
|
|
2135
|
+
end
|
|
2136
|
+
|
|
1534
2137
|
class ReplicaConfiguration
|
|
1535
2138
|
# @private
|
|
1536
2139
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1569,6 +2172,14 @@ module Google
|
|
|
1569
2172
|
end
|
|
1570
2173
|
end
|
|
1571
2174
|
|
|
2175
|
+
class RotateEntraIdCertificateContext
|
|
2176
|
+
# @private
|
|
2177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2178
|
+
property :kind, as: 'kind'
|
|
2179
|
+
property :next_version, as: 'nextVersion'
|
|
2180
|
+
end
|
|
2181
|
+
end
|
|
2182
|
+
|
|
1572
2183
|
class RotateServerCaContext
|
|
1573
2184
|
# @private
|
|
1574
2185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1577,6 +2188,29 @@ module Google
|
|
|
1577
2188
|
end
|
|
1578
2189
|
end
|
|
1579
2190
|
|
|
2191
|
+
class RotateServerCertificateContext
|
|
2192
|
+
# @private
|
|
2193
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2194
|
+
property :kind, as: 'kind'
|
|
2195
|
+
property :next_version, as: 'nextVersion'
|
|
2196
|
+
end
|
|
2197
|
+
end
|
|
2198
|
+
|
|
2199
|
+
class Row
|
|
2200
|
+
# @private
|
|
2201
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2202
|
+
collection :values, as: 'values', class: Google::Apis::SqladminV1beta4::Value, decorator: Google::Apis::SqladminV1beta4::Value::Representation
|
|
2203
|
+
|
|
2204
|
+
end
|
|
2205
|
+
end
|
|
2206
|
+
|
|
2207
|
+
class SelectedObjects
|
|
2208
|
+
# @private
|
|
2209
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2210
|
+
property :database, as: 'database'
|
|
2211
|
+
end
|
|
2212
|
+
end
|
|
2213
|
+
|
|
1580
2214
|
class Settings
|
|
1581
2215
|
# @private
|
|
1582
2216
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1586,14 +2220,20 @@ module Google
|
|
|
1586
2220
|
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures, decorator: Google::Apis::SqladminV1beta4::AdvancedMachineFeatures::Representation
|
|
1587
2221
|
|
|
1588
2222
|
collection :authorized_gae_applications, as: 'authorizedGaeApplications'
|
|
2223
|
+
property :auto_upgrade_enabled, as: 'autoUpgradeEnabled'
|
|
1589
2224
|
property :availability_type, as: 'availabilityType'
|
|
1590
2225
|
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::SqladminV1beta4::BackupConfiguration, decorator: Google::Apis::SqladminV1beta4::BackupConfiguration::Representation
|
|
1591
2226
|
|
|
1592
2227
|
property :collation, as: 'collation'
|
|
2228
|
+
property :connection_pool_config, as: 'connectionPoolConfig', class: Google::Apis::SqladminV1beta4::ConnectionPoolConfig, decorator: Google::Apis::SqladminV1beta4::ConnectionPoolConfig::Representation
|
|
2229
|
+
|
|
1593
2230
|
property :connector_enforcement, as: 'connectorEnforcement'
|
|
1594
2231
|
property :crash_safe_replication_enabled, as: 'crashSafeReplicationEnabled'
|
|
2232
|
+
property :data_api_access, as: 'dataApiAccess'
|
|
1595
2233
|
property :data_cache_config, as: 'dataCacheConfig', class: Google::Apis::SqladminV1beta4::DataCacheConfig, decorator: Google::Apis::SqladminV1beta4::DataCacheConfig::Representation
|
|
1596
2234
|
|
|
2235
|
+
property :data_disk_provisioned_iops, :numeric_string => true, as: 'dataDiskProvisionedIops'
|
|
2236
|
+
property :data_disk_provisioned_throughput, :numeric_string => true, as: 'dataDiskProvisionedThroughput'
|
|
1597
2237
|
property :data_disk_size_gb, :numeric_string => true, as: 'dataDiskSizeGb'
|
|
1598
2238
|
property :data_disk_type, as: 'dataDiskType'
|
|
1599
2239
|
collection :database_flags, as: 'databaseFlags', class: Google::Apis::SqladminV1beta4::DatabaseFlags, decorator: Google::Apis::SqladminV1beta4::DatabaseFlags::Representation
|
|
@@ -1605,6 +2245,10 @@ module Google
|
|
|
1605
2245
|
property :edition, as: 'edition'
|
|
1606
2246
|
property :enable_dataplex_integration, as: 'enableDataplexIntegration'
|
|
1607
2247
|
property :enable_google_ml_integration, as: 'enableGoogleMlIntegration'
|
|
2248
|
+
property :entraid_config, as: 'entraidConfig', class: Google::Apis::SqladminV1beta4::SqlServerEntraIdConfig, decorator: Google::Apis::SqladminV1beta4::SqlServerEntraIdConfig::Representation
|
|
2249
|
+
|
|
2250
|
+
property :final_backup_config, as: 'finalBackupConfig', class: Google::Apis::SqladminV1beta4::FinalBackupConfig, decorator: Google::Apis::SqladminV1beta4::FinalBackupConfig::Representation
|
|
2251
|
+
|
|
1608
2252
|
property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1beta4::InsightsConfig, decorator: Google::Apis::SqladminV1beta4::InsightsConfig::Representation
|
|
1609
2253
|
|
|
1610
2254
|
property :ip_configuration, as: 'ipConfiguration', class: Google::Apis::SqladminV1beta4::IpConfiguration, decorator: Google::Apis::SqladminV1beta4::IpConfiguration::Representation
|
|
@@ -1617,7 +2261,11 @@ module Google
|
|
|
1617
2261
|
property :password_validation_policy, as: 'passwordValidationPolicy', class: Google::Apis::SqladminV1beta4::PasswordValidationPolicy, decorator: Google::Apis::SqladminV1beta4::PasswordValidationPolicy::Representation
|
|
1618
2262
|
|
|
1619
2263
|
property :pricing_plan, as: 'pricingPlan'
|
|
2264
|
+
property :read_pool_auto_scale_config, as: 'readPoolAutoScaleConfig', class: Google::Apis::SqladminV1beta4::ReadPoolAutoScaleConfig, decorator: Google::Apis::SqladminV1beta4::ReadPoolAutoScaleConfig::Representation
|
|
2265
|
+
|
|
2266
|
+
property :replication_lag_max_seconds, as: 'replicationLagMaxSeconds'
|
|
1620
2267
|
property :replication_type, as: 'replicationType'
|
|
2268
|
+
property :retain_backups_on_delete, as: 'retainBackupsOnDelete'
|
|
1621
2269
|
property :settings_version, :numeric_string => true, as: 'settingsVersion'
|
|
1622
2270
|
property :sql_server_audit_config, as: 'sqlServerAuditConfig', class: Google::Apis::SqladminV1beta4::SqlServerAuditConfig, decorator: Google::Apis::SqladminV1beta4::SqlServerAuditConfig::Representation
|
|
1623
2271
|
|
|
@@ -1632,8 +2280,12 @@ module Google
|
|
|
1632
2280
|
class SqlActiveDirectoryConfig
|
|
1633
2281
|
# @private
|
|
1634
2282
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2283
|
+
property :admin_credential_secret_name, as: 'adminCredentialSecretName'
|
|
2284
|
+
collection :dns_servers, as: 'dnsServers'
|
|
1635
2285
|
property :domain, as: 'domain'
|
|
1636
2286
|
property :kind, as: 'kind'
|
|
2287
|
+
property :mode, as: 'mode'
|
|
2288
|
+
property :organizational_unit, as: 'organizationalUnit'
|
|
1637
2289
|
end
|
|
1638
2290
|
end
|
|
1639
2291
|
|
|
@@ -1653,6 +2305,26 @@ module Google
|
|
|
1653
2305
|
end
|
|
1654
2306
|
end
|
|
1655
2307
|
|
|
2308
|
+
class SqlInstancesAddEntraIdCertificateRequest
|
|
2309
|
+
# @private
|
|
2310
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2311
|
+
end
|
|
2312
|
+
end
|
|
2313
|
+
|
|
2314
|
+
class SqlInstancesExecuteSqlResponse
|
|
2315
|
+
# @private
|
|
2316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2317
|
+
collection :messages, as: 'messages', class: Google::Apis::SqladminV1beta4::Message, decorator: Google::Apis::SqladminV1beta4::Message::Representation
|
|
2318
|
+
|
|
2319
|
+
property :metadata, as: 'metadata', class: Google::Apis::SqladminV1beta4::Metadata, decorator: Google::Apis::SqladminV1beta4::Metadata::Representation
|
|
2320
|
+
|
|
2321
|
+
collection :results, as: 'results', class: Google::Apis::SqladminV1beta4::QueryResult, decorator: Google::Apis::SqladminV1beta4::QueryResult::Representation
|
|
2322
|
+
|
|
2323
|
+
property :status, as: 'status', class: Google::Apis::SqladminV1beta4::Status, decorator: Google::Apis::SqladminV1beta4::Status::Representation
|
|
2324
|
+
|
|
2325
|
+
end
|
|
2326
|
+
end
|
|
2327
|
+
|
|
1656
2328
|
class SqlInstancesGetDiskShrinkConfigResponse
|
|
1657
2329
|
# @private
|
|
1658
2330
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1665,6 +2337,7 @@ module Google
|
|
|
1665
2337
|
class SqlInstancesGetLatestRecoveryTimeResponse
|
|
1666
2338
|
# @private
|
|
1667
2339
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2340
|
+
property :earliest_recovery_time, as: 'earliestRecoveryTime'
|
|
1668
2341
|
property :kind, as: 'kind'
|
|
1669
2342
|
property :latest_recovery_time, as: 'latestRecoveryTime'
|
|
1670
2343
|
end
|
|
@@ -1697,6 +2370,7 @@ module Google
|
|
|
1697
2370
|
property :migration_type, as: 'migrationType'
|
|
1698
2371
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
|
1699
2372
|
|
|
2373
|
+
property :replica_overwrite_enabled, as: 'replicaOverwriteEnabled'
|
|
1700
2374
|
property :skip_verification, as: 'skipVerification'
|
|
1701
2375
|
property :sync_mode, as: 'syncMode'
|
|
1702
2376
|
property :sync_parallel_level, as: 'syncParallelLevel'
|
|
@@ -1709,6 +2383,8 @@ module Google
|
|
|
1709
2383
|
property :migration_type, as: 'migrationType'
|
|
1710
2384
|
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1beta4::MySqlSyncConfig, decorator: Google::Apis::SqladminV1beta4::MySqlSyncConfig::Representation
|
|
1711
2385
|
|
|
2386
|
+
collection :selected_objects, as: 'selectedObjects', class: Google::Apis::SqladminV1beta4::ExternalSyncSelectedObject, decorator: Google::Apis::SqladminV1beta4::ExternalSyncSelectedObject::Representation
|
|
2387
|
+
|
|
1712
2388
|
property :sync_mode, as: 'syncMode'
|
|
1713
2389
|
property :sync_parallel_level, as: 'syncParallelLevel'
|
|
1714
2390
|
property :verify_connection_only, as: 'verifyConnectionOnly'
|
|
@@ -1763,6 +2439,15 @@ module Google
|
|
|
1763
2439
|
end
|
|
1764
2440
|
end
|
|
1765
2441
|
|
|
2442
|
+
class SqlServerEntraIdConfig
|
|
2443
|
+
# @private
|
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2445
|
+
property :application_id, as: 'applicationId'
|
|
2446
|
+
property :kind, as: 'kind'
|
|
2447
|
+
property :tenant_id, as: 'tenantId'
|
|
2448
|
+
end
|
|
2449
|
+
end
|
|
2450
|
+
|
|
1766
2451
|
class SqlServerUserDetails
|
|
1767
2452
|
# @private
|
|
1768
2453
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1771,6 +2456,13 @@ module Google
|
|
|
1771
2456
|
end
|
|
1772
2457
|
end
|
|
1773
2458
|
|
|
2459
|
+
class SqlSubOperationType
|
|
2460
|
+
# @private
|
|
2461
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2462
|
+
property :maintenance_type, as: 'maintenanceType'
|
|
2463
|
+
end
|
|
2464
|
+
end
|
|
2465
|
+
|
|
1774
2466
|
class SslCert
|
|
1775
2467
|
# @private
|
|
1776
2468
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1832,6 +2524,15 @@ module Google
|
|
|
1832
2524
|
end
|
|
1833
2525
|
end
|
|
1834
2526
|
|
|
2527
|
+
class Status
|
|
2528
|
+
# @private
|
|
2529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2530
|
+
property :code, as: 'code'
|
|
2531
|
+
collection :details, as: 'details'
|
|
2532
|
+
property :message, as: 'message'
|
|
2533
|
+
end
|
|
2534
|
+
end
|
|
2535
|
+
|
|
1835
2536
|
class SyncFlags
|
|
1836
2537
|
# @private
|
|
1837
2538
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1840,6 +2541,14 @@ module Google
|
|
|
1840
2541
|
end
|
|
1841
2542
|
end
|
|
1842
2543
|
|
|
2544
|
+
class TargetMetric
|
|
2545
|
+
# @private
|
|
2546
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2547
|
+
property :metric, as: 'metric'
|
|
2548
|
+
property :target_value, as: 'targetValue'
|
|
2549
|
+
end
|
|
2550
|
+
end
|
|
2551
|
+
|
|
1843
2552
|
class Tier
|
|
1844
2553
|
# @private
|
|
1845
2554
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1871,9 +2580,12 @@ module Google
|
|
|
1871
2580
|
class User
|
|
1872
2581
|
# @private
|
|
1873
2582
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2583
|
+
collection :database_roles, as: 'databaseRoles'
|
|
1874
2584
|
property :dual_password_type, as: 'dualPasswordType'
|
|
1875
2585
|
property :etag, as: 'etag'
|
|
1876
2586
|
property :host, as: 'host'
|
|
2587
|
+
property :iam_email, as: 'iamEmail'
|
|
2588
|
+
property :iam_status, as: 'iamStatus'
|
|
1877
2589
|
property :instance, as: 'instance'
|
|
1878
2590
|
property :kind, as: 'kind'
|
|
1879
2591
|
property :name, as: 'name'
|
|
@@ -1908,6 +2620,14 @@ module Google
|
|
|
1908
2620
|
property :next_page_token, as: 'nextPageToken'
|
|
1909
2621
|
end
|
|
1910
2622
|
end
|
|
2623
|
+
|
|
2624
|
+
class Value
|
|
2625
|
+
# @private
|
|
2626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2627
|
+
property :null_value, as: 'nullValue'
|
|
2628
|
+
property :value, as: 'value'
|
|
2629
|
+
end
|
|
2630
|
+
end
|
|
1911
2631
|
end
|
|
1912
2632
|
end
|
|
1913
2633
|
end
|