Class Fileformat.BlobHeader
- java.lang.Object
- 
- proto4.AbstractMessageLite
- 
- proto4.AbstractMessage
- 
- proto4.GeneratedMessage
- 
- org.apache.sedona.sql.datasources.osmpbf.build.Fileformat.BlobHeader
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Fileformat.BlobHeaderOrBuilder,- proto4.Message,- proto4.MessageLite,- proto4.MessageLiteOrBuilder,- proto4.MessageOrBuilder
 - Enclosing class:
- Fileformat
 
 public static final class Fileformat.BlobHeader extends proto4.GeneratedMessage implements Fileformat.BlobHeaderOrBuilder Protobuf typeBlobHeader- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classFileformat.BlobHeader.BuilderProtobuf typeBlobHeader- 
Nested classes/interfaces inherited from class proto4.GeneratedMessageproto4.GeneratedMessage.ExtendableBuilder<MessageT extends proto4.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends proto4.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, proto4.GeneratedMessage.ExtendableMessage<MessageT extends proto4.GeneratedMessage.ExtendableMessage<MessageT>>, proto4.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends proto4.GeneratedMessage.ExtendableMessage<MessageT>>, proto4.GeneratedMessage.FieldAccessorTable, proto4.GeneratedMessage.GeneratedExtension<ContainingT extends proto4.Message,T extends Object>, proto4.GeneratedMessage.UnusedPrivateParameter
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static intDATASIZE_FIELD_NUMBERstatic intINDEXDATA_FIELD_NUMBERstatic intTYPE_FIELD_NUMBER
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetDatasize()required int32 datasize = 3;static Fileformat.BlobHeadergetDefaultInstance()Fileformat.BlobHeadergetDefaultInstanceForType()static proto4.Descriptors.DescriptorgetDescriptor()proto4.ByteStringgetIndexdata()optional bytes indexdata = 2;proto4.Parser<Fileformat.BlobHeader>getParserForType()intgetSerializedSize()StringgetType()required string type = 1;proto4.ByteStringgetTypeBytes()required string type = 1;booleanhasDatasize()required int32 datasize = 3;inthashCode()booleanhasIndexdata()optional bytes indexdata = 2;booleanhasType()required string type = 1;protected proto4.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Fileformat.BlobHeader.BuildernewBuilder()static Fileformat.BlobHeader.BuildernewBuilder(Fileformat.BlobHeader prototype)Fileformat.BlobHeader.BuildernewBuilderForType()protected Fileformat.BlobHeader.BuildernewBuilderForType(proto4.AbstractMessage.BuilderParent parent)static Fileformat.BlobHeaderparseDelimitedFrom(InputStream input)static Fileformat.BlobHeaderparseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry)static Fileformat.BlobHeaderparseFrom(byte[] data)static Fileformat.BlobHeaderparseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry)static Fileformat.BlobHeaderparseFrom(InputStream input)static Fileformat.BlobHeaderparseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry)static Fileformat.BlobHeaderparseFrom(ByteBuffer data)static Fileformat.BlobHeaderparseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry)static Fileformat.BlobHeaderparseFrom(proto4.ByteString data)static Fileformat.BlobHeaderparseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry)static Fileformat.BlobHeaderparseFrom(proto4.CodedInputStream input)static Fileformat.BlobHeaderparseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry)static proto4.Parser<Fileformat.BlobHeader>parser()Fileformat.BlobHeader.BuildertoBuilder()voidwriteTo(proto4.CodedOutputStream output)- 
Methods inherited from class proto4.GeneratedMessagecanUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
 - 
Methods inherited from class proto4.AbstractMessagefindInitializationErrors, getInitializationErrorString, hashFields, toString
 - 
Methods inherited from class proto4.AbstractMessageLiteaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
TYPE_FIELD_NUMBERpublic static final int TYPE_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
INDEXDATA_FIELD_NUMBERpublic static final int INDEXDATA_FIELD_NUMBER - See Also:
- Constant Field Values
 
 - 
DATASIZE_FIELD_NUMBERpublic static final int DATASIZE_FIELD_NUMBER - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDescriptorpublic static final proto4.Descriptors.Descriptor getDescriptor() 
 - 
internalGetFieldAccessorTableprotected proto4.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() - Specified by:
- internalGetFieldAccessorTablein class- proto4.GeneratedMessage
 
 - 
hasTypepublic boolean hasType() required string type = 1;- Specified by:
- hasTypein interface- Fileformat.BlobHeaderOrBuilder
- Returns:
- Whether the type field is set.
 
 - 
getTypepublic String getType() required string type = 1;- Specified by:
- getTypein interface- Fileformat.BlobHeaderOrBuilder
- Returns:
- The type.
 
 - 
getTypeBytespublic proto4.ByteString getTypeBytes() required string type = 1;- Specified by:
- getTypeBytesin interface- Fileformat.BlobHeaderOrBuilder
- Returns:
- The bytes for type.
 
 - 
