google-apis-alloydb_v1beta 0.18.0 → 0.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/alloydb_v1beta/classes.rb +701 -144
- data/lib/google/apis/alloydb_v1beta/gem_version.rb +3 -3
- data/lib/google/apis/alloydb_v1beta/representations.rb +231 -22
- data/lib/google/apis/alloydb_v1beta/service.rb +264 -156
- 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.20.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 = "20241204"
|
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
|
|
@@ -322,18 +358,36 @@ module Google
|
|
322
358
|
include Google::Apis::Core::JsonObjectSupport
|
323
359
|
end
|
324
360
|
|
361
|
+
class RestoreFromCloudSqlRequest
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
325
367
|
class SecondaryConfig
|
326
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
369
|
|
328
370
|
include Google::Apis::Core::JsonObjectSupport
|
329
371
|
end
|
330
372
|
|
373
|
+
class SqlExportOptions
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
331
379
|
class SslConfig
|
332
380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
381
|
|
334
382
|
include Google::Apis::Core::JsonObjectSupport
|
335
383
|
end
|
336
384
|
|
385
|
+
class StageInfo
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
337
391
|
class Status
|
338
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
393
|
|
@@ -370,12 +424,6 @@ module Google
|
|
370
424
|
include Google::Apis::Core::JsonObjectSupport
|
371
425
|
end
|
372
426
|
|
373
|
-
class StorageDatabasecenterPartnerapiV1mainDatabaseMetadata
|
374
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
-
|
376
|
-
include Google::Apis::Core::JsonObjectSupport
|
377
|
-
end
|
378
|
-
|
379
427
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
|
380
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
429
|
|
@@ -412,6 +460,12 @@ module Google
|
|
412
460
|
include Google::Apis::Core::JsonObjectSupport
|
413
461
|
end
|
414
462
|
|
463
|
+
class StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
415
469
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
416
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
471
|
|
@@ -436,6 +490,12 @@ module Google
|
|
436
490
|
include Google::Apis::Core::JsonObjectSupport
|
437
491
|
end
|
438
492
|
|
493
|
+
class StorageDatabasecenterPartnerapiV1mainTags
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
439
499
|
class StorageDatabasecenterPartnerapiV1mainUserLabels
|
440
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
501
|
|
@@ -490,6 +550,18 @@ module Google
|
|
490
550
|
include Google::Apis::Core::JsonObjectSupport
|
491
551
|
end
|
492
552
|
|
553
|
+
class UpgradeClusterRequest
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class UpgradeClusterResponse
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
493
565
|
class User
|
494
566
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
567
|
|
@@ -558,6 +630,7 @@ module Google
|
|
558
630
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
559
631
|
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
560
632
|
property :state, as: 'state'
|
633
|
+
hash :tags, as: 'tags'
|
561
634
|
property :type, as: 'type'
|
562
635
|
property :uid, as: 'uid'
|
563
636
|
property :update_time, as: 'updateTime'
|
@@ -589,6 +662,15 @@ module Google
|
|
589
662
|
end
|
590
663
|
end
|
591
664
|
|
665
|
+
class CloudSqlBackupRunSource
|
666
|
+
# @private
|
667
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
668
|
+
property :backup_run_id, :numeric_string => true, as: 'backupRunId'
|
669
|
+
property :instance_id, as: 'instanceId'
|
670
|
+
property :project, as: 'project'
|
671
|
+
end
|
672
|
+
end
|
673
|
+
|
592
674
|
class Cluster
|
593
675
|
# @private
|
594
676
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -597,6 +679,8 @@ module Google
|
|
597
679
|
|
598
680
|
property :backup_source, as: 'backupSource', class: Google::Apis::AlloydbV1beta::BackupSource, decorator: Google::Apis::AlloydbV1beta::BackupSource::Representation
|
599
681
|
|
682
|
+
property :cloudsql_backup_run_source, as: 'cloudsqlBackupRunSource', class: Google::Apis::AlloydbV1beta::CloudSqlBackupRunSource, decorator: Google::Apis::AlloydbV1beta::CloudSqlBackupRunSource::Representation
|
683
|
+
|
600
684
|
property :cluster_type, as: 'clusterType'
|
601
685
|
property :continuous_backup_config, as: 'continuousBackupConfig', class: Google::Apis::AlloydbV1beta::ContinuousBackupConfig, decorator: Google::Apis::AlloydbV1beta::ContinuousBackupConfig::Representation
|
602
686
|
|
@@ -638,6 +722,7 @@ module Google
|
|
638
722
|
|
639
723
|
property :state, as: 'state'
|
640
724
|
property :subscription_type, as: 'subscriptionType'
|
725
|
+
hash :tags, as: 'tags'
|
641
726
|
property :trial_metadata, as: 'trialMetadata', class: Google::Apis::AlloydbV1beta::TrialMetadata, decorator: Google::Apis::AlloydbV1beta::TrialMetadata::Representation
|
642
727
|
|
643
728
|
property :uid, as: 'uid'
|
@@ -645,6 +730,20 @@ module Google
|
|
645
730
|
end
|
646
731
|
end
|
647
732
|
|
733
|
+
class ClusterUpgradeDetails
|
734
|
+
# @private
|
735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
736
|
+
property :cluster_type, as: 'clusterType'
|
737
|
+
property :database_version, as: 'databaseVersion'
|
738
|
+
collection :instance_upgrade_details, as: 'instanceUpgradeDetails', class: Google::Apis::AlloydbV1beta::InstanceUpgradeDetails, decorator: Google::Apis::AlloydbV1beta::InstanceUpgradeDetails::Representation
|
739
|
+
|
740
|
+
property :name, as: 'name'
|
741
|
+
collection :stage_info, as: 'stageInfo', class: Google::Apis::AlloydbV1beta::StageInfo, decorator: Google::Apis::AlloydbV1beta::StageInfo::Representation
|
742
|
+
|
743
|
+
property :upgrade_status, as: 'upgradeStatus'
|
744
|
+
end
|
745
|
+
end
|
746
|
+
|
648
747
|
class ConnectionInfo
|
649
748
|
# @private
|
650
749
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -686,6 +785,16 @@ module Google
|
|
686
785
|
end
|
687
786
|
end
|
688
787
|
|
788
|
+
class CsvExportOptions
|
789
|
+
# @private
|
790
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
791
|
+
property :escape_character, as: 'escapeCharacter'
|
792
|
+
property :field_delimiter, as: 'fieldDelimiter'
|
793
|
+
property :quote_character, as: 'quoteCharacter'
|
794
|
+
property :select_query, as: 'selectQuery'
|
795
|
+
end
|
796
|
+
end
|
797
|
+
|
689
798
|
class Empty
|
690
799
|
# @private
|
691
800
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -707,6 +816,19 @@ module Google
|
|
707
816
|
end
|
708
817
|
end
|
709
818
|
|
819
|
+
class ExportClusterRequest
|
820
|
+
# @private
|
821
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
822
|
+
property :csv_export_options, as: 'csvExportOptions', class: Google::Apis::AlloydbV1beta::CsvExportOptions, decorator: Google::Apis::AlloydbV1beta::CsvExportOptions::Representation
|
823
|
+
|
824
|
+
property :database, as: 'database'
|
825
|
+
property :gcs_destination, as: 'gcsDestination', class: Google::Apis::AlloydbV1beta::GcsDestination, decorator: Google::Apis::AlloydbV1beta::GcsDestination::Representation
|
826
|
+
|
827
|
+
property :sql_export_options, as: 'sqlExportOptions', class: Google::Apis::AlloydbV1beta::SqlExportOptions, decorator: Google::Apis::AlloydbV1beta::SqlExportOptions::Representation
|
828
|
+
|
829
|
+
end
|
830
|
+
end
|
831
|
+
|
710
832
|
class FailoverInstanceRequest
|
711
833
|
# @private
|
712
834
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -715,6 +837,13 @@ module Google
|
|
715
837
|
end
|
716
838
|
end
|
717
839
|
|
840
|
+
class GcsDestination
|
841
|
+
# @private
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
843
|
+
property :uri, as: 'uri'
|
844
|
+
end
|
845
|
+
end
|
846
|
+
|
718
847
|
class GeminiClusterConfig
|
719
848
|
# @private
|
720
849
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -825,6 +954,15 @@ module Google
|
|
825
954
|
end
|
826
955
|
end
|
827
956
|
|
957
|
+
class InstanceUpgradeDetails
|
958
|
+
# @private
|
959
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
960
|
+
property :instance_type, as: 'instanceType'
|
961
|
+
property :name, as: 'name'
|
962
|
+
property :upgrade_status, as: 'upgradeStatus'
|
963
|
+
end
|
964
|
+
end
|
965
|
+
|
828
966
|
class IntegerRestrictions
|
829
967
|
# @private
|
830
968
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -958,6 +1096,7 @@ module Google
|
|
958
1096
|
property :query_plans_per_minute, as: 'queryPlansPerMinute'
|
959
1097
|
property :record_application_tags, as: 'recordApplicationTags'
|
960
1098
|
property :track_active_queries, as: 'trackActiveQueries'
|
1099
|
+
property :track_client_address, as: 'trackClientAddress'
|
961
1100
|
property :track_wait_event_types, as: 'trackWaitEventTypes'
|
962
1101
|
property :track_wait_events, as: 'trackWaitEvents'
|
963
1102
|
end
|
@@ -1055,6 +1194,7 @@ module Google
|
|
1055
1194
|
class RestartInstanceRequest
|
1056
1195
|
# @private
|
1057
1196
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1197
|
+
collection :node_ids, as: 'nodeIds'
|
1058
1198
|
property :request_id, as: 'requestId'
|
1059
1199
|
property :validate_only, as: 'validateOnly'
|
1060
1200
|
end
|
@@ -1075,6 +1215,17 @@ module Google
|
|
1075
1215
|
end
|
1076
1216
|
end
|
1077
1217
|
|
1218
|
+
class RestoreFromCloudSqlRequest
|
1219
|
+
# @private
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1221
|
+
property :cloudsql_backup_run_source, as: 'cloudsqlBackupRunSource', class: Google::Apis::AlloydbV1beta::CloudSqlBackupRunSource, decorator: Google::Apis::AlloydbV1beta::CloudSqlBackupRunSource::Representation
|
1222
|
+
|
1223
|
+
property :cluster, as: 'cluster', class: Google::Apis::AlloydbV1beta::Cluster, decorator: Google::Apis::AlloydbV1beta::Cluster::Representation
|
1224
|
+
|
1225
|
+
property :cluster_id, as: 'clusterId'
|
1226
|
+
end
|
1227
|
+
end
|
1228
|
+
|
1078
1229
|
class SecondaryConfig
|
1079
1230
|
# @private
|
1080
1231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1082,6 +1233,16 @@ module Google
|
|
1082
1233
|
end
|
1083
1234
|
end
|
1084
1235
|
|
1236
|
+
class SqlExportOptions
|
1237
|
+
# @private
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1239
|
+
property :clean_target_objects, as: 'cleanTargetObjects'
|
1240
|
+
property :if_exist_target_objects, as: 'ifExistTargetObjects'
|
1241
|
+
property :schema_only, as: 'schemaOnly'
|
1242
|
+
collection :tables, as: 'tables'
|
1243
|
+
end
|
1244
|
+
end
|
1245
|
+
|
1085
1246
|
class SslConfig
|
1086
1247
|
# @private
|
1087
1248
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1090,6 +1251,15 @@ module Google
|
|
1090
1251
|
end
|
1091
1252
|
end
|
1092
1253
|
|
1254
|
+
class StageInfo
|
1255
|
+
# @private
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1257
|
+
property :logs_url, as: 'logsUrl'
|
1258
|
+
property :stage, as: 'stage'
|
1259
|
+
property :status, as: 'status'
|
1260
|
+
end
|
1261
|
+
end
|
1262
|
+
|
1093
1263
|
class Status
|
1094
1264
|
# @private
|
1095
1265
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1102,6 +1272,7 @@ module Google
|
|
1102
1272
|
class StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration
|
1103
1273
|
# @private
|
1104
1274
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1275
|
+
property :automatic_failover_routing_configured, as: 'automaticFailoverRoutingConfigured'
|
1105
1276
|
property :availability_type, as: 'availabilityType'
|
1106
1277
|
property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
|
1107
1278
|
property :external_replica_configured, as: 'externalReplicaConfigured'
|
@@ -1141,26 +1312,11 @@ module Google
|
|
1141
1312
|
class StorageDatabasecenterPartnerapiV1mainCustomMetadataData
|
1142
1313
|
# @private
|
1143
1314
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1144
|
-
collection :
|
1315
|
+
collection :internal_resource_metadata, as: 'internalResourceMetadata', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata::Representation
|
1145
1316
|
|
1146
1317
|
end
|
1147
1318
|
end
|
1148
1319
|
|
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
|
1155
|
-
|
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
|
-
end
|
1162
|
-
end
|
1163
|
-
|
1164
1320
|
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
|
1165
1321
|
# @private
|
1166
1322
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1194,6 +1350,7 @@ module Google
|
|
1194
1350
|
property :resource_name, as: 'resourceName'
|
1195
1351
|
property :signal_class, as: 'signalClass'
|
1196
1352
|
property :signal_id, as: 'signalId'
|
1353
|
+
property :signal_severity, as: 'signalSeverity'
|
1197
1354
|
property :signal_type, as: 'signalType'
|
1198
1355
|
property :state, as: 'state'
|
1199
1356
|
end
|
@@ -1222,6 +1379,7 @@ module Google
|
|
1222
1379
|
property :current_state, as: 'currentState'
|
1223
1380
|
property :custom_metadata, as: 'customMetadata', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainCustomMetadataData, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainCustomMetadataData::Representation
|
1224
1381
|
|
1382
|
+
property :edition, as: 'edition'
|
1225
1383
|
collection :entitlements, as: 'entitlements', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainEntitlement, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainEntitlement::Representation
|
1226
1384
|
|
1227
1385
|
property :expected_state, as: 'expectedState'
|
@@ -1233,10 +1391,13 @@ module Google
|
|
1233
1391
|
|
1234
1392
|
property :primary_resource_id, as: 'primaryResourceId', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
1235
1393
|
|
1394
|
+
property :primary_resource_location, as: 'primaryResourceLocation'
|
1236
1395
|
property :product, as: 'product', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct::Representation
|
1237
1396
|
|
1238
1397
|
property :resource_container, as: 'resourceContainer'
|
1239
1398
|
property :resource_name, as: 'resourceName'
|
1399
|
+
property :tags_set, as: 'tagsSet', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainTags, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainTags::Representation
|
1400
|
+
|
1240
1401
|
property :updation_time, as: 'updationTime'
|
1241
1402
|
property :user_label_set, as: 'userLabelSet', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUserLabels, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainUserLabels::Representation
|
1242
1403
|
|
@@ -1265,11 +1426,28 @@ module Google
|
|
1265
1426
|
end
|
1266
1427
|
end
|
1267
1428
|
|
1429
|
+
class StorageDatabasecenterPartnerapiV1mainInternalResourceMetadata
|
1430
|
+
# @private
|
1431
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1432
|
+
property :backup_configuration, as: 'backupConfiguration', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupConfiguration, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupConfiguration::Representation
|
1433
|
+
|
1434
|
+
property :backup_run, as: 'backupRun', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun::Representation
|
1435
|
+
|
1436
|
+
property :product, as: 'product', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterProtoCommonProduct::Representation
|
1437
|
+
|
1438
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId, decorator: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId::Representation
|
1439
|
+
|
1440
|
+
property :resource_name, as: 'resourceName'
|
1441
|
+
end
|
1442
|
+
end
|
1443
|
+
|
1268
1444
|
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
|
1269
1445
|
# @private
|
1270
1446
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1271
1447
|
property :cpu_count, as: 'cpuCount'
|
1272
1448
|
property :memory_size_in_bytes, :numeric_string => true, as: 'memorySizeInBytes'
|
1449
|
+
property :shard_count, as: 'shardCount'
|
1450
|
+
property :vcpu_count, as: 'vcpuCount'
|
1273
1451
|
end
|
1274
1452
|
end
|
1275
1453
|
|
@@ -1297,9 +1475,18 @@ module Google
|
|
1297
1475
|
class StorageDatabasecenterPartnerapiV1mainRetentionSettings
|
1298
1476
|
# @private
|
1299
1477
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1478
|
+
property :duration_based_retention, as: 'durationBasedRetention'
|
1300
1479
|
property :quantity_based_retention, as: 'quantityBasedRetention'
|
1301
1480
|
property :retention_unit, as: 'retentionUnit'
|
1302
1481
|
property :time_based_retention, as: 'timeBasedRetention'
|
1482
|
+
property :timestamp_based_retention_time, as: 'timestampBasedRetentionTime'
|
1483
|
+
end
|
1484
|
+
end
|
1485
|
+
|
1486
|
+
class StorageDatabasecenterPartnerapiV1mainTags
|
1487
|
+
# @private
|
1488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1489
|
+
hash :tags, as: 'tags'
|
1303
1490
|
end
|
1304
1491
|
end
|
1305
1492
|
|
@@ -1371,6 +1558,7 @@ module Google
|
|
1371
1558
|
# @private
|
1372
1559
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1373
1560
|
property :end_time, as: 'endTime'
|
1561
|
+
property :grace_end_time, as: 'graceEndTime'
|
1374
1562
|
property :start_time, as: 'startTime'
|
1375
1563
|
property :upgrade_time, as: 'upgradeTime'
|
1376
1564
|
end
|
@@ -1383,10 +1571,31 @@ module Google
|
|
1383
1571
|
end
|
1384
1572
|
end
|
1385
1573
|
|
1574
|
+
class UpgradeClusterRequest
|
1575
|
+
# @private
|
1576
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1577
|
+
property :etag, as: 'etag'
|
1578
|
+
property :request_id, as: 'requestId'
|
1579
|
+
property :validate_only, as: 'validateOnly'
|
1580
|
+
property :version, as: 'version'
|
1581
|
+
end
|
1582
|
+
end
|
1583
|
+
|
1584
|
+
class UpgradeClusterResponse
|
1585
|
+
# @private
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1587
|
+
collection :cluster_upgrade_details, as: 'clusterUpgradeDetails', class: Google::Apis::AlloydbV1beta::ClusterUpgradeDetails, decorator: Google::Apis::AlloydbV1beta::ClusterUpgradeDetails::Representation
|
1588
|
+
|
1589
|
+
property :message, as: 'message'
|
1590
|
+
property :status, as: 'status'
|
1591
|
+
end
|
1592
|
+
end
|
1593
|
+
|
1386
1594
|
class User
|
1387
1595
|
# @private
|
1388
1596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1389
1597
|
collection :database_roles, as: 'databaseRoles'
|
1598
|
+
property :keep_extra_roles, as: 'keepExtraRoles'
|
1390
1599
|
property :name, as: 'name'
|
1391
1600
|
property :password, as: 'password'
|
1392
1601
|
property :user_type, as: 'userType'
|