Interface ListNexusOperationExecutionsResponseOrBuilder

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

@Generated(value="protoc", comments="annotations:ListNexusOperationExecutionsResponseOrBuilder.java.pb.meta") public interface ListNexusOperationExecutionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getOperationsList

      repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1;
    • getOperations

      NexusOperationExecutionListInfo getOperations(int index)
      repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1;
    • getOperationsCount

      int getOperationsCount()
      repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1;
    • getOperationsOrBuilderList

      List<? extends NexusOperationExecutionListInfoOrBuilder> getOperationsOrBuilderList()
      repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1;
    • getOperationsOrBuilder

      NexusOperationExecutionListInfoOrBuilder getOperationsOrBuilder(int index)
      repeated .temporal.api.nexus.v1.NexusOperationExecutionListInfo operations = 1;
    • getNextPageToken

      com.google.protobuf.ByteString getNextPageToken()
       Token to use to fetch the next page. If empty, there is no next page.
       
      bytes next_page_token = 2;
      Returns:
      The nextPageToken.