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 interfaceAbstract interface implemented by Protocol Message builders.Classes in com.google.protobuf that implement MessageLite.BuilderModifier and TypeClassDescriptionstatic classAbstractMessage.Builder<BuilderType extends AbstractMessage.Builder<BuilderType>>A partial implementation of theMessage.Builderinterface which implements as many methods of that interface as possible in terms of other methods.static classAbstractMessageLite.Builder<MessageType extends AbstractMessageLite<MessageType,BuilderType>, BuilderType extends AbstractMessageLite.Builder<MessageType, BuilderType>> A partial implementation of theMessage.Builderinterface 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 classApi is a light-weight descriptor for an API Interface.static final classWrapper message for `bool`.static final classWrapper message for `bytes`.static final classDescribes a message type.static final classProtobuf typegoogle.protobuf.DescriptorProto.ExtensionRangestatic final classRange of reserved tag numbers.static final classDescribes an enum type.static final classRange of reserved numeric values.static final classProtobuf typegoogle.protobuf.EnumOptionsstatic final classDescribes a value within an enum.static final classProtobuf typegoogle.protobuf.EnumValueOptionsstatic final classProtobuf typegoogle.protobuf.ExtensionRangeOptionsstatic final classProtobuf typegoogle.protobuf.ExtensionRangeOptions.Declarationstatic final classTODO Enums in C++ gencode (and potentially other languages) are not well scoped.static final classA compiled specification for the defaults of a set of features.static final classA map from every known edition with a unique set of defaults to its defaults.static final classDescribes a field within a message.static final classProtobuf typegoogle.protobuf.FieldOptionsstatic final classProtobuf typegoogle.protobuf.FieldOptions.EditionDefaultstatic final classDescribes a complete .proto file.static final classThe protocol compiler can output a FileDescriptorSet containing the .proto files it parses.static final classProtobuf typegoogle.protobuf.FileOptionsstatic final classProtobuf typegoogle.protobuf.GeneratedCodeInfo.Annotationstatic final classDescribes the relationship between generated code and its original source file.static final classProtobuf typegoogle.protobuf.MessageOptionsstatic final classDescribes a method of a service.static final classProtobuf typegoogle.protobuf.MethodOptionsstatic final classDescribes a oneof.static final classProtobuf typegoogle.protobuf.OneofOptionsstatic final classDescribes a service.static final classProtobuf typegoogle.protobuf.ServiceOptionsstatic final classEncapsulates information about the original source file from which a FileDescriptorProto was generated.static final classProtobuf typegoogle.protobuf.SourceCodeInfo.Locationstatic final classA message representing a option the parser does not recognize.static final classThe name of the uninterpreted option.static final classWrapper message for `double`.static final classA Duration represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution.static final classBuilder forDynamicMessages.static final classA generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs.static final classEnum type definition.static final classEnum value definition.static final classA 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 classWrapper message for `float`.static classGeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder<BuilderType>>static classGeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder<MessageType, BuilderType>> Generated message builders for message types that contain extension ranges subclass this.static classGeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite<MessageType,BuilderType>, BuilderType extends GeneratedMessageLite.Builder<MessageType, BuilderType>> static classGeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>, BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>> Lite equivalent ofGeneratedMessage.ExtendableBuilder.static classGeneratedMessageV3.Builder<BuilderT extends GeneratedMessageV3.Builder<BuilderT>>Builder class forGeneratedMessageV3.static classGeneratedMessageV3.ExtendableBuilder<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>> Generated message builders for message types that contain extension ranges subclass this.static final classWrapper message for `int32`.static final classWrapper message for `int64`.static final class`ListValue` is a wrapper around a repeated field of values.static classMapEntry.Builder<K,V> Builder to createMapEntrymessages.static final classMethod represents a method of an API interface.static final classDeclares an API Interface to be included in this interface.static final classA 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 classWrapper message for `string`.static final class`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.static final classA 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 classA protocol buffer message type.static final classWrapper message for `uint32`.static final classWrapper message for `uint64`.static final classBuilder forUnknownFieldSets.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) Parsedataas a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom(byte[] data, int off, int len) Parsedataas a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry) Parsedataas a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom(byte[] data, ExtensionRegistryLite extensionRegistry) Parsedataas a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom(ByteString data) Parsedataas a message of this type and merge it with the message being built.MessageLite.Builder.mergeFrom(ByteString data, ExtensionRegistryLite extensionRegistry) Parsedataas 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) Mergeotherinto the message being built.MessageLite.Builder.mergeFrom(InputStream input) Parse a message of this type frominputand merge it with the message being built.MessageLite.Builder.mergeFrom(InputStream input, ExtensionRegistryLite extensionRegistry) Parse a message of this type frominputand 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) voidCodedInputStream.ArrayDecoder.readGroup(int fieldNumber, MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) voidCodedInputStream.IterableDirectByteBufferDecoder.readGroup(int fieldNumber, MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) abstract voidCodedInputStream.readGroup(int fieldNumber, MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) Read agroupfield value from the stream.voidCodedInputStream.StreamDecoder.readGroup(int fieldNumber, MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) voidCodedInputStream.UnsafeDirectNioDecoder.readGroup(int fieldNumber, MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) voidCodedInputStream.ArrayDecoder.readMessage(MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) voidCodedInputStream.IterableDirectByteBufferDecoder.readMessage(MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) abstract voidCodedInputStream.readMessage(MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) Read an embedded message field value from the stream.voidCodedInputStream.StreamDecoder.readMessage(MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) voidCodedInputStream.UnsafeDirectNioDecoder.readMessage(MessageLite.Builder builder, ExtensionRegistryLite extensionRegistry) voidCodedInputStream.ArrayDecoder.readUnknownGroup(int fieldNumber, MessageLite.Builder builder) Deprecated.voidCodedInputStream.IterableDirectByteBufferDecoder.readUnknownGroup(int fieldNumber, MessageLite.Builder builder) Deprecated.abstract voidCodedInputStream.readUnknownGroup(int fieldNumber, MessageLite.Builder builder) Deprecated.voidCodedInputStream.StreamDecoder.readUnknownGroup(int fieldNumber, MessageLite.Builder builder) Deprecated.voidCodedInputStream.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 classAn encoded CodeGeneratorRequest is written to the plugin's stdin.static final classThe plugin writes an encoded CodeGeneratorResponse to stdout.static final classRepresents a single generated file.static final classThe version number of protocol compiler.
CodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite).