google-apis-alloydb_v1 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: 2f5c62609e66deea29ee8a1ba61d2da15df4be54d502ff0fea6ef5f8a481d647
4
- data.tar.gz: 238448eb03aebd3457f9c4a695502d3b3dcfc09aaf01e4f183d54a18aa62b971
3
+ metadata.gz: 03be8923f92afe20b52cf6e53360153a7d172beed7b1d9297ae03936484b496c
4
+ data.tar.gz: 88ff3305b43f9005bc928ef8f1ffe10bde0fb691bc8731cf602fe0c0109ef1a6
5
5
  SHA512:
6
- metadata.gz: c4eebcf974b2c5d7f070aee24002efdb85dbe05a1c719c72c81c46fb89a73d9adf07d0c1b03aeb2397794f480fdee80b9f21dd94c55f10c67d2738a3709595b6
7
- data.tar.gz: 6f917b0f85e22df49d44b40210d47d5cb8d4e489f4a132cd917da42a39a1140e8435b4a7ec7177fbc5eb42980641ee1b338141998aa410fec452edbdc5ae6dbe
6
+ metadata.gz: 959d69bb2e088b305b544186d47bdbf32b5ded7778b1f305219c04fc2ea62c36ca159dc4bbbb7b4f3caf8f8e9790d81739f107f68eb27a767a72d78de2abef4d
7
+ data.tar.gz: 48d5def29866abd1f779e62b47744c4c651271de5f1de9103ab2e8f242820809a24bc45f386a5e2d069719f46126bbe8bafaea00ddb0cb61c0a46fca5fc46b76
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1
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
@@ -2165,6 +2165,13 @@ module Google
2165
2165
  # @return [String]
2166
2166
  attr_accessor :availability_type
2167
2167
 
2168
+ # Checks for resources that are configured to have redundancy, and ongoing
2169
+ # replication across regions
2170
+ # Corresponds to the JSON property `crossRegionReplicaConfigured`
2171
+ # @return [Boolean]
2172
+ attr_accessor :cross_region_replica_configured
2173
+ alias_method :cross_region_replica_configured?, :cross_region_replica_configured
2174
+
2168
2175
  #
2169
2176
  # Corresponds to the JSON property `externalReplicaConfigured`
2170
2177
  # @return [Boolean]
@@ -2184,6 +2191,7 @@ module Google
2184
2191
  # Update properties of this object
2185
2192
  def update!(**args)
2186
2193
  @availability_type = args[:availability_type] if args.key?(:availability_type)
2194
+ @cross_region_replica_configured = args[:cross_region_replica_configured] if args.key?(:cross_region_replica_configured)
2187
2195
  @external_replica_configured = args[:external_replica_configured] if args.key?(:external_replica_configured)
2188
2196
  @promotable_replica_configured = args[:promotable_replica_configured] if args.key?(:promotable_replica_configured)
2189
2197
  end
@@ -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.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
@@ -1003,6 +1003,7 @@ module Google
1003
1003
  # @private
1004
1004
  class Representation < Google::Apis::Core::JsonRepresentation
1005
1005
  property :availability_type, as: 'availabilityType'
1006
+ property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
1006
1007
  property :external_replica_configured, as: 'externalReplicaConfigured'
1007
1008
  property :promotable_replica_configured, as: 'promotableReplicaConfigured'
1008
1009
  end
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.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.13.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: []