Class CreateTriggerRequest (0.2.3)

CreateTriggerRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for the CreateTrigger method. .. attribute:: parent

Required. The parent collection in which to add this trigger.

:type: str

Attributes

NameDescription
trigger google.cloud.eventarc_v1.types.Trigger
Required. The trigger to create.
trigger_id str
Required. The user-provided ID to be assigned to the trigger.
validate_only bool
Required. If set, validate the request and preview the review, but do not actually post it.

Inheritance

builtins.object > proto.message.Message > CreateTriggerRequest