Skip to content

Commit 526dfad

Browse files
Google APIscopybara-github
authored andcommitted
docs: Documentation improvements for the Publisher service
PiperOrigin-RevId: 733511393
1 parent 03183b7 commit 526dfad

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

google/cloud/eventarc/publishing/v1/eventarcpublishing_v1.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ documentation:
1313
overview: |-
1414
The Eventarc Publishing API allows services to define and raise events
1515
which are routed based on the filtering configured through an Eventarc
16-
trigger. The code that raises these events can run on Google Cloud compute
17-
platforms or in other cloud environments. Eventarc acts as an intermediary
18-
between producers and consumers of these events, asynchronously delivering
19-
events, and supporting the orchestration of these decoupled
20-
services.\n\n\n\n\n\n\n\n
16+
Standard trigger or Eventarc Advanced enrollment. The code that raises
17+
these events can run on Google Cloud compute platforms or in other cloud
18+
environments. Eventarc acts as an intermediary between producers and
19+
consumers of these events, asynchronously delivering events, and
20+
supporting the orchestration of these decoupled services.\n\n\n\n\n\n\n\n
2121
2222
authentication:
2323
rules:

google/cloud/eventarc/publishing/v1/publisher.proto

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,21 @@ option ruby_package = "Google::Cloud::Eventarc::Publishing::V1";
4444
// A subscriber is a GCP customer interested in receiving events.
4545
//
4646
// Channel is a first-class Eventarc resource that is created and managed
47-
// by the subscriber in their GCP project. A Channel represents a subscriber's
48-
// intent to receive events from an event provider. A Channel is associated with
49-
// exactly one event provider.
47+
// by the subscriber in their Google Cloud project. A Channel represents a
48+
// subscriber's intent to receive events from an event provider. A Channel is
49+
// associated with exactly one event provider.
5050
//
5151
// ChannelConnection is a first-class Eventarc resource that
52-
// is created and managed by the partner in their GCP project. A
52+
// is created and managed by the partner in their Google Cloud project. A
5353
// ChannelConnection represents a connection between a partner and a
5454
// subscriber's Channel. A ChannelConnection has a one-to-one mapping with a
5555
// Channel.
5656
//
57+
// Bus is a first-class Eventarc resource that is created and managed in a
58+
// Google Cloud project. A Bus provides a discoverable endpoint for events and
59+
// is a router that receives all events published by event providers and
60+
// delivers them to zero or more subscribers.
61+
//
5762
// Publisher allows an event provider to publish events to Eventarc.
5863
service Publisher {
5964
option (google.api.default_host) = "eventarcpublishing.googleapis.com";

0 commit comments

Comments
 (0)