Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptionA token to retrieve next page of results.com.google.protobuf.ByteStringA token to retrieve next page of results.getNotebookRuntimes(int index) List of NotebookRuntimes in the requested page.intList of NotebookRuntimes in the requested page.List of NotebookRuntimes in the requested page.getNotebookRuntimesOrBuilder(int index) List of NotebookRuntimes in the requested page.List<? extends NotebookRuntimeOrBuilder>List of NotebookRuntimes in the requested page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNotebookRuntimesList
List<NotebookRuntime> getNotebookRuntimesList()List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1; -
getNotebookRuntimes
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
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.
-