Interface ListNotebookRuntimesResponseOrBuilder (3.44.0)

public interface ListNotebookRuntimesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve next page of results. Pass to ListNotebookRuntimesRequest.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 ListNotebookRuntimesRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getNotebookRuntimes(int index)

public abstract NotebookRuntime getNotebookRuntimes(int index)

List of NotebookRuntimes in the requested page.

repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;

Parameter
Name Description
index int
Returns
Type Description
NotebookRuntime

getNotebookRuntimesCount()

public abstract int getNotebookRuntimesCount()

List of NotebookRuntimes in the requested page.

repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;

Returns
Type Description
int

getNotebookRuntimesList()

public abstract List<NotebookRuntime> getNotebookRuntimesList()

List of NotebookRuntimes in the requested page.

repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;

Returns
Type Description
List<NotebookRuntime>

getNotebookRuntimesOrBuilder(int index)

public abstract NotebookRuntimeOrBuilder getNotebookRuntimesOrBuilder(int index)

List of NotebookRuntimes in the requested page.

repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;

Parameter
Name Description
index int
Returns
Type Description
NotebookRuntimeOrBuilder

getNotebookRuntimesOrBuilderList()

public abstract List<? extends NotebookRuntimeOrBuilder> getNotebookRuntimesOrBuilderList()

List of NotebookRuntimes in the requested page.

repeated .google.cloud.aiplatform.v1.NotebookRuntime notebook_runtimes = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.NotebookRuntimeOrBuilder>