google-apis-alloydb_v1alpha 0.2.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: aabfed48d464bee1111594ce47b9a6b417129935ab20141e86a306ca4b837a6d
4
- data.tar.gz: e257877c2401eb8a17f231716bd83afb5987c72977c1be4ec36e7e17eec331c5
3
+ metadata.gz: 2984770874913efa3753bc67f48641d6fdc9e177ac126d744fece677dad79c30
4
+ data.tar.gz: 957ee026c3ef218a812aba2eec9d4a61243d5f8385cae98e5432f66fabe49b40
5
5
  SHA512:
6
- metadata.gz: eeff2b9e40573467b8974f3a1ff0400ead05737be06330cce54d69dd12117d8ec9f8d09cc80d9312d4b9256016b51816232fe7c68afbe59524107379421b1916
7
- data.tar.gz: 9be3b7cb8483c04c45c23152aebc959d26f1355c924c570ab506dd40e04d3a1b1402da53f3da053ec0188a7229e8cc19bf73765a37e9fd571fbae60359aafe52
6
+ metadata.gz: ce72e39e17f4b60ec3757f7c6f82ea3e6c1298129c2c7fcad28826040f32465cb5cb4b62d885b7cf68efbd688a26c5d57f3de7c741bd5c3cfb57a0aae2b04e77
7
+ data.tar.gz: d62982fdf2e09f009b6aedf6f4a015b8cd84bb0cc2a2f697b175dba7c9a6ef3f7c17445aaf0711b7810a956697ee09abf176af49a9293ffb6e8720de7a442c29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
2
2
 
3
+ ### v0.3.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231128
6
+
3
7
  ### v0.2.0 (2023-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20231109
@@ -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 `satisfiesPzi`
211
+ # @return [Boolean]
212
+ attr_accessor :satisfies_pzi
213
+ alias_method :satisfies_pzi?, :satisfies_pzi
214
+
209
215
  # Output only. Reserved for future use.
210
216
  # Corresponds to the JSON property `satisfiesPzs`
211
217
  # @return [Boolean]
@@ -260,6 +266,7 @@ module Google
260
266
  @labels = args[:labels] if args.key?(:labels)
261
267
  @name = args[:name] if args.key?(:name)
262
268
  @reconciling = args[:reconciling] if args.key?(:reconciling)
269
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
263
270
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
264
271
  @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
265
272
  @state = args[:state] if args.key?(:state)
@@ -507,6 +514,12 @@ module Google
507
514
  attr_accessor :reconciling
508
515
  alias_method :reconciling?, :reconciling
509
516
 
517
+ # Output only. Reserved for future use.
518
+ # Corresponds to the JSON property `satisfiesPzi`
519
+ # @return [Boolean]
520
+ attr_accessor :satisfies_pzi
521
+ alias_method :satisfies_pzi?, :satisfies_pzi
522
+
510
523
  # Output only. Reserved for future use.
511
524
  # Corresponds to the JSON property `satisfiesPzs`
512
525
  # @return [Boolean]
@@ -568,6 +581,7 @@ module Google
568
581
  @primary_config = args[:primary_config] if args.key?(:primary_config)
569
582
  @psc_config = args[:psc_config] if args.key?(:psc_config)
570
583
  @reconciling = args[:reconciling] if args.key?(:reconciling)
584
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
571
585
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
572
586
  @secondary_config = args[:secondary_config] if args.key?(:secondary_config)
573
587
  @ssl_config = args[:ssl_config] if args.key?(:ssl_config)
@@ -1195,6 +1209,12 @@ module Google
1195
1209
  attr_accessor :reconciling
1196
1210
  alias_method :reconciling?, :reconciling
1197
1211
 
1212
+ # Output only. Reserved for future use.
1213
+ # Corresponds to the JSON property `satisfiesPzi`
1214
+ # @return [Boolean]
1215
+ attr_accessor :satisfies_pzi
1216
+ alias_method :satisfies_pzi?, :satisfies_pzi
1217
+
1198
1218
  # Output only. Reserved for future use.
