google-apis-alloydb_v1alpha 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: 7904598948401294a0206e2bbfd815734091fe9a56531a5da7523dcfee03e48c
4
- data.tar.gz: 9208639126b373fd81a3bc34b0b242140ed76ac2eb6a49e7f14433addbd93820
3
+ metadata.gz: a59743e954a7ff3c704433ff410fc97f6ac163813f345fb3dda53f8be2720ecb
4
+ data.tar.gz: 8000963dbd69bedfbdd287bd3c8cd3f17ab306186e5babcba8e06d6d33f07426
5
5
  SHA512:
6
- metadata.gz: 4813ab76e636adf7d06b30e63e24d82210f27af12f3385270e6adf830e135b4d0797b119737bf8099c3f06182df38464d06f1099914c8d29de8ccb7d7aecee90
7
- data.tar.gz: 87449d8fcef3e9394a830aac0021020b8bf10d8332ef74aa2eda078cfa667174423dca5eaf225a114e7eb0779c4070c2ab39b33d63bb5fd1789f8df2c6fec901
6
+ metadata.gz: 55258266446d8377472aa06b4dcb387436c1fc67ae4ce1afda388504f7aba7c162c9a54c8623c87a7af33b4efa625c2bf45b2ab5ef3b065d5d57c1113960003a
7
+ data.tar.gz: 472a0c88b2e0801eef98672e3d29060cfd902951d8961bff2cbe357615a686a74974bc7a6349320bc2ebafa9154c6a0fe424cc5aed85f67e6db9ba8474426a65
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
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
@@ -472,7 +472,7 @@ module Google
472
472
  attr_accessor :etag
473
473
 
474
474
  # Cluster level configuration parameters related to the Gemini in Databases add-
475
- # on. See go/prd-enable-duet-ai-databases for more details.
475
+ # on.
476
476
  # Corresponds to the JSON property `geminiConfig`
477
477
  # @return [Google::Apis::AlloydbV1alpha::GeminiClusterConfig]
478
478
  attr_accessor :gemini_config
@@ -893,7 +893,7 @@ module Google
893
893
  end
894
894
 
895
895
  # Cluster level configuration parameters related to the Gemini in Databases add-
896
- # on. See go/prd-enable-duet-ai-databases for more details.
896
+ # on.
897
897
  class GeminiClusterConfig
898
898
  include Google::Apis::Core::Hashable
899
899
 
@@ -917,7 +917,7 @@ module Google
917
917
  end
918
918
 
919
919
  # Instance level configuration parameters related to the Gemini in Databases add-
920
- # on. See go/prd-enable-duet-ai-databases for more details.
920
+ # on.
921
921
  class GeminiInstanceConfig
922
922
  include Google::Apis::Core::Hashable
923
923
 
@@ -1164,7 +1164,7 @@ module Google
1164
1164
  attr_accessor :gce_zone
1165
1165
 
1166
1166
  # Instance level configuration parameters related to the Gemini in Databases add-
1167
- # on. See go/prd-enable-duet-ai-databases for more details.
1167
+ # on.
1168
1168
  # Corresponds to the JSON property `geminiConfig`
1169
1169
  # @return [Google::Apis::AlloydbV1alpha::GeminiInstanceConfig]
1170
1170
  attr_accessor :gemini_config
@@ -2383,6 +2383,13 @@ module Google
2383
2383
  # @return [String]
2384
2384
  attr_accessor :availability_type
2385
2385
 
2386
+ # Checks for resources that are configured to have redundancy, and ongoing
2387
+ # replication across regions
2388
+ # Corresponds to the JSON property `crossRegionReplicaConfigured`
2389
+ # @return [Boolean]
2390
+ attr_accessor :cross_region_replica_configured
2391
+ alias_method :cross_region_replica_configured?, :cross_region_replica_configured
2392
+
2386
2393
  #
2387
2394
  # Corresponds to the JSON property `externalReplicaConfigured`
2388
2395
  # @return [Boolean]
@@ -2402,6 +2409,7 @@ module Google
2402
2409
  # Update properties of this object
2403
2410
  def update!(**args)
2404
2411
  @availability_type = args[:availability_type] if args.key?(:availability_type)
2412
+ @cross_region_replica_configured = args[:cross_region_replica_configured] if args.key?(:cross_region_replica_configured)
2405
2413
  @external_replica_configured = args[:external_replica_configured] if args.key?(:external_replica_configured)
2406
2414
  @promotable_replica_configured = args[:promotable_replica_configured] if args.key?(:promotable_replica_configured)
2407
2415
  end
@@ -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.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
@@ -1083,6 +1083,7 @@ module Google
1083
1083
  # @private
1084
1084
  class Representation < Google::Apis::Core::JsonRepresentation
1085
1085
  property :availability_type, as: 'availabilityType'
1086
+ property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
1086
1087
  property :external_replica_configured, as: 'externalReplicaConfigured'
1087
1088
  property :promotable_replica_configured, as: 'promotableReplicaConfigured'
1088
1089
  end
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.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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.13.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: []