Package xyz.block.ftl.v1.schema
Interface ErrorOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ErrorOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetMsg()string msg = 1;abstract ByteStringgetMsgBytes()string msg = 1;abstract booleanhasPos().xyz.block.ftl.v1.schema.Position pos = 2;abstract PositiongetPos().xyz.block.ftl.v1.schema.Position pos = 2;abstract PositionOrBuildergetPosOrBuilder().xyz.block.ftl.v1.schema.Position pos = 2;abstract longgetEndColumn()int64 endColumn = 3;abstract intgetLevelValue().xyz.block.ftl.v1.schema.Error.ErrorLevel level = 4;abstract Error.ErrorLevelgetLevel().xyz.block.ftl.v1.schema.Error.ErrorLevel level = 4;-
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
-
-
Method Detail
-
getMsgBytes
abstract ByteString getMsgBytes()
string msg = 1;- Returns:
The bytes for msg.
-
hasPos
abstract boolean hasPos()
.xyz.block.ftl.v1.schema.Position pos = 2;- Returns:
Whether the pos field is set.
-
getPosOrBuilder
abstract PositionOrBuilder getPosOrBuilder()
.xyz.block.ftl.v1.schema.Position pos = 2;
-
getEndColumn
abstract long getEndColumn()
int64 endColumn = 3;- Returns:
The endColumn.
-
getLevelValue
abstract int getLevelValue()
.xyz.block.ftl.v1.schema.Error.ErrorLevel level = 4;- Returns:
The enum numeric value on the wire for level.
-
getLevel
abstract Error.ErrorLevel getLevel()
.xyz.block.ftl.v1.schema.Error.ErrorLevel level = 4;- Returns:
The level.
-
-
-
-