Package xyz.block.ftl.hotreload.v1
Class SchemaState
-
- 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.hotreload.v1.SchemaStateOrBuilder
public final class SchemaState extends GeneratedMessageV3 implements SchemaStateOrBuilder
Protobuf type
xyz.block.ftl.hotreload.v1.SchemaState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumSchemaState.StateCasepublic final classSchemaState.BuilderProtobuf type
xyz.block.ftl.hotreload.v1.SchemaState
-
Field Summary
Fields Modifier and Type Field Description public final static intMODULE_FIELD_NUMBERpublic final static intERRORS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()SchemaState.StateCasegetStateCase()booleanhasModule().xyz.block.ftl.schema.v1.Module module = 1;ModulegetModule().xyz.block.ftl.schema.v1.Module module = 1;ModuleOrBuildergetModuleOrBuilder().xyz.block.ftl.schema.v1.Module module = 1;booleanhasErrors().xyz.block.ftl.language.v1.ErrorList errors = 2;ErrorListgetErrors().xyz.block.ftl.language.v1.ErrorList errors = 2;ErrorListOrBuildergetErrorsOrBuilder().xyz.block.ftl.language.v1.ErrorList errors = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static SchemaStateparseFrom(ByteBuffer data)static SchemaStateparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static SchemaStateparseFrom(ByteString data)static SchemaStateparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static SchemaStateparseFrom(Array<byte> data)static SchemaStateparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static SchemaStateparseFrom(InputStream input)static SchemaStateparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SchemaStateparseDelimitedFrom(InputStream input)static SchemaStateparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SchemaStateparseFrom(CodedInputStream input)static SchemaStateparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)SchemaState.BuildernewBuilderForType()static SchemaState.BuildernewBuilder()static SchemaState.BuildernewBuilder(SchemaState prototype)SchemaState.BuildertoBuilder()static SchemaStategetDefaultInstance()static Parser<SchemaState>parser()Parser<SchemaState>getParserForType()SchemaStategetDefaultInstanceForType()-
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()
-
getStateCase
SchemaState.StateCase getStateCase()
-
hasModule
boolean hasModule()
.xyz.block.ftl.schema.v1.Module module = 1;- Returns:
Whether the module field is set.
-
getModuleOrBuilder
ModuleOrBuilder getModuleOrBuilder()
.xyz.block.ftl.schema.v1.Module module = 1;
-
hasErrors
boolean hasErrors()
.xyz.block.ftl.language.v1.ErrorList errors = 2;- Returns:
Whether the errors field is set.
-
getErrors
ErrorList getErrors()
.xyz.block.ftl.language.v1.ErrorList errors = 2;- Returns:
The errors.
-
getErrorsOrBuilder
ErrorListOrBuilder getErrorsOrBuilder()
.xyz.block.ftl.language.v1.ErrorList errors = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static SchemaState parseFrom(ByteBuffer data)
-
parseFrom
static SchemaState parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaState parseFrom(ByteString data)
-
parseFrom
static SchemaState parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaState parseFrom(Array<byte> data)
-
parseFrom
static SchemaState parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaState parseFrom(InputStream input)
-
parseFrom
static SchemaState parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static SchemaState parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static SchemaState parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static SchemaState parseFrom(CodedInputStream input)
-
parseFrom
static SchemaState parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
SchemaState.Builder newBuilderForType()
-
newBuilder
static SchemaState.Builder newBuilder()
-
newBuilder
static SchemaState.Builder newBuilder(SchemaState prototype)
-
toBuilder
SchemaState.Builder toBuilder()
-
getDefaultInstance
static SchemaState getDefaultInstance()
-
parser
static Parser<SchemaState> parser()
-
getParserForType
Parser<SchemaState> getParserForType()
-
getDefaultInstanceForType
SchemaState getDefaultInstanceForType()
-
-
-
-