google-apis-alloydb_v1 0.19.0 → 0.20.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: 212763de46feb75d8bdecc39a4480d29158ea599c7f1c53ac74f23bc7fd63f46
4
- data.tar.gz: ec0a13151a479c3cd616b753f59e4708c15e828f8a3c4dde8bff7735e46a05d3
3
+ metadata.gz: b5809365db66834073f0eddf7a1dd55e7597f3fad16a9ec844000bf97d87cfba
4
+ data.tar.gz: f9c4d85e361e112d000d4ad3cb170309ac84652619096439725eebc76d0080c5
5
5
  SHA512:
6
- metadata.gz: 5aeef8152f080e12ed4c54525d1da52587b0b9cfece77340a3011db580fcf975c7c06ac2aa6b6dfb422ddd15d449d3dd24a8d126571c940d5275b98ea5d43c38
7
- data.tar.gz: '06589a7f0c4b57ee1d9197ee30667f0c4500862be69a0f539d1a84e34aaa0575b909487c27cb2cbb79cbfc2cb0de5063cb623a69933f6a125d3a03ad738f3a63'
6
+ metadata.gz: 6ff8614c35df36e99e90b7f9b530a27cb4ddf7c37a2c51e78e659e0cc93d1704254621d88fb96ca1e2ca0c90aa615ddfaeb4662dadfc2ca55b483a7fafda87f7
7
+ data.tar.gz: cff53559ba89bfd1992351db338c2eed9b4e5cf87a00c4cd32b9bf72960ab65e5f338cd3502bf11b59b69e20c7116a730bfb1dea45f06d79b81720e4d9e978bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.20.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240823
6
+
3
7
  ### v0.19.0 (2024-08-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20240806
@@ -2324,6 +2324,14 @@ module Google
2324
2324
  class StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration
2325
2325
  include Google::Apis::Core::Hashable
2326
2326
 
2327
+ # Checks for existence of (multi-cluster) routing configuration that allows
2328
+ # automatic failover to a different zone/region in case of an outage. Applicable
2329
+ # to Bigtable resources.
2330
+ # Corresponds to the JSON property `automaticFailoverRoutingConfigured`
2331
+ # @return [Boolean]
2332
+ attr_accessor :automatic_failover_routing_configured
2333
+ alias_method :automatic_failover_routing_configured?, :automatic_failover_routing_configured
2334
+
2327
2335
  # Availability type. Potential values: * `ZONAL`: The instance serves data from
2328
2336
  # only one zone. Outages in that zone affect data accessibility. * `REGIONAL`:
2329
2337
  # The instance can serve data from more than one zone in a region (it is highly
@@ -2357,6 +2365,7 @@ module Google
2357
2365
 
2358
2366
  # Update properties of this object
2359
2367
  def update!(**args)
2368
+ @automatic_failover_routing_configured = args[:automatic_failover_routing_configured] if args.key?(:automatic_failover_routing_configured)
2360
2369
  @availability_type = args[:availability_type] if args.key?(:availability_type)
2361
2370
  @cross_region_replica_configured = args[:cross_region_replica_configured] if args.key?(:cross_region_replica_configured)
2362
2371
  @external_replica_configured = args[:external_replica_configured] if args.key?(:external_replica_configured)
@@ -3430,6 +3439,13 @@ module Google
3430
3439
  # @return [Array<String>]
3431
3440
  attr_accessor :database_roles
3432
3441
 
3442
+ # Input only. If the user already exists and it has additional roles, keep them
3443
+ # granted.
3444
+ # Corresponds to the JSON property `keepExtraRoles`
3445
+ # @return [Boolean]
3446
+ attr_accessor :keep_extra_roles
3447
+ alias_method :keep_extra_roles?, :keep_extra_roles
3448
+
3433
3449
  # Output only. Name of the resource in the form of projects/`project`/locations/`
3434
3450
  # location`/cluster/`cluster`/users/`user`.
3435
3451
  # Corresponds to the JSON property `name`
@@ -3453,6 +3469,7 @@ module Google
3453
3469
  # Update properties of this object
3454
3470
  def update!(**args)
3455
3471
  @database_roles = args[:database_roles] if args.key?(:database_roles)
3472
+ @keep_extra_roles = args[:keep_extra_roles] if args.key?(:keep_extra_roles)
3456
3473
  @name = args[:name] if args.key?(:name)
3457
3474
  @password = args[:password] if args.key?(:password)
3458
3475
  @user_type = args[:user_type] if args.key?(:user_type)
@@ -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.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240806"
25
+ REVISION = "20240823"
26
26
  end
27
27
  end
28
28
  end
@@ -1107,6 +1107,7 @@ module Google
1107
1107
  class StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration
1108
1108
  # @private
1109
1109
  class Representation < Google::Apis::Core::JsonRepresentation
1110
+ property :automatic_failover_routing_configured, as: 'automaticFailoverRoutingConfigured'
1110
1111
  property :availability_type, as: 'availabilityType'
1111
1112
  property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
1112
1113
  property :external_replica_configured, as: 'externalReplicaConfigured'
@@ -1397,6 +1398,7 @@ module Google
1397
1398
  # @private
1398
1399
  class Representation < Google::Apis::Core::JsonRepresentation
1399
1400
  collection :database_roles, as: 'databaseRoles'
1401
+ property :keep_extra_roles, as: 'keepExtraRoles'
1400
1402
  property :name, as: 'name'
1401
1403
  property :password, as: 'password'
1402
1404
  property :user_type, as: 'userType'
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.19.0
4
+ version: 0.20.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-08-18 00:00:00.000000000 Z
11
+ date: 2024-09-01 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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.20.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: []