google-apis-redis_v1 0.22.0 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/lib/google/apis/redis_v1/classes.rb +9 -11
- data/lib/google/apis/redis_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2d45677e3b1ba8c25ae1d95246d4f5c56f95b11b432a4acc72bd6d15191c031
|
4
|
+
data.tar.gz: 0c4ec31f551b5068ef502ac57f52e37b725d613ab01f2accf2619b1df04aa56b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cf9dd24c33a718d18f1023dc973eaeb733ff3564e4218c5e6fa28d5272a0c9f3ec0dd79fb99ea712f20ee8a31f54f138601cc96572a652aac728d1f15f91799
|
7
|
+
data.tar.gz: 42600c4cae2cfc74e1608c38620342c584e70b5e851400a161b4c3413c7a93e232e294dc6b4bd297a6334a1c84eb7b26bf26e91901988fb6ad5647e366e543ef
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-redis_v1
|
2
2
|
|
3
|
+
### v0.25.0 (2022-04-03)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220325
|
6
|
+
|
7
|
+
### v0.24.0 (2022-03-07)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220301
|
10
|
+
|
11
|
+
### v0.23.0 (2022-02-12)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220203
|
14
|
+
|
3
15
|
### v0.22.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); `
|
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
|
|
@@ -249,7 +248,7 @@ module Google
|
|
249
248
|
end
|
250
249
|
end
|
251
250
|
|
252
|
-
# A
|
251
|
+
# A Memorystore for Redis instance.
|
253
252
|
class Instance
|
254
253
|
include Google::Apis::Core::Hashable
|
255
254
|
|
@@ -384,8 +383,8 @@ module Google
|
|
384
383
|
# @return [Fixnum]
|
385
384
|
attr_accessor :read_endpoint_port
|
386
385
|
|
387
|
-
# Optional. Read
|
388
|
-
#
|
386
|
+
# Optional. Read replicas mode for the instance. Defaults to
|
387
|
+
# READ_REPLICAS_DISABLED.
|
389
388
|
# Corresponds to the JSON property `readReplicasMode`
|
390
389
|
# @return [String]
|
391
390
|
attr_accessor :read_replicas_mode
|
@@ -427,12 +426,11 @@ module Google
|
|
427
426
|
# @return [String]
|
428
427
|
attr_accessor :reserved_ip_range
|
429
428
|
|
430
|
-
# Optional. Additional
|
431
|
-
#
|
432
|
-
#
|
433
|
-
#
|
434
|
-
#
|
435
|
-
# creation.
|
429
|
+
# Optional. Additional IP range for node placement. Required when enabling read
|
430
|
+
# replicas on an existing instance. For DIRECT_PEERING mode value must be a CIDR
|
431
|
+
# range of size /28, or "auto". For PRIVATE_SERVICE_ACCESS mode value must be
|
432
|
+
# the name of an allocated address range associated with the private service
|
433
|
+
# access connection, or "auto".
|
436
434
|
# Corresponds to the JSON property `secondaryIpRange`
|
437
435
|
# @return [String]
|
438
436
|
attr_accessor :secondary_ip_range
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.25.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 = "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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.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-
|
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
|
@@ -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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.25.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: []
|