Class ListJobMessagesResponse (0.1.5)

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

Response to a request to list job messages. .. attribute:: job_messages

Messages in ascending timestamp order.

:type: Sequence[google.cloud.dataflow_v1beta3.types.JobMessage]

Attributes

NameDescription
next_page_token str
The token to obtain the next page of results if there are more.
autoscaling_events Sequence[google.cloud.dataflow_v1beta3.types.AutoscalingEvent]
Autoscaling events in ascending timestamp order.