google-cloud-security_center-v1p1beta1 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 82354b10d9ceeed9f73a4bf473c2865d1647a6c053dadc55da419f8789f514c7
|
4
|
+
data.tar.gz: 3f604d2fad2b459aa911f67fa26d59d818f283e5f1e9be1a719ea710b3e308b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58e1285d1616779dee19984f6374fdd329648ce4df6bde942edd84f4c5cd952f0eeed2425c62a1227daddd26bcf954aa289b2d8cef4b4a9feb648a556d54922a
|
7
|
+
data.tar.gz: bb5f2948165ac683dcc29ca69f322811a45762055a70c725750a6ad517467e4c657a82f0ac18aad599af71e6c1f328eebfda61b6df426ce5c56023c965a26fd1
|
@@ -2485,7 +2485,7 @@ module Google
|
|
2485
2485
|
def rpcs
|
2486
2486
|
@rpcs ||= begin
|
2487
2487
|
parent_rpcs = nil
|
2488
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
2488
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
2489
2489
|
Rpcs.new parent_rpcs
|
2490
2490
|
end
|
2491
2491
|
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-v1p1beta1
|
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 V1p1beta1 API
|