Interface ListModelsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getModels(int index)
    List of Models in the requested page.
    int
    List of Models in the requested page.
    List of Models in the requested page.
    getModelsOrBuilder(int index)
    List of Models in the requested page.
    List<? extends ModelOrBuilder>
    List of Models in the requested page.
    A token to retrieve next page of results.
    com.google.protobuf.ByteString
    A token to retrieve 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

    • getModelsList

      List<Model> getModelsList()
       List of Models in the requested page.
       
      repeated .google.cloud.aiplatform.v1.Model models = 1;
    • getModels

      Model getModels(int index)
       List of Models in the requested page.
       
      repeated .google.cloud.aiplatform.v1.Model models = 1;
    • getModelsCount

      int getModelsCount()
       List of Models in the requested page.
       
      repeated .google.cloud.aiplatform.v1.Model models = 1;
    • getModelsOrBuilderList

      List<? extends ModelOrBuilder> getModelsOrBuilderList()
       List of Models in the requested page.
       
      repeated .google.cloud.aiplatform.v1.Model models = 1;
    • getModelsOrBuilder

      ModelOrBuilder getModelsOrBuilder(int index)
       List of Models in the requested page.
       
      repeated .google.cloud.aiplatform.v1.Model models = 1;
    • getNextPageToken

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

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