Uses of Interface
com.google.protobuf.MessageLite
Packages that use MessageLite
Package
Description
API for gRPC over Protocol Buffers with proto message classes generated by the Lite Runtime
library.
-
Uses of MessageLite in com.google.protobuf
Classes in com.google.protobuf with type parameters of type MessageLiteModifier and TypeClassDescriptionclass
AbstractParser<MessageType extends MessageLite>
A partial implementation of theParser
interface which implements as many methods of that interface as possible in terms of other methods.class
Extension<ContainingType extends MessageLite,
Type> Interface that generated extensions implement.class
ExtensionLite<ContainingType extends MessageLite,
Type> Lite interface that generated extensions implement.static class
GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,
Type> Lite equivalent toGeneratedMessage.GeneratedExtension
.Subinterfaces of MessageLite in com.google.protobufModifier and TypeInterfaceDescriptioninterface
Abstract interface implemented by Protocol Message objects.Classes in com.google.protobuf that implement MessageLiteModifier and TypeClassDescriptionclass
A partial implementation of theMessage
interface which implements as many methods of that interface as possible in terms of other methods.class
AbstractMessageLite<MessageType extends AbstractMessageLite<MessageType,
BuilderType>, BuilderType extends AbstractMessageLite.Builder<MessageType, BuilderType>> A partial implementation of theMessageLite
interface which implements as many methods of that interface as possible in terms of other methods.final class
Protobuf typegoogle.protobuf.Any
final class
Protobuf typegoogle.protobuf.Api
final class
Protobuf typegoogle.protobuf.BoolValue
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.FeatureSet.VisibilityFeature
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
static final class
Protobuf typegoogle.protobuf.GeneratedCodeInfo.Annotation
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
final class
Protobuf typegoogle.protobuf.DoubleValue
final class
Protobuf typegoogle.protobuf.Duration
final class
An implementation ofMessage
that can represent arbitrary types, given aDescriptors.Descriptor
.final class
Protobuf typegoogle.protobuf.Empty
final class
Protobuf typegoogle.protobuf.Enum
final class
Protobuf typegoogle.protobuf.EnumValue
final class
Protobuf typegoogle.protobuf.Field
final class
Protobuf typegoogle.protobuf.FieldMask
final class
Protobuf typegoogle.protobuf.FloatValue
class
All generated protocol message classes extend this class.static class
GeneratedMessage.ExtendableMessage<MessageT extends GeneratedMessage.ExtendableMessage<MessageT>>
Generated message classes for message types that contain extension ranges subclass this.class
GeneratedMessageLite<MessageType extends GeneratedMessageLite<MessageType,
BuilderType>, BuilderType extends GeneratedMessageLite.Builder<MessageType, BuilderType>> Lite version ofGeneratedMessage
.static class
GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,
BuilderType>, BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>> Lite equivalent ofGeneratedMessage.ExtendableMessage
.class
Deprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).static class
GeneratedMessageV3.ExtendableMessage<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>>
Deprecated.This class is deprecated, and slated for removal in the next Java breaking change (5.x).final class
Protobuf typegoogle.protobuf.Int32Value
final class
Protobuf typegoogle.protobuf.Int64Value
static final class
Protobuf typepb.JavaFeatures
static final class
Protobuf typepb.JavaFeatures.NestInFileClassFeature
final class
Protobuf typegoogle.protobuf.ListValue
final class
MapEntry<K,
V> Implements MapEntry messages.final class
Protobuf typegoogle.protobuf.Method
final class
Protobuf typegoogle.protobuf.Mixin
final class
Protobuf typegoogle.protobuf.Option
final class
Protobuf typegoogle.protobuf.SourceContext
final class
Protobuf typegoogle.protobuf.StringValue
final class
Protobuf typegoogle.protobuf.Struct
final class
Protobuf typegoogle.protobuf.Timestamp
final class
Protobuf typegoogle.protobuf.Type
final class
Protobuf typegoogle.protobuf.UInt32Value
final class
Protobuf typegoogle.protobuf.UInt64Value
final class
UnknownFieldSet
keeps track of fields which were seen when parsing a protocol message but whose field numbers or types are unrecognized.final class
Protobuf typegoogle.protobuf.Value
Fields in com.google.protobuf declared as MessageLiteMethods in com.google.protobuf with type parameters of type MessageLiteModifier and TypeMethodDescription<ContainingType extends MessageLite>
GeneratedMessageLite.GeneratedExtension<ContainingType, ?> ExtensionRegistryLite.findLiteExtensionByNumber
(ContainingType containingTypeDefaultInstance, int fieldNumber) Find an extension by containing type and field number.static <T extends MessageLite>
TInternal.getDefaultInstance
(Class<T> clazz) static <ContainingType extends MessageLite,
Type>
GeneratedMessageLite.GeneratedExtension<ContainingType, Type> GeneratedMessageLite.newRepeatedGeneratedExtension
(ContainingType containingTypeDefaultInstance, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, boolean isPacked, Class singularType) For use by generated code only.static <ContainingType extends MessageLite,
Type>
GeneratedMessageLite.GeneratedExtension<ContainingType, Type> GeneratedMessageLite.newSingularGeneratedExtension
(ContainingType containingTypeDefaultInstance, Type defaultValue, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, Class singularType) For use by generated code only.protected <MessageType2 extends MessageLite>
booleanGeneratedMessageLite.ExtendableMessage.parseUnknownField
(MessageType2 defaultInstance, CodedInputStream input, ExtensionRegistryLite extensionRegistry, int tag) Parse an unknown field or an extension.protected <MessageType2 extends MessageLite>
booleanGeneratedMessageLite.ExtendableMessage.parseUnknownFieldAsMessageSet
(MessageType2 defaultInstance, CodedInputStream input, ExtensionRegistryLite extensionRegistry, int tag) Parse an unknown field or an extension.abstract <T extends MessageLite>
TCodedInputStream.readGroup
(int fieldNumber, Parser<T> parser, ExtensionRegistryLite extensionRegistry) Read agroup
field value from the stream.abstract <T extends MessageLite>
TCodedInputStream.readMessage
(Parser<T> parser, ExtensionRegistryLite extensionRegistry) Read an embedded message field value from the stream.Methods in com.google.protobuf that return MessageLiteModifier and TypeMethodDescriptionMessageLite.Builder.build()
Constructs the message based on the state of the Builder.MessageLite.Builder.buildPartial()
LikeMessageLite.Builder.build()
, but does not throw an exception if the message is missing required fields.MessageLiteOrBuilder.getDefaultInstanceForType()
Get an instance of the type with no fields set.abstract MessageLite
ExtensionLite.getMessageDefaultInstance()
Returns the default instance of the extension field, if it's a message extension.GeneratedMessageLite.GeneratedExtension.getMessageDefaultInstance()
If the extension is an embedded message or group, returns the default instance of the message.InvalidProtocolBufferException.getUnfinishedMessage()
Returns the unfinished message attached to the exception, or null if no message is attached.LazyField.getValue()
LazyFieldLite.getValue
(MessageLite defaultInstance) Returns message instance.LazyFieldLite.setValue
(MessageLite value) Sets the value of the instance and returns the old value without delay parsing anything.Methods in com.google.protobuf that return types with arguments of type MessageLiteModifier and TypeMethodDescriptionParser
<? extends MessageLite> MessageLite.getParserForType()
Gets the parser for a message of the same type as this message.Methods in com.google.protobuf with parameters of type MessageLiteModifier and TypeMethodDescriptionstatic int
CodedOutputStream.computeGroupSize
(int fieldNumber, MessageLite value) Deprecated.groups are deprecated.static int
CodedOutputStream.computeGroupSizeNoTag
(MessageLite value) Deprecated.static int
CodedOutputStream.computeMessageSetExtensionSize
(int fieldNumber, MessageLite value) Compute the number of bytes that would be needed to encode a MessageSet extension to the stream.static int
CodedOutputStream.computeMessageSize
(int fieldNumber, MessageLite value) Compute the number of bytes that would be needed to encode an embedded message field, including tag.static int
CodedOutputStream.computeMessageSizeNoTag
(MessageLite value) Compute the number of bytes that would be needed to encode an embedded message field.protected void
LazyFieldLite.ensureInitialized
(MessageLite defaultInstance) Might lazily parse the bytes that were previously passed in.static LazyFieldLite
LazyFieldLite.fromValue
(MessageLite value) Constructs a LazyFieldLite instance with a value.LazyFieldLite.getValue
(MessageLite defaultInstance) Returns message instance.Descriptors.FieldDescriptor.internalMergeFrom
(MessageLite.Builder to, MessageLite from) For internal use only.AbstractMessageLite.Builder.mergeFrom
(MessageLite other) MessageLite.Builder.mergeFrom
(MessageLite other) Mergeother
into the message being built.UnknownFieldSet.Builder.mergeFrom
(MessageLite m) protected static Object
GeneratedMessageLite.newMessageInfo
(MessageLite defaultInstance, String info, Object[] objects) static <ContainingType extends MessageLite,
Type>
GeneratedMessageLite.GeneratedExtension<ContainingType, Type> GeneratedMessageLite.newRepeatedGeneratedExtension
(ContainingType containingTypeDefaultInstance, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, boolean isPacked, Class singularType) For use by generated code only.static <ContainingType extends MessageLite,
Type>
GeneratedMessageLite.GeneratedExtension<ContainingType, Type> GeneratedMessageLite.newSingularGeneratedExtension
(ContainingType containingTypeDefaultInstance, Type defaultValue, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, Class singularType) For use by generated code only.protected static UninitializedMessageException
AbstractMessageLite.Builder.newUninitializedMessageException
(MessageLite message) Construct an UninitializedMessageException reporting missing fields in the given message.GeneratedMessageLite.SerializedForm.of
(MessageLite message) InvalidProtocolBufferException.setUnfinishedMessage
(MessageLite unfinishedMessage) Attaches an unfinished message to the exception to support best-effort parsing inParser
interface.LazyFieldLite.setValue
(MessageLite value) Sets the value of the instance and returns the old value without delay parsing anything.final void
CodedOutputStream.writeGroup
(int fieldNumber, MessageLite value) Deprecated.groups are deprecated.final void
CodedOutputStream.writeGroupNoTag
(MessageLite value) Deprecated.groups are deprecated.abstract void
CodedOutputStream.writeMessage
(int fieldNumber, MessageLite value) Write an embedded message field, including tag, to the stream.abstract void
CodedOutputStream.writeMessageNoTag
(MessageLite value) Write an embedded message field to the stream.abstract void
CodedOutputStream.writeMessageSetExtension
(int fieldNumber, MessageLite value) Write a MessageSet extension field to the stream.Constructors in com.google.protobuf with parameters of type MessageLiteModifierConstructorDescriptionLazyField
(MessageLite defaultInstance, ExtensionRegistryLite extensionRegistry, ByteString bytes) UninitializedMessageException
(MessageLite message) -
Uses of MessageLite in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement MessageLiteModifier 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 MessageLite in dev.enola.common.protobuf
Methods in dev.enola.common.protobuf that return MessageLite -
Uses of MessageLite in dev.enola.common.validation
Classes in dev.enola.common.validation that implement MessageLiteModifier and TypeClassDescriptionfinal class
Protobuf typedev.enola.validation.Validation
final class
Protobuf typedev.enola.validation.Validations
-
Uses of MessageLite in dev.enola.core.proto
Classes in dev.enola.core.proto that implement MessageLiteModifier and TypeClassDescriptionfinal class
Intentionally empty (currently).final class
Protobuf typedev.enola.core.GetFileDescriptorSetResponse
final class
Protobuf typedev.enola.core.GetThingRequest
final class
Protobuf typedev.enola.core.GetThingResponse
final class
Protobuf typedev.enola.core.GetThingsRequest
final class
Protobuf typedev.enola.core.GetThingsResponse
-
Uses of MessageLite in dev.enola.core.util.proto
Classes in dev.enola.core.util.proto that implement MessageLiteModifier and TypeClassDescriptionfinal 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 MessageLite in dev.enola.thing.proto
Classes in dev.enola.thing.proto that implement MessageLiteModifier and TypeClassDescriptionfinal class
Protobuf typedev.enola.thing.CompactThing
final class
Protobuf typedev.enola.thing.CompactThings
final class
Protobuf typedev.enola.thing.LinksMetadata
final class
Protobuf typedev.enola.thing.TextThing
final class
Protobuf typedev.enola.thing.TextThings
final class
Thing is a generic datastructure for Linked Data.final class
Protobuf typedev.enola.thing.ThingMetadata
final class
Things are repeated things.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
-
Uses of MessageLite in io.grpc.protobuf.lite
Methods in io.grpc.protobuf.lite with type parameters of type MessageLiteModifier and TypeMethodDescriptionstatic <T extends MessageLite>
io.grpc.MethodDescriptor.Marshaller<T> ProtoLiteUtils.marshaller
(T defaultInstance) Creates aMethodDescriptor.Marshaller
for protos of the same type asdefaultInstance
.static <T extends MessageLite>
io.grpc.MethodDescriptor.Marshaller<T> ProtoLiteUtils.marshallerWithRecursionLimit
(T defaultInstance, int recursionLimit) Creates aMethodDescriptor.Marshaller
for protos of the same type asdefaultInstance
and a custom limit for the recursion depth.static <T extends MessageLite>
io.grpc.Metadata.BinaryMarshaller<T> ProtoLiteUtils.metadataMarshaller
(T defaultInstance) Produce a metadata marshaller for a protobuf type.