GetStageExecutionDetailsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request to get information about a particular execution stage of a job. Currently only tracked for Batch jobs.
Attributes | |
---|---|
Name | Description |
project_id |
str
A project id. |
job_id |
str
The job to get execution details for. |
location |
str
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id. |
stage_id |
str
The stage for which to fetch information. |
page_size |
int
If specified, determines the maximum number of work items to return. If unspecified, the service may choose an appropriate default, or may return an arbitrarily large number of results. |
page_token |
str
If supplied, this should be the value of next_page_token returned by an earlier call. This will cause the next page of results to be returned. |
start_time |
google.protobuf.timestamp_pb2.Timestamp
Lower time bound of work items to include, by start time. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Upper time bound of work items to include, by start time. |