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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c20d5206cdc5a504081e1f882eaab81c2286aacc05ccedf164ada98787f6fb49
4
- data.tar.gz: 5a0e50eda7486c5270363665479b38de7121b452776b38de32fa586c8720c3ce
3
+ metadata.gz: a2fd4d2f0716c83b054ed4a18d97d505eba70f01623c214f855e9ee50069d456
4
+ data.tar.gz: 98b73899df5f9add20a85eb10cf7ccfd571275b22eaf11e2d314da6c012d1dc0
5
5
  SHA512:
6
- metadata.gz: e4d340082ff89f89964f27d19036992e8dbf8a308025fc6a043d3ca5fabea445f85a77aeecfd981c5c80e1f3bb2d292f2cc9e5dc2aebd01b3fd9586bf05c56bf
7
- data.tar.gz: 339d60b72a3760da681c935224e0222d7cd38dee0172dd995e01e3967a12984c0b61f87cfbbc380a73af1f344d6a8bb06d6bd692ff50a67ee2f614fd60fa5632
6
+ metadata.gz: defb7c050379a4f7713f9399cfdfbb66a3507158ea5bf8a03e74e2540d11170b391e91a5b3e8ce97784fd9bf9ab1590a31713682879c2443e52bceaf8e783ac9
7
+ data.tar.gz: 3ed1db2694437de70a0fa6b5c92487955cd671e2378f119bfbb3ebeb7e9825a860ef0157d0b67191a87e3fddbdac7665ea37d1e9594bfd0cc12d841a38fec056
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1
2
2
 
3
+ ### v0.24.0 (2022-03-07)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.23.0 (2022-02-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220203
@@ -384,8 +384,8 @@ module Google
384
384
  # @return [Fixnum]
385
385
  attr_accessor :read_endpoint_port
386
386
 
387
- # Optional. Read replica mode. Can only be specified when trying to create the
388
- # instance.
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 ip ranges for node placement, beyond those specified in
431
- # reserved_ip_range. At most 1 secondary IP range is supported. The mask value
432
- # must not exceed /28. Not supported for BASIC tier. Updates can only add new
433
- # ranges, once added ranges cannot be changed or deleted. Values in this list
434
- # cannot overlap with the reserved_ip_range. Not supported during instance
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.23.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 = "20220203"
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.23.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-02-14 00:00:00.000000000 Z
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.23.0
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: []