google-apis-redis_v1beta1 0.48.0 → 0.49.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: a13a3a2a573a0a71b5ece3bb26424ccc2731c8a4ab2977cc2a3a9c3b61570878
4
- data.tar.gz: 87ea6fb8befddcb28d8e488df0bb7f0237dc0178ca6fee2efe3d7c784e43d1e4
3
+ metadata.gz: 99e2a243b1144238acf015c8c782ac37efc56b4e3f378dbcda8137096dae99a9
4
+ data.tar.gz: 523c7b54e93eecd0ebdaeeaf3290e551f58b7028b359e5a4294c90f4e741adff
5
5
  SHA512:
6
- metadata.gz: 967d9476977724fa05cfaa0dab0cb25ab02a8dc3f057278569f41c26f09da329bccecdc945207ea68faec34e9892ec8f96ed3e2475823d7b1a29dc63e9db377c
7
- data.tar.gz: 4b410cbbdfcca28bd4f95d6bcbae9610a157e581ab1ba5476b8e858584123e9d360a72b1ada3a0053bc2d867f501cc09288b83fcf2fb33b57430bcf45471b498
6
+ metadata.gz: 6a9e521a4c9248c94d0fa815fa6f5ed56af170538f884d01bbfae31bcf9ccf482683452552c45c9e87cd5e2711fbacb05e638c09dda78fcb76f14be6b332b5a9
7
+ data.tar.gz: c20f698b2005cd2198267bce4a653b8eea9d13b0cf028356aa8bbe72e3adf43a6e07aed92f74175efbc0cc3f7527cf0bc6989c1565dba4ad963095587e75100f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.49.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240418
6
+
3
7
  ### v0.48.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240411
@@ -53,6 +53,13 @@ module Google
53
53
  # @return [String]
54
54
  attr_accessor :availability_type
55
55
 
56
+ # Checks for resources that are configured to have redundancy, and ongoing
57
+ # replication across regions
58
+ # Corresponds to the JSON property `crossRegionReplicaConfigured`
59
+ # @return [Boolean]
60
+ attr_accessor :cross_region_replica_configured
61
+ alias_method :cross_region_replica_configured?, :cross_region_replica_configured
62
+
56
63
  #
57
64
  # Corresponds to the JSON property `externalReplicaConfigured`
58
65
  # @return [Boolean]
@@ -72,6 +79,7 @@ module Google
72
79
  # Update properties of this object
73
80
  def update!(**args)
74
81
  @availability_type = args[:availability_type] if args.key?(:availability_type)
82
+ @cross_region_replica_configured = args[:cross_region_replica_configured] if args.key?(:cross_region_replica_configured)
75
83
  @external_replica_configured = args[:external_replica_configured] if args.key?(:external_replica_configured)
76
84
  @promotable_replica_configured = args[:promotable_replica_configured] if args.key?(:promotable_replica_configured)
77
85
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RedisV1beta1
18
18
  # Version of the google-apis-redis_v1beta1 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.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 = "20240411"
25
+ REVISION = "20240418"
26
26
  end
27
27
  end
28
28
  end
@@ -387,6 +387,7 @@ module Google
387
387
  # @private
388
388
  class Representation < Google::Apis::Core::JsonRepresentation
389
389
  property :availability_type, as: 'availabilityType'
390
+ property :cross_region_replica_configured, as: 'crossRegionReplicaConfigured'
390
391
  property :external_replica_configured, as: 'externalReplicaConfigured'
391
392
  property :promotable_replica_configured, as: 'promotableReplicaConfigured'
392
393
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-redis_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.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
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.48.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.49.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
64
64
  post_install_message:
65
65
  rdoc_options: []