google-cloud-eventarc-publishing-v1 1.3.2 → 1.3.3
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: a62f9223c9bcba154f1f53dfe814f65ee11c283477b3430f87721bb5385daa39
|
4
|
+
data.tar.gz: 742c5015395327b0f5ef8488d5ffd0aff4b45e2099fbbcd32516212f7db0172b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 886c544845e456aebbc474eb2f8688021e69dfd7acc6450101a8cde5f63b643583aa40f1f2fb7f8ad0b00629e05a20ff3bbca245bfb918c5dfe5073c3cb0c01d
|
7
|
+
data.tar.gz: b9f60ed119709f08b98aa842e8367192e5d350eb86e5e0ccfca2cbe536969162f73561dc7aec0335240de367b09246d4114e9584be6c6b2d2f6467e7af59bb9c
|
@@ -613,8 +613,8 @@ module Google
|
|
613
613
|
|
614
614
|
config_attr :endpoint, nil, ::String, nil
|
615
615
|
config_attr :credentials, nil do |value|
|
616
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
617
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
616
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
617
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
618
618
|
allowed.any? { |klass| klass === value }
|
619
619
|
end
|
620
620
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -576,7 +576,7 @@ module Google
|
|
576
576
|
|
577
577
|
config_attr :endpoint, nil, ::String, nil
|
578
578
|
config_attr :credentials, nil do |value|
|
579
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
579
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
580
580
|
allowed.any? { |klass| klass === value }
|
581
581
|
end
|
582
582
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-eventarc-publishing-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.3
|
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
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '0'
|
103
103
|
requirements: []
|
104
|
-
rubygems_version: 3.6.
|
104
|
+
rubygems_version: 3.6.8
|
105
105
|
specification_version: 4
|
106
106
|
summary: Processes events generated by an event provider and delivers them to a subscriber.
|
107
107
|
test_files: []
|