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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd9b66f0cb0b8f423cc17cb0aa57954fc039fb782e3efd81ece46a6394de51fb
4
- data.tar.gz: 6c56667fb4e756692c0f3dc1193fe48975fd32a231fbdef74c30dc3f75fba984
3
+ metadata.gz: afc32c9b717c9f3a2386e7a391f6c129495a3351c7c2c06903ddf4f0105c53da
4
+ data.tar.gz: bf4c411d578b4d7a9feb9cf99df2035cfc3a834c4a327abb15756d86ab29132a
5
5
  SHA512:
6
- metadata.gz: f081bb0f063dd56162ddad4e56668a393a40278367ccc87a2237abfe28a5ff6903a7d055c3de07e9cfbe50604edb1fcc94d3ed97f75d8cdae0f7ca0a8173ddff
7
- data.tar.gz: 741d2c131d50148b081f452cdd8a5cb48d241be910c44ec992c515509e023671a4222e8a66b21d08f7bda3e2f489bc35930fb6d1ac59c3a0bdd763f05ddcb625
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](/compute/docs/networks-and-firewalls#networks).
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? :rpcs
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? :rpcs
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](/compute/docs/networks-and-firewalls#networks).
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Redis
23
23
  module V1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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](/compute/docs/networks-and-firewalls#networks) to which the
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.1
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-26 00:00:00.000000000 Z
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.0.6
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