Interface ListTensorboardsResponseOrBuilder (3.42.0)

public interface ListTensorboardsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as ListTensorboardsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as ListTensorboardsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTensorboards(int index)

public abstract Tensorboard getTensorboards(int index)

The Tensorboards mathching the request.

repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Tensorboard

getTensorboardsCount()

public abstract int getTensorboardsCount()

The Tensorboards mathching the request.

repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1;

Returns
TypeDescription
int

getTensorboardsList()

public abstract List<Tensorboard> getTensorboardsList()

The Tensorboards mathching the request.

repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1;

Returns
TypeDescription
List<Tensorboard>

getTensorboardsOrBuilder(int index)

public abstract TensorboardOrBuilder getTensorboardsOrBuilder(int index)

The Tensorboards mathching the request.

repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TensorboardOrBuilder

getTensorboardsOrBuilderList()

public abstract List<? extends TensorboardOrBuilder> getTensorboardsOrBuilderList()

The Tensorboards mathching the request.

repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.TensorboardOrBuilder>