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 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;