Reference documentation and code samples for the Google Cloud Build V1 Client class ListBuildTriggersRequest.
Request to list existing BuildTriggers
.
Generated from protobuf message google.devtools.cloudbuild.v1.ListBuildTriggersRequest
Namespace
Google \ Cloud \ Build \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
The parent of the collection of Triggers
. Format: projects/{project}/locations/{location}
↳ project_id
string
Required. ID of the project for which to list BuildTriggers.
↳ page_size
int
Number of results to return in the list.
↳ page_token
string
Token to provide to skip to a particular spot in the list.
getParent
The parent of the collection of Triggers
.
Format: projects/{project}/locations/{location}
string
setParent
The parent of the collection of Triggers
.
Format: projects/{project}/locations/{location}
var
string
$this
getProjectId
Required. ID of the project for which to list BuildTriggers.
string
setProjectId
Required. ID of the project for which to list BuildTriggers.
var
string
$this
getPageSize
Number of results to return in the list.
int
setPageSize
Number of results to return in the list.
var
int
$this
getPageToken
Token to provide to skip to a particular spot in the list.
string
setPageToken
Token to provide to skip to a particular spot in the list.
var
string
$this