Uses of Class
com.google.protobuf.AbstractMessage.Builder
Packages that use AbstractMessage.Builder
-
Uses of AbstractMessage.Builder in com.google.protobuf
Classes in com.google.protobuf with type parameters of type AbstractMessage.BuilderModifier and TypeClassDescriptionstatic class
AbstractMessage.Builder<BuilderType extends AbstractMessage.Builder<BuilderType>>
A partial implementation of theMessage.Builder
interface which implements as many methods of that interface as possible in terms of other methods.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.private static class
RepeatedFieldBuilderV3.BuilderExternalList<MType extends AbstractMessage,
BType extends AbstractMessage.Builder, IType extends MessageOrBuilder> Provides a live view of the builder as a list of builders.private static class
RepeatedFieldBuilderV3.MessageExternalList<MType extends AbstractMessage,
BType extends AbstractMessage.Builder, IType extends MessageOrBuilder> Provides a live view of the builder as a list of messages.private static class
RepeatedFieldBuilderV3.MessageOrBuilderExternalList<MType extends AbstractMessage,
BType extends AbstractMessage.Builder, IType extends MessageOrBuilder> Provides a live view of the builder as a list of builders.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.Subclasses of AbstractMessage.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final class
Describes a message type.static final class
Protobuf typegoogle.protobuf.DescriptorProto.ExtensionRange
static final class
Range of reserved tag numbers.static final class
Describes an enum type.static final class
Range of reserved numeric values.static final class
Protobuf typegoogle.protobuf.EnumOptions
static final class
Describes a value within an enum.static final class
Protobuf typegoogle.protobuf.EnumValueOptions
static final class
Protobuf typegoogle.protobuf.ExtensionRangeOptions
static final class
Describes a field within a message.static final class
Protobuf typegoogle.protobuf.FieldOptions
static final class
Describes a complete .proto file.static final class
The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.static final class
Protobuf typegoogle.protobuf.FileOptions
static final class
Protobuf typegoogle.protobuf.GeneratedCodeInfo.Annotation
static final class
Describes the relationship between generated code and its original source file.static final class
Protobuf typegoogle.protobuf.MessageOptions
static final class
Describes a method of a service.static final class
Protobuf typegoogle.protobuf.MethodOptions
static final class
Describes a oneof.static final class
Protobuf typegoogle.protobuf.OneofOptions
static final class
Describes a service.static final class
Protobuf typegoogle.protobuf.ServiceOptions
static final class
Encapsulates information about the original source file from which a FileDescriptorProto was generated.static final class
Protobuf typegoogle.protobuf.SourceCodeInfo.Location
static final class
A message representing a option the parser does not recognize.static final class
The name of the uninterpreted option.static final class
Builder forDynamicMessage
s.static class
GeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder<BuilderType>>
static class
GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,
BuilderType extends GeneratedMessage.ExtendableBuilder<MessageType, BuilderType>> Generated message builders for message types that contain extension ranges subclass this.static class
GeneratedMessageV3.Builder<BuilderType extends GeneratedMessageV3.Builder<BuilderType>>
static class
GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,
BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType, BuilderType>> Generated message builders for message types that contain extension ranges subclass this.static class
MapEntry.Builder<K,
V> Builder to createMapEntry
messages.Fields in com.google.protobuf declared as AbstractMessage.Builder -
Uses of AbstractMessage.Builder in com.google.protobuf.compiler
Subclasses of AbstractMessage.Builder in com.google.protobuf.compilerModifier and TypeClassDescriptionstatic final class
An encoded CodeGeneratorRequest is written to the plugin's stdin.static final class
The plugin writes an encoded CodeGeneratorResponse to stdout.static final class
Represents a single generated file.static final class
The version number of protocol compiler.