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 Type
    Method
    Description
    com.google.protobuf.ByteString
    the file content as a UTF8-encoded string
    the resource name, e.g.
    com.google.protobuf.ByteString
    the resource name, e.g.

    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

    • 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.