Package xyz.block.ftl.schema.v1
Class TypeValue
-
- 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.schema.v1.TypeValueOrBuilder
public final class TypeValue extends GeneratedMessageV3 implements TypeValueOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.TypeValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTypeValue.BuilderProtobuf type
xyz.block.ftl.schema.v1.TypeValue
-
Field Summary
Fields Modifier and Type Field Description public final static intPOS_FIELD_NUMBERpublic final static intVALUE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasPos()optional .xyz.block.ftl.schema.v1.Position pos = 1;PositiongetPos()optional .xyz.block.ftl.schema.v1.Position pos = 1;PositionOrBuildergetPosOrBuilder()optional .xyz.block.ftl.schema.v1.Position pos = 1;booleanhasValue().xyz.block.ftl.schema.v1.Type value = 2;TypegetValue().xyz.block.ftl.schema.v1.Type value = 2;TypeOrBuildergetValueOrBuilder().xyz.block.ftl.schema.v1.Type value = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static TypeValueparseFrom(ByteBuffer data)static TypeValueparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static TypeValueparseFrom(ByteString data)static TypeValueparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static TypeValueparseFrom(Array<byte> data)static TypeValueparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static TypeValueparseFrom(InputStream input)static TypeValueparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TypeValueparseDelimitedFrom(InputStream input)static TypeValueparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TypeValueparseFrom(CodedInputStream input)static TypeValueparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)TypeValue.BuildernewBuilderForType()static TypeValue.BuildernewBuilder()static TypeValue.BuildernewBuilder(TypeValue prototype)TypeValue.BuildertoBuilder()static TypeValuegetDefaultInstance()static Parser<TypeValue>parser()Parser<TypeValue>getParserForType()TypeValuegetDefaultInstanceForType()-
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()
-
hasPos
boolean hasPos()
optional .xyz.block.ftl.schema.v1.Position pos = 1;- Returns:
Whether the pos field is set.
-
getPosOrBuilder
PositionOrBuilder getPosOrBuilder()
optional .xyz.block.ftl.schema.v1.Position pos = 1;
-
hasValue
boolean hasValue()
.xyz.block.ftl.schema.v1.Type value = 2;- Returns:
Whether the value field is set.
-
getValueOrBuilder
TypeOrBuilder getValueOrBuilder()
.xyz.block.ftl.schema.v1.Type value = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static TypeValue parseFrom(ByteBuffer data)
-
parseFrom
static TypeValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TypeValue parseFrom(InputStream input)
-
parseFrom
static TypeValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static TypeValue parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static TypeValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TypeValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
TypeValue.Builder newBuilderForType()
-
newBuilder
static TypeValue.Builder newBuilder()
-
newBuilder
static TypeValue.Builder newBuilder(TypeValue prototype)
-
toBuilder
TypeValue.Builder toBuilder()
-
getDefaultInstance
static TypeValue getDefaultInstance()
-
getParserForType
Parser<TypeValue> getParserForType()
-
getDefaultInstanceForType
TypeValue getDefaultInstanceForType()
-
-
-
-