Uses of Class
com.google.protobuf.AbstractMessage.Builder
Packages that use AbstractMessage.Builder
Package
Description
-
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> Deprecated.This class is deprecated, and slated for removal in the next breaking change.class
SingleFieldBuilderV3<MType extends AbstractMessage,
BType extends AbstractMessage.Builder, IType extends MessageOrBuilder> Deprecated.This class is deprecated, and slated for removal in the next breaking change.Subclasses of AbstractMessage.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final class
Protobuf typegoogle.protobuf.Any
static final class
Protobuf typegoogle.protobuf.Api
static final class
Protobuf typegoogle.protobuf.BoolValue
static final class
Protobuf typegoogle.protobuf.BytesValue
static final class
Protobuf typegoogle.protobuf.DescriptorProto
static final class
Protobuf typegoogle.protobuf.DescriptorProto.ExtensionRange
static final class
Protobuf typegoogle.protobuf.DescriptorProto.ReservedRange
static final class
Protobuf typegoogle.protobuf.EnumDescriptorProto
static final class
Protobuf typegoogle.protobuf.EnumDescriptorProto.EnumReservedRange
static final class
Protobuf typegoogle.protobuf.EnumOptions
static final class
Protobuf typegoogle.protobuf.EnumValueDescriptorProto
static final class
Protobuf typegoogle.protobuf.EnumValueOptions
static final class
Protobuf typegoogle.protobuf.ExtensionRangeOptions
static final class
Protobuf typegoogle.protobuf.ExtensionRangeOptions.Declaration
static final class
Protobuf typegoogle.protobuf.FeatureSet
static final class
Protobuf typegoogle.protobuf.FeatureSetDefaults
static final class
Protobuf typegoogle.protobuf.FeatureSetDefaults.FeatureSetEditionDefault
static final class
Protobuf typegoogle.protobuf.FieldDescriptorProto
static final class
Protobuf typegoogle.protobuf.FieldOptions
static final class
Protobuf typegoogle.protobuf.FieldOptions.EditionDefault
static final class
Protobuf typegoogle.protobuf.FieldOptions.FeatureSupport
static final class
Protobuf typegoogle.protobuf.FileDescriptorProto
static final class
Protobuf typegoogle.protobuf.FileDescriptorSet
static final class
Protobuf typegoogle.protobuf.FileOptions
static final class
Protobuf typegoogle.protobuf.GeneratedCodeInfo.Annotation
static final class
Protobuf typegoogle.protobuf.GeneratedCodeInfo
static final class
Protobuf typegoogle.protobuf.MessageOptions
static final class
Protobuf typegoogle.protobuf.MethodDescriptorProto
static final class
Protobuf typegoogle.protobuf.MethodOptions
static final class
Protobuf typegoogle.protobuf.OneofDescriptorProto
static final class
Protobuf typegoogle.protobuf.OneofOptions
static final class
Protobuf typegoogle.protobuf.ServiceDescriptorProto
static final class
Protobuf typegoogle.protobuf.ServiceOptions
static final class
Protobuf typegoogle.protobuf.SourceCodeInfo
static final class
Protobuf typegoogle.protobuf.SourceCodeInfo.Location
static final class
Protobuf typegoogle.protobuf.UninterpretedOption
static final class
Protobuf typegoogle.protobuf.UninterpretedOption.NamePart
static final class
Protobuf typegoogle.protobuf.DoubleValue
static final class
Protobuf typegoogle.protobuf.Duration
static final class
Builder forDynamicMessage
s.static final class
Protobuf typegoogle.protobuf.Empty
static final class
Protobuf typegoogle.protobuf.Enum
static final class
Protobuf typegoogle.protobuf.EnumValue
static final class
Protobuf typegoogle.protobuf.Field
static final class
Protobuf typegoogle.protobuf.FieldMask
static final class
Protobuf typegoogle.protobuf.FloatValue
static class
GeneratedMessage.Builder<BuilderT extends GeneratedMessage.Builder<BuilderT>>
Builder class forGeneratedMessage
.static class
GeneratedMessage.ExtendableBuilder<MessageT extends GeneratedMessage.ExtendableMessage<MessageT>,
BuilderT extends GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>> Generated message builders for message types that contain extension ranges subclass this.static class
GeneratedMessageV3.Builder<BuilderT extends GeneratedMessageV3.Builder<BuilderT>>
Deprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).static class
GeneratedMessageV3.ExtendableBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>,
BuilderT extends GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>> Deprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).static final class
Protobuf typegoogle.protobuf.Int32Value
static final class
Protobuf typegoogle.protobuf.Int64Value
static final class
Protobuf typepb.JavaFeatures
static final class
Protobuf typegoogle.protobuf.ListValue
static class
MapEntry.Builder<K,
V> Builder to createMapEntry
messages.static final class
Protobuf typegoogle.protobuf.Method
static final class
Protobuf typegoogle.protobuf.Mixin
static final class
Protobuf typegoogle.protobuf.Option
static final class
Protobuf typegoogle.protobuf.SourceContext
static final class
Protobuf typegoogle.protobuf.StringValue
static final class
Protobuf typegoogle.protobuf.Struct
static final class
Protobuf typegoogle.protobuf.Timestamp
static final class
Protobuf typegoogle.protobuf.Type
static final class
Protobuf typegoogle.protobuf.UInt32Value
static final class
Protobuf typegoogle.protobuf.UInt64Value
static final class
Protobuf typegoogle.protobuf.Value
-
Uses of AbstractMessage.Builder in com.google.protobuf.compiler
Subclasses of AbstractMessage.Builder in com.google.protobuf.compilerModifier and TypeClassDescriptionstatic final class
Protobuf typegoogle.protobuf.compiler.CodeGeneratorRequest
static final class
Protobuf typegoogle.protobuf.compiler.CodeGeneratorResponse
static final class
Protobuf typegoogle.protobuf.compiler.CodeGeneratorResponse.File
static final class
Protobuf typegoogle.protobuf.compiler.Version
-
Uses of AbstractMessage.Builder in dev.enola.common.validation
Subclasses of AbstractMessage.Builder in dev.enola.common.validationModifier and TypeClassDescriptionstatic final class
Protobuf typedev.enola.validation.Validation
static final class
Protobuf typedev.enola.validation.Validations
-
Uses of AbstractMessage.Builder in dev.enola.core.proto
Subclasses of AbstractMessage.Builder in dev.enola.core.protoModifier and TypeClassDescriptionstatic final class
Intentionally empty (currently).static final class
Protobuf typedev.enola.core.GetFileDescriptorSetResponse
static final class
Protobuf typedev.enola.core.GetThingRequest
static final class
Protobuf typedev.enola.core.GetThingResponse
static final class
Protobuf typedev.enola.core.GetThingsRequest
static final class
Protobuf typedev.enola.core.GetThingsResponse
-
Uses of AbstractMessage.Builder in dev.enola.core.util.proto
Subclasses of AbstractMessage.Builder in dev.enola.core.util.protoModifier and TypeClassDescriptionstatic final class
TODO Log isn't actually used, just yet...static final class
Protobuf typedev.enola.core.util.Log.Entry
static final class
Protobuf typedev.enola.core.util.Log.Inline
-
Uses of AbstractMessage.Builder in dev.enola.thing.proto
Subclasses of AbstractMessage.Builder in dev.enola.thing.protoModifier and TypeClassDescriptionstatic final class
Protobuf typedev.enola.thing.CompactThing
static final class
Protobuf typedev.enola.thing.CompactThings
static final class
Protobuf typedev.enola.thing.LinksMetadata
static final class
Protobuf typedev.enola.thing.TextThing
static final class
Protobuf typedev.enola.thing.TextThings
static final class
Thing is a generic datastructure for Linked Data.static final class
Protobuf typedev.enola.thing.ThingMetadata
static final class
Things are repeated things.static final class
Value is the stuff that Thing's fields are made of.static final class
TODO Keep or remove this? See https://github.com/enola-dev/enola/pull/540...static final class
TODO Rename to Collectionstatic final class
Protobuf typedev.enola.thing.Value.Literal