Package com.google.cloud.aiplatform.v1
Interface ListTensorboardsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListTensorboardsResponse,ListTensorboardsResponse.Builder
@Generated
public interface ListTensorboardsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token, which can be sent as [ListTensorboardsRequest.page_token][google.cloud.aiplatform.v1.ListTensorboardsRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [ListTensorboardsRequest.page_token][google.cloud.aiplatform.v1.ListTensorboardsRequest.page_token] to retrieve the next page.getTensorboards(int index) The Tensorboards mathching the request.intThe Tensorboards mathching the request.The Tensorboards mathching the request.getTensorboardsOrBuilder(int index) The Tensorboards mathching the request.List<? extends TensorboardOrBuilder>The Tensorboards mathching the request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTensorboardsList
List<Tensorboard> getTensorboardsList()The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1; -
getTensorboards
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1; -
getTensorboardsCount
int getTensorboardsCount()The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1; -
getTensorboardsOrBuilderList
List<? extends TensorboardOrBuilder> getTensorboardsOrBuilderList()The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1; -
getTensorboardsOrBuilder
The Tensorboards mathching the request.
repeated .google.cloud.aiplatform.v1.Tensorboard tensorboards = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-