1199
1219
  # Corresponds to the JSON property `satisfiesPzs`
1200
1220
  # @return [Boolean]
@@ -1253,6 +1273,7 @@ module Google
1253
1273
  @query_insights_config = args[:query_insights_config] if args.key?(:query_insights_config)
1254
1274
  @read_pool_config = args[:read_pool_config] if args.key?(:read_pool_config)
1255
1275
  @reconciling = args[:reconciling] if args.key?(:reconciling)
1276
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
1256
1277
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1257
1278
  @state = args[:state] if args.key?(:state)
1258
1279
  @uid = args[:uid] if args.key?(:uid)
@@ -2324,8 +2345,8 @@ module Google
2324
2345
 
2325
2346
  # Closest parent container of this resource. In GCP, 'container' refers to a
2326
2347
  # Cloud Resource Manager project. It must be resource name of a Cloud Resource
2327
- # Manager project with the format of "provider//", such as "gcp/projects/123".
2328
- # For GCP provided resources, number should be project number.
2348
+ # Manager project with the format of "provider//", such as "projects/123". For
2349
+ # GCP provided resources, number should be project number.
2329
2350
  # Corresponds to the JSON property `resourceContainer`
2330
2351
  # @return [String]
2331
2352
  attr_accessor :resource_container
@@ -2488,9 +2509,8 @@ module Google
2488
2509
  attr_accessor :product
2489
2510
 
2490
2511
  # Closest parent Cloud Resource Manager container of this resource. It must be
2491
- # resource name of a Cloud Resource Manager project with the format of "provider/
2492
- # /", such as "gcp/projects/123". For GCP provided resources, number should be
2493
- # project number.
2512
+ # resource name of a Cloud Resource Manager project with the format of "/", such
2513
+ # as "projects/123". For GCP provided resources, number should be project number.
2494
2514
  # Corresponds to the JSON property `resourceContainer`
2495
2515
  # @return [String]
2496
2516
  attr_accessor :resource_container
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlloydbV1alpha
18
18
  # Version of the google-apis-alloydb_v1alpha gem
19
- GEM_VERSION = "0.2.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 = "20231109"
25
+ REVISION = "20231128"
26
26
  end
27
27
  end
28
28
  end
@@ -452,6 +452,7 @@ module Google
452
452
  hash :labels, as: 'labels'
453
453
  property :name, as: 'name'
454
454
  property :reconciling, as: 'reconciling'
455
+ property :satisfies_pzi, as: 'satisfiesPzi'
455
456
  property :satisfies_pzs, as: 'satisfiesPzs'
456
457
  property :size_bytes, :numeric_string => true, as: 'sizeBytes'
457
458
  property :state, as: 'state'
@@ -528,6 +529,7 @@ module Google
528
529
  property :psc_config, as: 'pscConfig', class: Google::Apis::AlloydbV1alpha::PscConfig, decorator: Google::Apis::AlloydbV1alpha::PscConfig::Representation
529
530
 
530
531
  property :reconciling, as: 'reconciling'
532
+ property :satisfies_pzi, as: 'satisfiesPzi'
531
533
  property :satisfies_pzs, as: 'satisfiesPzs'
532
534
  property :secondary_config, as: 'secondaryConfig', class: Google::Apis::AlloydbV1alpha::SecondaryConfig, decorator: Google::Apis::AlloydbV1alpha::SecondaryConfig::Representation
533
535
 
@@ -692,6 +694,7 @@ module Google
692
694
  property :read_pool_config, as: 'readPoolConfig', class: Google::Apis::AlloydbV1alpha::ReadPoolConfig, decorator: Google::Apis::AlloydbV1alpha::ReadPoolConfig::Representation
693
695
 
694
696
  property :reconciling, as: 'reconciling'
697
+ property :satisfies_pzi, as: 'satisfiesPzi'
695
698
  property :satisfies_pzs, as: 'satisfiesPzs'
696
699
  property :state, as: 'state'
697
700
  property :uid, as: 'uid'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.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-11-19 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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []