Interface GatewayOuterClass.CancelProcessInstanceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.CancelProcessInstanceRequest
,GatewayOuterClass.CancelProcessInstanceRequest.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.CancelProcessInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
the process instance key (as, for example, obtained from CreateProcessInstanceResponse)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
-
getProcessInstanceKey
long getProcessInstanceKey()the process instance key (as, for example, obtained from CreateProcessInstanceResponse)
int64 processInstanceKey = 1;
- Returns:
- The processInstanceKey.
-