google-apis-redis_v1beta1 0.47.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: cc8fef494adc9dccfaebe5a5c94b8f8d75ff2686fdd7e9be5fee1ad66bf576f9
4
- data.tar.gz: 849278d86db5c8aeb08409e627614fb9c44664a1da44af4b7ec3a9ed47055fee
3
+ metadata.gz: 99e2a243b1144238acf015c8c782ac37efc56b4e3f378dbcda8137096dae99a9
4
+ data.tar.gz: 523c7b54e93eecd0ebdaeeaf3290e551f58b7028b359e5a4294c90f4e741adff
5
5
  SHA512:
6
- metadata.gz: 66e888eb2e6b01c1ada35b06f31fe16676f5954a6695f191c5540ab0a3eaf96437a3c34d27e0352021a5950e3d1142de476b0ce7f047933484e83a9d0f40f2b3
7
- data.tar.gz: 0dded22c2b04984ac7d4dff15ffde7d8c78f51cf04800c6e658a5177d533c139da9ef01e76e53eaf7ff960c0d1bd75024cc3cebe429c35f475b8cd8deb7e6fea
6
+ metadata.gz: 6a9e521a4c9248c94d0fa815fa6f5ed56af170538f884d01bbfae31bcf9ccf482683452552c45c9e87cd5e2711fbacb05e638c09dda78fcb76f14be6b332b5a9
7
+ data.tar.gz: c20f698b2005cd2198267bce4a653b8eea9d13b0cf028356aa8bbe72e3adf43a6e07aed92f74175efbc0cc3f7527cf0bc6989c1565dba4ad963095587e75100f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.48.0 (2024-04-21)
8
+
9
+ * Regenerated from discovery document revision 20240411
10
+
3
11
  ### v0.47.0 (2024-03-31)
4
12
 
5
13
  * Regenerated from discovery document revision 20240327
@@ -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
@@ -210,6 +218,12 @@ module Google
210
218
  # @return [String]
211
219
  attr_accessor :create_time
212
220
 
221
+ # Optional. The delete operation will fail when the value is set to true.
222
+ # Corresponds to the JSON property `deletionProtectionEnabled`
223
+ # @return [Boolean]
224
+ attr_accessor :deletion_protection_enabled
225
+ alias_method :deletion_protection_enabled?, :deletion_protection_enabled
226
+
213
227
  # Output only. Endpoints created on each given network, for Redis clients to
214
228
  # connect to the cluster. Currently only one discovery endpoint is supported.
215
229
  # Corresponds to the JSON property `discoveryEndpoints`
@@ -303,6 +317,7 @@ module Google
303
317
  def update!(**args)
304
318
  @authorization_mode = args[:authorization_mode] if args.key?(:authorization_mode)
305
319
  @create_time = args[:create_time] if args.key?(:create_time)
320
+ @deletion_protection_enabled = args[:deletion_protection_enabled] if args.key?(:deletion_protection_enabled)
306
321
  @discovery_endpoints = args[:discovery_endpoints] if args.key?(:discovery_endpoints)
307
322
  @name = args[:name] if args.key?(:name)
308
323
  @node_type = args[:node_type] if args.key?(:node_type)
@@ -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.47.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 = "20240327"
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
@@ -434,6 +435,7 @@ module Google
434
435
  class Representation < Google::Apis::Core::JsonRepresentation
435
436
  property :authorization_mode, as: 'authorizationMode'
436
437
  property :create_time, as: 'createTime'
438
+ property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
437
439
  collection :discovery_endpoints, as: 'discoveryEndpoints', class: Google::Apis::RedisV1beta1::DiscoveryEndpoint, decorator: Google::Apis::RedisV1beta1::DiscoveryEndpoint::Representation
438
440
 
439
441
  property :name, as: 'name'
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.47.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-03-31 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.47.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: []