Uses of Class
org.monarchinitiative.exomiser.core.proto.AlleleProto.AlleleKey.Builder
Packages that use AlleleProto.AlleleKey.Builder
-
Uses of AlleleProto.AlleleKey.Builder in org.monarchinitiative.exomiser.core.proto
Methods in org.monarchinitiative.exomiser.core.proto that return AlleleProto.AlleleKey.BuilderModifier and TypeMethodDescriptionAlleleProto.AlleleKey.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AlleleProto.AlleleKey.Builder.clear()
AlleleProto.AlleleKey.Builder.clearAlt()
string alt = 4;
AlleleProto.AlleleKey.Builder.clearChr()
int32 chr = 1;
AlleleProto.AlleleKey.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) AlleleProto.AlleleKey.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) AlleleProto.AlleleKey.Builder.clearPosition()
int32 position = 2;
AlleleProto.AlleleKey.Builder.clearRef()
string ref = 3;
AlleleProto.AlleleKey.Builder.clone()
AlleleProto.AlleleKey.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AlleleProto.AlleleKey.Builder.mergeFrom
(com.google.protobuf.Message other) AlleleProto.AlleleKey.Builder.mergeFrom
(AlleleProto.AlleleKey other) AlleleProto.AlleleKey.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AlleleProto.AlleleKey.newBuilder()
AlleleProto.AlleleKey.newBuilder
(AlleleProto.AlleleKey prototype) AlleleProto.AlleleKey.newBuilderForType()
protected AlleleProto.AlleleKey.Builder
AlleleProto.AlleleKey.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) string alt = 4;
AlleleProto.AlleleKey.Builder.setAltBytes
(com.google.protobuf.ByteString value) string alt = 4;
AlleleProto.AlleleKey.Builder.setChr
(int value) int32 chr = 1;
AlleleProto.AlleleKey.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AlleleProto.AlleleKey.Builder.setPosition
(int value) int32 position = 2;
string ref = 3;
AlleleProto.AlleleKey.Builder.setRefBytes
(com.google.protobuf.ByteString value) string ref = 3;
AlleleProto.AlleleKey.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AlleleProto.AlleleKey.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AlleleProto.AlleleKey.toBuilder()