Class GetJobExecutionDetailsRequest (0.5.1)

GetJobExecutionDetailsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request to get job execution details.

Attributes

NameDescription
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.
page_size int
If specified, determines the maximum number of stages 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.

Inheritance

builtins.object > proto.message.Message > GetJobExecutionDetailsRequest