Reference documentation and code samples for the Google Cloud Run V2 Client class ListExecutionsRequest.
Request message for retrieving a list of Executions.
Generated from protobuf message google.cloud.run.v2.ListExecutionsRequest
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The Execution from which the Executions should be listed. To list all Executions across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}
, where {project}
can be project id or number.
↳ page_size
int
Maximum number of Executions to return in this call.
↳ page_token
string
A page token received from a previous call to ListExecutions. All other parameters must match.
↳ show_deleted
bool
If true, returns deleted (but unexpired) resources along with active ones.
getParent
Required. The Execution from which the Executions should be listed.
To list all Executions across Jobs, use "-" instead of Job name.
Format: projects/{project}/locations/{location}/jobs/{job}
, where {project}
can be project id or number.
string
setParent
Required. The Execution from which the Executions should be listed.
To list all Executions across Jobs, use "-" instead of Job name.
Format: projects/{project}/locations/{location}/jobs/{job}
, where {project}
can be project id or number.
var
string
$this
getPageSize
Maximum number of Executions to return in this call.
int
setPageSize
Maximum number of Executions to return in this call.
var
int
$this
getPageToken
A page token received from a previous call to ListExecutions.
All other parameters must match.
string
setPageToken
A page token received from a previous call to ListExecutions.
All other parameters must match.
var
string
$this
getShowDeleted
If true, returns deleted (but unexpired) resources along with active ones.
bool
setShowDeleted
If true, returns deleted (but unexpired) resources along with active ones.
var
bool
$this
static::build
parent
string
Required. The Execution from which the Executions should be listed.
To list all Executions across Jobs, use "-" instead of Job name.
Format: projects/{project}/locations/{location}/jobs/{job}
, where {project}
can be project id or number. Please see Google\Cloud\Run\V2\ExecutionsClient::jobName()
for help formatting this field.