Class: Google::Cloud::Dataflow::V1beta3::ListJobMessagesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::ListJobMessagesResponse
- 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
-
#autoscaling_events ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::AutoscalingEvent>
Autoscaling events in ascending timestamp order.
-
#job_messages ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::JobMessage>
Messages in ascending timestamp order.
-
#next_page_token ⇒ ::String
The token to obtain the next page of results if there are more.
Instance Attribute Details
#autoscaling_events ⇒ ::Array<::Google::Cloud::Dataflow::V1beta3::AutoscalingEvent>
Returns Autoscaling events in ascending timestamp order.
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.
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.
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 |