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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7de57c015bb57e338c5250aefce31a0c66ac85f18e210102b4dedb3f800aeefc
4
- data.tar.gz: 792c5b298f9fb398715f3d46a3cd3bf87899392f12084d58fa451c73fc98e782
3
+ metadata.gz: 5f32a8f6016cb71493359421b0c0142362dafec5004de8dcdc028d60557b5bd7
4
+ data.tar.gz: 526d8b2666abc1c375ec6b37360c629b791f981aa3dc4faee3b2b588c5f2d69b
5
5
  SHA512:
6
- metadata.gz: b8db96b8162e4ede4581cefc55d171ee4558b38860090d0e49dce2c1988cc79eecb3345039d2860f1129df5fc08d70f0abbaa0e479506f930555e1bcba244b2c
7
- data.tar.gz: d9ed8c9ac4fa65ec276b4b6942731759b8bc254f92e93ddce7f173a8118421c07b9fac593d837d4f6f55011bcd2d81b30a5e0bcec0512bd7bb2281a78a979d3a
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](/compute/docs/networks-and-firewalls#networks).
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? :rpcs
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? :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 V1beta1
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-v1beta1
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-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.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 V1beta1 API