Class ListJobMessagesRequest (0.5.2)

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

Request to list job messages. Up to max_results messages will be returned in the time range specified starting with the oldest messages first. If no time range is specified the results with start with the oldest message.

Attributes

NameDescription
project_id str
A project id.
job_id str
The job to get messages about.
minimum_importance google.cloud.dataflow_v1beta3.types.JobMessageImportance
Filter to only get messages with importance >= level
page_size int
If specified, determines the maximum number of messages 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
If specified, return only messages with timestamps >= start_time. The default is the job creation time (i.e. beginning of messages).
end_time google.protobuf.timestamp_pb2.Timestamp
Return only messages with timestamps < end_time.="" the="" default="" is="" now="" (i.e.="" return="" up="" to="" the="" latest="" messages="" available).="">
location str
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.

Inheritance

builtins.object > proto.message.Message > ListJobMessagesRequest