google-apis-redis_v1beta1 0.85.0 → 0.86.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/redis_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/redis_v1beta1/service.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99c214a5198cdc5ffe6305876fbfe82a88b3188a33439a682a21f62f22d5b9e7
|
|
4
|
+
data.tar.gz: 41118794af49907d78d226f0a8c86b51ec7862134b0f56eac229fe1bd5de93e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e894b38cb9a25b76db50eaf4da27e12629a7628a060845e5d92e846392011b4f3db976fb7186ad613a96aec94fb96d8bd04f97d34df92b393c437040be82275d
|
|
7
|
+
data.tar.gz: f15bf82bb84208e9089e63ae21fa13786f779e677ba52417e420f29682cd42381a7ac66e31025b63d18b72e9b02525489370338ff12d4c9fe965b3805f40e75f
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.86.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 = "
|
|
25
|
+
REVISION = "20260812"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -223,7 +223,7 @@ module Google
|
|
|
223
223
|
# @param [String] name
|
|
224
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
|
-
# refers to a
|
|
226
|
+
# refers to a Google Cloud region.
|
|
227
227
|
# @param [String] etag
|
|
228
228
|
# Optional. Etag of the ACL policy. If this is different from the server's etag,
|
|
229
229
|
# the request will fail with an ABORTED error.
|
|
@@ -262,7 +262,7 @@ module Google
|
|
|
262
262
|
# @param [String] name
|
|
263
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
|
-
# refers to a
|
|
265
|
+
# refers to a Google Cloud region.
|
|
266
266
|
# @param [String] fields
|
|
267
267
|
# Selector specifying which fields to include in a partial response.
|
|
268
268
|
# @param [String] quota_user
|
|
@@ -389,7 +389,7 @@ module Google
|
|
|
389
389
|
# @param [String] name
|
|
390
390
|
# Required. Redis ACL policy revision resource name using the form: `projects/`
|
|
391
391
|
# project_id`/locations/`location_id`/aclPolicies/`acl_policy_id`/revisions/`
|
|
392
|
-
# revision_id`` where `location_id` refers to a
|
|
392
|
+
# revision_id`` where `location_id` refers to a Google Cloud region.
|
|
393
393
|
# @param [String] fields
|
|
394
394
|
# Selector specifying which fields to include in a partial response.
|
|
395
395
|
# @param [String] quota_user
|
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.
|
|
4
|
+
version: 0.86.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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.86.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:
|