google-cloud-security_center-v1p1beta1 0.3.3 → 0.3.4
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: 56e42a6a956465233ca5f01e3ffe1ce4386a3e8a10c25be36ac828b60a2159ba
|
|
4
|
+
data.tar.gz: 5c1e315a7f8c88ac0d685a18508b26b1a1dfe446eea4223b9a0a2e2fea641d40
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8e03bb4eca1859abd0e31b96182f2b164f2fa265c943d84979865cf6a0041dda5aa140894c832a03b7602da2c3e44f9cc863c7d8f0883aae8c133ab76d93b2c
|
|
7
|
+
data.tar.gz: e2f6a1b4bd7258fed62b37d0e117235386facc42a252946dfa111c1a994d9805bd084254f41650a557e49b6ab235956c86b70efbf40ab935314c02ab90bd2e6d
|
|
@@ -2478,7 +2478,7 @@ module Google
|
|
|
2478
2478
|
|
|
2479
2479
|
config_attr :endpoint, "securitycenter.googleapis.com", ::String
|
|
2480
2480
|
config_attr :credentials, nil do |value|
|
|
2481
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
2481
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
2482
2482
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
2483
2483
|
allowed.any? { |klass| klass === value }
|
|
2484
2484
|
end
|
|
@@ -475,7 +475,7 @@ module Google
|
|
|
475
475
|
|
|
476
476
|
config_attr :endpoint, "securitycenter.googleapis.com", ::String
|
|
477
477
|
config_attr :credentials, nil do |value|
|
|
478
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
478
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
|
479
479
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
|
480
480
|
allowed.any? { |klass| klass === value }
|
|
481
481
|
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.3.
|
|
4
|
+
version: 0.3.4
|
|
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-08-
|
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|