google-apis-redis_v1beta1 0.82.0 → 0.83.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3e01f1d6e94ca8baf71ca70eaa17b4818b430d0fc1e89793da6792ccdc8f86d
4
- data.tar.gz: fb99dcd9f587f41e08e5dd5677d049f0d9526e649619ad4b41ef97682e7ea109
3
+ metadata.gz: 20c13b20112a5b5af84ae197e527f226c9701a6f7e4924e5cedb0f9c5061d020
4
+ data.tar.gz: 6973441ebe54b0ff5c6d9e990c70c34161b1b344469e00d5ce034204b68f7be2
5
5
  SHA512:
6
- metadata.gz: 46516b25a671616a09f71dd2ed63178fde5068876e9eda536420ff0303e4b99d75afc2ebc07acf2e06ca3b68e10f1df37fa25d53c7ba64383f7c7daa647524c9
7
- data.tar.gz: c1f7960b886e940aa68b736a547f4782323337868bc65b27bf040531baf0a5e858e23e6fb0266279c6c199db2afeba937abbb391e14f9c75fd4e8267155b19c5
6
+ metadata.gz: 380c5748796b06e6818e5d526a1e19dd1ba873019ff4006b6422436e9ca92889194cd9ccb38a4e9ca59cc799d4ad07c6d65fe5a51579b3b4ec33c2a8acd77b06
7
+ data.tar.gz: 5ac51a519c9701df8eb4962b27dd0fefdc1f55aa4da375246e73167b56fec23149b97184633dadc3a6cf9e8da788e640157d225bb62d53d5cedd5c9c2bfa28c3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.83.0 (2026-07-05)
4
+
5
+ * Regenerated from discovery document revision 20260616
6
+
3
7
  ### v0.82.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260526
@@ -65,7 +65,7 @@ module Google
65
65
  # @return [String]
66
66
  attr_accessor :state
67
67
 
68
- # Output only. The version of the ACL policy. Used in drift resolution.
68
+ # Output only. Deprecated: Used in drift resolution.
69
69
  # Corresponds to the JSON property `version`
70
70
  # @return [Fixnum]
71
71
  attr_accessor :version
@@ -709,9 +709,8 @@ module Google
709
709
  # @return [String]
710
710
  attr_accessor :acl_policy
711
711
 
712
- # Optional. Output only. Indicates whether the ACL rules applied to the cluster
713
- # are in sync with the latest ACL policy rules. This field is only applicable if
714
- # the ACL policy is set for the cluster.
712
+ # Optional. Output only. Deprecated: Indicates whether the ACL rules applied to
713
+ # the cluster are in sync.
715
714
  # Corresponds to the JSON property `aclPolicyInSync`
716
715
  # @return [Boolean]
717
716
  attr_accessor :acl_policy_in_sync
@@ -1360,7 +1359,7 @@ module Google
1360
1359
  # @return [String]
1361
1360
  attr_accessor :feed_type
1362
1361
 
1363
- #
1362
+ # Observability metric data.
1364
1363
  # Corresponds to the JSON property `observabilityMetricData`
1365
1364
  # @return [Google::Apis::RedisV1beta1::ObservabilityMetricData]
1366
1365
  attr_accessor :observability_metric_data
@@ -1503,7 +1502,7 @@ module Google
1503
1502
  # @return [String]
1504
1503
  attr_accessor :signal_type
1505
1504
 
1506
- #
1505
+ # Required. The state of the signal, such as if it's ACTIVE or RESOLVED.
1507
1506
  # Corresponds to the JSON property `state`
1508
1507
  # @return [String]
1509
1508
  attr_accessor :state
@@ -2818,7 +2817,7 @@ module Google
2818
2817
  # @return [String]
2819
2818
  attr_accessor :next_page_token
2820
2819
 
2821
- # Locations that could not be reached.
2820
+ # Unordered list. Locations that could not be reached.
2822
2821
  # Corresponds to the JSON property `unreachable`
2823
2822
  # @return [Array<String>]
2824
2823
  attr_accessor :unreachable
@@ -4257,7 +4256,7 @@ module Google
4257
4256
  # @return [String]
4258
4257
  attr_accessor :duration_based_retention
4259
4258
 
4260
- #
4259
+ # Quantity based retention period i.e. 7 backups
4261
4260
  # Corresponds to the JSON property `quantityBasedRetention`
4262
4261
  # @return [Fixnum]
4263
4262
  attr_accessor :quantity_based_retention
@@ -4267,7 +4266,7 @@ module Google
4267
4266
  # @return [String]
4268
4267
  attr_accessor :retention_unit
4269
4268
 
4270
- #
4269
+ # Duration based retention period i.e. 172800 seconds (2 days)
4271
4270
  # Corresponds to the JSON property `timeBasedRetention`
4272
4271
  # @return [String]
4273
4272
  attr_accessor :time_based_retention
@@ -4730,6 +4729,12 @@ module Google
4730
4729
  # @return [String]
4731
4730
  attr_accessor :zone
4732
4731
 
4732
+ # Optional. Specify the zones of a multi-zone cluster where Redis Cluster
4733
+ # allocates resources. This flag isn't applicable for single-zone clusters.
4734
+ # Corresponds to the JSON property `zones`
4735
+ # @return [Array<String>]
4736
+ attr_accessor :zones
4737
+
4733
4738
  def initialize(**args)
