google-apis-redis_v1 0.91.0 → 0.92.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: a6c584a035958058a87cb6829427ca84213b285bc5d037a6e01d3eee3d852dba
4
- data.tar.gz: 2ff8e4e1e5b63f82107af2b13719b32b082acd48caf86c702f99caaf875a5803
3
+ metadata.gz: 4da88b6d1fcde0404a95913620ef76dada8b0d219f530fa780cbab6af608ae3f
4
+ data.tar.gz: 2a1aaff17a2e6aaabbbadd288b29086bda1cbe58cab734060448674d62a3802e
5
5
  SHA512:
6
- metadata.gz: 5afe3a035d75c2b37aee901113dc8c2907c710a39a7765fe500b2bdc58c238f1b73a195b415a704682adb95f2011d35dfb601d3fed0e70b5b198c97e367f9dd6
7
- data.tar.gz: 2191f96f15cbaebdfa8bfb11a61a372e7a6e54189a4e464ea937cffcf720e0966e057922c4994b7029b78826b14ad1fa70b881d961bfac464381e9c10f322e67
6
+ metadata.gz: 06c72efde37294b8d7e29390d43abef76ffbca42080de65e7eaa94040f8489ba70bdab2f60d85d87daf6b58e8eadf266aa04e430eb193936a3aef9d40a90cd52
7
+ data.tar.gz: 83ff8561f94864fade353cc19373aaec654afeda50455dae01c3ba079b12341ed78d2c6156d4201a0cd006f9a34bd759ade5aee2986e19f59dc7f3f9d8aad6cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1
2
2
 
3
+ ### v0.92.0 (2026-06-28)
4
+
5
+ * Regenerated from discovery document revision 20260616
6
+
3
7
  ### v0.91.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::RedisV1::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
@@ -2816,7 +2815,7 @@ module Google
2816
2815
  # @return [String]
2817
2816
  attr_accessor :next_page_token
2818
2817
 
2819
- # Locations that could not be reached.
2818
+ # Unordered list. Locations that could not be reached.
2820
2819
  # Corresponds to the JSON property `unreachable`
2821
2820
  # @return [Array<String>]
2822
2821
  attr_accessor :unreachable
@@ -4255,7 +4254,7 @@ module Google
4255
4254
  # @return [String]
4256
4255
  attr_accessor :duration_based_retention
4257
4256
 
4258
- #
4257
+ # Quantity based retention period i.e. 7 backups
4259
4258
  # Corresponds to the JSON property `quantityBasedRetention`
4260
4259
  # @return [Fixnum]
4261
4260
  attr_accessor :quantity_based_retention
@@ -4265,7 +4264,7 @@ module Google
4265
4264
  # @return [String]
4266
4265
  attr_accessor :retention_unit
4267
4266
 
4268
- #
4267
+ # Duration based retention period i.e. 172800 seconds (2 days)
4269
4268
  # Corresponds to the JSON property `timeBasedRetention`
4270
4269
  # @return [String]
4271
4270
  attr_accessor :time_based_retention
@@ -4728,6 +4727,12 @@ module Google
4728
4727
  # @return [String]
4729
4728
  attr_accessor :zone
4730
4729
 
4730
+ # Optional. Specify the zones of a multi-zone cluster where Redis Cluster
4731
+ # allocates resources. This flag isn't applicable for single-zone clusters.
4732
+ # Corresponds to the JSON property `zones`
4733
+ # @return [Array<String>]
4734
+ attr_accessor :zones
4735
+
4731
4736
  def initialize(**args)
4732
4737
  update!(**args)
4733
4738
  end
@@ -4736,6 +4741,7 @@ module Google
4736
4741
  def update!(**args)
4737
4742
  @mode = args[:mode] if args.key?(:mode)
4738
4743
  @zone = args[:zone] if args.key?(:zone)
4744
+ @zones = args[:zones] if args.key?(:zones)
4739
4745
  end
4740
4746
  end
4741
4747
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RedisV1
18
18
  # Version of the google-apis-redis_v1 gem
19
- GEM_VERSION = "0.91.0"
19
+ GEM_VERSION = "0.92.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::RedisV1::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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.91.0
4
+ version: 0.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.91.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.92.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1
62
62
  rdoc_options: []
63
63
  require_paths: