google-apis-redis_v1 0.55.0 → 0.57.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/redis_v1/classes.rb +4 -4
- data/lib/google/apis/redis_v1/gem_version.rb +2 -2
- data/lib/google/apis/redis_v1/service.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca9cab30ec72e89002bcb8a553069286e3b196d5132b51a624f4a7d2510ce6b4
|
4
|
+
data.tar.gz: '060368b0dc2459ae5adb39b201993f559b1646037d96d638cf2121d46edee50b'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ece1e2851e2745944a4ad8ff9ccd126c399f027a094a105d640e0e1c172d13603dc942e5369bb21a58248e1cb761650e5678178daf8ab118881271f48034ee8
|
7
|
+
data.tar.gz: cf4df4f765a105f2b5a45d6a44581831ff0f4b7f32ae3b1efd660a63530f5223bd4b487db2229af5d7bf4a29e658ccb9d3695fae515945df05b69ddb3751e546
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-redis_v1
|
2
2
|
|
3
|
+
### v0.57.0 (2024-07-25)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240711
|
6
|
+
|
7
|
+
### v0.56.0 (2024-06-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240613
|
10
|
+
|
3
11
|
### v0.55.0 (2024-06-09)
|
4
12
|
|
5
13
|
* 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
|
234
|
-
# location using the form: `projects/`project_id`/locations/`
|
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
|
@@ -480,7 +480,7 @@ module Google
|
|
480
480
|
# @return [String]
|
481
481
|
attr_accessor :feed_type
|
482
482
|
|
483
|
-
#
|
483
|
+
#
|
484
484
|
# Corresponds to the JSON property `observabilityMetricData`
|
485
485
|
# @return [Google::Apis::RedisV1::ObservabilityMetricData]
|
486
486
|
attr_accessor :observability_metric_data
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.57.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 = "
|
25
|
+
REVISION = "20240711"
|
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
|
328
|
-
# location using the form: `projects/`project_id`/locations/`
|
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.
|
4
|
+
version: 0.57.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-
|
11
|
+
date: 2024-07-25 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.57.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: []
|