google-apis-redis_v1 0.55.0 → 0.56.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: 7ef743d479b32aa418f7be3b744b060335c25a3d05eb2dfc1a6341d4f96ae5b7
4
- data.tar.gz: 58db9938ac8089b577be712db07225855c71f95bfd5f2478be85552529942df5
3
+ metadata.gz: 503f62e2e198a32646337657d94d8f473316d74fdcb85b33f0587525421aa9d3
4
+ data.tar.gz: a447f68a1020cacd35668f4deb937b96bfca3cf20e24438f19fe553fda37ed00
5
5
  SHA512:
6
- metadata.gz: b61d33abe40b1de99189ec27949311b415eebd7449180e10289cbbae86ed8b46df891b5bc48cf6154e4b291124df1c860e93b901e735ce46348a0dac8aa0d66a
7
- data.tar.gz: 2834b65a9ea8c975f668a3b5e671306d69a76e0751be54796f0c5b797ca3fb1618bdcfa6cbd817ba84653503429a23fc096d269d708184b8d548dc8dd2d8c964
6
+ metadata.gz: ce4dfa6ecef7d188ae649d64b9b47abbfb7002b6231dc953015b81c7a6ca80863ad87c496a2eec3b3617354c28f16483ba869d891775359bafac689f5bbda40b
7
+ data.tar.gz: 8bb980df37fd80612929fb51e56364baab87c47709d47b94ada4414ffd573edfc379adc9207364393d6db06f0baff700dbefb0640c836d923056cacdcba73cf2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1
2
2
 
3
+ ### v0.56.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240613
6
+
3
7
  ### v0.55.0 (2024-06-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20240531
@@ -230,9 +230,9 @@ module Google
230
230
  # @return [Array<Google::Apis::RedisV1::DiscoveryEndpoint>]
231
231
  attr_accessor :discovery_endpoints
232
232
 
233
- # Required. Unique name of the resource in this scope including project and
234
- # location using the form: `projects/`project_id`/locations/`location_id`/
235
- # clusters/`cluster_id``
233
+ # Required. Identifier. Unique name of the resource in this scope including
234
+ # project and location using the form: `projects/`project_id`/locations/`
235
+ # location_id`/clusters/`cluster_id``
236
236
  # Corresponds to the JSON property `name`
237
237
  # @return [String]
238
238
  attr_accessor :name
@@ -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.55.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240531"
25
+ REVISION = "20240613"
26
26
  end
27
27
  end
28
28
  end
@@ -324,9 +324,9 @@ module Google
324
324
  # field. The returned operation is automatically deleted after a few hours, so
325
325
  # there is no need to call DeleteOperation.
326
326
  # @param [String] name
327
- # Required. Unique name of the resource in this scope including project and
328
- # location using the form: `projects/`project_id`/locations/`location_id`/
329
- # clusters/`cluster_id``
327
+ # Required. Identifier. Unique name of the resource in this scope including
328
+ # project and location using the form: `projects/`project_id`/locations/`
329
+ # location_id`/clusters/`cluster_id``
330
330
  # @param [Google::Apis::RedisV1::Cluster] cluster_object
331
331
  # @param [String] request_id
332
332
  # Idempotent request UUID.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-redis_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.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-06-09 00:00:00.000000000 Z
11
+ date: 2024-06-23 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-redis_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.56.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1
63
63
  post_install_message:
64
64
  rdoc_options: []