public interface ListNotebookRuntimeTemplatesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
NotebookRuntimeTemplate |
getNotebookRuntimeTemplates(int index)
List of NotebookRuntimeTemplates in the requested page.
|
int |
getNotebookRuntimeTemplatesCount()
List of NotebookRuntimeTemplates in the requested page.
|
List<NotebookRuntimeTemplate> |
getNotebookRuntimeTemplatesList()
List of NotebookRuntimeTemplates in the requested page.
|
NotebookRuntimeTemplateOrBuilder |
getNotebookRuntimeTemplatesOrBuilder(int index)
List of NotebookRuntimeTemplates in the requested page.
|
List<? extends NotebookRuntimeTemplateOrBuilder> |
getNotebookRuntimeTemplatesOrBuilderList()
List of NotebookRuntimeTemplates in the requested page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<NotebookRuntimeTemplate> getNotebookRuntimeTemplatesList()
List of NotebookRuntimeTemplates in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
NotebookRuntimeTemplate getNotebookRuntimeTemplates(int index)
List of NotebookRuntimeTemplates in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
int getNotebookRuntimeTemplatesCount()
List of NotebookRuntimeTemplates in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
List<? extends NotebookRuntimeTemplateOrBuilder> getNotebookRuntimeTemplatesOrBuilderList()
List of NotebookRuntimeTemplates in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
NotebookRuntimeTemplateOrBuilder getNotebookRuntimeTemplatesOrBuilder(int index)
List of NotebookRuntimeTemplates in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
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;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;Copyright © 2025 Google LLC. All rights reserved.