google-cloud-security_center-v1p1beta1 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: 2e007c8ad8d05a7368fd346100f013777655acc0b7e0d25af22171451d8aa8cd
4
- data.tar.gz: 6559de23a2f750721d0ab7cdff2e95d987f98c1bc380ff6b298efc6ca6977d09
3
+ metadata.gz: 82354b10d9ceeed9f73a4bf473c2865d1647a6c053dadc55da419f8789f514c7
4
+ data.tar.gz: 3f604d2fad2b459aa911f67fa26d59d818f283e5f1e9be1a719ea710b3e308b5
5
5
  SHA512:
6
- metadata.gz: b3ad90dcfe54939b6cefbae8528d036297982d43a5ceb4c04b1bad112a4ecd2a9e98d5ac7363b8f1fbbf14a48d5c61e2d3062e6d38fc67427c475568ecce622e
7
- data.tar.gz: 684c84034f96295de958473662208d1689d4294188b7b6788b1aa0f547d61787e2103c7cab8647cdb6c2f305f0f263d03239d70357176ad07c3f9d43cb4d3e95
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? :rpcs
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? :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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
23
  module V1p1beta1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  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.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
@@ -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.0.6
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