Class: Google::Cloud::Dataflow::V1beta3::ListJobMessagesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/messages.rb

Overview

Response to a request to list job messages.

Instance Attribute Summary collapse

Instance Attribute Details

#autoscaling_events::Array<::Google::Cloud::Dataflow::V1beta3::AutoscalingEvent>

Returns Autoscaling events in ascending timestamp order.

Returns:



179
180
181
182
# File 'proto_docs/google/dataflow/v1beta3/messages.rb', line 179

class ListJobMessagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#job_messages::Array<::Google::Cloud::Dataflow::V1beta3::JobMessage>

Returns Messages in ascending timestamp order.

Returns:



179
180
181
182
# File 'proto_docs/google/dataflow/v1beta3/messages.rb', line 179

class ListJobMessagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

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



179
180
181
182
# File 'proto_docs/google/dataflow/v1beta3/messages.rb', line 179

class ListJobMessagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end