Package xyz.block.ftl.v1.schema
Class IntValue
-
- 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.schema.IntValueOrBuilder
public final class IntValue extends GeneratedMessageV3 implements IntValueOrBuilder
Protobuf type
xyz.block.ftl.v1.schema.IntValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIntValue.BuilderProtobuf type
xyz.block.ftl.v1.schema.IntValue
-
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.v1.schema.Position pos = 1;PositiongetPos()optional .xyz.block.ftl.v1.schema.Position pos = 1;PositionOrBuildergetPosOrBuilder()optional .xyz.block.ftl.v1.schema.Position pos = 1;longgetValue()int64 value = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static IntValueparseFrom(ByteBuffer data)static IntValueparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static IntValueparseFrom(ByteString data)static IntValueparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static IntValueparseFrom(Array<byte> data)static IntValueparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static IntValueparseFrom(InputStream input)static IntValueparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static IntValueparseDelimitedFrom(InputStream input)static IntValueparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static IntValueparseFrom(CodedInputStream input)static IntValueparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)IntValue.BuildernewBuilderForType()static IntValue.BuildernewBuilder()static IntValue.BuildernewBuilder(IntValue prototype)IntValue.BuildertoBuilder()static IntValuegetDefaultInstance()static Parser<IntValue>parser()Parser<IntValue>getParserForType()IntValuegetDefaultInstanceForType()-
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.v1.schema.Position pos = 1;- Returns:
Whether the pos field is set.
-
getPosOrBuilder
PositionOrBuilder getPosOrBuilder()
optional .xyz.block.ftl.v1.schema.Position pos = 1;
-
getValue
long getValue()
int64 value = 2;- Returns:
The value.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static IntValue parseFrom(ByteBuffer data)
-
parseFrom
static IntValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static IntValue parseFrom(InputStream input)
-
parseFrom
static IntValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static IntValue parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static IntValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static IntValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
IntValue.Builder newBuilderForType()
-
newBuilder
static IntValue.Builder newBuilder()
-
newBuilder
static IntValue.Builder newBuilder(IntValue prototype)
-
toBuilder
IntValue.Builder toBuilder()
-
getDefaultInstance
static IntValue getDefaultInstance()
-
getParserForType
Parser<IntValue> getParserForType()
-
getDefaultInstanceForType
IntValue getDefaultInstanceForType()
-
-
-
-