You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-eventarc-publishing/google/cloud/eventarc_publishing_v1/services/publisher/async_client.py
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -75,16 +75,22 @@ class PublisherAsyncClient:
75
75
A subscriber is a GCP customer interested in receiving events.
76
76
77
77
Channel is a first-class Eventarc resource that is created and
78
-
managed by the subscriber in their GCP project. A Channel
79
-
represents a subscriber's intent to receive events from an event
80
-
provider. A Channel is associated with exactly one event
81
-
provider.
78
+
managed by the subscriber in their Google Cloud project. A
79
+
Channel represents a subscriber's intent to receive events from
80
+
an event provider. A Channel is associated with exactly one
81
+
event provider.
82
82
83
83
ChannelConnection is a first-class Eventarc resource that is
84
-
created and managed by the partner in their GCP project. A
85
-
ChannelConnection represents a connection between a partner and
86
-
a subscriber's Channel. A ChannelConnection has a one-to-one
87
-
mapping with a Channel.
84
+
created and managed by the partner in their Google Cloud
85
+
project. A ChannelConnection represents a connection between a
86
+
partner and a subscriber's Channel. A ChannelConnection has a
87
+
one-to-one mapping with a Channel.
88
+
89
+
Bus is a first-class Eventarc resource that is created and
90
+
managed in a Google Cloud project. A Bus provides a discoverable
91
+
endpoint for events and is a router that receives all events
92
+
published by event providers and delivers them to zero or more
93
+
subscribers.
88
94
89
95
Publisher allows an event provider to publish events to
Copy file name to clipboardExpand all lines: packages/google-cloud-eventarc-publishing/google/cloud/eventarc_publishing_v1/services/publisher/client.py
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -119,16 +119,22 @@ class PublisherClient(metaclass=PublisherClientMeta):
119
119
A subscriber is a GCP customer interested in receiving events.
120
120
121
121
Channel is a first-class Eventarc resource that is created and
122
-
managed by the subscriber in their GCP project. A Channel
123
-
represents a subscriber's intent to receive events from an event
124
-
provider. A Channel is associated with exactly one event
125
-
provider.
122
+
managed by the subscriber in their Google Cloud project. A
123
+
Channel represents a subscriber's intent to receive events from
124
+
an event provider. A Channel is associated with exactly one
125
+
event provider.
126
126
127
127
ChannelConnection is a first-class Eventarc resource that is
128
-
created and managed by the partner in their GCP project. A
129
-
ChannelConnection represents a connection between a partner and
130
-
a subscriber's Channel. A ChannelConnection has a one-to-one
131
-
mapping with a Channel.
128
+
created and managed by the partner in their Google Cloud
129
+
project. A ChannelConnection represents a connection between a
130
+
partner and a subscriber's Channel. A ChannelConnection has a
131
+
one-to-one mapping with a Channel.
132
+
133
+
Bus is a first-class Eventarc resource that is created and
134
+
managed in a Google Cloud project. A Bus provides a discoverable
135
+
endpoint for events and is a router that receives all events
136
+
published by event providers and delivers them to zero or more
137
+
subscribers.
132
138
133
139
Publisher allows an event provider to publish events to
Copy file name to clipboardExpand all lines: packages/google-cloud-eventarc-publishing/google/cloud/eventarc_publishing_v1/services/publisher/transports/grpc.py
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -126,16 +126,22 @@ class PublisherGrpcTransport(PublisherTransport):
126
126
A subscriber is a GCP customer interested in receiving events.
127
127
128
128
Channel is a first-class Eventarc resource that is created and
129
-
managed by the subscriber in their GCP project. A Channel
130
-
represents a subscriber's intent to receive events from an event
131
-
provider. A Channel is associated with exactly one event
132
-
provider.
129
+
managed by the subscriber in their Google Cloud project. A
130
+
Channel represents a subscriber's intent to receive events from
131
+
an event provider. A Channel is associated with exactly one
132
+
event provider.
133
133
134
134
ChannelConnection is a first-class Eventarc resource that is
135
-
created and managed by the partner in their GCP project. A
136
-
ChannelConnection represents a connection between a partner and
137
-
a subscriber's Channel. A ChannelConnection has a one-to-one
138
-
mapping with a Channel.
135
+
created and managed by the partner in their Google Cloud
136
+
project. A ChannelConnection represents a connection between a
137
+
partner and a subscriber's Channel. A ChannelConnection has a
138
+
one-to-one mapping with a Channel.
139
+
140
+
Bus is a first-class Eventarc resource that is created and
141
+
managed in a Google Cloud project. A Bus provides a discoverable
142
+
endpoint for events and is a router that receives all events
143
+
published by event providers and delivers them to zero or more
144
+
subscribers.
139
145
140
146
Publisher allows an event provider to publish events to
Copy file name to clipboardExpand all lines: packages/google-cloud-eventarc-publishing/google/cloud/eventarc_publishing_v1/services/publisher/transports/grpc_asyncio.py
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -131,16 +131,22 @@ class PublisherGrpcAsyncIOTransport(PublisherTransport):
131
131
A subscriber is a GCP customer interested in receiving events.
132
132
133
133
Channel is a first-class Eventarc resource that is created and
134
-
managed by the subscriber in their GCP project. A Channel
135
-
represents a subscriber's intent to receive events from an event
136
-
provider. A Channel is associated with exactly one event
137
-
provider.
134
+
managed by the subscriber in their Google Cloud project. A
135
+
Channel represents a subscriber's intent to receive events from
136
+
an event provider. A Channel is associated with exactly one
137
+
event provider.
138
138
139
139
ChannelConnection is a first-class Eventarc resource that is
140
-
created and managed by the partner in their GCP project. A
141
-
ChannelConnection represents a connection between a partner and
142
-
a subscriber's Channel. A ChannelConnection has a one-to-one
143
-
mapping with a Channel.
140
+
created and managed by the partner in their Google Cloud
141
+
project. A ChannelConnection represents a connection between a
142
+
partner and a subscriber's Channel. A ChannelConnection has a
143
+
one-to-one mapping with a Channel.
144
+
145
+
Bus is a first-class Eventarc resource that is created and
146
+
managed in a Google Cloud project. A Bus provides a discoverable
147
+
endpoint for events and is a router that receives all events
148
+
published by event providers and delivers them to zero or more
149
+
subscribers.
144
150
145
151
Publisher allows an event provider to publish events to
Copy file name to clipboardExpand all lines: packages/google-cloud-eventarc-publishing/google/cloud/eventarc_publishing_v1/services/publisher/transports/rest.py
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -270,16 +270,22 @@ class PublisherRestTransport(_BasePublisherRestTransport):
270
270
A subscriber is a GCP customer interested in receiving events.
271
271
272
272
Channel is a first-class Eventarc resource that is created and
273
-
managed by the subscriber in their GCP project. A Channel
274
-
represents a subscriber's intent to receive events from an event
275
-
provider. A Channel is associated with exactly one event
276
-
provider.
273
+
managed by the subscriber in their Google Cloud project. A
274
+
Channel represents a subscriber's intent to receive events from
275
+
an event provider. A Channel is associated with exactly one
276
+
event provider.
277
277
278
278
ChannelConnection is a first-class Eventarc resource that is
279
-
created and managed by the partner in their GCP project. A
280
-
ChannelConnection represents a connection between a partner and
281
-
a subscriber's Channel. A ChannelConnection has a one-to-one
282
-
mapping with a Channel.
279
+
created and managed by the partner in their Google Cloud
280
+
project. A ChannelConnection represents a connection between a
281
+
partner and a subscriber's Channel. A ChannelConnection has a
282
+
one-to-one mapping with a Channel.
283
+
284
+
Bus is a first-class Eventarc resource that is created and
285
+
managed in a Google Cloud project. A Bus provides a discoverable
286
+
endpoint for events and is a router that receives all events
287
+
published by event providers and delivers them to zero or more
288
+
subscribers.
283
289
284
290
Publisher allows an event provider to publish events to
0 commit comments