google-apis-redis_v1beta1 0.15.0 → 0.16.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 +4 -0
- data/lib/google/apis/redis_v1beta1/classes.rb +7 -4
- data/lib/google/apis/redis_v1beta1/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: 1570294f2f76d3e563d027484078ad50f1f90c6801038287a38fcebf1943ac82
|
4
|
+
data.tar.gz: 7d2ce3806f3f1c634e302f4b232a846dce48f718775064378f9e7f1c8d4f540c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 494d797b205872957f1e628101d0be689b531ed6dbf18e6ca495f03d1eaef957c1159d451740c9d89099eb62a9b9b0432fc385911f2cba0caaff63539a2bcfc7
|
7
|
+
data.tar.gz: 16312bf0a9c0946fc9236619fd7808fb168cf146e7ed4178e9161603abd15219ffc3ebcf64d3596474cc527d435b4668f14972a304138838be465e2e30f28c61
|
data/CHANGELOG.md
CHANGED
@@ -252,7 +252,7 @@ module Google
|
|
252
252
|
end
|
253
253
|
end
|
254
254
|
|
255
|
-
# A Google Cloud Redis instance.
|
255
|
+
# A Google Cloud Redis instance.
|
256
256
|
class Instance
|
257
257
|
include Google::Apis::Core::Hashable
|
258
258
|
|
@@ -387,7 +387,8 @@ module Google
|
|
387
387
|
# @return [Fixnum]
|
388
388
|
attr_accessor :read_endpoint_port
|
389
389
|
|
390
|
-
# Optional. Read replica mode.
|
390
|
+
# Optional. Read replica mode. Can only be specified when trying to create the
|
391
|
+
# instance.
|
391
392
|
# Corresponds to the JSON property `readReplicasMode`
|
392
393
|
# @return [String]
|
393
394
|
attr_accessor :read_replicas_mode
|
@@ -410,8 +411,10 @@ module Google
|
|
410
411
|
# @return [String]
|
411
412
|
attr_accessor :redis_version
|
412
413
|
|
413
|
-
# Optional. The number of replica nodes.
|
414
|
-
#
|
414
|
+
# Optional. The number of replica nodes. The valid range for the Standard Tier
|
415
|
+
# with read replicas enabled is [1-5] and defaults to 2. If read replicas are
|
416
|
+
# not enabled for a Standard Tier instance, the only valid value is 1 and the
|
417
|
+
# default is 1. The valid value for basic tier is 0 and the default is also 0.
|
415
418
|
# Corresponds to the JSON property `replicaCount`
|
416
419
|
# @return [Fixnum]
|
417
420
|
attr_accessor :replica_count
|
@@ -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.16.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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.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
|
@@ -59,7 +59,7 @@ licenses:
|
|
59
59
|
metadata:
|
60
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
61
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.16.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|