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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61c57df410b70dc1e13816cf3de8881c1813f2a10dadd95ba8a5a2b21b6b570b
|
4
|
+
data.tar.gz: 233bc96399a745c156a3291d949cf1010ce9eef99d41dfc57ef374598417f2fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
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.
|
121
|
+
rubygems_version: 3.6.8
|
122
122
|
specification_version: 4
|
123
123
|
summary: Attestation verifier for Confidential Space.
|
124
124
|
test_files: []
|