public interface ListNotebookRuntimeTemplatesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
A token to retrieve next page of results. Pass to ListNotebookRuntimeTemplatesRequest.page_token to obtain that page.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token to retrieve next page of results. Pass to ListNotebookRuntimeTemplatesRequest.page_token to obtain that page.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getNotebookRuntimeTemplates(int index)
public abstract NotebookRuntimeTemplate getNotebookRuntimeTemplates(int index)
List of NotebookRuntimeTemplates in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NotebookRuntimeTemplate |
getNotebookRuntimeTemplatesCount()
public abstract int getNotebookRuntimeTemplatesCount()
List of NotebookRuntimeTemplates in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
Returns | |
---|---|
Type | Description |
int |
getNotebookRuntimeTemplatesList()
public abstract List<NotebookRuntimeTemplate> getNotebookRuntimeTemplatesList()
List of NotebookRuntimeTemplates in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
Returns | |
---|---|
Type | Description |
List<NotebookRuntimeTemplate> |
getNotebookRuntimeTemplatesOrBuilder(int index)
public abstract NotebookRuntimeTemplateOrBuilder getNotebookRuntimeTemplatesOrBuilder(int index)
List of NotebookRuntimeTemplates in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NotebookRuntimeTemplateOrBuilder |
getNotebookRuntimeTemplatesOrBuilderList()
public abstract List<? extends NotebookRuntimeTemplateOrBuilder> getNotebookRuntimeTemplatesOrBuilderList()
List of NotebookRuntimeTemplates in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_templates = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplateOrBuilder> |