Interface GatewayOuterClass.ModifyProcessInstanceRequest.TerminateInstructionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.ModifyProcessInstanceRequest.TerminateInstruction,GatewayOuterClass.ModifyProcessInstanceRequest.TerminateInstruction.Builder
- Enclosing class:
- GatewayOuterClass.ModifyProcessInstanceRequest
public static interface GatewayOuterClass.ModifyProcessInstanceRequest.TerminateInstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongthe id of the element that should be terminatedMethods 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
-
getElementInstanceKey
long getElementInstanceKey()the id of the element that should be terminated
int64 elementInstanceKey = 1;- Returns:
- The elementInstanceKey.
-