Uses of Interface
com.google.protobuf.AbstractMessage.BuilderParent
-
Packages that use AbstractMessage.BuilderParent Package Description com.google.protobuf com.google.protobuf.compiler -
-
Uses of AbstractMessage.BuilderParent in com.google.protobuf
Subinterfaces of AbstractMessage.BuilderParent in com.google.protobuf Modifier and Type Interface Description protected static interfaceGeneratedMessageV3.BuilderParentDeprecated.Classes in com.google.protobuf that implement AbstractMessage.BuilderParent Modifier and Type Class Description private classGeneratedMessage.Builder.BuilderParentImplImplementation ofAbstractMessage.BuilderParentfor giving to our children.private classGeneratedMessageV3.Builder.BuilderParentImplDeprecated.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>Deprecated.This class is deprecated, and slated for removal in the next breaking change.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>Deprecated.This class is deprecated, and slated for removal in the next breaking change.Fields in com.google.protobuf declared as AbstractMessage.BuilderParent Modifier and Type Field Description private AbstractMessage.BuilderParentGeneratedMessage.Builder. builderParentprivate AbstractMessage.BuilderParentRepeatedFieldBuilder. parentprivate AbstractMessage.BuilderParentRepeatedFieldBuilderV3. parentDeprecated.private AbstractMessage.BuilderParentSingleFieldBuilder. parentprivate AbstractMessage.BuilderParentSingleFieldBuilderV3. parentDeprecated.Methods in com.google.protobuf that return AbstractMessage.BuilderParent Modifier and Type Method Description protected AbstractMessage.BuilderParentGeneratedMessage.Builder. getParentForChildren()Gets theAbstractMessage.BuilderParentfor giving to our children.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.BuilderGeneratedMessageV3. newBuilderForType(AbstractMessage.BuilderParent parent)Deprecated.protected JavaFeaturesProto.JavaFeatures.BuilderJavaFeaturesProto.JavaFeatures. newBuilderForType(AbstractMessage.BuilderParent parent)Constructors in com.google.protobuf with parameters of type AbstractMessage.BuilderParent Constructor Description Builder(AbstractMessage.BuilderParent builderParent)Builder(AbstractMessage.BuilderParent parent)ExtendableBuilder(AbstractMessage.BuilderParent parent)RepeatedFieldBuilder(java.util.List<MType> messages, boolean isMessagesListMutable, AbstractMessage.BuilderParent parent, boolean isClean)Constructs a new builder with an empty list of messages.RepeatedFieldBuilderV3(java.util.List<MType> messages, boolean isMessagesListMutable, AbstractMessage.BuilderParent parent, boolean isClean)Deprecated.SingleFieldBuilder(MType message, AbstractMessage.BuilderParent parent, boolean isClean)SingleFieldBuilderV3(MType message, AbstractMessage.BuilderParent parent, boolean isClean)Deprecated. -
Uses of AbstractMessage.BuilderParent in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler with parameters of type AbstractMessage.BuilderParent Modifier and Type Method Description protected PluginProtos.CodeGeneratorRequest.BuilderPluginProtos.CodeGeneratorRequest. newBuilderForType(AbstractMessage.BuilderParent parent)protected PluginProtos.CodeGeneratorResponse.File.BuilderPluginProtos.CodeGeneratorResponse.File. newBuilderForType(AbstractMessage.BuilderParent parent)protected PluginProtos.CodeGeneratorResponse.BuilderPluginProtos.CodeGeneratorResponse. newBuilderForType(AbstractMessage.BuilderParent parent)protected PluginProtos.Version.BuilderPluginProtos.Version. newBuilderForType(AbstractMessage.BuilderParent parent)Constructors in com.google.protobuf.compiler with parameters of type AbstractMessage.BuilderParent Constructor Description Builder(AbstractMessage.BuilderParent parent)Builder(AbstractMessage.BuilderParent parent)Builder(AbstractMessage.BuilderParent parent)Builder(AbstractMessage.BuilderParent parent)
-