Class ListJobMessagesResponse (0.5.1)

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

Response to a request to list job messages.

Attributes

NameDescription
job_messages Sequence[google.cloud.dataflow_v1beta3.types.JobMessage]
Messages in ascending timestamp order.
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.

Inheritance

builtins.object > proto.message.Message > ListJobMessagesResponse