google-cloud-security_center-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: 30b58417f8cb51a9c0459e6ca7458df97b5af94ff2e3617e7a47e35fd929fd6b
|
|
4
|
+
data.tar.gz: ea81b3db04c0eb465e9dc598739d8c18866e07b0a4afdf004bbb96482e48f9db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b21690abc7ac249dfac5872dff4d998b291fc1f83045fbf6555fbfb94a5d5c1479f68faf86c5474149932c67cb4ecbf7dfcf21aabc3a3ef2b05277128bbbbd38
|
|
7
|
+
data.tar.gz: 14f98660cdda0536f4b0a74ae6acb9a93a732613e342c722889499ff5e6df1744499bf0ba4c169c963cd4a1bce4388a0401861f5a15ab0c8826db3de16f2c5b8
|
|
@@ -2478,7 +2478,7 @@ module Google
|
|
|
2478
2478
|
def rpcs
|
|
2479
2479
|
@rpcs ||= begin
|
|
2480
2480
|
parent_rpcs = nil
|
|
2481
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
2481
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
2482
2482
|
Rpcs.new parent_rpcs
|
|
2483
2483
|
end
|
|
2484
2484
|
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
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-security_center-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
|
|
@@ -242,7 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
242
242
|
- !ruby/object:Gem::Version
|
|
243
243
|
version: '0'
|
|
244
244
|
requirements: []
|
|
245
|
-
rubygems_version: 3.
|
|
245
|
+
rubygems_version: 3.1.3
|
|
246
246
|
signing_key:
|
|
247
247
|
specification_version: 4
|
|
248
248
|
summary: API Client library for the Cloud Security Command Center V1 API
|