public interface ListNotebookRuntimesResponseOrBuilder
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.
|
NotebookRuntime |
getNotebookRuntimes(int index)
List of NotebookRuntimes in the requested page.
|
int |
getNotebookRuntimesCount()
List of NotebookRuntimes in the requested page.
|
List<NotebookRuntime> |
getNotebookRuntimesList()
List of NotebookRuntimes in the requested page.
|
NotebookRuntimeOrBuilder |
getNotebookRuntimesOrBuilder(int index)
List of NotebookRuntimes in the requested page.
|
List<? extends NotebookRuntimeOrBuilder> |
getNotebookRuntimesOrBuilderList()
List of NotebookRuntimes in the requested page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<NotebookRuntime> getNotebookRuntimesList()
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookRuntime notebook_runtimes = 1;NotebookRuntime getNotebookRuntimes(int index)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookRuntime notebook_runtimes = 1;int getNotebookRuntimesCount()
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookRuntime notebook_runtimes = 1;List<? extends NotebookRuntimeOrBuilder> getNotebookRuntimesOrBuilderList()
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookRuntime notebook_runtimes = 1;NotebookRuntimeOrBuilder getNotebookRuntimesOrBuilder(int index)
List of NotebookRuntimes in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookRuntime notebook_runtimes = 1;String getNextPageToken()
A token to retrieve next page of results. Pass to [ListNotebookRuntimesRequest.page_token][google.cloud.aiplatform.v1beta1.ListNotebookRuntimesRequest.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 [ListNotebookRuntimesRequest.page_token][google.cloud.aiplatform.v1beta1.ListNotebookRuntimesRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.