google-apis-redis_v1beta1 0.21.0 → 0.22.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 -8
- 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: 3ddfb8af1c88099c3b6dd2d5b5308e36aea99f43f038e3853755ee72e7aba9cd
|
4
|
+
data.tar.gz: e6eeeeb0f73f6d09bdcec71fce47cddae24767fc8a60e302d56989a27c26a56a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48df08e59a41a9b36235c608e7056d8834d64ac96bdb34e2e22bc7c3c0aa1e623a9d0b4ab58ec249661bddef0c0c2bf9c5af8c8eaff7e29d089f326a96383307
|
7
|
+
data.tar.gz: ea57f81b6bb843044b58b13dadb721118774cfa311647d52b8210c44791165c7775fedfc7807de04ff1d282fcda1e77acb3a951adb570f5215be61b693c1d121
|
data/CHANGELOG.md
CHANGED
@@ -387,8 +387,8 @@ module Google
|
|
387
387
|
# @return [Fixnum]
|
388
388
|
attr_accessor :read_endpoint_port
|
389
389
|
|
390
|
-
# Optional. Read
|
391
|
-
#
|
390
|
+
# Optional. Read replicas mode for the instance. Defaults to
|
391
|
+
# READ_REPLICAS_DISABLED.
|
392
392
|
# Corresponds to the JSON property `readReplicasMode`
|
393
393
|
# @return [String]
|
394
394
|
attr_accessor :read_replicas_mode
|
@@ -430,12 +430,11 @@ module Google
|
|
430
430
|
# @return [String]
|
431
431
|
attr_accessor :reserved_ip_range
|
432
432
|
|
433
|
-
# Optional. Additional
|
434
|
-
#
|
435
|
-
#
|
436
|
-
#
|
437
|
-
#
|
438
|
-
# creation.
|
433
|
+
# Optional. Additional IP range for node placement. Required when enabling read
|
434
|
+
# replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR
|
435
|
+
# range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be
|
436
|
+
# the name of an allocated address range associated with the private service
|
437
|
+
# access connection, or "auto".
|
439
438
|
# Corresponds to the JSON property `secondaryIpRange`
|
440
439
|
# @return [String]
|
441
440
|
attr_accessor :secondary_ip_range
|
@@ -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.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220301"
|
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.22.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: 2022-
|
11
|
+
date: 2022-03-14 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.22.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: []
|