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

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

public class RepeatedFieldBuilderV3<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 RepeatedFieldBuilderV3 with RepeatedFieldBuilder.
Stub for RepeatedFieldBuilderV3 matching RepeatedFieldBuilder for compatibility with older gencode. This cannot wrap RepeatedFieldBuilder directly due to RepeatedFieldBuilder having more restrictive extends GeneratedMessage for MType and BType.