public static interface GenomicsDBVidMapProto.InfoFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
String |
getType()
required string type = 2; |
com.google.protobuf.ByteString |
getTypeBytes()
required string type = 2; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasType()
required string type = 2;String getType()
required string type = 2;com.google.protobuf.ByteString getTypeBytes()
required string type = 2;com.google.protobuf.ProtocolStringList getVcfFieldClassList()
repeated string vcf_field_class = 3;int getVcfFieldClassCount()
repeated string vcf_field_class = 3;String getVcfFieldClass(int index)
repeated string vcf_field_class = 3;com.google.protobuf.ByteString getVcfFieldClassBytes(int index)
repeated string vcf_field_class = 3;boolean hasLength()
optional string length = 4;String getLength()
optional string length = 4;com.google.protobuf.ByteString getLengthBytes()
optional string length = 4;Copyright © 2017. All rights reserved.