Uses of Interface
com.google.protobuf.AbstractMessage.BuilderParent
Packages that use AbstractMessage.BuilderParent
-
Uses of AbstractMessage.BuilderParent in com.google.protobuf
Subinterfaces of AbstractMessage.BuilderParent in com.google.protobufModifier and TypeInterfaceDescriptionprotected static interfaceTODO(xiaofeng): remove this after b/29368482 is fixed.protected static interfaceTODO(xiaofeng): remove this after b/29368482 is fixed.Classes in com.google.protobuf that implement AbstractMessage.BuilderParentModifier and TypeClassDescriptionclassRepeatedFieldBuilder<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.BuilderParentModifier and TypeMethodDescriptionprotected 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(b/258340024): generated class should implement this directlyConstructors in com.google.protobuf with parameters of type AbstractMessage.BuilderParentModifierConstructorDescriptionRepeatedFieldBuilderV3(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)