google-cloud-security_center-v1p1beta1 0.2.0 → 0.2.1

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: d111bf44abc18bef93c4bcb97b900264b2f4d5c4be9fa0b3cb620c5da195247f
4
- data.tar.gz: 48e67dcbf6e6c640558e71a8173e0b7a73dbb395e6951da4ffecd2cf16cf4f82
3
+ metadata.gz: 2e007c8ad8d05a7368fd346100f013777655acc0b7e0d25af22171451d8aa8cd
4
+ data.tar.gz: 6559de23a2f750721d0ab7cdff2e95d987f98c1bc380ff6b298efc6ca6977d09
5
5
  SHA512:
6
- metadata.gz: 8477bf600797c523ee94eaf4d66ff086cb56890a3651d61a31f1a91505a323408fbdb19034dee4946646bd4285c4ba7436629675a2f7a93810fd58cade60edd3
7
- data.tar.gz: 99d36e0c53795324195837868e68bb0d318e7fc13a4bd0b520e0e9ef23f25e4af9a1533bfefe28e973b0879968bf91b103c22d25b1bd40c416e1fc80016d0174
6
+ metadata.gz: b3ad90dcfe54939b6cefbae8528d036297982d43a5ceb4c04b1bad112a4ecd2a9e98d5ac7363b8f1fbbf14a48d5c61e2d3062e6d38fc67427c475568ecce622e
7
+ data.tar.gz: 684c84034f96295de958473662208d1689d4294188b7b6788b1aa0f547d61787e2103c7cab8647cdb6c2f305f0f263d03239d70357176ad07c3f9d43cb4d3e95
@@ -85,6 +85,8 @@ module Google
85
85
  if credentials.is_a?(String) || credentials.is_a?(Hash)
86
86
  credentials = Credentials.new credentials, scope: @config.scope
87
87
  end
88
+ @quota_project_id = @config.quota_project
89
+ @quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
88
90
 
89
91
  @operations_stub = ::Gapic::ServiceStub.new(
90
92
  ::Google::Longrunning::Operations::Stub,
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecurityCenter
23
23
  module V1p1beta1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
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.0
4
+ version: 0.2.1
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-20 00:00:00.000000000 Z
11
+ date: 2020-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -182,7 +182,6 @@ files:
182
182
  - LICENSE.md
183
183
  - README.md
184
184
  - lib/google-cloud-security_center-v1p1beta1.rb
185
- - lib/google/cloud/common_resources_pb.rb
186
185
  - lib/google/cloud/security_center/v1p1beta1.rb
187
186
  - lib/google/cloud/security_center/v1p1beta1/security_center.rb
188
187
  - lib/google/cloud/security_center/v1p1beta1/security_center/client.rb
@@ -1,15 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: google/cloud/common_resources.proto
3
-
4
- require 'google/protobuf'
5
-
6
- require 'google/api/resource_pb'
7
- Google::Protobuf::DescriptorPool.generated_pool.build do
8
- add_file("google/cloud/common_resources.proto", :syntax => :proto3) do
9
- end
10
- end
11
-
12
- module Google
13
- module Cloud
14
- end
15
- end