Interface GatewayOuterClass.ResourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.Resource,GatewayOuterClass.Resource.Builder
- Enclosing class:
GatewayOuterClass
public static interface GatewayOuterClass.ResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringthe file content as a UTF8-encoded stringgetName()the resource name, e.g.com.google.protobuf.ByteStringthe resource name, 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 name, e.g. myProcess.bpmn or myDecision.dmn
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()the resource name, e.g. myProcess.bpmn or myDecision.dmn
string name = 1;- Returns:
- The bytes for name.
-
getContent
com.google.protobuf.ByteString getContent()the file content as a UTF8-encoded string
bytes content = 2;- Returns:
- The content.
-