google-apis-alloydb_v1beta 0.1.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3daaa25c225a72fcc71bc1bfc29480f04ef2103ea00a9a8e9fb6dd9d2a765b13
4
- data.tar.gz: c4a6483a0df4841d45501f47c67e7929a530fe11a130fc8e2aee5ac696457e5d
3
+ metadata.gz: 655ae80f7c8408824e9db597abd1c0502b6a7a9be1056dea78b429f41f914e1d
4
+ data.tar.gz: 3bb3855e96a7be36026a16cd40ac8b4f0200254078ec37013531cdd514d7fd3b
5
5
  SHA512:
6
- metadata.gz: 3b75a0f112d611ec024d8c5decfb2cbad781e56020c134d8d39f6b139cb6690b5aa5cbf1714d9b70bbe1fa1b64fdb7eb236e8a9b4a9f0ed8d6bede4a8dcadbe9
7
- data.tar.gz: e0a1e560ed7c0f2640d1009ea1741acedced22dcec79cad5d44663c1c42094a69bb41e760d7ebdf81d65d0c04f24fe21a56fb4c23240aeb7667040022267717a
6
+ metadata.gz: 81e95b05a001cfe4d60473f58b72ac3d932abbffc4077a2a0cd2f111964451bf89d490a91e44c1ee6a8f54ca7ea782ac22fab172ff13a1a3280af6df710be37f
7
+ data.tar.gz: 2a47f141d09d3cbeaf0a735c7a9693d52ed46fbfea888e91ca16cd544733bdf8a086e95c6824ab29addb9f948528ef8e19592aed0040d14cc982e828a9d3b878
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-alloydb_v1beta
2
2
 
3
+ ### v0.3.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231128
6
+
7
+ ### v0.2.0 (2023-11-19)
8
+
9
+ * Regenerated from discovery document revision 20231109
10
+
3
11
  ### v0.1.0 (2023-10-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20231011
@@ -206,6 +206,12 @@ module Google
206
206
  attr_accessor :reconciling
207
207
  alias_method :reconciling?, :reconciling
208
208
 
209
+ # Output only. Reserved for future use.
210
+ # Corresponds to the JSON property `satisfiesPzs`
211
+ # @return [Boolean]
212
+ attr_accessor :satisfies_pzs
213
+ alias_method :satisfies_pzs?, :satisfies_pzs
214
+
209
215
  # Output only. The size of the backup in bytes.
210
216
  # Corresponds to the JSON property `sizeBytes`
211
217
  # @return [Fixnum]
@@ -254,6 +260,7 @@ module Google
254
260
  @labels = args[:labels] if args.key?(:labels)
255
261
  @name = args[:name] if args.key?(:name)
256
262
  @reconciling = args[:reconciling] if args.key?(:reconciling)
263
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
257
264
  @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
258
265
  @state = args[:state] if args.key?(:state)
259
266
  @type = args[:type] if args.key?(:type)
@@ -482,6 +489,12 @@ module Google
482
489
  attr_accessor :reconciling
483
490
  alias_method :reconciling?, :reconciling
484
491
 
492
+ # Output only. Reserved for future use.
493
+ # Corresponds to the JSON property `satisfiesPzs`
494
+ # @return [Boolean]
495
+ attr_accessor :satisfies_pzs
496
+ alias_method :satisfies_pzs?, :satisfies_pzs
497
+
485
498
  # Configuration information for the secondary cluster. This should be set if and
486
499
  # only if the cluster is of type SECONDARY.
487
500
  # Corresponds to the JSON property `secondaryConfig`
@@ -536,6 +549,7 @@ module Google
536
549
  @network_config = args[:network_config] if args.key?(:network_config)
537
550
  @primary_config = args[:primary_config] if args.key?(:primary_config)
538
551
  @reconciling = args[:reconciling] if args.key?(:reconciling)
552
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
539
553
  @secondary_config = args[:secondary_config] if args.key?(:secondary_config)
540
554
  @ssl_config = args[:ssl_config] if args.key?(:ssl_config)
541
555
  @state = args[:state] if args.key?(:state)
@@ -1162,6 +1176,12 @@ module Google
1162
1176
  attr_accessor :reconciling
1163
1177
  alias_method :reconciling?, :reconciling
1164
1178
 
1179
+ # Output only. Reserved for future use.
1180
+ # Corresponds to the JSON property `satisfiesPzs`
1181
+ # @return [Boolean]
1182
+ attr_accessor :satisfies_pzs
1183
+ alias_method :satisfies_pzs?, :satisfies_pzs
1184
+
1165
1185
  # Output only. The current serving state of the instance.
1166
1186
  # Corresponds to the JSON property `state`
