google-cloud-container_analysis-v1 1.3.0 → 1.3.1
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: 586bbc506387adfc6e43d2b1765dfffd1058b05e676be46c05b087c9bbdb6253
|
4
|
+
data.tar.gz: 03723e41131fbe821fc28b64dd08a312707324ac659be0d531ee85fb1bcbe22b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 373a31c972efa436d12bd7ac28f524371a66d955abcaa34947f96859272710af7344d406648573a8290b560c1b74578e216599ff2905fc8f35fe678ddccb3edc
|
7
|
+
data.tar.gz: 43cb859b39ee11042a5ce242df891489dc880073faf9d92ff74626ec16c13d81f5c5137c6c576e165fb66fd4628d0d3052cefbc778cdcca612a51d59f94c08bc
|
@@ -780,8 +780,8 @@ module Google
|
|
780
780
|
|
781
781
|
config_attr :endpoint, nil, ::String, nil
|
782
782
|
config_attr :credentials, nil do |value|
|
783
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
784
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
783
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
784
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
785
785
|
allowed.any? { |klass| klass === value }
|
786
786
|
end
|
787
787
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container_analysis-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
132
|
- !ruby/object:Gem::Version
|
133
133
|
version: '0'
|
134
134
|
requirements: []
|
135
|
-
rubygems_version: 3.6.
|
135
|
+
rubygems_version: 3.6.8
|
136
136
|
specification_version: 4
|
137
137
|
summary: This API is a prerequisite for leveraging Artifact Analysis scanning capabilities
|
138
138
|
in both Artifact Registry and with Advanced Vulnerability Insights (runtime scanning)
|