google-apis-alloydb_v1 0.5.0 → 0.6.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: ee8ea519446b10d986f7be2d1f60afa2ef000875c08790e27f29f04ae8d28bb5
4
- data.tar.gz: 2d63e653967f36ca598599c819d346285c65dab810a120639a32d6aa4b0e7e00
3
+ metadata.gz: 88516bc2128129d5d05fbbec911ceaab49615cbe4e9555c83c328dcc7d50d63e
4
+ data.tar.gz: 13584fa371092dc1a89660857f78d98eda7c530536328208573c976dc251d5b5
5
5
  SHA512:
6
- metadata.gz: '0915294526aed8a5e45d915cb1ff6c54d6c5e795719b9c38cee05e95b3a89eb6d3b96ef83d02acf9fc6159001147d936bb2523075523c7558aa0b476f0b578a4'
7
- data.tar.gz: dd8ba3c0741b11839e54f5b78885911a3b2745355cf341d606cb0bc3dc5e0286c27096ef5f592411fc33f04964c227e363b90ec57fd1fa2079904136c33afad2
6
+ metadata.gz: f80affb663483c14ad98fe1a2ff66f7d0af071eb28ff79a50350dcb7b2383a148a0123c002b54f0f361eaa4b46b1b299171aab412d65aedf732e46a72787285e
7
+ data.tar.gz: 222c60fe6b33b2fbb0bf1c264b285f8a393ef54ecf760bbe700c65b8f86c988e3b4801eb4385e31cf686390edea48355d2228cdce7fc1a361063d5842882799b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.6.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231128
6
+
3
7
  ### v0.5.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 `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)
@@ -495,6 +502,12 @@ module Google
495
502
  attr_accessor :reconciling
496
503
  alias_method :reconciling?, :reconciling
497
504
 
505
+ # Output only. Reserved for future use.
506
+ # Corresponds to the JSON property `satisfiesPzs`
507
+ # @return [Boolean]
508
+ attr_accessor :satisfies_pzs
509
+ alias_method :satisfies_pzs?, :satisfies_pzs
510
+
498
511
  # Configuration information for the secondary cluster. This should be set if and
499
512
  # only if the cluster is of type SECONDARY.
500
513
  # Corresponds to the JSON property `secondaryConfig`
@@ -549,6 +562,7 @@ module Google
549
562
  @network_config = args[:network_config] if args.key?(:network_config)
550
563
  @primary_config = args[:primary_config] if args.key?(:primary_config)
551
564
  @reconciling = args[:reconciling] if args.key?(:reconciling)
565
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
552
566
  @secondary_config = args[:secondary_config] if args.key?(:secondary_config)
553
567
  @ssl_config = args[:ssl_config] if args.key?(:ssl_config)
554
568
  @state = args[:state] if args.key?(:state)
@@ -1155,6 +1169,12 @@ module Google
1155
1169
  attr_accessor :reconciling
1156
1170
  alias_method :reconciling?, :reconciling
1157
1171
 
1172
+ # Output only. Reserved for future use.
1173
+ # Corresponds to the JSON property `satisfiesPzs`
1174
+ # @return [Boolean]
1175
+ attr_accessor :satisfies_pzs
1176
+ alias_method :satisfies_pzs?, :satisfies_pzs
1177
+
1158
1178
  # Output only. The current serving state of the instance.
1159
1179
  # Corresponds to the JSON property `state`
1160
1180
  # @return [String]
@@ -1202,6 +1222,7 @@ module Google
1202
1222
  @query_insights_config = args[:query_insights_config] if args.key?(:query_insights_config)
1203
1223
  @read_pool_config = args[:read_pool_config] if args.key?(:read_pool_config)
1204
1224
  @reconciling = args[:reconciling] if args.key?(:reconciling)
1225
+ @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1205
1226
  @state = args[:state] if args.key?(:state)
1206
1227
  @uid = args[:uid] if args.key?(:uid)
1207
1228
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -2250,8 +2271,8 @@ module Google
2250
2271
 
2251
2272
  # Closest parent container of this resource. In GCP, 'container' refers to a
2252
2273
  # Cloud Resource Manager project. It must be resource name of a Cloud Resource
2253
- # Manager project with the format of "provider//", such as "gcp/projects/123".
2254
- # For GCP provided resources, number should be project number.
2274
+ # Manager project with the format of "provider//", such as "projects/123". For
2275
+ # GCP provided resources, number should be project number.
2255
2276
  # Corresponds to the JSON property `resourceContainer`
2256
2277
  # @return [String]
2257
2278
  attr_accessor :resource_container
@@ -2414,9 +2435,8 @@ module Google
2414
2435
  attr_accessor :product
2415
2436
 
2416
2437
  # Closest parent Cloud Resource Manager container of this resource. It must be
2417
- # resource name of a Cloud Resource Manager project with the format of "provider/
2418
- # /", such as "gcp/projects/123". For GCP provided resources, number should be
2419
- # project number.
2438
+ # resource name of a Cloud Resource Manager project with the format of "/", such
2439
+ # as "projects/123". For GCP provided resources, number should be project number.
2420
2440
  # Corresponds to the JSON property `resourceContainer`
2421
2441
  # @return [String]
2422
2442
  attr_accessor :resource_container
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.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
@@ -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'
@@ -513,6 +514,7 @@ module Google
513
514
  property :primary_config, as: 'primaryConfig', class: Google::Apis::AlloydbV1::PrimaryConfig, decorator: Google::Apis::AlloydbV1::PrimaryConfig::Representation
514
515
 
515
516
  property :reconciling, as: 'reconciling'
517
+ property :satisfies_pzs, as: 'satisfiesPzs'
516
518
  property :secondary_config, as: 'secondaryConfig', class: Google::Apis::AlloydbV1::SecondaryConfig, decorator: Google::Apis::AlloydbV1::SecondaryConfig::Representation
517
519
 
518
520
  property :ssl_config, as: 'sslConfig', class: Google::Apis::AlloydbV1::SslConfig, decorator: Google::Apis::AlloydbV1::SslConfig::Representation
@@ -673,6 +675,7 @@ module Google
673
675
  property :read_pool_config, as: 'readPoolConfig', class: Google::Apis::AlloydbV1::ReadPoolConfig, decorator: Google::Apis::AlloydbV1::ReadPoolConfig::Representation
674
676
 
675
677
  property :reconciling, as: 'reconciling'
678
+ property :satisfies_pzs, as: 'satisfiesPzs'
676
679
  property :state, as: 'state'
677
680
  property :uid, as: 'uid'
678
681
  property :update_time, as: 'updateTime'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.6.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
63
63
  post_install_message:
64
64
  rdoc_options: []