google-apis-alloydb_v1beta 0.18.0 → 0.19.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 +5 -0
- data/lib/google/apis/alloydb_v1beta/classes.rb +661 -141
- data/lib/google/apis/alloydb_v1beta/gem_version.rb +3 -3
- data/lib/google/apis/alloydb_v1beta/representations.rb +213 -22
- data/lib/google/apis/alloydb_v1beta/service.rb +228 -154
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1beta
|
18
18
|
# Version of the google-apis-alloydb_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241106"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -58,12 +58,24 @@ module Google
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
59
59
|
end
|
60
60
|
|
61
|
+
class CloudSqlBackupRunSource
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
61
67
|
class Cluster
|
62
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
69
|
|
64
70
|
include Google::Apis::Core::JsonObjectSupport
|
65
71
|
end
|
66
72
|
|
73
|
+
class ClusterUpgradeDetails
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
67
79
|
class ConnectionInfo
|
68
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
81
|
|
@@ -88,6 +100,12 @@ module Google
|
|
88
100
|
include Google::Apis::Core::JsonObjectSupport
|
89
101
|
end
|
90
102
|
|
103
|
+
class CsvExportOptions
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
91
109
|
class Empty
|
92
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
111
|
|
@@ -106,12 +124,24 @@ module Google
|
|
106
124
|
include Google::Apis::Core::JsonObjectSupport
|
107
125
|
end
|
108
126
|
|
127
|
+
class ExportClusterRequest
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
109
133
|
class FailoverInstanceRequest
|
110
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
135
|
|
112
136
|
include Google::Apis::Core::JsonObjectSupport
|
113
137
|
end
|
114
138
|
|
139
|
+
class GcsDestination
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
115
145
|
class GeminiClusterConfig
|
116
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
147
|
|
@@ -160,6 +190,12 @@ module Google
|
|
160
190
|
include Google::Apis::Core::JsonObjectSupport
|
161
191
|
end
|
162
192
|
|
193
|
+
class InstanceUpgradeDetails
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
163
199
|
class IntegerRestrictions
|
164
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
201
|
|
@@ -328,12 +364,24 @@ module Google
|
|
328
364
|
include Google::Apis::Core::JsonObjectSupport
|
329
365
|
end
|
330
366
|
|
367
|
+
class SqlExportOptions
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
331
373
|
class SslConfig
|
332
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
375
|
|
334
376
|
include Google::Apis::Core::JsonObjectSupport
|
335
377
|
end
|
336
378
|
|
379
|
+
class StageInfo
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
337
385
|
class Status
|
338
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
387
|
|
@@ -370,12 +418,6 @@ module Google
|
|
370
418
|
include Google::Apis::Core::JsonObjectSupport
|
371
419
|
end
|
372
420
|
|
373
|
-
class StorageDatabasecenterPartnerapiV1mainDatabaseMetadata
|
374
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
-
|
376
|
-
include Google::Apis::Core::JsonObjectSupport
|
377
|
-
end
|
378
|
-
|
379
421
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
|
380
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
423
|
|
@@ -412,6 +454,12 @@ module Google
|
|
412
454
|
include Google::Apis::Core::JsonObjectSupport
|
413
455
|
end
|
414
456
|
|
457
|
+
class StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
415
463
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
416
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
465
|
|
@@ -436,6 +484,12 @@ module Google
|
|
436
484
|
include Google::Apis::Core::JsonObjectSupport
|
437
485
|
end
|
438
486
|
|
487
|
+
class StorageDatabasecenterPartnerapiV1mainTags
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
439
493
|
class StorageDatabasecenterPartnerapiV1mainUserLabels
|
440
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
495
|
|
@@ -490,6 +544,18 @@ module Google
|
|
490
544
|
include Google::Apis::Core::JsonObjectSupport
|
491
545
|
end
|
492
546
|
|
547
|
+
class UpgradeClusterRequest
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class UpgradeClusterResponse
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
493
559
|
class User
|
494
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
561
|
|
@@ -558,6 +624,7 @@ module Google
|
|
558
624
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
559
625
|
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
560
626
|
property :state, as: 'state'
|
627
|
+
hash :tags, as: 'tags'
|
561
628
|
property :type, as: 'type'
|
562
629
|
property :uid, as: 'uid'
|
563
630
|
property :update_time, as: 'updateTime'
|
@@ -589,6 +656,15 @@ module Google
|
|
589
656
|
end
|
590
657
|
end
|
591
658
|
|
659
|
+
class CloudSqlBackupRunSource
|
660
|
+
# @private
|
661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
662
|
+
property :backup_run_id, :numeric_string => true, as: 'backupRunId'
|
663
|
+
property :instance_id, as: 'instanceId'
|
664
|
+
property :project, as: 'project'
|
665
|
+
end
|
666
|
+
end
|
667
|
+
|
592
668
|
class Cluster
|
593
669
|
# @private
|
594
670
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -597,6 +673,8 @@ module Google
|
|
597
673
|
|
598
674
|
property :backup_source, as: 'backupSource', class: Google::Apis::AlloydbV1beta::BackupSource, decorator: Google::Apis::AlloydbV1beta::BackupSource::Representation
|
599
675
|
|
676
|
+
property :cloudsql_backup_run_source, as: 'cloudsqlBackupRunSource', class: Google::Apis::AlloydbV1beta::CloudSqlBackupRunSource, decorator: Google::Apis::AlloydbV1beta::CloudSqlBackupRunSource::Representation
|
677
|
+
|
600
678
|
property :cluster_type, as: 'clusterType'
|
601
679
|
property :continuous_backup_config, as: 'continuousBackupConfig', class: Google::Apis::AlloydbV1beta::ContinuousBackupConfig, decorator: Google::Apis::AlloydbV1beta::ContinuousBackupConfig::Representation
|
602
680
|
|
@@ -638,6 +716,7 @@ module Google
|
|
638
716
|
|
639
717
|
property :state, as: 'state'
|
640
718
|
property :subscription_type, as: 'subscriptionType'
|
719
|
+
hash :tags, as: 'tags'
|
641
720
|
property :trial_metadata, as: 'trialMetadata', class: Google::Apis::AlloydbV1beta::TrialMetadata, decorator: Google::Apis::AlloydbV1beta::TrialMetadata::Representation
|
642
721
|
|
643
722
|
property :uid, as: 'uid'
|
@@ -645,6 +724,20 @@ module Google
|
|
645
724
|
end
|
646
725
|
end
|
647
726
|
|
727
|
+
class ClusterUpgradeDetails
|
728
|
+
# @private
|
729
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
730
|
+
property :cluster_type, as: 'clusterType'
|
731
|
+
property :database_version, as: 'databaseVersion'
|
732
|
+
collection :instance_upgrade_details, as: 'instanceUpgradeDetails', class: Google::Apis::AlloydbV1beta::InstanceUpgradeDetails, decorator: Google::Apis::AlloydbV1beta::InstanceUpgradeDetails::Representation
|
733
|
+
|
734
|
+
property :name, as: 'name'
|
735
|
+
collection :stage_info, as: 'stageInfo', class: Google::Apis::AlloydbV1beta::StageInfo, decorator: Google::Apis::AlloydbV1beta::StageInfo::Representation
|
736
|
+
|
737
|
+
property :upgrade_status, as: 'upgradeStatus'
|
738
|
+
end
|
739
|
+
end
|
740
|
+
|
648
741
|
class ConnectionInfo
|
649
742
|
# @private
|
650
743
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -686,6 +779,16 @@ module Google
|
|
686
779
|
end
|
687
780
|
end
|
688
781
|
|
782
|
+
class CsvExportOptions
|
783
|
+
# @private
|
784
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
785
|
+
property :escape_character, as: 'escapeCharacter'
|
786
|
+
property :field_delimiter, as: 'fieldDelimiter'
|
787
|
+
property :quote_character, as: 'quoteCharacter'
|
788
|
+
property :select_query, as: 'selectQuery'
|
789
|
+
end
|
790
|
+
end
|
791
|
+
|
689
792
|
class Empty
|
690
793
|
# @private
|
691
794
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -707,6 +810,19 @@ module Google
|
|
707
810
|
end
|
708
811
|
end
|
709
812
|
|
813
|
+
class ExportClusterRequest
|
814
|
+
# @private
|
815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
816
|
+
property :csv_export_options, as: 'csvExportOptions', class: Google::Apis::AlloydbV1beta::CsvExportOptions, decorator: Google::Apis::AlloydbV1beta::CsvExportOptions::Representation
|
817
|
+
|
818
|
+
property :database, as: 'database'
|
819
|
+
property :gcs_destination, as: 'gcsDestination', class: Google::Apis::AlloydbV1beta::GcsDestination, decorator: Google::Apis::AlloydbV1beta::GcsDestination::Representation
|
820
|
+
|
821
|
+
property :sql_export_options, as: 'sqlExportOptions', class: Google::Apis::AlloydbV1beta::SqlExportOptions, decorator: Google::Apis::AlloydbV1beta::SqlExportOptions::Representation
|
822
|
+
|
823
|
+
end
|
824
|
+
end
|
825
|
+
|
710
826
|
class FailoverInstanceRequest
|
711
827
|
# @private
|
712
828
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -715,6 +831,13 @@ module Google
|
|
715
831
|
end
|
716
832
|
end
|
717
833
|
|
834
|
+
class GcsDestination
|
835
|
+
# @private
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
837
|
+
property :uri, as: 'uri'
|
838
|
+
end
|
839
|
+
end
|
840
|
+
|
718
841
|
class GeminiClusterConfig
|
719
842
|
# @private
|
720
843
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -825,6 +948,15 @@ module Google
|
|
825
948
|
end
|
826
949
|
end
|
827
950
|
|
951
|
+
class InstanceUpgradeDetails
|
952
|
+
# @private
|
953
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
954
|
+
property :instance_type, as: 'instanceType'
|
955
|
+
property :name, as: 'name'
|
956
|
+
property :upgrade_status, as: 'upgradeStatus'
|
957
|
+
end
|
958
|
+
end
|
959
|
+
|
828
960
|
class IntegerRestrictions
|
829
961
|
# @private
|
830
962
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -958,6 +1090,7 @@ module Google
|
|
958
1090
|
property :query_plans_per_minute, as: 'queryPlansPerMinute'
|
959
1091
|
property :record_application_tags, as: 'recordApplicationTags'
|
960
1092
|
property :track_active_queries, as: 'trackActiveQueries'
|
1093
|
+
property :track_client_address, as: 'trackClientAddress'
|
961
1094
|
property :track_wait_event_types, as: 'trackWaitEventTypes'
|
962
1095
|
property :track_wait_events, as: 'trackWaitEvents'
|
963
1096
|
end
|
@@ -1055,6 +1188,7 @@ module Google
|
|
1055
1188
|
class RestartInstanceRequest
|
1056
1189
|
# @private
|
1057
1190
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1191
|
+
collection :node_ids, as: 'nodeIds'
|
1058
1192
|
property :request_id, as: 'requestId'
|
1059
1193
|
property :validate_only, as: 'validateOnly'
|
1060
1194
|
end
|
@@ -1082,6 +1216,16 @@ module Google
|
|
1082
1216
|
end
|
1083
1217
|
end
|
1084
1218
|
|
1219
|
+
class SqlExportOptions
|
1220
|
+
# @private
|
1221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1222
|
+
property :clean_target_objects, as: 'cleanTargetObjects'
|
1223
|
+
property :if_exist_target_objects, as: 'ifExistTargetObjects'
|
1224
|
+
property :schema_only, as: 'schemaOnly'
|
1225
|
+
collection :tables, as: 'tables'
|
1226
|
+
end
|
1227
|
+
end
|
1228
|
+
|
1085
1229
|
class SslConfig
|
1086
1230
|
# @private
|
1087
1231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1090,6 +1234,15 @@ module Google
|
|
1090
1234
|
end
|
1091
1235
|
end
|
1092
1236
|
|
1237
|
+
class StageInfo
|
1238
|
+
# @private
|
1239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1240
|
+
property :logs_url, as: 'logsUrl'
|
1241
|
+
property :stage, as: 'stage'
|
1242
|
+
property :status, as: 'status'
|
1243
|
+
end
|
1244
|
+
end
|
1245
|
+
|
1093
1246
|
class Status
|
1094
1247
|
# @private
|
1095
1248
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1102,6 +1255,7 @@ module Google
|
|
1102
1255
|
class StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration
|
1103
1256
|
# @private
|
1104
1257
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1258
|
+
property :automatic_failover_routing_configured, as: 'automaticFailoverRoutingConfigured'
|
1105
1259
|
property :availability_type, as: 'availabilityType'
|
1106
1260
|
property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
|
1107
1261
|
property :external_replica_configured, as: 'externalReplicaConfigured'
|
@@ -1141,23 +1295,8 @@ module Google
|
|
1141
1295
|
class StorageDatabasecenterPartnerapiV1mainCustomMetadataData
|
1142
1296
|
# @private
|
1143
1297
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1144
|
-
collection :
|
1145
|
-
|
1146
|
-
end
|
1147
|
-
end
|
1148
|
-
|
1149
|
-
class StorageDatabasecenterPartnerapiV1mainDatabaseMetadata
|
1150
|
-
# @private
|
1151
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1152
|
-
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupConfiguration, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupConfiguration::Representation
|
1153
|
-
|
1154
|
-
property :backup_run, as: 'backupRun', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun::Representation
|
1298
|
+
collection :internal_resource_metadata, as: 'internalResourceMetadata', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata::Representation
|
1155
1299
|
|
1156
|
-
property :product, as: 'product', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct::Representation
|
1157
|
-
|
1158
|
-
property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
1159
|
-
|
1160
|
-
property :resource_name, as: 'resourceName'
|
1161
1300
|
end
|
1162
1301
|
end
|
1163
1302
|
|
@@ -1194,6 +1333,7 @@ module Google
|
|
1194
1333
|
property :resource_name, as: 'resourceName'
|
1195
1334
|
property :signal_class, as: 'signalClass'
|
1196
1335
|
property :signal_id, as: 'signalId'
|
1336
|
+
property :signal_severity, as: 'signalSeverity'
|
1197
1337
|
property :signal_type, as: 'signalType'
|
1198
1338
|
property :state, as: 'state'
|
1199
1339
|
end
|
@@ -1222,6 +1362,7 @@ module Google
|
|
1222
1362
|
property :current_state, as: 'currentState'
|
1223
1363
|
property :custom_metadata, as: 'customMetadata', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainCustomMetadataData, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainCustomMetadataData::Representation
|
1224
1364
|
|
1365
|
+
property :edition, as: 'edition'
|
1225
1366
|
collection :entitlements, as: 'entitlements', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainEntitlement, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainEntitlement::Representation
|
1226
1367
|
|
1227
1368
|
property :expected_state, as: 'expectedState'
|
@@ -1233,10 +1374,13 @@ module Google
|
|
1233
1374
|
|
1234
1375
|
property :primary_resource_id, as: 'primaryResourceId', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
1235
1376
|
|
1377
|
+
property :primary_resource_location, as: 'primaryResourceLocation'
|
1236
1378
|
property :product, as: 'product', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct::Representation
|
1237
1379
|
|
1238
1380
|
property :resource_container, as: 'resourceContainer'
|
1239
1381
|
property :resource_name, as: 'resourceName'
|
1382
|
+
property :tags_set, as: 'tagsSet', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainTags, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainTags::Representation
|
1383
|
+
|
1240
1384
|
property :updation_time, as: 'updationTime'
|
1241
1385
|
property :user_label_set, as: 'userLabelSet', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUserLabels, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUserLabels::Representation
|
1242
1386
|
|
@@ -1265,11 +1409,27 @@ module Google
|
|
1265
1409
|
end
|
1266
1410
|
end
|
1267
1411
|
|
1412
|
+
class StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata
|
1413
|
+
# @private
|
1414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1415
|
+
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupConfiguration, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupConfiguration::Representation
|
1416
|
+
|
1417
|
+
property :backup_run, as: 'backupRun', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun::Representation
|
1418
|
+
|
1419
|
+
property :product, as: 'product', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct::Representation
|
1420
|
+
|
1421
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
1422
|
+
|
1423
|
+
property :resource_name, as: 'resourceName'
|
1424
|
+
end
|
1425
|
+
end
|
1426
|
+
|
1268
1427
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
1269
1428
|
# @private
|
1270
1429
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1271
1430
|
property :cpu_count, as: 'cpuCount'
|
1272
1431
|
property :memory_size_in_bytes, :numeric_string => true, as: 'memorySizeInBytes'
|
1432
|
+
property :shard_count, as: 'shardCount'
|
1273
1433
|
end
|
1274
1434
|
end
|
1275
1435
|
|
@@ -1297,9 +1457,18 @@ module Google
|
|
1297
1457
|
class StorageDatabasecenterPartnerapiV1mainRetentionSettings
|
1298
1458
|
# @private
|
1299
1459
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1460
|
+
property :duration_based_retention, as: 'durationBasedRetention'
|
1300
1461
|
property :quantity_based_retention, as: 'quantityBasedRetention'
|
1301
1462
|
property :retention_unit, as: 'retentionUnit'
|
1302
1463
|
property :time_based_retention, as: 'timeBasedRetention'
|
1464
|
+
property :timestamp_based_retention_time, as: 'timestampBasedRetentionTime'
|
1465
|
+
end
|
1466
|
+
end
|
1467
|
+
|
1468
|
+
class StorageDatabasecenterPartnerapiV1mainTags
|
1469
|
+
# @private
|
1470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1471
|
+
hash :tags, as: 'tags'
|
1303
1472
|
end
|
1304
1473
|
end
|
1305
1474
|
|
@@ -1371,6 +1540,7 @@ module Google
|
|
1371
1540
|
# @private
|
1372
1541
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1373
1542
|
property :end_time, as: 'endTime'
|
1543
|
+
property :grace_end_time, as: 'graceEndTime'
|
1374
1544
|
property :start_time, as: 'startTime'
|
1375
1545
|
property :upgrade_time, as: 'upgradeTime'
|
1376
1546
|
end
|
@@ -1383,10 +1553,31 @@ module Google
|
|
1383
1553
|
end
|
1384
1554
|
end
|
1385
1555
|
|
1556
|
+
class UpgradeClusterRequest
|
1557
|
+
# @private
|
1558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1559
|
+
property :etag, as: 'etag'
|
1560
|
+
property :request_id, as: 'requestId'
|
1561
|
+
property :validate_only, as: 'validateOnly'
|
1562
|
+
property :version, as: 'version'
|
1563
|
+
end
|
1564
|
+
end
|
1565
|
+
|
1566
|
+
class UpgradeClusterResponse
|
1567
|
+
# @private
|
1568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1569
|
+
collection :cluster_upgrade_details, as: 'clusterUpgradeDetails', class: Google::Apis::AlloydbV1beta::ClusterUpgradeDetails, decorator: Google::Apis::AlloydbV1beta::ClusterUpgradeDetails::Representation
|
1570
|
+
|
1571
|
+
property :message, as: 'message'
|
1572
|
+
property :status, as: 'status'
|
1573
|
+
end
|
1574
|
+
end
|
1575
|
+
|
1386
1576
|
class User
|
1387
1577
|
# @private
|
1388
1578
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1389
1579
|
collection :database_roles, as: 'databaseRoles'
|
1580
|
+
property :keep_extra_roles, as: 'keepExtraRoles'
|
1390
1581
|
property :name, as: 'name'
|
1391
1582
|
property :password, as: 'password'
|
1392
1583
|
property :user_type, as: 'userType'
|