1167
1187
  # @return [String]
@@ -1214,6 +1234,7 @@ module Google
1214
1234
  @query_insights_config = args[:query_insights_config] if args.key?(:query_insights_config)
1215
1235
  @read_pool_config = args[:read_pool_config] if args.key?(:read_pool_config)
1216
1236
  @reconciling = args[:reconciling] if args.key?(:reconciling)
1237
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1217
1238
  @state = args[:state] if args.key?(:state)
1218
1239
  @uid = args[:uid] if args.key?(:uid)
1219
1240
  @update_policy = args[:update_policy] if args.key?(:update_policy)
@@ -1487,7 +1508,7 @@ module Google
1487
1508
  # @return [String]
1488
1509
  attr_accessor :allocated_ip_range
1489
1510
 
1490
- # Required. The resource link for the VPC network in which cluster resources are
1511
+ # Optional. The resource link for the VPC network in which cluster resources are
1491
1512
  # created and from which they are accessible via Private IP. The network must
1492
1513
  # belong to the same project as the cluster. It is specified in the form: "
1493
1514
  # projects/`project_number`/global/networks/`network_id`". This is required to
@@ -2263,8 +2284,8 @@ module Google
2263
2284
 
2264
2285
  # Closest parent container of this resource. In GCP, 'container' refers to a
2265
2286
  # Cloud Resource Manager project. It must be resource name of a Cloud Resource
2266
- # Manager project with the format of "provider//", such as "gcp/projects/123".
2267
- # For GCP provided resources, number should be project number.
2287
+ # Manager project with the format of "provider//", such as "projects/123". For
2288
+ # GCP provided resources, number should be project number.
2268
2289
  # Corresponds to the JSON property `resourceContainer`
2269
2290
  # @return [String]
2270
2291
  attr_accessor :resource_container
@@ -2427,9 +2448,8 @@ module Google
2427
2448
  attr_accessor :product
2428
2449
 
2429
2450
  # Closest parent Cloud Resource Manager container of this resource. It must be
2430
- # resource name of a Cloud Resource Manager project with the format of "provider/
2431
- # /", such as "gcp/projects/123". For GCP provided resources, number should be
2432
- # project number.
2451
+ # resource name of a Cloud Resource Manager project with the format of "/", such
2452
+ # as "projects/123". For GCP provided resources, number should be project number.
2433
2453
  # Corresponds to the JSON property `resourceContainer`
2434
2454
  # @return [String]
2435
2455
  attr_accessor :resource_container
@@ -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.1.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231011"
25
+ REVISION = "20231128"
26
26
  end
27
27
  end
28
28
  end
@@ -440,6 +440,7 @@ module Google
440
440
  hash :labels, as: 'labels'
441
441
  property :name, as: 'name'
442
442
  property :reconciling, as: 'reconciling'
443
+ property :satisfies_pzs, as: 'satisfiesPzs'
443
444
  property :size_bytes, :numeric_string => true, as: 'sizeBytes'
444
445
  property :state, as: 'state'
445
446
  property :type, as: 'type'
@@ -507,6 +508,7 @@ module Google
507
508
  property :primary_config, as: 'primaryConfig', class: Google::Apis::AlloydbV1beta::PrimaryConfig, decorator: Google::Apis::AlloydbV1beta::PrimaryConfig::Representation
508
509
 
509
510
  property :reconciling, as: 'reconciling'
511
+ property :satisfies_pzs, as: 'satisfiesPzs'
510
512
  property :secondary_config, as: 'secondaryConfig', class: Google::Apis::AlloydbV1beta::SecondaryConfig, decorator: Google::Apis::AlloydbV1beta::SecondaryConfig::Representation
511
513
 
512
514
  property :ssl_config, as: 'sslConfig', class: Google::Apis::AlloydbV1beta::SslConfig, decorator: Google::Apis::AlloydbV1beta::SslConfig::Representation
@@ -670,6 +672,7 @@ module Google
670
672
  property :read_pool_config, as: 'readPoolConfig', class: Google::Apis::AlloydbV1beta::ReadPoolConfig, decorator: Google::Apis::AlloydbV1beta::ReadPoolConfig::Representation
671
673
 
672
674
  property :reconciling, as: 'reconciling'
675
+ property :satisfies_pzs, as: 'satisfiesPzs'
673
676
  property :state, as: 'state'
674
677
  property :uid, as: 'uid'
675
678
  property :update_policy, as: 'updatePolicy', class: Google::Apis::AlloydbV1beta::UpdatePolicy, decorator: Google::Apis::AlloydbV1beta::UpdatePolicy::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-29 00:00:00.000000000 Z
11
+ date: 2023-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []