Reference documentation and code samples for the Google Cloud Build V1 Client class ListBuildsRequest.
Request to list builds.
Generated from protobuf message google.devtools.cloudbuild.v1.ListBuildsRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
The parent of the collection of Builds
. Format: projects/{project}/locations/{location}
↳ project_id
string
Required. ID of the project.
↳ page_size
int
Number of results to return in the list.
↳ page_token
string
The page token for the next page of Builds. If unspecified, the first page of results is returned. If the token is rejected for any reason, INVALID_ARGUMENT will be thrown. In this case, the token should be discarded, and pagination should be restarted from the first page of results. See https://google.aip.dev/158 for more.
↳ filter
string
The raw filter text to constrain the results.
getParent
The parent of the collection of Builds
.
Format: projects/{project}/locations/{location}
string
setParent
The parent of the collection of Builds
.
Format: projects/{project}/locations/{location}
var
string
$this
getProjectId
Required. ID of the project.
string
setProjectId
Required. ID of the project.
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
The page token for the next page of Builds.
If unspecified, the first page of results is returned. If the token is rejected for any reason, INVALID_ARGUMENT will be thrown. In this case, the token should be discarded, and pagination should be restarted from the first page of results. See https://google.aip.dev/158 for more.
string
setPageToken
The page token for the next page of Builds.
If unspecified, the first page of results is returned. If the token is rejected for any reason, INVALID_ARGUMENT will be thrown. In this case, the token should be discarded, and pagination should be restarted from the first page of results. See https://google.aip.dev/158 for more.
var
string
$this
getFilter
The raw filter text to constrain the results.
string
setFilter
The raw filter text to constrain the results.
var
string
$this