google-cloud-confidential_computing-v1 1.5.0 → 1.5.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: 78781d4e0181191d30a932f9a02c41a2a959ea127814f55e68cf6665a6a358f9
4
- data.tar.gz: fe6b3b0150c507fd5b29d5ddffbbf9d26e89de4b397b0e3e6fdb5e4fa102ce9a
3
+ metadata.gz: 61c57df410b70dc1e13816cf3de8881c1813f2a10dadd95ba8a5a2b21b6b570b
4
+ data.tar.gz: 233bc96399a745c156a3291d949cf1010ce9eef99d41dfc57ef374598417f2fa
5
5
  SHA512:
6
- metadata.gz: d700026e8627bb2f472e9e0d0ae9f78659e8ce7a178f810c739467c5c1ee9af26d8337aaabc8ea18b2e630d18f83e9ef3548f454222063d9b07fce5bdf131d5e
7
- data.tar.gz: 20ab25f291b104dc17846fcb8947623745c7418492977bb7847d2e7f39b5481b8ad44b0f2ee0f4600905329897cc0fa9b2c53ca40d3e3f75f6bb01c6e6c41fd6
6
+ metadata.gz: 20551597c10ad6c13feffb83307dac75d88b17f3a5749c9f37d4dd0bb604d9cf3dec6c9497eeaeae5b98ac3ce6e329aea83dd36d8fe368feeeb7273f48ad69a3
7
+ data.tar.gz: e1371fd70204e7a6ce32c3ec0bb9e5cddff0bc1428c49ee329a1c2b2173b1ba2416786825be5dd549270d9de63aba482132a6cab91c5c2266d8048064fb6b16e
@@ -514,8 +514,8 @@ module Google
514
514
 
515
515
  config_attr :endpoint, nil, ::String, nil
516
516
  config_attr :credentials, nil do |value|
517
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
518
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
517
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
518
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
519
519
  allowed.any? { |klass| klass === value }
520
520
  end
521
521
  config_attr :scope, nil, ::String, ::Array, nil
@@ -485,7 +485,7 @@ module Google
485
485
 
486
486
  config_attr :endpoint, nil, ::String, nil
487
487
  config_attr :credentials, nil do |value|
488
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
488
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
489
489
  allowed.any? { |klass| klass === value }
490
490
  end
491
491
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ConfidentialComputing
23
23
  module V1
24
- VERSION = "1.5.0"
24
+ VERSION = "1.5.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-confidential_computing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-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
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  - !ruby/object:Gem::Version
119
119
  version: '0'
120
120
  requirements: []
121
- rubygems_version: 3.6.5
121
+ rubygems_version: 3.6.8
122
122
  specification_version: 4
123
123
  summary: Attestation verifier for Confidential Space.
124
124
  test_files: []