package google.events.cloud.eventarc.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Channel

data.proto:30

A representation of the Channel resource. A Channel is a resource on which event providers publish their events. The published events are delivered through the transport associated with the channel. Note that a channel is associated with exactly one event provider.

Used in: ChannelEventData

enum Channel.State

data.proto:32

State lists all the possible states of a Channel

Used in: Channel

message ChannelConnection

data.proto:107

A representation of the ChannelConnection resource. A ChannelConnection is a resource which event providers create during the activation process to establish a connection between the provider and the subscriber channel.

Used in: ChannelConnectionEventData

message ChannelConnectionCreatedEvent

events.proto:95

The CloudEvent raised when a ChannelConnection is created.

message ChannelConnectionDeletedEvent

events.proto:104

The CloudEvent raised when a ChannelConnection is deleted.

message ChannelConnectionEventData

data.proto:339

The data within all ChannelConnection events.

Used in: ChannelConnectionCreatedEvent, ChannelConnectionDeletedEvent

message ChannelCreatedEvent

events.proto:68

The CloudEvent raised when a Channel is created.

message ChannelDeletedEvent

events.proto:86

The CloudEvent raised when a Channel is deleted.

message ChannelEventData

data.proto:333

The data within all Channel events.

Used in: ChannelCreatedEvent, ChannelDeletedEvent, ChannelUpdatedEvent

message ChannelUpdatedEvent

events.proto:77

The CloudEvent raised when a Channel is updated.

message CloudRun

data.proto:264

Represents a Cloud Run destination.

Used in: Destination

message Destination

data.proto:227

Represents a target of an invocation over HTTP.

Used in: Trigger

message EventFilter

data.proto:200

Filters events based on exact matches on the CloudEvents attributes.

Used in: Trigger

message GKE

data.proto:284

Represents a GKE destination.

Used in: Destination

message Pubsub

data.proto:310

Represents a Pub/Sub transport.

Used in: Transport

message StateCondition

data.proto:218

A condition that is part of the trigger state computation.

Used in: Trigger

message Transport

data.proto:255

Represents the transport intermediaries created for the trigger to deliver events.

Used in: Trigger

message Trigger

data.proto:129

A representation of the trigger resource.

Used in: TriggerEventData

message TriggerCreatedEvent

events.proto:41

The CloudEvent raised when a Trigger is created.

message TriggerDeletedEvent

events.proto:59

The CloudEvent raised when a Trigger is deleted.

message TriggerEventData

data.proto:327

The data within all Trigger events.

Used in: TriggerCreatedEvent, TriggerDeletedEvent, TriggerUpdatedEvent

message TriggerUpdatedEvent

events.proto:50

The CloudEvent raised when a Trigger is updated.