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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 715db154a105b7d2a91d829b148cb5aafcbfb69d15411baf2b34053461ed037a
4
- data.tar.gz: 71d337fcb741e8c9e093ad248e45497781c7bfba94efb61810f001fbb2dcf21e
3
+ metadata.gz: 3ddfb8af1c88099c3b6dd2d5b5308e36aea99f43f038e3853755ee72e7aba9cd
4
+ data.tar.gz: e6eeeeb0f73f6d09bdcec71fce47cddae24767fc8a60e302d56989a27c26a56a
5
5
  SHA512:
6
- metadata.gz: 531e70f8c3fba94baa9b1c639784bbc9157a0b77da4291bac05f95b971d5bff66d25d788236a401bb8d8eddb0a55743a3b5de9f866bbd668aed0bdca8bf77500
7
- data.tar.gz: bce94fd6886081fb59e10506c1f6844f11f3657d9de16b379dab9e527c48aa1917d25384f20d702e4abf473162ba54e1029307145b2e02d4a96d58eaf21d1e3a
6
+ metadata.gz: 48df08e59a41a9b36235c608e7056d8834d64ac96bdb34e2e22bc7c3c0aa1e623a9d0b4ab58ec249661bddef0c0c2bf9c5af8c8eaff7e29d089f326a96383307
7
+ data.tar.gz: ea57f81b6bb843044b58b13dadb721118774cfa311647d52b8210c44791165c7775fedfc7807de04ff1d282fcda1e77acb3a951adb570f5215be61b693c1d121
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.22.0 (2022-03-07)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.21.0 (2022-02-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20220203
@@ -387,8 +387,8 @@ module Google
387
387
  # @return [Fixnum]
388
388
  attr_accessor :read_endpoint_port
389
389
 
390
- # Optional. Read replica mode. Can only be specified when trying to create the
391
- # instance.
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 ip ranges for node placement, beyond those specified in
434
- # reserved_ip_range. At most 1 secondary IP range is supported. The mask value
435
- # must not exceed /28. Not supported for BASIC tier. Updates can only add new
436
- # ranges, once added ranges cannot be changed or deleted. Values in this list
437
- # cannot overlap with the reserved_ip_range. Not supported during instance
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.21.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 = "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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.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-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
@@ -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.21.0
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: []