google-cloud-eventarc-publishing-v1 1.3.1 → 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 +4 -4
- data/lib/google/cloud/eventarc/publishing/v1/publisher/client.rb +3 -3
- data/lib/google/cloud/eventarc/publishing/v1/publisher/rest/client.rb +2 -2
- data/lib/google/cloud/eventarc/publishing/v1/publisher/rest.rb +1 -1
- data/lib/google/cloud/eventarc/publishing/v1/publisher.rb +1 -1
- data/lib/google/cloud/eventarc/publishing/v1/publisher_services_pb.rb +1 -1
- data/lib/google/cloud/eventarc/publishing/v1/version.rb +1 -1
- metadata +3 -3
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
|
@@ -38,7 +38,7 @@ module Google
|
|
38
38
|
#
|
39
39
|
# A partner is a third-party event provider that is integrated with Eventarc.
|
40
40
|
#
|
41
|
-
# A subscriber is a
|
41
|
+
# A subscriber is a Google Cloud customer interested in receiving events.
|
42
42
|
#
|
43
43
|
# Channel is a first-class Eventarc resource that is created and managed
|
44
44
|
# by the subscriber in their Google Cloud project. A Channel represents a
|
@@ -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
|
@@ -40,7 +40,7 @@ module Google
|
|
40
40
|
#
|
41
41
|
# A partner is a third-party event provider that is integrated with Eventarc.
|
42
42
|
#
|
43
|
-
# A subscriber is a
|
43
|
+
# A subscriber is a Google Cloud customer interested in receiving events.
|
44
44
|
#
|
45
45
|
# Channel is a first-class Eventarc resource that is created and managed
|
46
46
|
# by the subscriber in their Google Cloud project. A Channel represents a
|
@@ -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
|
@@ -41,7 +41,7 @@ module Google
|
|
41
41
|
#
|
42
42
|
# A partner is a third-party event provider that is integrated with Eventarc.
|
43
43
|
#
|
44
|
-
# A subscriber is a
|
44
|
+
# A subscriber is a Google Cloud customer interested in receiving events.
|
45
45
|
#
|
46
46
|
# Channel is a first-class Eventarc resource that is created and managed
|
47
47
|
# by the subscriber in their Google Cloud project. A Channel represents a
|
@@ -42,7 +42,7 @@ module Google
|
|
42
42
|
#
|
43
43
|
# A partner is a third-party event provider that is integrated with Eventarc.
|
44
44
|
#
|
45
|
-
# A subscriber is a
|
45
|
+
# A subscriber is a Google Cloud customer interested in receiving events.
|
46
46
|
#
|
47
47
|
# Channel is a first-class Eventarc resource that is created and managed
|
48
48
|
# by the subscriber in their Google Cloud project. A Channel represents a
|
@@ -35,7 +35,7 @@ module Google
|
|
35
35
|
#
|
36
36
|
# A partner is a third-party event provider that is integrated with Eventarc.
|
37
37
|
#
|
38
|
-
# A subscriber is a
|
38
|
+
# A subscriber is a Google Cloud customer interested in receiving events.
|
39
39
|
#
|
40
40
|
# Channel is a first-class Eventarc resource that is created and managed
|
41
41
|
# by the subscriber in their Google Cloud project. A Channel represents a
|
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: []
|