google-apis-alloydb_v1 0.47.0 → 0.49.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb5ccb7593bcdc63f0b8cc0aeecc4164de3638e9186781d2ca0564c13742fafc
|
|
4
|
+
data.tar.gz: a46f058c64b41b38eb9d8c78be8cd000583a74cf1c37fa7de28f3aa3e2a27329
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7198923369770c020c46887fbef5f5a98ce340e3fc3b482009b4b69a56d4c656b08436329bf4888ed55e44c31fc0ce72e1d791eb58d5a1421de5fbb9f9ac9430
|
|
7
|
+
data.tar.gz: a570fd20e697bc0cda6240dfb712cc10cd4134377eeb6c0cfe8c095ab953f88e717073faa96e80d330d9ef99a06c3accaffa2f467337b60d48ea8b5d03f2f8e4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-alloydb_v1
|
|
2
2
|
|
|
3
|
+
### v0.49.0 (2025-11-02)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251023
|
|
6
|
+
|
|
7
|
+
### v0.48.0 (2025-10-12)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251001
|
|
10
|
+
|
|
3
11
|
### v0.47.0 (2025-10-05)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250925
|
|
@@ -41,32 +41,6 @@ module Google
|
|
|
41
41
|
end
|
|
42
42
|
end
|
|
43
43
|
|
|
44
|
-
# Configuration for autoscaling.
|
|
45
|
-
class AutoScalingConfig
|
|
46
|
-
include Google::Apis::Core::Hashable
|
|
47
|
-
|
|
48
|
-
# Policy for the autoscaler.
|
|
49
|
-
# Corresponds to the JSON property `policy`
|
|
50
|
-
# @return [Google::Apis::AlloydbV1::Policy]
|
|
51
|
-
attr_accessor :policy
|
|
52
|
-
|
|
53
|
-
# Optional list of schedules for the MIG autoscaler. If not set, no schedules
|
|
54
|
-
# are created.
|
|
55
|
-
# Corresponds to the JSON property `schedules`
|
|
56
|
-
# @return [Array<Google::Apis::AlloydbV1::Schedule>]
|
|
57
|
-
attr_accessor :schedules
|
|
58
|
-
|
|
59
|
-
def initialize(**args)
|
|
60
|
-
update!(**args)
|
|
61
|
-
end
|
|
62
|
-
|
|
63
|
-
# Update properties of this object
|
|
64
|
-
def update!(**args)
|
|
65
|
-
@policy = args[:policy] if args.key?(:policy)
|
|
66
|
-
@schedules = args[:schedules] if args.key?(:schedules)
|
|
67
|
-
end
|
|
68
|
-
end
|
|
69
|
-
|
|
70
44
|
# Message describing the user-specified automated backup policy. All fields in
|
|
71
45
|
# the automated backup policy are optional. Defaults for each field are provided
|
|
72
46
|
# if they are not set.
|
|
@@ -678,6 +652,11 @@ module Google
|
|
|
678
652
|
# @return [String]
|
|
679
653
|
attr_accessor :database_version
|
|
680
654
|
|
|
655
|
+
# Configuration for Dataplex integration.
|
|
656
|
+
# Corresponds to the JSON property `dataplexConfig`
|
|
657
|
+
# @return [Google::Apis::AlloydbV1::DataplexConfig]
|
|
658
|
+
attr_accessor :dataplex_config
|
|
659
|
+
|
|
681
660
|
# Output only. Delete time stamp
|
|
682
661
|
# Corresponds to the JSON property `deleteTime`
|
|
683
662
|
# @return [String]
|
|
@@ -847,6 +826,7 @@ module Google
|
|
|
847
826
|
@continuous_backup_info = args[:continuous_backup_info] if args.key?(:continuous_backup_info)
|
|
848
827
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
849
828
|
@database_version = args[:database_version] if args.key?(:database_version)
|
|
829
|
+
@dataplex_config = args[:dataplex_config] if args.key?(:dataplex_config)
|
|
850
830
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
|
851
831
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
852
832
|
@encryption_config = args[:encryption_config] if args.key?(:encryption_config)
|
|
@@ -1111,25 +1091,6 @@ module Google
|
|
|
1111
1091
|
end
|
|
1112
1092
|
end
|
|
1113
1093
|
|
|
1114
|
-
# CPU utilization policy for the autoscaler.
|
|
1115
|
-
class CpuUtilization
|
|
1116
|
-
include Google::Apis::Core::Hashable
|
|
1117
|
-
|
|
1118
|
-
# Target CPU utilization as a float between 0 and 1.
|
|
1119
|
-
# Corresponds to the JSON property `utilizationTarget`
|
|
1120
|
-
# @return [Float]
|
|
1121
|
-
attr_accessor :utilization_target
|
|
1122
|
-
|
|
1123
|
-
def initialize(**args)
|
|
1124
|
-
update!(**args)
|
|
1125
|
-
end
|
|
1126
|
-
|
|
1127
|
-
# Update properties of this object
|
|
1128
|
-
def update!(**args)
|
|
1129
|
-
@utilization_target = args[:utilization_target] if args.key?(:utilization_target)
|
|
1130
|
-
end
|
|
1131
|
-
end
|
|
1132
|
-
|
|
1133
1094
|
# Options for exporting data in CSV format.
|
|
1134
1095
|
class CsvExportOptions
|
|
1135
1096
|
include Google::Apis::Core::Hashable
|
|
@@ -1223,6 +1184,28 @@ module Google
|
|
|
1223
1184
|
end
|
|
1224
1185
|
end
|
|
1225
1186
|
|
|
1187
|
+
# Configuration for Dataplex integration.
|
|
1188
|
+
class DataplexConfig
|
|
1189
|
+
include Google::Apis::Core::Hashable
|
|
1190
|
+
|
|
1191
|
+
# Dataplex is enabled by default for resources such as clusters and instances.
|
|
1192
|
+
# This flag controls the integration of AlloyDB PG resources (like databases,
|
|
1193
|
+
# schemas, and tables) with Dataplex."
|
|
1194
|
+
# Corresponds to the JSON property `enabled`
|
|
1195
|
+
# @return [Boolean]
|
|
1196
|
+
attr_accessor :enabled
|
|
1197
|
+
alias_method :enabled?, :enabled
|
|
1198
|
+
|
|
1199
|
+
def initialize(**args)
|
|
1200
|
+
update!(**args)
|
|
1201
|
+
end
|
|
1202
|
+
|
|
1203
|
+
# Update properties of this object
|
|
1204
|
+
def update!(**args)
|
|
1205
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
|
1206
|
+
end
|
|
1207
|
+
end
|
|
1208
|
+
|
|
1226
1209
|
# DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not
|
|
1227
1210
|
# be scheduled to start within this deny period. The start_date must be less
|
|
1228
1211
|
# than the end_date.
|
|
@@ -2664,47 +2647,6 @@ module Google
|
|
|
2664
2647
|
end
|
|
2665
2648
|
end
|
|
2666
2649
|
|
|
2667
|
-
# Policy for the autoscaler.
|
|
2668
|
-
class Policy
|
|
2669
|
-
include Google::Apis::Core::Hashable
|
|
2670
|
-
|
|
2671
|
-
# The period of time in seconds after a new node is created before the
|
|
2672
|
-
# autoscaler will incorporate its resource usage (e.g. CPU utilization) into the
|
|
2673
|
-
# autoscaling recommendation algorithm.
|
|
2674
|
-
# Corresponds to the JSON property `coolDownPeriodSec`
|
|
2675
|
-
# @return [Fixnum]
|
|
2676
|
-
attr_accessor :cool_down_period_sec
|
|
2677
|
-
|
|
2678
|
-
# CPU utilization policy for the autoscaler.
|
|
2679
|
-
# Corresponds to the JSON property `cpuUtilization`
|
|
2680
|
-
# @return [Google::Apis::AlloydbV1::CpuUtilization]
|
|
2681
|
-
attr_accessor :cpu_utilization
|
|
2682
|
-
|
|
2683
|
-
# If true, autoscaling is enabled for the instance. If not set, the default
|
|
2684
|
-
# value is false.
|
|
2685
|
-
# Corresponds to the JSON property `enabled`
|
|
2686
|
-
# @return [Boolean]
|
|
2687
|
-
attr_accessor :enabled
|
|
2688
|
-
alias_method :enabled?, :enabled
|
|
2689
|
-
|
|
2690
|
-
# Maximum number of nodes for the autoscaler.
|
|
2691
|
-
# Corresponds to the JSON property `maxNodeCount`
|
|
2692
|
-
# @return [Fixnum]
|
|
2693
|
-
attr_accessor :max_node_count
|
|
2694
|
-
|
|
2695
|
-
def initialize(**args)
|
|
2696
|
-
update!(**args)
|
|
2697
|
-
end
|
|
2698
|
-
|
|
2699
|
-
# Update properties of this object
|
|
2700
|
-
def update!(**args)
|
|
2701
|
-
@cool_down_period_sec = args[:cool_down_period_sec] if args.key?(:cool_down_period_sec)
|
|
2702
|
-
@cpu_utilization = args[:cpu_utilization] if args.key?(:cpu_utilization)
|
|
2703
|
-
@enabled = args[:enabled] if args.key?(:enabled)
|
|
2704
|
-
@max_node_count = args[:max_node_count] if args.key?(:max_node_count)
|
|
2705
|
-
end
|
|
2706
|
-
end
|
|
2707
|
-
|
|
2708
2650
|
# Configuration for the primary cluster. It has the list of clusters that are
|
|
2709
2651
|
# replicating from this cluster. This should be set if and only if the cluster
|
|
2710
2652
|
# is of type PRIMARY.
|
|
@@ -3035,11 +2977,6 @@ module Google
|
|
|
3035
2977
|
class ReadPoolConfig
|
|
3036
2978
|
include Google::Apis::Core::Hashable
|
|
3037
2979
|
|
|
3038
|
-
# Configuration for autoscaling.
|
|
3039
|
-
# Corresponds to the JSON property `autoScalingConfig`
|
|
3040
|
-
# @return [Google::Apis::AlloydbV1::AutoScalingConfig]
|
|
3041
|
-
attr_accessor :auto_scaling_config
|
|
3042
|
-
|
|
3043
2980
|
# Read capacity, i.e. number of nodes in a read pool instance.
|
|
3044
2981
|
# Corresponds to the JSON property `nodeCount`
|
|
3045
2982
|
# @return [Fixnum]
|
|
@@ -3051,7 +2988,6 @@ module Google
|
|
|
3051
2988
|
|
|
3052
2989
|
# Update properties of this object
|
|
3053
2990
|
def update!(**args)
|
|
3054
|
-
@auto_scaling_config = args[:auto_scaling_config] if args.key?(:auto_scaling_config)
|
|
3055
2991
|
@node_count = args[:node_count] if args.key?(:node_count)
|
|
3056
2992
|
end
|
|
3057
2993
|
end
|
|
@@ -3228,64 +3164,6 @@ module Google
|
|
|
3228
3164
|
end
|
|
3229
3165
|
end
|
|
3230
3166
|
|
|
3231
|
-
# A schedule for the autoscaler.
|
|
3232
|
-
class Schedule
|
|
3233
|
-
include Google::Apis::Core::Hashable
|
|
3234
|
-
|
|
3235
|
-
# Cron expression for the triggering the schedule. See https://cloud.google.com/
|
|
3236
|
-
# compute/docs/autoscaler/scaling-schedules#cron_expressions for the syntax.
|
|
3237
|
-
# Corresponds to the JSON property `cronExpression`
|
|
3238
|
-
# @return [String]
|
|
3239
|
-
attr_accessor :cron_expression
|
|
3240
|
-
|
|
3241
|
-
# Description of the schedule.
|
|
3242
|
-
# Corresponds to the JSON property `description`
|
|
3243
|
-
# @return [String]
|
|
3244
|
-
attr_accessor :description
|
|
3245
|
-
|
|
3246
|
-
# If true, the schedule is disabled.
|
|
3247
|
-
# Corresponds to the JSON property `disabled`
|
|
3248
|
-
# @return [Boolean]
|
|
3249
|
-
attr_accessor :disabled
|
|
3250
|
-
alias_method :disabled?, :disabled
|
|
3251
|
-
|
|
3252
|
-
# Duration of the schedule.
|
|
3253
|
-
# Corresponds to the JSON property `durationSec`
|
|
3254
|
-
# @return [Fixnum]
|
|
3255
|
-
attr_accessor :duration_sec
|
|
3256
|
-
|
|
3257
|
-
# Minimum number of nodes in while the schedule is active.
|
|
3258
|
-
# Corresponds to the JSON property `minNodeCount`
|
|
3259
|
-
# @return [Fixnum]
|
|
3260
|
-
attr_accessor :min_node_count
|
|
3261
|
-
|
|
3262
|
-
# Name of the schedule.
|
|
3263
|
-
# Corresponds to the JSON property `name`
|
|
3264
|
-
# @return [String]
|
|
3265
|
-
attr_accessor :name
|
|
3266
|
-
|
|
3267
|
-
# The location-based IANA time zone for interpreting the schedule's start time.
|
|
3268
|
-
# If no time zone is provided, UTC is used by default.
|
|
3269
|
-
# Corresponds to the JSON property `timeZone`
|
|
3270
|
-
# @return [String]
|
|
3271
|
-
attr_accessor :time_zone
|
|
3272
|
-
|
|
3273
|
-
def initialize(**args)
|
|
3274
|
-
update!(**args)
|
|
3275
|
-
end
|
|
3276
|
-
|
|
3277
|
-
# Update properties of this object
|
|
3278
|
-
def update!(**args)
|
|
3279
|
-
@cron_expression = args[:cron_expression] if args.key?(:cron_expression)
|
|
3280
|
-
@description = args[:description] if args.key?(:description)
|
|
3281
|
-
@disabled = args[:disabled] if args.key?(:disabled)
|
|
3282
|
-
@duration_sec = args[:duration_sec] if args.key?(:duration_sec)
|
|
3283
|
-
@min_node_count = args[:min_node_count] if args.key?(:min_node_count)
|
|
3284
|
-
@name = args[:name] if args.key?(:name)
|
|
3285
|
-
@time_zone = args[:time_zone] if args.key?(:time_zone)
|
|
3286
|
-
end
|
|
3287
|
-
end
|
|
3288
|
-
|
|
3289
3167
|
# Configuration information for the secondary cluster. This should be set if and
|
|
3290
3168
|
# only if the cluster is of type SECONDARY.
|
|
3291
3169
|
class SecondaryConfig
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AlloydbV1
|
|
18
18
|
# Version of the google-apis-alloydb_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.49.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251023"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -28,12 +28,6 @@ module Google
|
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
-
class AutoScalingConfig
|
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
-
|
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
-
end
|
|
36
|
-
|
|
37
31
|
class AutomatedBackupPolicy
|
|
38
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
33
|
|
|
@@ -142,19 +136,19 @@ module Google
|
|
|
142
136
|
include Google::Apis::Core::JsonObjectSupport
|
|
143
137
|
end
|
|
144
138
|
|
|
145
|
-
class
|
|
139
|
+
class CsvExportOptions
|
|
146
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
147
141
|
|
|
148
142
|
include Google::Apis::Core::JsonObjectSupport
|
|
149
143
|
end
|
|
150
144
|
|
|
151
|
-
class
|
|
145
|
+
class CsvImportOptions
|
|
152
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
147
|
|
|
154
148
|
include Google::Apis::Core::JsonObjectSupport
|
|
155
149
|
end
|
|
156
150
|
|
|
157
|
-
class
|
|
151
|
+
class DataplexConfig
|
|
158
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
159
153
|
|
|
160
154
|
include Google::Apis::Core::JsonObjectSupport
|
|
@@ -370,12 +364,6 @@ module Google
|
|
|
370
364
|
include Google::Apis::Core::JsonObjectSupport
|
|
371
365
|
end
|
|
372
366
|
|
|
373
|
-
class Policy
|
|
374
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
375
|
-
|
|
376
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
377
|
-
end
|
|
378
|
-
|
|
379
367
|
class PrimaryConfig
|
|
380
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
381
369
|
|
|
@@ -460,12 +448,6 @@ module Google
|
|
|
460
448
|
include Google::Apis::Core::JsonObjectSupport
|
|
461
449
|
end
|
|
462
450
|
|
|
463
|
-
class Schedule
|
|
464
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
465
|
-
|
|
466
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
467
|
-
end
|
|
468
|
-
|
|
469
451
|
class SecondaryConfig
|
|
470
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
471
453
|
|
|
@@ -755,16 +737,6 @@ module Google
|
|
|
755
737
|
end
|
|
756
738
|
end
|
|
757
739
|
|
|
758
|
-
class AutoScalingConfig
|
|
759
|
-
# @private
|
|
760
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
761
|
-
property :policy, as: 'policy', class: Google::Apis::AlloydbV1::Policy, decorator: Google::Apis::AlloydbV1::Policy::Representation
|
|
762
|
-
|
|
763
|
-
collection :schedules, as: 'schedules', class: Google::Apis::AlloydbV1::Schedule, decorator: Google::Apis::AlloydbV1::Schedule::Representation
|
|
764
|
-
|
|
765
|
-
end
|
|
766
|
-
end
|
|
767
|
-
|
|
768
740
|
class AutomatedBackupPolicy
|
|
769
741
|
# @private
|
|
770
742
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -917,6 +889,8 @@ module Google
|
|
|
917
889
|
|
|
918
890
|
property :create_time, as: 'createTime'
|
|
919
891
|
property :database_version, as: 'databaseVersion'
|
|
892
|
+
property :dataplex_config, as: 'dataplexConfig', class: Google::Apis::AlloydbV1::DataplexConfig, decorator: Google::Apis::AlloydbV1::DataplexConfig::Representation
|
|
893
|
+
|
|
920
894
|
property :delete_time, as: 'deleteTime'
|
|
921
895
|
property :display_name, as: 'displayName'
|
|
922
896
|
property :encryption_config, as: 'encryptionConfig', class: Google::Apis::AlloydbV1::EncryptionConfig, decorator: Google::Apis::AlloydbV1::EncryptionConfig::Representation
|
|
@@ -1019,13 +993,6 @@ module Google
|
|
|
1019
993
|
end
|
|
1020
994
|
end
|
|
1021
995
|
|
|
1022
|
-
class CpuUtilization
|
|
1023
|
-
# @private
|
|
1024
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1025
|
-
property :utilization_target, as: 'utilizationTarget'
|
|
1026
|
-
end
|
|
1027
|
-
end
|
|
1028
|
-
|
|
1029
996
|
class CsvExportOptions
|
|
1030
997
|
# @private
|
|
1031
998
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1047,6 +1014,13 @@ module Google
|
|
|
1047
1014
|
end
|
|
1048
1015
|
end
|
|
1049
1016
|
|
|
1017
|
+
class DataplexConfig
|
|
1018
|
+
# @private
|
|
1019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1020
|
+
property :enabled, as: 'enabled'
|
|
1021
|
+
end
|
|
1022
|
+
end
|
|
1023
|
+
|
|
1050
1024
|
class DenyMaintenancePeriod
|
|
1051
1025
|
# @private
|
|
1052
1026
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1420,17 +1394,6 @@ module Google
|
|
|
1420
1394
|
end
|
|
1421
1395
|
end
|
|
1422
1396
|
|
|
1423
|
-
class Policy
|
|
1424
|
-
# @private
|
|
1425
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1426
|
-
property :cool_down_period_sec, :numeric_string => true, as: 'coolDownPeriodSec'
|
|
1427
|
-
property :cpu_utilization, as: 'cpuUtilization', class: Google::Apis::AlloydbV1::CpuUtilization, decorator: Google::Apis::AlloydbV1::CpuUtilization::Representation
|
|
1428
|
-
|
|
1429
|
-
property :enabled, as: 'enabled'
|
|
1430
|
-
property :max_node_count, :numeric_string => true, as: 'maxNodeCount'
|
|
1431
|
-
end
|
|
1432
|
-
end
|
|
1433
|
-
|
|
1434
1397
|
class PrimaryConfig
|
|
1435
1398
|
# @private
|
|
1436
1399
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1514,8 +1477,6 @@ module Google
|
|
|
1514
1477
|
class ReadPoolConfig
|
|
1515
1478
|
# @private
|
|
1516
1479
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1517
|
-
property :auto_scaling_config, as: 'autoScalingConfig', class: Google::Apis::AlloydbV1::AutoScalingConfig, decorator: Google::Apis::AlloydbV1::AutoScalingConfig::Representation
|
|
1518
|
-
|
|
1519
1480
|
property :node_count, as: 'nodeCount'
|
|
1520
1481
|
end
|
|
1521
1482
|
end
|
|
@@ -1567,19 +1528,6 @@ module Google
|
|
|
1567
1528
|
end
|
|
1568
1529
|
end
|
|
1569
1530
|
|
|
1570
|
-
class Schedule
|
|
1571
|
-
# @private
|
|
1572
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1573
|
-
property :cron_expression, as: 'cronExpression'
|
|
1574
|
-
property :description, as: 'description'
|
|
1575
|
-
property :disabled, as: 'disabled'
|
|
1576
|
-
property :duration_sec, :numeric_string => true, as: 'durationSec'
|
|
1577
|
-
property :min_node_count, :numeric_string => true, as: 'minNodeCount'
|
|
1578
|
-
property :name, as: 'name'
|
|
1579
|
-
property :time_zone, as: 'timeZone'
|
|
1580
|
-
end
|
|
1581
|
-
end
|
|
1582
|
-
|
|
1583
1531
|
class SecondaryConfig
|
|
1584
1532
|
# @private
|
|
1585
1533
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -95,8 +95,8 @@ module Google
|
|
|
95
95
|
# @param [String] name
|
|
96
96
|
# The resource that owns the locations collection, if applicable.
|
|
97
97
|
# @param [Array<String>, String] extra_location_types
|
|
98
|
-
# Optional.
|
|
99
|
-
#
|
|
98
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
99
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
100
100
|
# @param [String] filter
|
|
101
101
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
102
102
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-alloydb_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.49.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.49.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|