Class DeleteTriggerRequest (0.2.3)

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

The request message for the DeleteTrigger method. .. attribute:: name

Required. The name of the trigger to be deleted.

:type: str

Attributes

NameDescription
etag str
If provided, the trigger will only be deleted if the etag matches the current etag on the resource.
allow_missing bool
If set to true, and the trigger is not found, the request will succeed but no action will be taken on the server.
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 > DeleteTriggerRequest