Uses of Interface
com.google.protobuf.MessageLite.Builder
Packages that use MessageLite.Builder
-
Uses of MessageLite.Builder in com.google.protobuf
Subinterfaces of MessageLite.Builder in com.google.protobufModifier and TypeInterfaceDescriptionstatic interface
Abstract interface implemented by Protocol Message builders.Classes in com.google.protobuf that implement MessageLite.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 class
AbstractMessageLite.Builder<MessageType extends AbstractMessageLite<MessageType,
BuilderType>, BuilderType extends AbstractMessageLite.Builder<MessageType, 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
`Any` contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message.static final class
Api is a light-weight descriptor for an API Interface.static final class
Wrapper message for `bool`.static final class
Wrapper message for `bytes`.static 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
Wrapper message for `double`.static final class
A Duration represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution.static final class
Builder forDynamicMessage
s.static final class
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs.static final class
Enum type definition.static final class
Enum value definition.static final class
A single field of a message type.static final class
`FieldMask` represents a set of symbolic field paths, for example: paths: "f.a" paths: "f.b.d" Here `f` represents a field in some root message, `a` and `b` fields in the message found in `f`, and `d` a field found in the message in `f.b`.static final class
Wrapper message for `float`.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
GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite<MessageType,
BuilderType>, BuilderType extends GeneratedMessageLite.Builder<MessageType, BuilderType>> static class
GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,
BuilderType>, BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>> Lite equivalent ofGeneratedMessage.ExtendableBuilder
.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 final class
Wrapper message for `int32`.static final class
Wrapper message for `int64`.static final class
`ListValue` is a wrapper around a repeated field of values.static class
MapEntry.Builder<K,
V> Builder to createMapEntry
messages.static final class
Method represents a method of an API interface.static final class
Declares an API Interface to be included in this interface.static final class
A protocol buffer option, which can be attached to a message, field, enumeration, etc.static final class
`SourceContext` represents information about the source of a protobuf element, like the file in which it is defined.static final class
Wrapper message for `string`.static final class
`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.static final class
A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution.static final class
A protocol buffer message type.static final class
Wrapper message for `uint32`.static final class
Wrapper message for `uint64`.static final class
Builder forUnknownFieldSet
s.static final class
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.Methods in com.google.protobuf that return MessageLite.BuilderModifier and TypeMethodDescriptionMessageLite.Builder.clear()
Resets all fields to their default values.MessageLite.Builder.clone()
Clones the Builder.Descriptors.FieldDescriptor.internalMergeFrom
(MessageLite.Builder to, MessageLite from) For internal use only.FieldSet.FieldDescriptorLite.internalMergeFrom
(MessageLite.Builder to, MessageLite from) GeneratedMessageLite.ExtensionDescriptor.internalMergeFrom
(MessageLite.Builder to, MessageLite from) MessageLite.Builder.mergeFrom
(byte[] data) Parsedata
as a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom
(byte[] data, int off, int len) Parsedata
as a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom
(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) Parsedata
as a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) Parsedata
as a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom
(ByteString data) Parsedata
as a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) Parsedata
as a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom
(CodedInputStream input) Parses a message of this type from the input and merges it with this message.MessageLite.Builder.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) LikemergeFrom(CodedInputStream)
, but also parses extensions.MessageLite.Builder.mergeFrom
(MessageLite other) Mergeother
into the message being built.MessageLite.Builder.mergeFrom
(InputStream input) Parse a message of this type frominput
and merge it with the message being built.MessageLite.Builder.mergeFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) Parse a message of this type frominput
and merge it with the message being built.MessageLite.newBuilderForType()
Constructs a new builder for a message of the same type as this message.MessageLite.toBuilder()
Constructs a builder initialized with the current message.Methods in com.google.protobuf with parameters of type MessageLite.BuilderModifier and TypeMethodDescriptionDescriptors.FieldDescriptor.internalMergeFrom
(MessageLite.Builder to, MessageLite from) For internal use only.FieldSet.FieldDescriptorLite.internalMergeFrom
(MessageLite.Builder to, MessageLite from) GeneratedMessageLite.ExtensionDescriptor.internalMergeFrom
(MessageLite.Builder to, MessageLite from) void
CodedInputStream.ArrayDecoder.readGroup
(int fieldNumber, MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) void
CodedInputStream.IterableDirectByteBufferDecoder.readGroup
(int fieldNumber, MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) abstract void
CodedInputStream.readGroup
(int fieldNumber, MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) Read agroup
field value from the stream.void
CodedInputStream.StreamDecoder.readGroup
(int fieldNumber, MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) void
CodedInputStream.UnsafeDirectNioDecoder.readGroup
(int fieldNumber, MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) void
CodedInputStream.ArrayDecoder.readMessage
(MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) void
CodedInputStream.IterableDirectByteBufferDecoder.readMessage
(MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) abstract void
CodedInputStream.readMessage
(MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) Read an embedded message field value from the stream.void
CodedInputStream.StreamDecoder.readMessage
(MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) void
CodedInputStream.UnsafeDirectNioDecoder.readMessage
(MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) void
CodedInputStream.ArrayDecoder.readUnknownGroup
(int fieldNumber, MessageLite.Builder builder) Deprecated.void
CodedInputStream.IterableDirectByteBufferDecoder.readUnknownGroup
(int fieldNumber, MessageLite.Builder builder) Deprecated.abstract void
CodedInputStream.readUnknownGroup
(int fieldNumber, MessageLite.Builder builder) Deprecated.void
CodedInputStream.StreamDecoder.readUnknownGroup
(int fieldNumber, MessageLite.Builder builder) Deprecated.void
CodedInputStream.UnsafeDirectNioDecoder.readUnknownGroup
(int fieldNumber, MessageLite.Builder builder) Deprecated. -
Uses of MessageLite.Builder in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement MessageLite.BuilderModifier 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.
CodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite)
.