google-apis-alloydb_v1beta 0.12.0 → 0.13.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: 219d1a087658fec450ff7ee53f7b8ed6995d26c261e4916df7c1fc583ea5feec
4
- data.tar.gz: 13abb6acbd89b6c2c56550bcb48365250ee46312bd893212c87fe0acadc12036
3
+ metadata.gz: 58bc8a069eef60d9779ff4166502044db24cc3788ac8081b65f8bf3c37f57b57
4
+ data.tar.gz: 48ed268b1e1a07876f50ec28d41f46d574221fb1d88eb190f95da7547bc31105
5
5
  SHA512:
6
- metadata.gz: 7c086fe0cd267cbe4ea2bfe8dababd2b37156fa95d5a05239c2385c138c9f16f692813e565d6da697f9db8af0059c7a84ac8072afeb0cb8192926127ef635816
7
- data.tar.gz: 4652f165a095804897494a06b8b925b33797160fead7dd829a43ee1beae8526b72401b8ae4499963748f2087d0e0cd099dabc66e896e4104154edc14d8a7b156
6
+ metadata.gz: 29ca37311f7e9eaefb11f288693228ca2eee1dc16dadf680776aa89d298bf2ae5b83673f3ed2fc799d2fde07e0637ae233236899e6722d5e8c4fca43045d222c
7
+ data.tar.gz: 6367404b65c22e1000ae46c053afb90ad7bd91201585c84ea1504c438164d0cab5e5062a421dd409cf7a7f7e6bd766e6e488d02a6ec430cacc42b4c8b2ebfa72
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1beta
2
2
 
3
+ ### v0.13.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240417
6
+
3
7
  ### v0.12.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240410
@@ -452,7 +452,7 @@ module Google
452
452
  attr_accessor :etag
453
453
 
454
454
  # Cluster level configuration parameters related to the Gemini in Databases add-
455
- # on. See go/prd-enable-duet-ai-databases for more details.
455
+ # on.
456
456
  # Corresponds to the JSON property `geminiConfig`
457
457
  # @return [Google::Apis::AlloydbV1beta::GeminiClusterConfig]
458
458
  attr_accessor :gemini_config
@@ -866,7 +866,7 @@ module Google
866
866
  end
867
867
 
868
868
  # Cluster level configuration parameters related to the Gemini in Databases add-
869
- # on. See go/prd-enable-duet-ai-databases for more details.
869
+ # on.
870
870
  class GeminiClusterConfig
871
871
  include Google::Apis::Core::Hashable
872
872
 
@@ -890,7 +890,7 @@ module Google
890
890
  end
891
891
 
892
892
  # Instance level configuration parameters related to the Gemini in Databases add-
893
- # on. See go/prd-enable-duet-ai-databases for more details.
893
+ # on.
894
894
  class GeminiInstanceConfig
895
895
  include Google::Apis::Core::Hashable
896
896
 
@@ -1137,7 +1137,7 @@ module Google
1137
1137
  attr_accessor :gce_zone
1138
1138
 
1139
1139
  # Instance level configuration parameters related to the Gemini in Databases add-
1140
- # on. See go/prd-enable-duet-ai-databases for more details.
1140
+ # on.
1141
1141
  # Corresponds to the JSON property `geminiConfig`
1142
1142
  # @return [Google::Apis::AlloydbV1beta::GeminiInstanceConfig]
1143
1143
  attr_accessor :gemini_config
@@ -2349,6 +2349,13 @@ module Google
2349
2349
  # @return [String]
2350
2350
  attr_accessor :availability_type
2351
2351
 
2352
+ # Checks for resources that are configured to have redundancy, and ongoing
2353
+ # replication across regions
2354
+ # Corresponds to the JSON property `crossRegionReplicaConfigured`
2355
+ # @return [Boolean]
2356
+ attr_accessor :cross_region_replica_configured
2357
+ alias_method :cross_region_replica_configured?, :cross_region_replica_configured
2358
+
2352
2359
  #
2353
2360
  # Corresponds to the JSON property `externalReplicaConfigured`
2354
2361
  # @return [Boolean]
@@ -2368,6 +2375,7 @@ module Google
2368
2375
  # Update properties of this object
2369
2376
  def update!(**args)
2370
2377
  @availability_type = args[:availability_type] if args.key?(:availability_type)
2378
+ @cross_region_replica_configured = args[:cross_region_replica_configured] if args.key?(:cross_region_replica_configured)
2371
2379
  @external_replica_configured = args[:external_replica_configured] if args.key?(:external_replica_configured)
2372
2380
  @promotable_replica_configured = args[:promotable_replica_configured] if args.key?(:promotable_replica_configured)
2373
2381
  end
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240410"
25
+ REVISION = "20240417"
26
26
  end
27
27
  end
28
28
  end
@@ -1068,6 +1068,7 @@ module Google
1068
1068
  # @private
1069
1069
  class Representation < Google::Apis::Core::JsonRepresentation
1070
1070
  property :availability_type, as: 'availabilityType'
1071
+ property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
1071
1072
  property :external_replica_configured, as: 'externalReplicaConfigured'
1072
1073
  property :promotable_replica_configured, as: 'promotableReplicaConfigured'
1073
1074
  end
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.12.0
4
+ version: 0.13.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: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-04-28 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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.13.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: []