Class ListBuildTriggersRequest (3.9.1)

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

Request to list existing BuildTriggers.

Attributes

NameDescription
parent str
The parent of the collection of ``Triggers``. Format: ``projects/{project}/locations/{location}``
project_id str
Required. ID of the project for which to list BuildTriggers.
page_size int
Number of results to return in the list.
page_token str
Token to provide to skip to a particular spot in the list.

Inheritance

builtins.object > proto.message.Message > ListBuildTriggersRequest