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 Type
    Method
    Description
    A token, which can be sent as [ListTensorboardRunsRequest.page_token][google.cloud.aiplatform.v1.ListTensorboardRunsRequest.page_token] to retrieve the next page.
    com.google.protobuf.ByteString
    A 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.
    int
    The TensorboardRuns mathching the request.
    The TensorboardRuns mathching the request.
    The TensorboardRuns mathching the request.
    The TensorboardRuns mathching the request.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      TensorboardRun getTensorboardRuns(int index)
       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

      TensorboardRunOrBuilder getTensorboardRunsOrBuilder(int index)
       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.