google-apis-redis_v1beta1 0.20.0 → 0.23.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: fd641b8f40113c032e5026d457232dbafe9f6873a695489a3bb77f0cc027ad58
4
- data.tar.gz: 32dcba09bfc79355d93c8c888ee121791ef113eb448fcab5797d7987cb5d6738
3
+ metadata.gz: df7cde1e44a8245f52ef4b2d85f776f222ca50e2851bd64601bf4bc590e960f3
4
+ data.tar.gz: 4146e8952169dadd63e957e9c5c4827083c8e1737497298a2d570048d2c9a74a
5
5
  SHA512:
6
- metadata.gz: 606a9d0a470a76f3fbb20189208f832e89be1662d460a305d0aa936f7f867399c470a636b916d1e46b889e294cd250afb65ff376af156126c17ef852d9125d23
7
- data.tar.gz: 98cc558dde0d3f527f654f8eb0da6894a35dfc2e8f9067cd5d375d5594569e8132df6ed1b0c438ab7b570335c1a884c6bd8d34c5259f05a3996e52c14633c8c4
6
+ metadata.gz: 4d8d85a50e0b8dee62854a9d3fc3c34c951732d2a14fb3da692a156ca465c986b38ad866ae5c248e9ee577471becd03642f7f4e1ab4cd0bce7ed1c97240acb6e
7
+ data.tar.gz: c316875aa1b0a05df25301292ac52b5d9d78ca2b0cf89037f4c1051a9e1723240ba4ffa4b9979e8b22c6f204496eae962142db1da52219878e68822d1f9c2b99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.23.0 (2022-04-03)
4
+
5
+ * Regenerated from discovery document revision 20220325
6
+
7
+ ### v0.22.0 (2022-03-07)
8
+
9
+ * Regenerated from discovery document revision 20220301
10
+
11
+ ### v0.21.0 (2022-02-12)
12
+
13
+ * Regenerated from discovery document revision 20220203
14
+
3
15
  ### v0.20.0 (2022-02-04)
4
16
 
5
17
  * Regenerated from discovery document revision 20220125
@@ -25,8 +25,7 @@ module Google
25
25
  # A generic empty message that you can re-use to avoid defining duplicated empty
26
26
  # messages in your APIs. A typical example is to use it as the request or the
27
27
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
28
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
29
- # `Empty` is empty JSON object ````.
28
+ # protobuf.Empty) returns (google.protobuf.Empty); `
30
29
  class Empty
31
30
  include Google::Apis::Core::Hashable
32
31
 
@@ -252,7 +251,7 @@ module Google
252
251
  end
253
252
  end
254
253
 
255
- # A Google Cloud Redis instance.
254
+ # A Memorystore for Redis instance.
256
255
  class Instance
257
256
  include Google::Apis::Core::Hashable
258
257
 
@@ -387,8 +386,8 @@ module Google
387
386
  # @return [Fixnum]
388
387
  attr_accessor :read_endpoint_port
389
388
 
390
- # Optional. Read replica mode. Can only be specified when trying to create the
391
- # instance.
389
+ # Optional. Read replicas mode for the instance. Defaults to
390
+ # READ_REPLICAS_DISABLED.
392
391
  # Corresponds to the JSON property `readReplicasMode`
393
392
  # @return [String]
394
393
  attr_accessor :read_replicas_mode
@@ -430,12 +429,11 @@ module Google
430
429
  # @return [String]
431
430
  attr_accessor :reserved_ip_range
432
431
 
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.
432
+ # Optional. Additional IP range for node placement. Required when enabling read
433
+ # replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR
434
+ # range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be
435
+ # the name of an allocated address range associated with the private service
436
+ # access connection, or "auto".
439
437
  # Corresponds to the JSON property `secondaryIpRange`
440
438
  # @return [String]
441
439
  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.20.0"
19
+ GEM_VERSION = "0.23.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 = "20220125"
25
+ REVISION = "20220325"
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.20.0
4
+ version: 0.23.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-07 00:00:00.000000000 Z
11
+ date: 2022-04-04 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.20.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.23.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: []