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 Deprecated 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()Deprecated.temporal.api.nexus.v1.CancelOperationRequest.operation_id is deprecated.com.google.protobuf.ByteStringgetOperationIdBytes()Deprecated.temporal.api.nexus.v1.CancelOperationRequest.operation_id is deprecated.java.lang.StringgetOperationToken()Operation token as originally generated by a Handler.com.google.protobuf.ByteStringgetOperationTokenBytes()Operation token as originally generated by a Handler.java.lang.StringgetService()Service name.com.google.protobuf.ByteStringgetServiceBytes()Service name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getService
java.lang.String getService()
Service name.
string service = 1;- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()
Service name.
string service = 1;- Returns:
- The bytes for service.
-
getOperation
java.lang.String getOperation()
Type of operation to cancel.
string operation = 2;- Returns:
- The operation.
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()
Type of operation to cancel.
string operation = 2;- Returns:
- The bytes for operation.
-
getOperationId
@Deprecated java.lang.String getOperationId()
Deprecated.temporal.api.nexus.v1.CancelOperationRequest.operation_id is deprecated. See temporal/api/nexus/v1/message.proto;l=71Operation ID as originally generated by a Handler. Deprecated. Renamed to operation_token.
string operation_id = 3 [deprecated = true];- Returns:
- The operationId.
-
getOperationIdBytes
@Deprecated com.google.protobuf.ByteString getOperationIdBytes()
Deprecated.temporal.api.nexus.v1.CancelOperationRequest.operation_id is deprecated. See temporal/api/nexus/v1/message.proto;l=71Operation ID as originally generated by a Handler. Deprecated. Renamed to operation_token.
string operation_id = 3 [deprecated = true];- Returns:
- The bytes for operationId.
-
getOperationToken
java.lang.String getOperationToken()
Operation token as originally generated by a Handler.
string operation_token = 4;- Returns:
- The operationToken.
-
getOperationTokenBytes
com.google.protobuf.ByteString getOperationTokenBytes()
Operation token as originally generated by a Handler.
string operation_token = 4;- Returns:
- The bytes for operationToken.
-
-