Package io.temporal.api.nexus.v1
Interface CancelOperationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CancelOperationRequest,CancelOperationRequest.Builder
@Generated(value="protoc", comments="annotations:CancelOperationRequestOrBuilder.java.pb.meta") public interface CancelOperationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOperation()Type of operation to cancel.com.google.protobuf.ByteStringgetOperationBytes()Type of operation to cancel.java.lang.StringgetOperationId()Operation ID as originally generated by a Handler.com.google.protobuf.ByteStringgetOperationIdBytes()Operation ID as originally generated by a Handler.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperation
java.lang.String getOperation()
Type of operation to cancel.
string operation = 1;- Returns:
- The operation.
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()
Type of operation to cancel.
string operation = 1;- Returns:
- The bytes for operation.
-
getOperationId
java.lang.String getOperationId()
Operation ID as originally generated by a Handler.
string operation_id = 2;- Returns:
- The operationId.
-
getOperationIdBytes
com.google.protobuf.ByteString getOperationIdBytes()
Operation ID as originally generated by a Handler.
string operation_id = 2;- Returns:
- The bytes for operationId.
-
-