google-apis-redis_v1 0.17.0 → 0.18.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: c8f3bc03ff1b14f71dc7adb60b14954c23d9d538aa894e9c9bf9b6425d567b04
4
- data.tar.gz: d6791317d45c01a4d05cfb9c48150f3b7ef3cab0a4b5bf0605389225847727d3
3
+ metadata.gz: 33e5ff1c9e52a524060e6dcb69a3b89e23dc7ade43f583c867264639718b2040
4
+ data.tar.gz: d97d1564deb398cbbfd4f1996a69de7f05dac8ee4bd3c2534ab10a1efb1ddd5e
5
5
  SHA512:
6
- metadata.gz: eaf63fccdbef8e5624f2afe721d3fafc8066014a4f5d2ff13ae38481eac1c3b09f78e529e7c8bd5740f6897ac6604c5af448c8b7f1072c1e3ade0805add16ca8
7
- data.tar.gz: 2e6e05ddaf10b9cb720a73f982c4eca3229fbd4f49466db6a89ad1d52812151798f446ef0cc2bde3eb62fd59c202949a40da458629f2c7ce7c88992848766f9e
6
+ metadata.gz: 035d262d030c38a90ef411a0dac366a1f64300aabfcd171488b351a8d2bbf6d249dd231b58d2689f702127e4f3712b5ce27a4e9e8219fabbdf150ccf6fb4c8b4
7
+ data.tar.gz: ce038f2c5a60a17808bea21b3eabaca97709733fe8105fd056f77550ea2028eedd483dd0a63425b9b4fca98866d0e0388e83a32500ed266190d70d2281a9ecd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1
2
2
 
3
+ ### v0.18.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211104
6
+
3
7
  ### v0.17.0 (2021-10-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20211021
@@ -249,7 +249,7 @@ module Google
249
249
  end
250
250
  end
251
251
 
252
- # A Google Cloud Redis instance. next id = 38
252
+ # A Google Cloud Redis instance.
253
253
  class Instance
254
254
  include Google::Apis::Core::Hashable
255
255
 
@@ -384,7 +384,8 @@ module Google
384
384
  # @return [Fixnum]
385
385
  attr_accessor :read_endpoint_port
386
386
 
387
- # Optional. Read replica mode.
387
+ # Optional. Read replica mode. Can only be specified when trying to create the
388
+ # instance.
388
389
  # Corresponds to the JSON property `readReplicasMode`
389
390
  # @return [String]
390
391
  attr_accessor :read_replicas_mode
@@ -407,8 +408,10 @@ module Google
407
408
  # @return [String]
408
409
  attr_accessor :redis_version
409
410
 
410
- # Optional. The number of replica nodes. Valid range for standard tier is [1-5]
411
- # and defaults to 2. Valid value for basic tier is 0 and defaults to 0.
411
+ # Optional. The number of replica nodes. The valid range for the Standard Tier
412
+ # with read replicas enabled is [1-5] and defaults to 2. If read replicas are
413
+ # not enabled for a Standard Tier instance, the only valid value is 1 and the
414
+ # default is 1. The valid value for basic tier is 0 and the default is also 0.
412
415
  # Corresponds to the JSON property `replicaCount`
413
416
  # @return [Fixnum]
414
417
  attr_accessor :replica_count
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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
@@ -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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.18.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: []