Interface ListNotebookRuntimesResponseOrBuilder

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

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

    • getNotebookRuntimesList

      List<NotebookRuntime> getNotebookRuntimesList()
       List of NotebookRuntimes in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
    • getNotebookRuntimes

      NotebookRuntime getNotebookRuntimes(int index)
       List of NotebookRuntimes in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
    • getNotebookRuntimesCount

      int getNotebookRuntimesCount()
       List of NotebookRuntimes in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
    • getNotebookRuntimesOrBuilderList

      List<? extends NotebookRuntimeOrBuilder> getNotebookRuntimesOrBuilderList()
       List of NotebookRuntimes in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
    • getNotebookRuntimesOrBuilder

      NotebookRuntimeOrBuilder getNotebookRuntimesOrBuilder(int index)
       List of NotebookRuntimes in the requested page.
       
      repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;
    • getNextPageToken

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