Interface GatewayOuterClass.ProcessRequestObjectOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.ProcessRequestObject,GatewayOuterClass.ProcessRequestObject.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.ProcessRequestObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringthe process definition as a UTF8-encoded stringgetName()the resource basename, e.g.com.google.protobuf.ByteStringthe resource basename, e.g.Methods 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
-
getName
String getName()the resource basename, e.g. myProcess.bpmn
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()the resource basename, e.g. myProcess.bpmn
string name = 1;- Returns:
- The bytes for name.
-
getDefinition
com.google.protobuf.ByteString getDefinition()the process definition as a UTF8-encoded string
bytes definition = 2;- Returns:
- The definition.
-