Interface ListExampleStoresResponseOrBuilder

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

@Generated public interface ListExampleStoresResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getExampleStoresList

      List<ExampleStore> getExampleStoresList()
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • getExampleStores

      ExampleStore getExampleStores(int index)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • getExampleStoresCount

      int getExampleStoresCount()
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • getExampleStoresOrBuilderList

      List<? extends ExampleStoreOrBuilder> getExampleStoresOrBuilderList()
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • getExampleStoresOrBuilder

      ExampleStoreOrBuilder getExampleStoresOrBuilder(int index)
       List of ExampleStore in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.ExampleStore example_stores = 1;
    • getNextPageToken

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