Interface ListNotebookRuntimeTemplatesResponseOrBuilder

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

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

    • getNotebookRuntimeTemplatesList

      List<NotebookRuntimeTemplate> getNotebookRuntimeTemplatesList()
       List of NotebookRuntimeTemplates in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
    • getNotebookRuntimeTemplates

      NotebookRuntimeTemplate getNotebookRuntimeTemplates(int index)
       List of NotebookRuntimeTemplates in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
    • getNotebookRuntimeTemplatesCount

      int getNotebookRuntimeTemplatesCount()
       List of NotebookRuntimeTemplates in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
    • getNotebookRuntimeTemplatesOrBuilderList

      List<? extends NotebookRuntimeTemplateOrBuilder> getNotebookRuntimeTemplatesOrBuilderList()
       List of NotebookRuntimeTemplates in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
    • getNotebookRuntimeTemplatesOrBuilder

      NotebookRuntimeTemplateOrBuilder getNotebookRuntimeTemplatesOrBuilder(int index)
       List of NotebookRuntimeTemplates in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
    • getNextPageToken

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