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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e007c8ad8d05a7368fd346100f013777655acc0b7e0d25af22171451d8aa8cd
|
4
|
+
data.tar.gz: 6559de23a2f750721d0ab7cdff2e95d987f98c1bc380ff6b298efc6ca6977d09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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,
|
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.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-
|
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
|