Interface ListPipelineJobsResponseOrBuilder

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

@Generated public interface ListPipelineJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A token to retrieve the next page of results.
    com.google.protobuf.ByteString
    A token to retrieve the next page of results.
    getPipelineJobs(int index)
    List of PipelineJobs in the requested page.
    int
    List of PipelineJobs in the requested page.
    List of PipelineJobs in the requested page.
    List of PipelineJobs in the requested page.
    List of PipelineJobs in the requested page.

    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 Details

    • getPipelineJobsList

      List<PipelineJob> getPipelineJobsList()
       List of PipelineJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.PipelineJob pipeline_jobs = 1;
    • getPipelineJobs

      PipelineJob getPipelineJobs(int index)
       List of PipelineJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.PipelineJob pipeline_jobs = 1;
    • getPipelineJobsCount

      int getPipelineJobsCount()
       List of PipelineJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.PipelineJob pipeline_jobs = 1;
    • getPipelineJobsOrBuilderList

      List<? extends PipelineJobOrBuilder> getPipelineJobsOrBuilderList()
       List of PipelineJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.PipelineJob pipeline_jobs = 1;
    • getPipelineJobsOrBuilder

      PipelineJobOrBuilder getPipelineJobsOrBuilder(int index)
       List of PipelineJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.PipelineJob pipeline_jobs = 1;
    • getNextPageToken

      String getNextPageToken()
       A token to retrieve the next page of results.
       Pass to
       [ListPipelineJobsRequest.page_token][google.cloud.aiplatform.v1.ListPipelineJobsRequest.page_token]
       to obtain that page.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       A token to retrieve the next page of results.
       Pass to
       [ListPipelineJobsRequest.page_token][google.cloud.aiplatform.v1.ListPipelineJobsRequest.page_token]
       to obtain that page.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.