Interface ListJobsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListJobsResponse, ListJobsResponse.Builder

    public interface ListJobsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Job getJobs​(int index)
      The resulting list of Jobs.
      int getJobsCount()
      The resulting list of Jobs.
      List<Job> getJobsList()
      The resulting list of Jobs.
      JobOrBuilder getJobsOrBuilder​(int index)
      The resulting list of Jobs.
      List<? extends JobOrBuilder> getJobsOrBuilderList()
      The resulting list of Jobs.
      String getNextPageToken()
      A token indicating there are more items than page_size.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      A token indicating there are more items than page_size.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getJobsList

        List<Job> getJobsList()
         The resulting list of Jobs.
         
        repeated .google.cloud.run.v2.Job jobs = 1;
      • getJobs

        Job getJobs​(int index)
         The resulting list of Jobs.
         
        repeated .google.cloud.run.v2.Job jobs = 1;
      • getJobsCount

        int getJobsCount()
         The resulting list of Jobs.
         
        repeated .google.cloud.run.v2.Job jobs = 1;
      • getJobsOrBuilderList

        List<? extends JobOrBuilder> getJobsOrBuilderList()
         The resulting list of Jobs.
         
        repeated .google.cloud.run.v2.Job jobs = 1;
      • getJobsOrBuilder

        JobOrBuilder getJobsOrBuilder​(int index)
         The resulting list of Jobs.
         
        repeated .google.cloud.run.v2.Job jobs = 1;
      • getNextPageToken

        String getNextPageToken()
         A token indicating there are more items than page_size. Use it in the next
         ListJobs request to continue.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token indicating there are more items than page_size. Use it in the next
         ListJobs request to continue.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.