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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 616e9f829560dcce86862d660d60d7774e4706f5b253e10bf4b5f04a8f71b242
4
- data.tar.gz: 14372dbddad5a490e0b894333c8da93ea63ee17e40f2e76f7f27ae72c7252690
3
+ metadata.gz: 1570294f2f76d3e563d027484078ad50f1f90c6801038287a38fcebf1943ac82
4
+ data.tar.gz: 7d2ce3806f3f1c634e302f4b232a846dce48f718775064378f9e7f1c8d4f540c
5
5
  SHA512:
6
- metadata.gz: 1d0b953d813950061e0da0edbcf9d47f74754796167aa6dee118aa11ba1ec1645d8463a82941b64dbf5077ad4bd45b97ed6dd72826090657bd037b98f85ac1dc
7
- data.tar.gz: 48dd16854b377778ba8e2212e5faa41eea99b8c48b02f1cd46d441db48157d6457118ae2b791c383f338df0cdb47e67965aaf420580fd5a286ace46299efa2de
6
+ metadata.gz: 494d797b205872957f1e628101d0be689b531ed6dbf18e6ca495f03d1eaef957c1159d451740c9d89099eb62a9b9b0432fc385911f2cba0caaff63539a2bcfc7
7
+ data.tar.gz: 16312bf0a9c0946fc9236619fd7808fb168cf146e7ed4178e9161603abd15219ffc3ebcf64d3596474cc527d435b4668f14972a304138838be465e2e30f28c61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.16.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211104
6
+
3
7
  ### v0.15.0 (2021-10-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20211021
@@ -252,7 +252,7 @@ module Google
252
252
  end
253
253
  end
254
254
 
255
- # A Google Cloud Redis instance. next id = 38
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. Valid range for standard tier is [1-5]
414
- # and defaults to 2. Valid value for basic tier is 0 and defaults to 0.
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.15.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 = "20211021"
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.15.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-01 00:00:00.000000000 Z
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.15.0
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: []