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
@Deprecated
public static interface GatewayOuterClass.ProcessRequestObjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringDeprecated.the process definition as a UTF8-encoded stringgetName()Deprecated.the resource basename, e.g.com.google.protobuf.ByteStringDeprecated.the 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()Deprecated.the resource basename, e.g. myProcess.bpmn
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Deprecated.the resource basename, e.g. myProcess.bpmn
string name = 1;- Returns:
- The bytes for name.
-
getDefinition
com.google.protobuf.ByteString getDefinition()Deprecated.the process definition as a UTF8-encoded string
bytes definition = 2;- Returns:
- The definition.
-