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 interface
TODO(xiaofeng): remove this after b/29368482 is fixed.protected static interface
TODO(xiaofeng): remove this after b/29368482 is fixed.Classes in com.google.protobuf that implement AbstractMessage.BuilderParentModifier and TypeClassDescriptionprivate class
Implementation ofGeneratedMessage.BuilderParent
for giving to our children.private class
Implementation ofGeneratedMessageV3.BuilderParent
for giving to our children.class
RepeatedFieldBuilder<MType extends GeneratedMessage,
BType extends GeneratedMessage.Builder, IType extends MessageOrBuilder> RepeatedFieldBuilder
implements a structure that a protocol message uses to hold a repeated field of other protocol messages.class
RepeatedFieldBuilderV3<MType extends AbstractMessage,
BType extends AbstractMessage.Builder, IType extends MessageOrBuilder> RepeatedFieldBuilderV3
implements a structure that a protocol message uses to hold a repeated field of other protocol messages.class
SingleFieldBuilder<MType extends GeneratedMessage,
BType extends GeneratedMessage.Builder, IType extends MessageOrBuilder> SingleFieldBuilder
implements a structure that a protocol message uses to hold a single field of another protocol message.class
SingleFieldBuilderV3<MType extends AbstractMessage,
BType extends AbstractMessage.Builder, IType extends MessageOrBuilder> SingleFieldBuilderV3
implements 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.BuilderParent
RepeatedFieldBuilderV3.parent
private AbstractMessage.BuilderParent
SingleFieldBuilderV3.parent
Methods in com.google.protobuf with parameters of type AbstractMessage.BuilderParentModifier and TypeMethodDescriptionprotected Message.Builder
AbstractMessage.newBuilderForType
(AbstractMessage.BuilderParent parent) Create a nested builder.protected Message.Builder
GeneratedMessage.newBuilderForType
(AbstractMessage.BuilderParent parent) protected Message.Builder
GeneratedMessageV3.newBuilderForType
(AbstractMessage.BuilderParent parent) Constructors 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)