GetTriggerResult

data class GetTriggerResult(val createTime: String, val destination: DestinationResponse, val etag: String, val labels: Map<String, String>, val matchingCriteria: List<MatchingCriteriaResponse>, val name: String, val serviceAccount: String, val transport: TransportResponse, val updateTime: String)

Constructors

Link copied to clipboard
fun GetTriggerResult(createTime: String, destination: DestinationResponse, etag: String, labels: Map<String, String>, matchingCriteria: List<MatchingCriteriaResponse>, name: String, serviceAccount: String, transport: TransportResponse, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time.

Link copied to clipboard

Destination specifies where the events should be sent to.

Link copied to clipboard

This checksum is computed by the server based on the value of other fields, and may be sent only on create requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard

Optional. User labels attached to the triggers that can be used to group resources.

Link copied to clipboard

Unordered list. The criteria by which events are filtered. Only events that match with this criteria will be sent to the destination.

Link copied to clipboard

The resource name of the trigger. Must be unique within the location on the project and must in projects/{project}/locations/{location}/triggers/{trigger} format.

Link copied to clipboard

Optional. The IAM service account email associated with the trigger. The service account represents the identity of the trigger. The principal who calls this API must have iam.serviceAccounts.actAs permission in the service account. See https://cloud.google.com/iam/docs/understanding-service-accounts?hl=en#sa_common for more information. For Cloud Run destinations, this service account is used to generate identity tokens when invoking the service. See https://cloud.google.com/run/docs/triggering/pubsub-push#create-service-account for information on how to invoke authenticated Cloud Run services. In order to create Audit Log triggers, the service account should also have 'eventarc.events.receiveAuditLogV1Written' permission.

Link copied to clipboard

In order to deliver messages, Eventarc may use other Google Cloud products as transport intermediary. This field contains a reference to that transport intermediary. This information can be used for debugging purposes.

Link copied to clipboard

The last-modified time.