Class SingleFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder>

java.lang.Object
com.google.protobuf.SingleFieldBuilderV3<MType,BType,IType>
All Implemented Interfaces:
AbstractMessage.BuilderParent

@Deprecated public class SingleFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder> extends Object implements AbstractMessage.BuilderParent
Deprecated.
This class is deprecated, and slated for removal in the next breaking change. Users should update gencode to >= 4.26.x which replaces SingleFieldBuilderV3 with SingleFieldBuilder.
Stub for SingleFieldBuilderV3 matching SingleFieldBuilder for compatibility with older gencode. This cannot wrap SingleFieldBuilder directly due to SingleFieldBuilder having more restrictive extends GeneratedMessage for MType and BType.