Package xyz.block.ftl.v1.language
Class ErrorList
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1.language.ErrorListOrBuilder
public final class ErrorList extends GeneratedMessageV3 implements ErrorListOrBuilder
Protobuf type
xyz.block.ftl.v1.language.ErrorList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classErrorList.BuilderProtobuf type
xyz.block.ftl.v1.language.ErrorList
-
Field Summary
Fields Modifier and Type Field Description public final static intERRORS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()List<Error>getErrorsList()repeated .xyz.block.ftl.v1.language.Error errors = 1;List<out ErrorOrBuilder>getErrorsOrBuilderList()repeated .xyz.block.ftl.v1.language.Error errors = 1;intgetErrorsCount()repeated .xyz.block.ftl.v1.language.Error errors = 1;ErrorgetErrors(int index)repeated .xyz.block.ftl.v1.language.Error errors = 1;ErrorOrBuildergetErrorsOrBuilder(int index)repeated .xyz.block.ftl.v1.language.Error errors = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ErrorListparseFrom(ByteBuffer data)static ErrorListparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ErrorListparseFrom(ByteString data)static ErrorListparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ErrorListparseFrom(Array<byte> data)static ErrorListparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ErrorListparseFrom(InputStream input)static ErrorListparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ErrorListparseDelimitedFrom(InputStream input)static ErrorListparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ErrorListparseFrom(CodedInputStream input)static ErrorListparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)ErrorList.BuildernewBuilderForType()static ErrorList.BuildernewBuilder()static ErrorList.BuildernewBuilder(ErrorList prototype)ErrorList.BuildertoBuilder()static ErrorListgetDefaultInstance()static Parser<ErrorList>parser()Parser<ErrorList>getParserForType()ErrorListgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getErrorsList
List<Error> getErrorsList()
repeated .xyz.block.ftl.v1.language.Error errors = 1;
-
getErrorsOrBuilderList
List<out ErrorOrBuilder> getErrorsOrBuilderList()
repeated .xyz.block.ftl.v1.language.Error errors = 1;
-
getErrorsCount
int getErrorsCount()
repeated .xyz.block.ftl.v1.language.Error errors = 1;
-
getErrorsOrBuilder
ErrorOrBuilder getErrorsOrBuilder(int index)
repeated .xyz.block.ftl.v1.language.Error errors = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ErrorList parseFrom(ByteBuffer data)
-
parseFrom
static ErrorList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ErrorList parseFrom(InputStream input)
-
parseFrom
static ErrorList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ErrorList parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ErrorList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ErrorList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ErrorList.Builder newBuilderForType()
-
newBuilder
static ErrorList.Builder newBuilder()
-
newBuilder
static ErrorList.Builder newBuilder(ErrorList prototype)
-
toBuilder
ErrorList.Builder toBuilder()
-
getDefaultInstance
static ErrorList getDefaultInstance()
-
getParserForType
Parser<ErrorList> getParserForType()
-
getDefaultInstanceForType
ErrorList getDefaultInstanceForType()
-
-
-
-