public static final class GenomicsDBVidMapProto.InfoField extends com.google.protobuf.GeneratedMessage implements GenomicsDBVidMapProto.InfoFieldOrBuilder
InfoField| Modifier and Type | Class and Description |
|---|---|
static class |
GenomicsDBVidMapProto.InfoField.Builder
Protobuf type
InfoField |
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.InfoField |
DEFAULT_INSTANCE |
private Object |
length_ |
static int |
LENGTH_FIELD_NUMBER |
private byte |
memoizedIsInitialized |
private Object |
name_ |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<GenomicsDBVidMapProto.InfoField> |
PARSER
Deprecated.
|
private static long |
serialVersionUID |
private Object |
type_ |
static int |
TYPE_FIELD_NUMBER |
static int |
VCF_FIELD_CLASS_FIELD_NUMBER |
private com.google.protobuf.LazyStringList |
vcfFieldClass_ |
| Modifier | Constructor and Description |
|---|---|
private |
InfoField() |
private |
InfoField(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
InfoField(com.google.protobuf.GeneratedMessage.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static GenomicsDBVidMapProto.InfoField |
getDefaultInstance() |
GenomicsDBVidMapProto.InfoField |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getLength()
optional string length = 4; |
com.google.protobuf.ByteString |
getLengthBytes()
optional string length = 4; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.Parser<GenomicsDBVidMapProto.InfoField> |
getParserForType() |
int |
getSerializedSize() |
String |
getType()
required string type = 2; |
com.google.protobuf.ByteString |
getTypeBytes()
required string type = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVcfFieldClass(int index)
repeated string vcf_field_class = 3; |
com.google.protobuf.ByteString |
getVcfFieldClassBytes(int index)
repeated string vcf_field_class = 3; |
int |
getVcfFieldClassCount()
repeated string vcf_field_class = 3; |
com.google.protobuf.ProtocolStringList |
getVcfFieldClassList()
repeated string vcf_field_class = 3; |
boolean |
hasLength()
optional string length = 4; |
boolean |
hasName()
required string name = 1; |
boolean |
hasType()
required string type = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GenomicsDBVidMapProto.InfoField.Builder |
newBuilder() |
static GenomicsDBVidMapProto.InfoField.Builder |
newBuilder(GenomicsDBVidMapProto.InfoField prototype) |
GenomicsDBVidMapProto.InfoField.Builder |
newBuilderForType() |
protected GenomicsDBVidMapProto.InfoField.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static GenomicsDBVidMapProto.InfoField |
parseDelimitedFrom(InputStream input) |
static GenomicsDBVidMapProto.InfoField |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenomicsDBVidMapProto.InfoField |
parseFrom(byte[] data) |
static GenomicsDBVidMapProto.InfoField |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenomicsDBVidMapProto.InfoField |
parseFrom(com.google.protobuf.ByteString data) |
static GenomicsDBVidMapProto.InfoField |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenomicsDBVidMapProto.InfoField |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GenomicsDBVidMapProto.InfoField |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenomicsDBVidMapProto.InfoField |
parseFrom(InputStream input) |
static GenomicsDBVidMapProto.InfoField |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GenomicsDBVidMapProto.InfoField> |
parser() |
GenomicsDBVidMapProto.InfoField.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 TYPE_FIELD_NUMBER
private volatile Object type_
public static final int VCF_FIELD_CLASS_FIELD_NUMBER
private com.google.protobuf.LazyStringList vcfFieldClass_
public static final int LENGTH_FIELD_NUMBER
private volatile Object length_
private byte memoizedIsInitialized
private static final long serialVersionUID
private static final GenomicsDBVidMapProto.InfoField DEFAULT_INSTANCE
@Deprecated public static final com.google.protobuf.Parser<GenomicsDBVidMapProto.InfoField> PARSER
private InfoField(com.google.protobuf.GeneratedMessage.Builder<?> builder)
private InfoField()
private InfoField(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.InfoFieldOrBuilderpublic String getName()
required string name = 1;getName in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic boolean hasType()
required string type = 2;hasType in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic String getType()
required string type = 2;getType in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
required string type = 2;getTypeBytes in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic com.google.protobuf.ProtocolStringList getVcfFieldClassList()
repeated string vcf_field_class = 3;getVcfFieldClassList in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic int getVcfFieldClassCount()
repeated string vcf_field_class = 3;getVcfFieldClassCount in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic String getVcfFieldClass(int index)
repeated string vcf_field_class = 3;getVcfFieldClass in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic com.google.protobuf.ByteString getVcfFieldClassBytes(int index)
repeated string vcf_field_class = 3;getVcfFieldClassBytes in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic boolean hasLength()
optional string length = 4;hasLength in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic String getLength()
optional string length = 4;getLength in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic com.google.protobuf.ByteString getLengthBytes()
optional string length = 4;getLengthBytes in interface GenomicsDBVidMapProto.InfoFieldOrBuilderpublic 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.InfoField parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenomicsDBVidMapProto.InfoField parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenomicsDBVidMapProto.InfoField parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenomicsDBVidMapProto.InfoField parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenomicsDBVidMapProto.InfoField parseFrom(InputStream input) throws IOException
IOExceptionpublic static GenomicsDBVidMapProto.InfoField parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenomicsDBVidMapProto.InfoField parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GenomicsDBVidMapProto.InfoField parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenomicsDBVidMapProto.InfoField parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GenomicsDBVidMapProto.InfoField parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GenomicsDBVidMapProto.InfoField.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GenomicsDBVidMapProto.InfoField.Builder newBuilder()
public static GenomicsDBVidMapProto.InfoField.Builder newBuilder(GenomicsDBVidMapProto.InfoField prototype)
public GenomicsDBVidMapProto.InfoField.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GenomicsDBVidMapProto.InfoField.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static GenomicsDBVidMapProto.InfoField getDefaultInstance()
public static com.google.protobuf.Parser<GenomicsDBVidMapProto.InfoField> parser()
public com.google.protobuf.Parser<GenomicsDBVidMapProto.InfoField> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic GenomicsDBVidMapProto.InfoField getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2017. All rights reserved.