Uses of Interface
com.google.protobuf.Message.Builder
Packages that use Message.Builder
Package
Description
-
Uses of Message.Builder in com.google.protobuf
Classes in com.google.protobuf that implement Message.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.static 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
Methods in com.google.protobuf that return Message.BuilderModifier and TypeMethodDescriptionMessage.Builder.addRepeatedField
(Descriptors.FieldDescriptor field, Object value) LikesetRepeatedField
, but appends the value as a new element.Message.Builder.clear()
Message.Builder.clearField
(Descriptors.FieldDescriptor field) Clears the field.Message.Builder.clearOneof
(Descriptors.OneofDescriptor oneof) Clears the oneof.Message.Builder.clone()
AbstractMessage.Builder.getFieldBuilder
(Descriptors.FieldDescriptor field) DynamicMessage.Builder.getFieldBuilder
(Descriptors.FieldDescriptor field) GeneratedMessage.Builder.getFieldBuilder
(Descriptors.FieldDescriptor field) GeneratedMessage.ExtendableBuilder.getFieldBuilder
(Descriptors.FieldDescriptor field) Message.Builder.getFieldBuilder
(Descriptors.FieldDescriptor field) Get a nested builder instance for the given field.AbstractMessage.Builder.getRepeatedFieldBuilder
(Descriptors.FieldDescriptor field, int index) DynamicMessage.Builder.getRepeatedFieldBuilder
(Descriptors.FieldDescriptor field, int index) GeneratedMessage.Builder.getRepeatedFieldBuilder
(Descriptors.FieldDescriptor field, int index) GeneratedMessage.ExtendableBuilder.getRepeatedFieldBuilder
(Descriptors.FieldDescriptor field, int index) Message.Builder.getRepeatedFieldBuilder
(Descriptors.FieldDescriptor field, int index) Get a nested builder instance for the given repeated field instance.Message.Builder.mergeFrom
(byte[] data) Message.Builder.mergeFrom
(byte[] data, int off, int len) Message.Builder.mergeFrom
(byte[] data, int off, int len, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Message.Builder.mergeFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Message.Builder.mergeFrom
(com.google.protobuf.ByteString data) Message.Builder.mergeFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Message.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input) Message.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Mergeother
into the message being built.Message.Builder.mergeFrom
(InputStream input) Message.Builder.mergeFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Message.Builder.mergeUnknownFields
(UnknownFieldSet unknownFields) Merge some unknown fields into theUnknownFieldSet
for this message.GeneratedMessage.Builder.newBuilderForField
(Descriptors.FieldDescriptor field) GeneratedMessage.ExtendableBuilder.newBuilderForField
(Descriptors.FieldDescriptor field) MapEntry.Builder.newBuilderForField
(Descriptors.FieldDescriptor field) Message.Builder.newBuilderForField
(Descriptors.FieldDescriptor field) Create a builder for messages of the appropriate type for the given field.protected Message.Builder
AbstractMessage.newBuilderForType
(AbstractMessage.BuilderParent parent) Create a nested builder.protected Message.Builder
GeneratedMessageV3.newBuilderForType
(AbstractMessage.BuilderParent parent) Deprecated.protected abstract Message.Builder
GeneratedMessageV3.newBuilderForType
(GeneratedMessageV3.BuilderParent parent) Deprecated.Message.newBuilderForType()
Message.Builder.setField
(Descriptors.FieldDescriptor field, Object value) Sets a field to the given value.Message.Builder.setRepeatedField
(Descriptors.FieldDescriptor field, int index, Object value) Sets an element of a repeated field to the given value.Message.Builder.setUnknownFields
(UnknownFieldSet unknownFields) Set theUnknownFieldSet
for this message.Message.toBuilder()
Methods in com.google.protobuf with parameters of type Message.BuilderModifier and TypeMethodDescriptionstatic void
TextFormat.merge
(CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
.static void
TextFormat.merge
(CharSequence input, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
.static void
TextFormat.merge
(Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
.static void
TextFormat.merge
(Readable input, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
.void
TextFormat.Parser.merge
(CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
.void
TextFormat.Parser.merge
(CharSequence input, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
.void
TextFormat.Parser.merge
(Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
.void
TextFormat.Parser.merge
(Readable input, Message.Builder builder) Parse a text-format message frominput
and merge the contents intobuilder
. -
Uses of Message.Builder in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement Message.BuilderModifier 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 Message.Builder in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type Message.BuilderModifier and TypeMethodDescriptionstatic void
FieldMaskUtil.merge
(FieldMask mask, Message source, Message.Builder destination) Merges fields specified by a FieldMask from one message to another.static void
FieldMaskUtil.merge
(FieldMask mask, Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) Merges fields specified by a FieldMask from one message to another with the specified merge options.void
JsonFormat.Parser.merge
(Reader json, Message.Builder builder) Parses from the proto3 JSON encoding into a protobuf message.void
JsonFormat.Parser.merge
(String json, Message.Builder builder) Parses from the proto3 JSON format into a protobuf message. -
Uses of Message.Builder in dev.enola.common.protobuf
Methods in dev.enola.common.protobuf with type parameters of type Message.BuilderModifier and TypeMethodDescription<B extends Message.Builder>
BProtoIO.read
(ReadableResource resource, B builder) Methods in dev.enola.common.protobuf that return Message.BuilderMethods in dev.enola.common.protobuf with parameters of type Message.BuilderModifier and TypeMethodDescriptionstatic void
ProtoIO.check
(String pathToResourceOnClasspath, Message.Builder builder) Deprecated.void
ProtoIO.convert
(ReadableResource in, Message.Builder builder, WritableResource out) Deprecated.<M extends Message>
MProtoIO.read
(ReadableResource resource, Message.Builder builder, Class<M> messageClass) -
Uses of Message.Builder in dev.enola.common.validation
Classes in dev.enola.common.validation that implement Message.BuilderModifier and TypeClassDescriptionstatic final class
Protobuf typedev.enola.validation.Validation
static final class
Protobuf typedev.enola.validation.Validations
-
Uses of Message.Builder in dev.enola.core.proto
Classes in dev.enola.core.proto that implement Message.BuilderModifier 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 Message.Builder in dev.enola.core.util.proto
Classes in dev.enola.core.util.proto that implement Message.BuilderModifier 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 Message.Builder in dev.enola.rdf.io
Methods in dev.enola.rdf.io that return Message.BuilderModifier and TypeMethodDescriptionRdfResourceIntoProtoThingConverter.asMessage
(List<Thing.Builder> thingsList) This return thingsList as Thing (if there is 1) or aThings
pb. -
Uses of Message.Builder in dev.enola.thing.proto
Classes in dev.enola.thing.proto that implement Message.BuilderModifier 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