Uses of Interface
com.google.protobuf.AbstractMessage.BuilderParent
-
Packages that use AbstractMessage.BuilderParent Package Description com.google.protobuf -
-
Uses of AbstractMessage.BuilderParent in com.google.protobuf
Subinterfaces of AbstractMessage.BuilderParent in com.google.protobuf Modifier and Type Interface Description protected static interfaceGeneratedMessage.BuilderParentTODO: remove this after b/29368482 is fixed.protected static interfaceGeneratedMessageV3.BuilderParentTODO: remove this after b/29368482 is fixed.Classes in com.google.protobuf that implement AbstractMessage.BuilderParent Modifier and Type Class Description classRepeatedFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder>RepeatedFieldBuilderimplements a structure that a protocol message uses to hold a repeated field of other protocol messages.classRepeatedFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder>RepeatedFieldBuilderV3implements a structure that a protocol message uses to hold a repeated field of other protocol messages.classSingleFieldBuilder<MType extends GeneratedMessage,BType extends GeneratedMessage.Builder,IType extends MessageOrBuilder>SingleFieldBuilderimplements a structure that a protocol message uses to hold a single field of another protocol message.classSingleFieldBuilderV3<MType extends AbstractMessage,BType extends AbstractMessage.Builder,IType extends MessageOrBuilder>SingleFieldBuilderV3implements a structure that a protocol message uses to hold a single field of another protocol message.Methods in com.google.protobuf with parameters of type AbstractMessage.BuilderParent Modifier and Type Method Description protected Message.BuilderAbstractMessage. newBuilderForType(AbstractMessage.BuilderParent parent)Create a nested builder.protected Message.BuilderGeneratedMessage. newBuilderForType(AbstractMessage.BuilderParent parent)protected Message.BuilderGeneratedMessageV3. newBuilderForType(AbstractMessage.BuilderParent parent)TODO: generated class should implement this directlyConstructors in com.google.protobuf with parameters of type AbstractMessage.BuilderParent Constructor Description RepeatedFieldBuilderV3(java.util.List<MType> messages, boolean isMessagesListMutable, AbstractMessage.BuilderParent parent, boolean isClean)Constructs a new builder with an empty list of messages.SingleFieldBuilderV3(MType message, AbstractMessage.BuilderParent parent, boolean isClean)
-