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 TypeMethodDescriptioncom.google.protobuf.ByteStringbytes next_page_token = 2;getOperationInfo(int index) BatchOperationInfo contains the basic info about batch operationintBatchOperationInfo contains the basic info about batch operationBatchOperationInfo contains the basic info about batch operationgetOperationInfoOrBuilder(int index) BatchOperationInfo contains the basic info about batch operationList<? extends BatchOperationInfoOrBuilder> BatchOperationInfo contains the basic info about batch operationMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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 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
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.
-