Uses of Class
com.google.protobuf.SingleFieldBuilder
-
Packages that use SingleFieldBuilder Package Description com.google.protobuf -
-
Uses of SingleFieldBuilder in com.google.protobuf
Subclasses of SingleFieldBuilder in com.google.protobuf Modifier and Type Class Description classSingleFieldBuilderV3<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder>Deprecated.This class is deprecated, and slated for removal in the next breaking change.Methods in com.google.protobuf that return SingleFieldBuilder Modifier and Type Method Description SingleFieldBuilder<MType,BType,IType>SingleFieldBuilder. clear()Clears the value of the field.SingleFieldBuilder<MType,BType,IType>SingleFieldBuilder. mergeFrom(MType value)Merges the field from another field.SingleFieldBuilder<MType,BType,IType>SingleFieldBuilder. setMessage(MType message)Sets a message for the field replacing any existing value.
-