4734
4739
  update!(**args)
4735
4740
  end
@@ -4738,6 +4743,7 @@ module Google
4738
4743
  def update!(**args)
4739
4744
  @mode = args[:mode] if args.key?(:mode)
4740
4745
  @zone = args[:zone] if args.key?(:zone)
4746
+ @zones = args[:zones] if args.key?(:zones)
4741
4747
  end
4742
4748
  end
4743
4749
  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.82.0"
19
+ GEM_VERSION = "0.83.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260526"
25
+ REVISION = "20260616"
26
26
  end
27
27
  end
28
28
  end
@@ -1938,6 +1938,7 @@ module Google
1938
1938
  class Representation < Google::Apis::Core::JsonRepresentation
1939
1939
  property :mode, as: 'mode'
1940
1940
  property :zone, as: 'zone'
1941
+ collection :zones, as: 'zones'
1941
1942
  end
1942
1943
  end
1943
1944
  end
@@ -171,7 +171,7 @@ module Google
171
171
  execute_or_queue_command(command, &block)
172
172
  end
173
173
 
174
- # Creates an ACL Policy. The creation is executed synchronously and the policy
174
+ # Creates an ACL policy. The creation is executed synchronously and the policy
175
175
  # is available for use immediately after the RPC returns.
176
176
  # @param [String] parent
177
177
  # Required. The resource name of the cluster location using the form: `projects/`
@@ -179,7 +179,7 @@ module Google
179
179
  # Cloud region.
180
180
  # @param [Google::Apis::RedisV1beta1::AclPolicy] acl_policy_object
181
181
  # @param [String] acl_policy_id
182
- # Required. The logical name of the ACL Policy in the customer project with the
182
+ # Required. The logical name of the ACL policy in the customer project with the
183
183
  # following restrictions: * Must contain only lowercase letters, numbers, and
184
184
  # hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must
185
185
  # end with a number or a letter. * Must be unique within the customer project /
@@ -217,11 +217,11 @@ module Google
217
217
  execute_or_queue_command(command, &block)
218
218
  end
219
219
 
220
- # Deletes a specific Acl Policy. This action will delete the Acl Policy and all
220
+ # Deletes a specific ACL policy. This action will delete the ACL policy and all
221
221
  # the rules associated with it. An ACL policy cannot be deleted if it is
222
222
  # attached to a cluster.
223
223
  # @param [String] name
224
- # Required. Redis ACL Policy resource name using the form: `projects/`project_id`
224
+ # Required. Redis ACL policy resource name using the form: `projects/`project_id`
225
225
  # /locations/`location_id`/aclPolicies/`acl_policy_id`` where `location_id`
226
226
  # refers to a GCP region.
227
227
  # @param [String] etag
@@ -258,9 +258,9 @@ module Google
258
258
  execute_or_queue_command(command, &block)
259
259
  end
260
260
 
261
- # Gets the details of a specific Redis Cluster ACL Policy.
261
+ # Gets the details of a specific Redis Cluster ACL policy.
262
262
  # @param [String] name
263
- # Required. Redis ACL Policy resource name using the form: `projects/`project_id`
263
+ # Required. Redis ACL policy resource name using the form: `projects/`project_id`
264
264
  # /locations/`location_id`/aclPolicies/`acl_policy_id`` where `location_id`
265
265
  # refers to a GCP region.
266
266
  # @param [String] fields
@@ -290,15 +290,15 @@ module Google
290
290
  execute_or_queue_command(command, &block)
291
291
  end
292
292
 
293
- # Lists all ACL Policies owned by a project in either the specified location (
293
+ # Lists all ACL policies owned by a project in either the specified location (
294
294
  # region) or all locations. The location should have the following format: * `
295
295
  # projects/`project_id`/locations/`location_id`` If `location_id` is specified
296
296
  # as `-` (wildcard), then all regions available to the project are queried, and
297
297
  # the results are aggregated.
298
298
  # @param [String] parent
299
- # Required. The resource name of the cluster location using the form: `projects/`
300
- # project_id`/locations/`location_id`` where `location_id` refers to a Google
301
- # Cloud region.
299
+ # Required. The resource name of the ACL policy location using the form: `
300
+ # projects/`project_id`/locations/`location_id`` where `location_id` refers to a
301
+ # Google Cloud region.
302
302
  # @param [Fixnum] page_size
303
303
  # Optional. The maximum number of items to return. If not specified, a default
304
304
  # value of 1000 will be used by the service. Regardless of the page_size value,
@@ -343,7 +343,7 @@ module Google
343
343
  # the operation returns a SUCCESS status. If Memorystore can't apply the policy
344
344
  # to all clusters, then to ensure eventual consistency, Memorystore uses
345
345
  # reconciliation to apply the policy to the failed clusters. Completed
346
- # longrunning.Operation will contain the new ACL Policy object in the response
346
+ # longrunning.Operation will contain the new ACL policy object in the response
347
347
  # field.
348
348
  # @param [String] name
349
349
  # Identifier. Full resource path of the ACL policy.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-redis_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.82.0
4
+ version: 0.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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-redis_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.82.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.83.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
63
63
  rdoc_options: []
64
64
  require_paths: