Interface ErrorOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface ErrorOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getMsg() string msg = 1;
      abstract ByteString getMsgBytes() string msg = 1;
      abstract int getLevelValue() .xyz.block.ftl.v1.language.Error.ErrorLevel level = 4;
      abstract Error.ErrorLevel getLevel() .xyz.block.ftl.v1.language.Error.ErrorLevel level = 4;
      abstract boolean hasPos() optional .xyz.block.ftl.v1.language.Position pos = 5;
      abstract Position getPos() optional .xyz.block.ftl.v1.language.Position pos = 5;
      abstract PositionOrBuilder getPosOrBuilder() optional .xyz.block.ftl.v1.language.Position pos = 5;
      abstract int getTypeValue() .xyz.block.ftl.v1.language.Error.ErrorType type = 6;
      abstract Error.ErrorType getType() .xyz.block.ftl.v1.language.Error.ErrorType type = 6;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getMsg

         abstract String getMsg()

        string msg = 1;

        Returns:

        The msg.

      • getMsgBytes

         abstract ByteString getMsgBytes()

        string msg = 1;

        Returns:

        The bytes for msg.

      • getLevelValue

         abstract int getLevelValue()

        .xyz.block.ftl.v1.language.Error.ErrorLevel level = 4;

        Returns:

        The enum numeric value on the wire for level.

      • getLevel

         abstract Error.ErrorLevel getLevel()

        .xyz.block.ftl.v1.language.Error.ErrorLevel level = 4;

        Returns:

        The level.

      • hasPos

         abstract boolean hasPos()

        optional .xyz.block.ftl.v1.language.Position pos = 5;

        Returns:

        Whether the pos field is set.

      • getPos

         abstract Position getPos()

        optional .xyz.block.ftl.v1.language.Position pos = 5;

        Returns:

        The pos.

      • getTypeValue

         abstract int getTypeValue()

        .xyz.block.ftl.v1.language.Error.ErrorType type = 6;

        Returns:

        The enum numeric value on the wire for type.

      • getType

         abstract Error.ErrorType getType()

        .xyz.block.ftl.v1.language.Error.ErrorType type = 6;

        Returns:

        The type.