Skip to main content

triggers

Overview

Nametriggers
TypeResource
Idgoogle.eventarc.triggers

Fields

NameDatatypeDescription
namestringRequired. The resource name of the trigger. Must be unique within the location of the project and must be in projects/{project}/locations/{location}/triggers/{trigger} format.
createTimestringOutput only. The creation time.
uidstringOutput only. Server-assigned unique identifier for the trigger. The value is a UUID4 string and guaranteed to remain unchanged until the resource is deleted.
labelsobjectOptional. User labels attached to the triggers that can be used to group resources.
serviceAccountstringOptional. The IAM service account email associated with the trigger. The service account represents the identity of the trigger. The iam.serviceAccounts.actAs permission must be granted on the service account to allow a principal to impersonate the service account. For more information, see the Roles and permissions page specific to the trigger destination.
transportobjectRepresents the transport intermediaries created for the trigger to deliver events.
eventFiltersarrayRequired. Unordered list. The list of filters that applies to event attributes. Only events that match all the provided filters are sent to the destination.
conditionsobjectOutput only. The reason(s) why a trigger is in FAILED state.
destinationobjectRepresents a target of an invocation over HTTP.
channelstringOptional. The name of the channel associated with the trigger in projects/{project}/locations/{location}/channels/{channel} format. You must provide a channel to receive events from Eventarc SaaS partners.
eventDataContentTypestringOptional. EventDataContentType specifies the type of payload in MIME format that is expected from the CloudEvent data field. This is set to application/json if the value is not defined.
updateTimestringOutput only. The last-modified time.
etagstringOutput only. This checksum is computed by the server based on the value of other fields, and might be sent only on create requests to ensure that the client has an up-to-date value before proceeding.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, projectsId, triggersIdGet a single trigger.
listSELECTlocationsId, projectsIdList triggers.
createINSERTlocationsId, projectsIdCreate a new trigger in a particular project and location.
deleteDELETElocationsId, projectsId, triggersIdDelete a single trigger.
_listEXEClocationsId, projectsIdList triggers.
patchEXEClocationsId, projectsId, triggersIdUpdate a single trigger.