Package xyz.block.ftl.schema.v1
Class Int
-
- 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.IntOrBuilder
public final class Int extends GeneratedMessageV3 implements IntOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.Int
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInt.BuilderProtobuf type
xyz.block.ftl.schema.v1.Int
-
Field Summary
Fields Modifier and Type Field Description public final static intPOS_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;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static IntparseFrom(ByteBuffer data)static IntparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static IntparseFrom(ByteString data)static IntparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static IntparseFrom(Array<byte> data)static IntparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static IntparseFrom(InputStream input)static IntparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static IntparseDelimitedFrom(InputStream input)static IntparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static IntparseFrom(CodedInputStream input)static IntparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Int.BuildernewBuilderForType()static Int.BuildernewBuilder()static Int.BuildernewBuilder(Int prototype)Int.BuildertoBuilder()static IntgetDefaultInstance()static Parser<Int>parser()Parser<Int>getParserForType()IntgetDefaultInstanceForType()-
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;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Int parseFrom(ByteBuffer data)
-
parseFrom
static Int parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Int parseFrom(InputStream input)
-
parseFrom
static Int parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Int parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Int parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Int.Builder newBuilderForType()
-
newBuilder
static Int.Builder newBuilder()
-
newBuilder
static Int.Builder newBuilder(Int prototype)
-
toBuilder
Int.Builder toBuilder()
-
getDefaultInstance
static Int getDefaultInstance()
-
getParserForType
Parser<Int> getParserForType()
-
getDefaultInstanceForType
Int getDefaultInstanceForType()
-
-
-
-