Package com.google.dataflow.v1beta3
Interface ListJobMessagesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListJobMessagesResponse,ListJobMessagesResponse.Builder
public interface ListJobMessagesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoscalingEventgetAutoscalingEvents(int index)Autoscaling events in ascending timestamp order.intgetAutoscalingEventsCount()Autoscaling events in ascending timestamp order.List<AutoscalingEvent>getAutoscalingEventsList()Autoscaling events in ascending timestamp order.AutoscalingEventOrBuildergetAutoscalingEventsOrBuilder(int index)Autoscaling events in ascending timestamp order.List<? extends AutoscalingEventOrBuilder>getAutoscalingEventsOrBuilderList()Autoscaling events in ascending timestamp order.JobMessagegetJobMessages(int index)Messages in ascending timestamp order.intgetJobMessagesCount()Messages in ascending timestamp order.List<JobMessage>getJobMessagesList()Messages in ascending timestamp order.JobMessageOrBuildergetJobMessagesOrBuilder(int index)Messages in ascending timestamp order.List<? extends JobMessageOrBuilder>getJobMessagesOrBuilderList()Messages in ascending timestamp order.StringgetNextPageToken()The token to obtain the next page of results if there are more.com.google.protobuf.ByteStringgetNextPageTokenBytes()The token to obtain the next page of results if there are more.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobMessagesList
List<JobMessage> getJobMessagesList()
Messages in ascending timestamp order.
repeated .google.dataflow.v1beta3.JobMessage job_messages = 1;
-
getJobMessages
JobMessage getJobMessages(int index)
Messages in ascending timestamp order.
repeated .google.dataflow.v1beta3.JobMessage job_messages = 1;
-
getJobMessagesCount
int getJobMessagesCount()
Messages in ascending timestamp order.
repeated .google.dataflow.v1beta3.JobMessage job_messages = 1;
-
getJobMessagesOrBuilderList
List<? extends JobMessageOrBuilder> getJobMessagesOrBuilderList()
Messages in ascending timestamp order.
repeated .google.dataflow.v1beta3.JobMessage job_messages = 1;
-
getJobMessagesOrBuilder
JobMessageOrBuilder getJobMessagesOrBuilder(int index)
Messages in ascending timestamp order.
repeated .google.dataflow.v1beta3.JobMessage job_messages = 1;
-
getNextPageToken
String getNextPageToken()
The token to obtain the next page of results if there are more.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
The token to obtain the next page of results if there are more.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
getAutoscalingEventsList
List<AutoscalingEvent> getAutoscalingEventsList()
Autoscaling events in ascending timestamp order.
repeated .google.dataflow.v1beta3.AutoscalingEvent autoscaling_events = 3;
-
getAutoscalingEvents
AutoscalingEvent getAutoscalingEvents(int index)
Autoscaling events in ascending timestamp order.
repeated .google.dataflow.v1beta3.AutoscalingEvent autoscaling_events = 3;
-
getAutoscalingEventsCount
int getAutoscalingEventsCount()
Autoscaling events in ascending timestamp order.
repeated .google.dataflow.v1beta3.AutoscalingEvent autoscaling_events = 3;
-
getAutoscalingEventsOrBuilderList
List<? extends AutoscalingEventOrBuilder> getAutoscalingEventsOrBuilderList()
Autoscaling events in ascending timestamp order.
repeated .google.dataflow.v1beta3.AutoscalingEvent autoscaling_events = 3;
-
getAutoscalingEventsOrBuilder
AutoscalingEventOrBuilder getAutoscalingEventsOrBuilder(int index)
Autoscaling events in ascending timestamp order.
repeated .google.dataflow.v1beta3.AutoscalingEvent autoscaling_events = 3;
-
-