google-apis-redis_v1beta1 0.21.0 → 0.24.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61ece3d2e017c2260116bd6325fe1a588755b1bdcc1485374a8eeef8eae0c81a
|
4
|
+
data.tar.gz: 935f83e924805123308933608889d0aa7655d68e46a13eb84dcb285f07962584
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5802ed9ca417e0374f4452df87164fec1858a72ebee6a6e6c27997773664efc59be8ce0664a64222ebed463ebeda6289a8fa5cad873265cd7e0e1427931f5350
|
7
|
+
data.tar.gz: 5f45392b25a82aaeb15c9f950da78b4c63ea59c1e8e4bc4417f3139755d7c5c23bf0310639c78cf81e137ea6c6ed07a9d0546fd0dd506297a2dc32a718bc99e3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-redis_v1beta1
|
2
2
|
|
3
|
+
### v0.24.0 (2022-04-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220331
|
6
|
+
|
7
|
+
### v0.23.0 (2022-04-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220325
|
10
|
+
|
11
|
+
### v0.22.0 (2022-03-07)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220301
|
14
|
+
|
3
15
|
### v0.21.0 (2022-02-12)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220203
|
@@ -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); `
|
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
|
|
@@ -387,8 +386,8 @@ module Google
|
|
387
386
|
# @return [Fixnum]
|
388
387
|
attr_accessor :read_endpoint_port
|
389
388
|
|
390
|
-
# Optional. Read
|
391
|
-
#
|
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
|
434
|
-
#
|
435
|
-
#
|
436
|
-
#
|
437
|
-
#
|
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.
|
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 = "
|
25
|
+
REVISION = "20220331"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -84,8 +84,8 @@ module Google
|
|
84
84
|
# The resource that owns the locations collection, if applicable.
|
85
85
|
# @param [String] filter
|
86
86
|
# A filter to narrow down results to a preferred subset. The filtering language
|
87
|
-
# accepts strings like "displayName=tokyo"
|
88
|
-
# AIP-160](https://google.aip.dev/160).
|
87
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
88
|
+
# in [AIP-160](https://google.aip.dev/160).
|
89
89
|
# @param [Fixnum] page_size
|
90
90
|
# The maximum number of results to return. If not set, the service selects a
|
91
91
|
# default.
|
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.
|
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
|
11
|
+
date: 2022-05-02 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.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.24.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: []
|