google-cloud-access_approval-v1 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2e9de46447cfd503fd2b1529800835b8d32d4d6df7dc81527cfe27380160bb9
|
|
4
|
+
data.tar.gz: 1c77b7a5d6c0766069cce483288e5b795c110fc786d3d178241fa63b2679b026
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6d336a91191bb0a1c373732f967352cdba3a32a154fc61ee454a1cead28009811e8cc47d95c4102111f580ad7656c6a7cb6ef232b50b53d9d246d671e0e3389
|
|
7
|
+
data.tar.gz: d7c3c5ccef2c824fce1b93c60940bcfd974ba55879c8f8c99c93a0f7356df5c4e737b08cb2659ca1c3a8eea7734210fd7ba13172dd346bc68f7b490de7f0cf51
|
|
@@ -798,7 +798,7 @@ module Google
|
|
|
798
798
|
def rpcs
|
|
799
799
|
@rpcs ||= begin
|
|
800
800
|
parent_rpcs = nil
|
|
801
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
801
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
802
802
|
Rpcs.new parent_rpcs
|
|
803
803
|
end
|
|
804
804
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-access_approval-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-
|
|
11
|
+
date: 2020-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
194
194
|
- !ruby/object:Gem::Version
|
|
195
195
|
version: '0'
|
|
196
196
|
requirements: []
|
|
197
|
-
rubygems_version: 3.
|
|
197
|
+
rubygems_version: 3.1.3
|
|
198
198
|
signing_key:
|
|
199
199
|
specification_version: 4
|
|
200
200
|
summary: API Client library for the Access Approval API V1 API
|