google-apis-redis_v1 0.23.0 → 0.24.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 -8
- 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: a2fd4d2f0716c83b054ed4a18d97d505eba70f01623c214f855e9ee50069d456
|
|
4
|
+
data.tar.gz: 98b73899df5f9add20a85eb10cf7ccfd571275b22eaf11e2d314da6c012d1dc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: defb7c050379a4f7713f9399cfdfbb66a3507158ea5bf8a03e74e2540d11170b391e91a5b3e8ce97784fd9bf9ab1590a31713682879c2443e52bceaf8e783ac9
|
|
7
|
+
data.tar.gz: 3ed1db2694437de70a0fa6b5c92487955cd671e2378f119bfbb3ebeb7e9825a860ef0157d0b67191a87e3fddbdac7665ea37d1e9594bfd0cc12d841a38fec056
|
data/CHANGELOG.md
CHANGED
|
@@ -384,8 +384,8 @@ module Google
|
|
|
384
384
|
# @return [Fixnum]
|
|
385
385
|
attr_accessor :read_endpoint_port
|
|
386
386
|
|
|
387
|
-
# Optional. Read
|
|
388
|
-
#
|
|
387
|
+
# Optional. Read replicas mode for the instance. Defaults to
|
|
388
|
+
# READ_REPLICAS_DISABLED.
|
|
389
389
|
# Corresponds to the JSON property `readReplicasMode`
|
|
390
390
|
# @return [String]
|
|
391
391
|
attr_accessor :read_replicas_mode
|
|
@@ -427,12 +427,11 @@ module Google
|
|
|
427
427
|
# @return [String]
|
|
428
428
|
attr_accessor :reserved_ip_range
|
|
429
429
|
|
|
430
|
-
# Optional. Additional
|
|
431
|
-
#
|
|
432
|
-
#
|
|
433
|
-
#
|
|
434
|
-
#
|
|
435
|
-
# creation.
|
|
430
|
+
# Optional. Additional IP range for node placement. Required when enabling read
|
|
431
|
+
# replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR
|
|
432
|
+
# range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be
|
|
433
|
+
# the name of an allocated address range associated with the private service
|
|
434
|
+
# access connection, or "auto".
|
|
436
435
|
# Corresponds to the JSON property `secondaryIpRange`
|
|
437
436
|
# @return [String]
|
|
438
437
|
attr_accessor :secondary_ip_range
|
|
@@ -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.24.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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.24.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
|
|
@@ -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.24.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: []
|