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 AutoscalingEvent
getAutoscalingEvents(int index)
Autoscaling events in ascending timestamp order.int
getAutoscalingEventsCount()
Autoscaling events in ascending timestamp order.List<AutoscalingEvent>
getAutoscalingEventsList()
Autoscaling events in ascending timestamp order.AutoscalingEventOrBuilder
getAutoscalingEventsOrBuilder(int index)
Autoscaling events in ascending timestamp order.List<? extends AutoscalingEventOrBuilder>
getAutoscalingEventsOrBuilderList()
Autoscaling events in ascending timestamp order.JobMessage
getJobMessages(int index)
Messages in ascending timestamp order.int
getJobMessagesCount()
Messages in ascending timestamp order.List<JobMessage>
getJobMessagesList()
Messages in ascending timestamp order.JobMessageOrBuilder
getJobMessagesOrBuilder(int index)
Messages in ascending timestamp order.List<? extends JobMessageOrBuilder>
getJobMessagesOrBuilderList()
Messages in ascending timestamp order.String
getNextPageToken()
The token to obtain the next page of results if there are more.com.google.protobuf.ByteString
getNextPageTokenBytes()
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;
-
-