public interface ListTensorboardsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getTensorboards(int index)
public abstract Tensorboard getTensorboards(int index)
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1beta1.Tensorboard tensorboards = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Tensorboard |
getTensorboardsCount()
public abstract int getTensorboardsCount()
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1beta1.Tensorboard tensorboards = 1;
Returns | |
---|---|
Type | Description |
int |
getTensorboardsList()
public abstract List<Tensorboard> getTensorboardsList()
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1beta1.Tensorboard tensorboards = 1;
Returns | |
---|---|
Type | Description |
List<Tensorboard> |
getTensorboardsOrBuilder(int index)
public abstract TensorboardOrBuilder getTensorboardsOrBuilder(int index)
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1beta1.Tensorboard tensorboards = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TensorboardOrBuilder |
getTensorboardsOrBuilderList()
public abstract List<? extends TensorboardOrBuilder> getTensorboardsOrBuilderList()
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1beta1.Tensorboard tensorboards = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.TensorboardOrBuilder> |