Interface ListBatchOperationsResponseOrBuilder

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

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

      • getOperationInfoList

        java.util.List<BatchOperationInfo> getOperationInfoList()
         BatchOperationInfo contains the basic info about batch operation
         
        repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
      • getOperationInfo

        BatchOperationInfo getOperationInfo​(int index)
         BatchOperationInfo contains the basic info about batch operation
         
        repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
      • getOperationInfoCount

        int getOperationInfoCount()
         BatchOperationInfo contains the basic info about batch operation
         
        repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
      • getOperationInfoOrBuilderList

        java.util.List<? extends BatchOperationInfoOrBuilder> getOperationInfoOrBuilderList()
         BatchOperationInfo contains the basic info about batch operation
         
        repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
      • getOperationInfoOrBuilder

        BatchOperationInfoOrBuilder getOperationInfoOrBuilder​(int index)
         BatchOperationInfo contains the basic info about batch operation
         
        repeated .temporal.api.batch.v1.BatchOperationInfo operation_info = 1;
      • getNextPageToken

        com.google.protobuf.ByteString getNextPageToken()
        bytes next_page_token = 2;
        Returns:
        The nextPageToken.