public interface ListTensorboardsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as
[ListTensorboardsRequest.page_token][google.cloud.aiplatform.v1.ListTensorboardsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListTensorboardsRequest.page_token][google.cloud.aiplatform.v1.ListTensorboardsRequest.page_token]
to retrieve the next page.
|
Tensorboard |
getTensorboards(int index)
The Tensorboards mathching the request.
|
int |
getTensorboardsCount()
The Tensorboards mathching the request.
|
List<Tensorboard> |
getTensorboardsList()
The Tensorboards mathching the request.
|
TensorboardOrBuilder |
getTensorboardsOrBuilder(int index)
The Tensorboards mathching the request.
|
List<? extends TensorboardOrBuilder> |
getTensorboardsOrBuilderList()
The Tensorboards mathching the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Tensorboard> getTensorboardsList()
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1;Tensorboard getTensorboards(int index)
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1;int getTensorboardsCount()
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1;List<? extends TensorboardOrBuilder> getTensorboardsOrBuilderList()
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1;TensorboardOrBuilder getTensorboardsOrBuilder(int index)
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1;String getNextPageToken()
A token, which can be sent as [ListTensorboardsRequest.page_token][google.cloud.aiplatform.v1.ListTensorboardsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListTensorboardsRequest.page_token][google.cloud.aiplatform.v1.ListTensorboardsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.