hasIndexdatapublic boolean hasIndexdata() optional bytes indexdata = 2;- Specified by:
- hasIndexdatain interface- Fileformat.BlobHeaderOrBuilder
- Returns:
- Whether the indexdata field is set.
 
 - 
getIndexdatapublic proto4.ByteString getIndexdata() optional bytes indexdata = 2;- Specified by:
- getIndexdatain interface- Fileformat.BlobHeaderOrBuilder
- Returns:
- The indexdata.
 
 - 
hasDatasizepublic boolean hasDatasize() required int32 datasize = 3;- Specified by:
- hasDatasizein interface- Fileformat.BlobHeaderOrBuilder
- Returns:
- Whether the datasize field is set.
 
 - 
getDatasizepublic int getDatasize() required int32 datasize = 3;- Specified by:
- getDatasizein interface- Fileformat.BlobHeaderOrBuilder
- Returns:
- The datasize.
 
 - 
isInitializedpublic final boolean isInitialized() - Specified by:
- isInitializedin interface- proto4.MessageLiteOrBuilder
- Overrides:
- isInitializedin class- proto4.GeneratedMessage
 
 - 
writeTopublic void writeTo(proto4.CodedOutputStream output) throws IOException- Specified by:
- writeToin interface- proto4.MessageLite
- Overrides:
- writeToin class- proto4.GeneratedMessage
- Throws:
- IOException
 
 - 
getSerializedSizepublic int getSerializedSize() - Specified by:
- getSerializedSizein interface- proto4.MessageLite
- Overrides:
- getSerializedSizein class- proto4.GeneratedMessage
 
 - 
equalspublic boolean equals(Object obj) - Specified by:
- equalsin interface- proto4.Message
- Overrides:
- equalsin class- proto4.AbstractMessage
 
 - 
hashCodepublic int hashCode() - Specified by:
- hashCodein interface- proto4.Message
- Overrides:
- hashCodein class- proto4.AbstractMessage
 
 - 
parseFrompublic static Fileformat.BlobHeader parseFrom(ByteBuffer data) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Fileformat.BlobHeader parseFrom(ByteBuffer data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Fileformat.BlobHeader parseFrom(proto4.ByteString data) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Fileformat.BlobHeader parseFrom(proto4.ByteString data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Fileformat.BlobHeader parseFrom(byte[] data) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Fileformat.BlobHeader parseFrom(byte[] data, proto4.ExtensionRegistryLite extensionRegistry) throws proto4.InvalidProtocolBufferException - Throws:
- proto4.InvalidProtocolBufferException
 
 - 
parseFrompublic static Fileformat.BlobHeader parseFrom(InputStream input) throws IOException - Throws:
- IOException
 
 - 
parseFrompublic static Fileformat.BlobHeader parseFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
- IOException
 
 - 
parseDelimitedFrompublic static Fileformat.BlobHeader parseDelimitedFrom(InputStream input) throws IOException - Throws:
- IOException
 
 - 
parseDelimitedFrompublic static Fileformat.BlobHeader parseDelimitedFrom(InputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
- IOException
 
 - 
parseFrompublic static Fileformat.BlobHeader parseFrom(proto4.CodedInputStream input) throws IOException - Throws:
- IOException
 
 - 
parseFrompublic static Fileformat.BlobHeader parseFrom(proto4.CodedInputStream input, proto4.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
- IOException
 
 - 
newBuilderForTypepublic Fileformat.BlobHeader.Builder newBuilderForType() - Specified by:
- newBuilderForTypein interface- proto4.Message
- Specified by:
- newBuilderForTypein interface- proto4.MessageLite
 
 - 
newBuilderpublic static Fileformat.BlobHeader.Builder newBuilder() 
 - 
newBuilderpublic static Fileformat.BlobHeader.Builder newBuilder(Fileformat.BlobHeader prototype) 
 - 
toBuilderpublic Fileformat.BlobHeader.Builder toBuilder() - Specified by:
- toBuilderin interface- proto4.Message
- Specified by:
- toBuilderin interface- proto4.MessageLite
 
 - 
newBuilderForTypeprotected Fileformat.BlobHeader.Builder newBuilderForType(proto4.AbstractMessage.BuilderParent parent) - Overrides:
- newBuilderForTypein class- proto4.AbstractMessage
 
 - 
getDefaultInstancepublic static Fileformat.BlobHeader getDefaultInstance() 
 - 
parserpublic static proto4.Parser<Fileformat.BlobHeader> parser() 
 - 
getParserForTypepublic proto4.Parser<Fileformat.BlobHeader> getParserForType() - Specified by:
- getParserForTypein interface- proto4.Message
- Specified by:
- getParserForTypein interface- proto4.MessageLite
- Overrides:
- getParserForTypein class- proto4.GeneratedMessage
 
 - 
getDefaultInstanceForTypepublic Fileformat.BlobHeader getDefaultInstanceForType() - Specified by:
- getDefaultInstanceForTypein interface- proto4.MessageLiteOrBuilder
- Specified by:
- getDefaultInstanceForTypein interface- proto4.MessageOrBuilder
 
 
- 
 
-