Interface ListCustomJobsResponseOrBuilder

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

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

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

    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

    • getCustomJobsList

      List<CustomJob> getCustomJobsList()
       List of CustomJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
    • getCustomJobs

      CustomJob getCustomJobs(int index)
       List of CustomJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
    • getCustomJobsCount

      int getCustomJobsCount()
       List of CustomJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
    • getCustomJobsOrBuilderList

      List<? extends CustomJobOrBuilder> getCustomJobsOrBuilderList()
       List of CustomJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
    • getCustomJobsOrBuilder

      CustomJobOrBuilder getCustomJobsOrBuilder(int index)
       List of CustomJobs in the requested page.
       
      repeated .google.cloud.aiplatform.v1.CustomJob custom_jobs = 1;
    • getNextPageToken

      String getNextPageToken()
       A token to retrieve the next page of results.
       Pass to
       [ListCustomJobsRequest.page_token][google.cloud.aiplatform.v1.ListCustomJobsRequest.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
       [ListCustomJobsRequest.page_token][google.cloud.aiplatform.v1.ListCustomJobsRequest.page_token]
       to obtain that page.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.