File tree Expand file tree Collapse file tree
google/cloud/eventarc/publishing/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2222authentication :
2323 rules :
Original file line number Diff line number Diff 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.
5863service Publisher {
5964 option (google.api.default_host ) = "eventarcpublishing.googleapis.com" ;
You can’t perform that action at this time.
0 commit comments