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: remove this after b/29368482 is fixed.protected static interfaceTODO: remove this after b/29368482 is fixed.Classes in com.google.protobuf that implement AbstractMessage.BuilderParentModifier and TypeClassDescriptionprivate classImplementation ofGeneratedMessage.BuilderParentfor giving to our children.private classImplementation ofGeneratedMessageV3.BuilderParentfor giving to our children.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.Fields in com.google.protobuf declared as AbstractMessage.BuilderParentModifier and TypeFieldDescriptionprivate AbstractMessage.BuilderParentRepeatedFieldBuilderV3.parentprivate AbstractMessage.BuilderParentSingleFieldBuilderV3.parentMethods 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: 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)