public static final class GenomicsDBVidMapProto.InfoField.Builder extends com.google.protobuf.GeneratedMessage.Builder<GenomicsDBVidMapProto.InfoField.Builder> implements GenomicsDBVidMapProto.InfoFieldOrBuilder
InfoField| Modifier and Type | Field and Description |
|---|---|
private int |
bitField0_ |
private Object |
length_ |
private Object |
name_ |
private Object |
type_ |
private com.google.protobuf.LazyStringList |
vcfFieldClass_ |
| Modifier | Constructor and Description |
|---|---|
private |
Builder() |
private |
Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
| Modifier and Type | Method and Description |
|---|---|
GenomicsDBVidMapProto.InfoField.Builder |
addAllVcfFieldClass(Iterable<String> values)
repeated string vcf_field_class = 3; |
GenomicsDBVidMapProto.InfoField.Builder |
addVcfFieldClass(String value)
repeated string vcf_field_class = 3; |
GenomicsDBVidMapProto.InfoField.Builder |
addVcfFieldClassBytes(com.google.protobuf.ByteString value)
repeated string vcf_field_class = 3; |
GenomicsDBVidMapProto.InfoField |
build() |
GenomicsDBVidMapProto.InfoField |
buildPartial() |
GenomicsDBVidMapProto.InfoField.Builder |
clear() |
GenomicsDBVidMapProto.InfoField.Builder |
clearLength()
optional string length = 4; |
GenomicsDBVidMapProto.InfoField.Builder |
clearName()
required string name = 1; |
GenomicsDBVidMapProto.InfoField.Builder |
clearType()
required string type = 2; |
GenomicsDBVidMapProto.InfoField.Builder |
clearVcfFieldClass()
repeated string vcf_field_class = 3; |
private void |
ensureVcfFieldClassIsMutable() |
GenomicsDBVidMapProto.InfoField |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
private void |
maybeForceBuilderInitialization() |
GenomicsDBVidMapProto.InfoField.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GenomicsDBVidMapProto.InfoField.Builder |
mergeFrom(GenomicsDBVidMapProto.InfoField other) |
GenomicsDBVidMapProto.InfoField.Builder |
mergeFrom(com.google.protobuf.Message other) |
GenomicsDBVidMapProto.InfoField.Builder |
setLength(String value)
optional string length = 4; |
GenomicsDBVidMapProto.InfoField.Builder |
setLengthBytes(com.google.protobuf.ByteString value)
optional string length = 4; |
GenomicsDBVidMapProto.InfoField.Builder |
setName(String value)
required string name = 1; |
GenomicsDBVidMapProto.InfoField.Builder |
setNameBytes(com.google.protobuf.ByteString value)
required string name = 1; |
GenomicsDBVidMapProto.InfoField.Builder |
setType(String value)
required string type = 2; |
GenomicsDBVidMapProto.InfoField.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
required string type = 2; |
GenomicsDBVidMapProto.InfoField.Builder |
setVcfFieldClass(int index,
String value)
repeated string vcf_field_class = 3; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionprivate int bitField0_
private Object name_
private Object type_
private com.google.protobuf.LazyStringList vcfFieldClass_
private Object length_
private Builder()
private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GenomicsDBVidMapProto.InfoField.Builder>private void maybeForceBuilderInitialization()
public GenomicsDBVidMapProto.InfoField.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<GenomicsDBVidMapProto.InfoField.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<GenomicsDBVidMapProto.InfoField.Builder>public GenomicsDBVidMapProto.InfoField getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GenomicsDBVidMapProto.InfoField build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GenomicsDBVidMapProto.InfoField buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GenomicsDBVidMapProto.InfoField.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GenomicsDBVidMapProto.InfoField.Builder>public GenomicsDBVidMapProto.InfoField.Builder mergeFrom(GenomicsDBVidMapProto.InfoField other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<GenomicsDBVidMapProto.InfoField.Builder>public GenomicsDBVidMapProto.InfoField.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GenomicsDBVidMapProto.InfoField.Builder>IOExceptionpublic 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 GenomicsDBVidMapProto.InfoField.Builder setName(String value)
required string name = 1;public GenomicsDBVidMapProto.InfoField.Builder clearName()
required string name = 1;public GenomicsDBVidMapProto.InfoField.Builder setNameBytes(com.google.protobuf.ByteString value)
required string name = 1;public 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 GenomicsDBVidMapProto.InfoField.Builder setType(String value)
required string type = 2;public GenomicsDBVidMapProto.InfoField.Builder clearType()
required string type = 2;public GenomicsDBVidMapProto.InfoField.Builder setTypeBytes(com.google.protobuf.ByteString value)
required string type = 2;private void ensureVcfFieldClassIsMutable()
public 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 GenomicsDBVidMapProto.InfoField.Builder setVcfFieldClass(int index, String value)
repeated string vcf_field_class = 3;public GenomicsDBVidMapProto.InfoField.Builder addVcfFieldClass(String value)
repeated string vcf_field_class = 3;public GenomicsDBVidMapProto.InfoField.Builder addAllVcfFieldClass(Iterable<String> values)
repeated string vcf_field_class = 3;public GenomicsDBVidMapProto.InfoField.Builder clearVcfFieldClass()
repeated string vcf_field_class = 3;public GenomicsDBVidMapProto.InfoField.Builder addVcfFieldClassBytes(com.google.protobuf.ByteString value)
repeated string vcf_field_class = 3;public 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 GenomicsDBVidMapProto.InfoField.Builder setLength(String value)
optional string length = 4;public GenomicsDBVidMapProto.InfoField.Builder clearLength()
optional string length = 4;public GenomicsDBVidMapProto.InfoField.Builder setLengthBytes(com.google.protobuf.ByteString value)
optional string length = 4;Copyright © 2017. All rights reserved.