google-apis-redis_v1 0.17.0 → 0.18.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_v1/classes.rb +7 -4
- data/lib/google/apis/redis_v1/gem_version.rb +2 -2
- 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: 33e5ff1c9e52a524060e6dcb69a3b89e23dc7ade43f583c867264639718b2040
|
|
4
|
+
data.tar.gz: d97d1564deb398cbbfd4f1996a69de7f05dac8ee4bd3c2534ab10a1efb1ddd5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 035d262d030c38a90ef411a0dac366a1f64300aabfcd171488b351a8d2bbf6d249dd231b58d2689f702127e4f3712b5ce27a4e9e8219fabbdf150ccf6fb4c8b4
|
|
7
|
+
data.tar.gz: ce038f2c5a60a17808bea21b3eabaca97709733fe8105fd056f77550ea2028eedd483dd0a63425b9b4fca98866d0e0388e83a32500ed266190d70d2281a9ecd9
|
data/CHANGELOG.md
CHANGED
|
@@ -249,7 +249,7 @@ module Google
|
|
|
249
249
|
end
|
|
250
250
|
end
|
|
251
251
|
|
|
252
|
-
# A Google Cloud Redis instance.
|
|
252
|
+
# A Google Cloud Redis instance.
|
|
253
253
|
class Instance
|
|
254
254
|
include Google::Apis::Core::Hashable
|
|
255
255
|
|
|
@@ -384,7 +384,8 @@ module Google
|
|
|
384
384
|
# @return [Fixnum]
|
|
385
385
|
attr_accessor :read_endpoint_port
|
|
386
386
|
|
|
387
|
-
# Optional. Read replica mode.
|
|
387
|
+
# Optional. Read replica mode. Can only be specified when trying to create the
|
|
388
|
+
# instance.
|
|
388
389
|
# Corresponds to the JSON property `readReplicasMode`
|
|
389
390
|
# @return [String]
|
|
390
391
|
attr_accessor :read_replicas_mode
|
|
@@ -407,8 +408,10 @@ module Google
|
|
|
407
408
|
# @return [String]
|
|
408
409
|
attr_accessor :redis_version
|
|
409
410
|
|
|
410
|
-
# Optional. The number of replica nodes.
|
|
411
|
-
#
|
|
411
|
+
# Optional. The number of replica nodes. The valid range for the Standard Tier
|
|
412
|
+
# with read replicas enabled is [1-5] and defaults to 2. If read replicas are
|
|
413
|
+
# not enabled for a Standard Tier instance, the only valid value is 1 and the
|
|
414
|
+
# default is 1. The valid value for basic tier is 0 and the default is also 0.
|
|
412
415
|
# Corresponds to the JSON property `replicaCount`
|
|
413
416
|
# @return [Fixnum]
|
|
414
417
|
attr_accessor :replica_count
|
|
@@ -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.18.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211104"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.18.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: 2021-11-
|
|
11
|
+
date: 2021-11-15 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.18.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: []
|