Package com.google.cloud.aiplatform.v1
Interface ListTensorboardRunsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListTensorboardRunsResponse,ListTensorboardRunsResponse.Builder
@Generated
public interface ListTensorboardRunsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token, which can be sent as [ListTensorboardRunsRequest.page_token][google.cloud.aiplatform.v1.ListTensorboardRunsRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [ListTensorboardRunsRequest.page_token][google.cloud.aiplatform.v1.ListTensorboardRunsRequest.page_token] to retrieve the next page.getTensorboardRuns(int index) The TensorboardRuns mathching the request.intThe TensorboardRuns mathching the request.The TensorboardRuns mathching the request.getTensorboardRunsOrBuilder(int index) The TensorboardRuns mathching the request.List<? extends TensorboardRunOrBuilder>The TensorboardRuns 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
-
getTensorboardRunsList
List<TensorboardRun> getTensorboardRunsList()The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1; -
getTensorboardRuns
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1; -
getTensorboardRunsCount
int getTensorboardRunsCount()The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1; -
getTensorboardRunsOrBuilderList
List<? extends TensorboardRunOrBuilder> getTensorboardRunsOrBuilderList()The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1; -
getTensorboardRunsOrBuilder
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1; -
getNextPageToken
String getNextPageToken()A token, which can be sent as [ListTensorboardRunsRequest.page_token][google.cloud.aiplatform.v1.ListTensorboardRunsRequest.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 [ListTensorboardRunsRequest.page_token][google.cloud.aiplatform.v1.ListTensorboardRunsRequest.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.
-