Skip to content

Commit 4a1f534

Browse files
docs: [google-cloud-eventarc-publishing] Documentation improvements for the Publisher service (#13613)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 733511393 Source-Link: googleapis/googleapis@526dfad Source-Link: googleapis/googleapis-gen@0330c0d Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWV2ZW50YXJjLXB1Ymxpc2hpbmcvLk93bEJvdC55YW1sIiwiaCI6IjAzMzBjMGQyY2I3NGFlNDQ4N2RiYjBiNjkwNzcyYTIzYjQ2MWU1NjUifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 323a503 commit 4a1f534

File tree

5 files changed

+70
-40
lines changed

5 files changed

+70
-40
lines changed

packages/google-cloud-eventarc-publishing/google/cloud/eventarc_publishing_v1/services/publisher/async_client.py

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,22 @@ class PublisherAsyncClient:
7575
A subscriber is a GCP customer interested in receiving events.
7676
7777
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.
8282
8383
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.
8894
8995
Publisher allows an event provider to publish events to
9096
Eventarc.

packages/google-cloud-eventarc-publishing/google/cloud/eventarc_publishing_v1/services/publisher/client.py

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,22 @@ class PublisherClient(metaclass=PublisherClientMeta):
119119
A subscriber is a GCP customer interested in receiving events.
120120
121121
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.
126126
127127
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.
132138
133139
Publisher allows an event provider to publish events to
134140
Eventarc.

packages/google-cloud-eventarc-publishing/google/cloud/eventarc_publishing_v1/services/publisher/transports/grpc.py

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,22 @@ class PublisherGrpcTransport(PublisherTransport):
126126
A subscriber is a GCP customer interested in receiving events.
127127
128128
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.
133133
134134
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.
139145
140146
Publisher allows an event provider to publish events to
141147
Eventarc.

packages/google-cloud-eventarc-publishing/google/cloud/eventarc_publishing_v1/services/publisher/transports/grpc_asyncio.py

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,22 @@ class PublisherGrpcAsyncIOTransport(PublisherTransport):
131131
A subscriber is a GCP customer interested in receiving events.
132132
133133
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.
138138
139139
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.
144150
145151
Publisher allows an event provider to publish events to
146152
Eventarc.

packages/google-cloud-eventarc-publishing/google/cloud/eventarc_publishing_v1/services/publisher/transports/rest.py

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -270,16 +270,22 @@ class PublisherRestTransport(_BasePublisherRestTransport):
270270
A subscriber is a GCP customer interested in receiving events.
271271
272272
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.
277277
278278
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.
283289
284290
Publisher allows an event provider to publish events to
285291
Eventarc.

0 commit comments

Comments
 (0)