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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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.
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