Package com.google.cloud.aiplatform.v1
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 Summary
Modifier and TypeMethodDescriptionA token to retrieve next page of results.com.google.protobuf.ByteStringA token to retrieve next page of results.getNotebookRuntimeTemplates(int index) List of NotebookRuntimeTemplates in the requested page.intList of NotebookRuntimeTemplates in the requested page.List of NotebookRuntimeTemplates in the requested page.getNotebookRuntimeTemplatesOrBuilder(int index) List of NotebookRuntimeTemplates in the requested page.List<? extends NotebookRuntimeTemplateOrBuilder>List of NotebookRuntimeTemplates 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
-
getNotebookRuntimeTemplatesList
List<NotebookRuntimeTemplate> getNotebookRuntimeTemplatesList()List of NotebookRuntimeTemplates in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_templates = 1; -
getNotebookRuntimeTemplates
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
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.
-