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 Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes next_page_token = 2;
    getOperationInfo(int index)
    BatchOperationInfo contains the basic info about batch operation
    int
    BatchOperationInfo contains the basic info about batch operation
    BatchOperationInfo contains the basic info about batch operation
    BatchOperationInfo contains the basic info about batch operation
    BatchOperationInfo contains the basic info about batch operation

    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

    • getOperationInfoList

      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

      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.