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: f3de54014afc50641f92a17c29b867c47daa43c540c969852e4f1acb045ab081
4
- data.tar.gz: 997ccbb168129468355858697090bad2cc49fe8ad127b37f7c36b18fbefd054a
3
+ metadata.gz: 586bbc506387adfc6e43d2b1765dfffd1058b05e676be46c05b087c9bbdb6253
4
+ data.tar.gz: 03723e41131fbe821fc28b64dd08a312707324ac659be0d531ee85fb1bcbe22b
5
5
  SHA512:
6
- metadata.gz: c567bc5575ad1cdcce251c685d75af76abbab6b0bb0dd276b38ebe3d9d85fa7d5be6d47b6eef932126ee436cc52336448bb1bdbe3dc84fc68f0dad8b15ffce68
7
- data.tar.gz: 4551611886c5945843f151a47b3399755e7b8ec285084fdd87a38ab298268b1e74f4a336e6cd1782d2b154bcb02a7bd288ddf2f98a2e2ad6cf09eb39716e74f3
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ContainerAnalysis
23
23
  module V1
24
- VERSION = "1.3.0"
24
+ VERSION = "1.3.1"
25
25
  end
26
26
  end
27
27
  end
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.0
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: 2025-03-25 00:00:00.000000000 Z
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.5
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)