google-cloud-redis-v1 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/redis/v1/cloud_redis/client.rb +2 -2
- data/lib/google/cloud/redis/v1/cloud_redis/operations.rb +1 -1
- data/lib/google/cloud/redis/v1/cloud_redis_services_pb.rb +1 -1
- data/lib/google/cloud/redis/v1/version.rb +1 -1
- data/proto_docs/google/cloud/redis/v1/cloud_redis.rb +1 -1
- 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: afc32c9b717c9f3a2386e7a391f6c129495a3351c7c2c06903ddf4f0105c53da
|
4
|
+
data.tar.gz: bf4c411d578b4d7a9feb9cf99df2035cfc3a834c4a327abb15756d86ab29132a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 666a14e25d2a1746bb72856c3b2e4d8753146d281259b3ae01ba098c4508a610c60f3c94f5eb1b0d3279daf0448794ccf28433ae7d84960797d8740143c31a08
|
7
|
+
data.tar.gz: 16d002bf57633949400c9bac276ab277e80680e5965b86fe6d463a5859b4ff11ad50d8b082baa65b1c8186a9fbaaa963f34ca0ddc796b6d1afee7a62aa95e173
|
@@ -346,7 +346,7 @@ module Google
|
|
346
346
|
# Creates a Redis instance based on the specified tier and memory size.
|
347
347
|
#
|
348
348
|
# By default, the instance is accessible from the project's
|
349
|
-
# [default network](/
|
349
|
+
# [default network](https://cloud.google.com/vpc/docs/vpc).
|
350
350
|
#
|
351
351
|
# The creation is executed asynchronously and callers may check the returned
|
352
352
|
# operation to track its progress. Once the operation is completed the Redis
|
@@ -924,7 +924,7 @@ module Google
|
|
924
924
|
def rpcs
|
925
925
|
@rpcs ||= begin
|
926
926
|
parent_rpcs = nil
|
927
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
927
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
928
928
|
Rpcs.new parent_rpcs
|
929
929
|
end
|
930
930
|
end
|
@@ -503,7 +503,7 @@ module Google
|
|
503
503
|
def rpcs
|
504
504
|
@rpcs ||= begin
|
505
505
|
parent_rpcs = nil
|
506
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
506
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
507
507
|
Rpcs.new parent_rpcs
|
508
508
|
end
|
509
509
|
end
|
@@ -62,7 +62,7 @@ module Google
|
|
62
62
|
# Creates a Redis instance based on the specified tier and memory size.
|
63
63
|
#
|
64
64
|
# By default, the instance is accessible from the project's
|
65
|
-
# [default network](/
|
65
|
+
# [default network](https://cloud.google.com/vpc/docs/vpc).
|
66
66
|
#
|
67
67
|
# The creation is executed asynchronously and callers may check the returned
|
68
68
|
# operation to track its progress. Once the operation is completed the Redis
|
@@ -121,7 +121,7 @@ module Google
|
|
121
121
|
# @!attribute [rw] authorized_network
|
122
122
|
# @return [::String]
|
123
123
|
# Optional. The full name of the Google Compute Engine
|
124
|
-
# [network](/
|
124
|
+
# [network](https://cloud.google.com/vpc/docs/vpc) to which the
|
125
125
|
# instance is connected. If left unspecified, the `default` network
|
126
126
|
# will be used.
|
127
127
|
# @!attribute [r] persistence_iam_identity
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-redis-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-05
|
11
|
+
date: 2020-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
- !ruby/object:Gem::Version
|
200
200
|
version: '0'
|
201
201
|
requirements: []
|
202
|
-
rubygems_version: 3.
|
202
|
+
rubygems_version: 3.1.3
|
203
203
|
signing_key:
|
204
204
|
specification_version: 4
|
205
205
|
summary: API Client library for the Google Cloud Memorystore for Redis V1 API
|