Class Google::Cloud::Dataflow::V1beta3::ListJobMessagesResponse (v0.1.4)

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

#autoscaling_events=

def autoscaling_events=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::AutoscalingEvent>
Parameter
Returns

#job_messages

def job_messages() -> ::Array<::Google::Cloud::Dataflow::V1beta3::JobMessage>
Returns

#job_messages=

def job_messages=(value) -> ::Array<::Google::Cloud::Dataflow::V1beta3::JobMessage>
Parameter
Returns

#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.