public static final class GenomicsDBVidMapProto.Chromosome extends com.google.protobuf.GeneratedMessage implements GenomicsDBVidMapProto.ChromosomeOrBuilder
Chromosome| Modifier and Type | Class and Description |
|---|---|
static class |
GenomicsDBVidMapProto.Chromosome.Builder
Protobuf type
Chromosome |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
private int |
bitField0_ |
private static GenomicsDBVidMapProto.Chromosome |
DEFAULT_INSTANCE |
private long |
length_ |
static int |
LENGTH_FIELD_NUMBER |
private byte |
memoizedIsInitialized |
private Object |
name_ |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<GenomicsDBVidMapProto.Chromosome> |
PARSER
Deprecated.
|
private static long |
serialVersionUID |
static int |
TILEDB_COLUMN_OFFSET_FIELD_NUMBER |
private long |
tiledbColumnOffset_ |
| Modifier | Constructor and Description |
|---|---|
private |
Chromosome() |
private |
Chromosome(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
Chromosome(com.google.protobuf.GeneratedMessage.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static GenomicsDBVidMapProto.Chromosome |
getDefaultInstance() |
GenomicsDBVidMapProto.Chromosome |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getLength()
required int64 length = 2; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.Parser<GenomicsDBVidMapProto.Chromosome> |
getParserForType() |
int |
getSerializedSize() |
long |
getTiledbColumnOffset()
required int64 tiledb_column_offset = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasLength()
required int64 length = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasTiledbColumnOffset()
required int64 tiledb_column_offset = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GenomicsDBVidMapProto.Chromosome.Builder |
newBuilder() |
static GenomicsDBVidMapProto.Chromosome.Builder |
newBuilder(GenomicsDBVidMapProto.Chromosome prototype) |
GenomicsDBVidMapProto.Chromosome.Builder |
newBuilderForType() |
protected GenomicsDBVidMapProto.Chromosome.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static GenomicsDBVidMapProto.Chromosome |
parseDelimitedFrom(InputStream input) |
static GenomicsDBVidMapProto.Chromosome |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenomicsDBVidMapProto.Chromosome |
parseFrom(byte[] data) |
static GenomicsDBVidMapProto.Chromosome |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenomicsDBVidMapProto.Chromosome |
parseFrom(com.google.protobuf.ByteString data) |
static GenomicsDBVidMapProto.Chromosome |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenomicsDBVidMapProto.Chromosome |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GenomicsDBVidMapProto.Chromosome |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenomicsDBVidMapProto.Chromosome |
parseFrom(InputStream input) |
static GenomicsDBVidMapProto.Chromosome |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GenomicsDBVidMapProto.Chromosome> |
parser() |
GenomicsDBVidMapProto.Chromosome.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate int bitField0_
public static final int NAME_FIELD_NUMBER
private volatile Object name_
public static final int LENGTH_FIELD_NUMBER
private long length_
public static final int TILEDB_COLUMN_OFFSET_FIELD_NUMBER
private long tiledbColumnOffset_
private byte memoizedIsInitialized
private static final long serialVersionUID
private static final GenomicsDBVidMapProto.Chromosome DEFAULT_INSTANCE
@Deprecated public static final com.google.protobuf.Parser<GenomicsDBVidMapProto.Chromosome> PARSER
private Chromosome(com.google.protobuf.GeneratedMessage.Builder<?> builder)
private Chromosome()
private Chromosome(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
required string name = 1;hasName in interface GenomicsDBVidMapProto.ChromosomeOrBuilderpublic String getName()
required string name = 1;getName in interface GenomicsDBVidMapProto.ChromosomeOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface GenomicsDBVidMapProto.ChromosomeOrBuilderpublic boolean hasLength()
required int64 length = 2;hasLength in interface GenomicsDBVidMapProto.ChromosomeOrBuilderpublic long getLength()
required int64 length = 2;getLength in interface GenomicsDBVidMapProto.ChromosomeOrBuilderpublic boolean hasTiledbColumnOffset()
required int64 tiledb_column_offset = 3;hasTiledbColumnOffset in interface GenomicsDBVidMapProto.ChromosomeOrBuilderpublic long getTiledbColumnOffset()
required int64 tiledb_column_offset = 3;getTiledbColumnOffset in interface GenomicsDBVidMapProto.ChromosomeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static GenomicsDBVidMapProto.Chromosome parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenomicsDBVidMapProto.Chromosome parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenomicsDBVidMapProto.Chromosome parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenomicsDBVidMapProto.Chromosome parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenomicsDBVidMapProto.Chromosome parseFrom(InputStream input) throws IOException
IOExceptionpublic static GenomicsDBVidMapProto.Chromosome parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenomicsDBVidMapProto.Chromosome parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GenomicsDBVidMapProto.Chromosome parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenomicsDBVidMapProto.Chromosome parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GenomicsDBVidMapProto.Chromosome parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GenomicsDBVidMapProto.Chromosome.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GenomicsDBVidMapProto.Chromosome.Builder newBuilder()
public static GenomicsDBVidMapProto.Chromosome.Builder newBuilder(GenomicsDBVidMapProto.Chromosome prototype)
public GenomicsDBVidMapProto.Chromosome.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GenomicsDBVidMapProto.Chromosome.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static GenomicsDBVidMapProto.Chromosome getDefaultInstance()
public static com.google.protobuf.Parser<GenomicsDBVidMapProto.Chromosome> parser()
public com.google.protobuf.Parser<GenomicsDBVidMapProto.Chromosome> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic GenomicsDBVidMapProto.Chromosome getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2017. All rights reserved.