ListExecutionsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for retrieving a list of Executions.
Attributes |
|
---|---|
Name | Description |
parent |
str
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 |
str
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. |