google-cloud-redis-v1beta1 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/v1beta1/cloud_redis/client.rb +2 -2
- data/lib/google/cloud/redis/v1beta1/cloud_redis/operations.rb +1 -1
- data/lib/google/cloud/redis/v1beta1/cloud_redis_services_pb.rb +1 -1
- data/lib/google/cloud/redis/v1beta1/version.rb +1 -1
- data/proto_docs/google/cloud/redis/v1beta1/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: 5f32a8f6016cb71493359421b0c0142362dafec5004de8dcdc028d60557b5bd7
|
4
|
+
data.tar.gz: 526d8b2666abc1c375ec6b37360c629b791f981aa3dc4faee3b2b588c5f2d69b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c4b0a380cf5503a43ce1787e97238a26e76f12930a3bc573ee849c58b7c734c39b75cecd46c13ad19e4e8232ba1fc910ea3d19a17accb824f6521cc4eb5c6cf
|
7
|
+
data.tar.gz: a10b9be9302b78337f9d5f4fb59e4d6372db20cb3561825ece1d1b1eccb5dd2684bb71b1d04f8fcd5bda8a633d1dfb262b0b208740abb88946efaebe904dead6
|
@@ -348,7 +348,7 @@ module Google
|
|
348
348
|
# Creates a Redis instance based on the specified tier and memory size.
|
349
349
|
#
|
350
350
|
# By default, the instance is accessible from the project's
|
351
|
-
# [default network](/
|
351
|
+
# [default network](https://cloud.google.com/vpc/docs/vpc).
|
352
352
|
#
|
353
353
|
# The creation is executed asynchronously and callers may check the returned
|
354
354
|
# operation to track its progress. Once the operation is completed the Redis
|
@@ -998,7 +998,7 @@ module Google
|
|
998
998
|
def rpcs
|
999
999
|
@rpcs ||= begin
|
1000
1000
|
parent_rpcs = nil
|
1001
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
1001
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
1002
1002
|
Rpcs.new parent_rpcs
|
1003
1003
|
end
|
1004
1004
|
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-v1beta1
|
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-
|
11
|
+
date: 2020-06-06 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 V1beta1 API
|