Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ListJobMessagesResponse.
Response to a request to list job messages.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#autoscaling_events
def autoscaling_events() -> ::Array<::Google::Cloud::Dataflow::V1beta3::AutoscalingEvent>
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::AutoscalingEvent>) — Autoscaling events in ascending timestamp order.
#autoscaling_events=
def autoscaling_events=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::AutoscalingEvent>
Parameter
- value (::Array<::Google::Cloud::Dataflow::V1beta3::AutoscalingEvent>) — Autoscaling events in ascending timestamp order.
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::AutoscalingEvent>) — Autoscaling events in ascending timestamp order.
#job_messages
def job_messages() -> ::Array<::Google::Cloud::Dataflow::V1beta3::JobMessage>
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::JobMessage>) — Messages in ascending timestamp order.
#job_messages=
def job_messages=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::JobMessage>
Parameter
- value (::Array<::Google::Cloud::Dataflow::V1beta3::JobMessage>) — Messages in ascending timestamp order.
Returns
- (::Array<::Google::Cloud::Dataflow::V1beta3::JobMessage>) — Messages in ascending timestamp order.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The token to obtain the next page of results if there are more.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The token to obtain the next page of results if there are more.
Returns
- (::String) — The token to obtain the next page of results if there are more.