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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetNextPageToken()bytes next_page_token = 2;BatchOperationInfogetOperationInfo(int index)BatchOperationInfo contains the basic info about batch operationintgetOperationInfoCount()BatchOperationInfo contains the basic info about batch operationjava.util.List<BatchOperationInfo>getOperationInfoList()BatchOperationInfo contains the basic info about batch operationBatchOperationInfoOrBuildergetOperationInfoOrBuilder(int index)BatchOperationInfo contains the basic info about batch operationjava.util.List<? extends BatchOperationInfoOrBuilder>getOperationInfoOrBuilderList()BatchOperationInfo contains the basic info about batch operation-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-