google-cloud-security-public_ca-v1 1.0.0 → 1.0.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: 05c9dda4b07d034e0efa5b85960ae4322c0b928fa1553cd2545aef32197b1af6
|
4
|
+
data.tar.gz: 5af720b8f78a3cf41185f7d1867809ce4929e5f185d66d63dbfad598e7cfb567
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6bbe7bb500979a72f143994df47c3f50530379520c72f13979bba656c8a2313b991a3921ac34e5493ad8af1bb7b3d8c8daf6ce5c51fff31e4564860cd7b9528
|
7
|
+
data.tar.gz: 7a8366e7b92fa5034c2d91ea7e8d92c65ff437baeda0368e1880f8776eb88e119b72fd1fe29f7377f14af6f22d41b44405adc18355342b861348cfae95a50c4f
|
@@ -390,8 +390,8 @@ module Google
|
|
390
390
|
|
391
391
|
config_attr :endpoint, nil, ::String, nil
|
392
392
|
config_attr :credentials, nil do |value|
|
393
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
394
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
393
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
394
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
395
395
|
allowed.any? { |klass| klass === value }
|
396
396
|
end
|
397
397
|
config_attr :scope, nil, ::String, ::Array, nil
|
data/lib/google/cloud/security/public_ca/v1/public_certificate_authority_service/rest/client.rb
CHANGED
@@ -367,7 +367,7 @@ module Google
|
|
367
367
|
|
368
368
|
config_attr :endpoint, nil, ::String, nil
|
369
369
|
config_attr :credentials, nil do |value|
|
370
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
370
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
371
371
|
allowed.any? { |klass| klass === value }
|
372
372
|
end
|
373
373
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-security-public_ca-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.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
|
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
|
-
rubygems_version: 3.6.
|
101
|
+
rubygems_version: 3.6.8
|
102
102
|
specification_version: 4
|
103
103
|
summary: The Public Certificate Authority API may be used to create and manage ACME
|
104
104
|
external account binding keys associated with Google Trust Services' publicly trusted
|