Interface ListExecutionsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListExecutionsResponse, ListExecutionsResponse.Builder

@Generated public interface ListExecutionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getExecutions(int index)
    The Executions retrieved from the MetadataStore.
    int
    The Executions retrieved from the MetadataStore.
    The Executions retrieved from the MetadataStore.
    The Executions retrieved from the MetadataStore.
    The Executions retrieved from the MetadataStore.
    A token, which can be sent as [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token] to retrieve the next page.
    com.google.protobuf.ByteString
    A token, which can be sent as [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token] to retrieve the next page.

    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

    • getExecutionsList

      List<Execution> getExecutionsList()
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • getExecutions

      Execution getExecutions(int index)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • getExecutionsCount

      int getExecutionsCount()
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • getExecutionsOrBuilderList

      List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • getExecutionsOrBuilder

      ExecutionOrBuilder getExecutionsOrBuilder(int index)
       The Executions retrieved from the MetadataStore.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 1;
    • getNextPageToken

      String getNextPageToken()
       A token, which can be sent as
       [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token]
       to retrieve the next page.
       If this field is not populated, 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
       [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token]
       to retrieve the next page.
       If this field is not populated, there are no subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.