Uses of Interface
com.google.protobuf.MessageLite
-
-
Uses of MessageLite in com.google.devtools.build.lib.buildeventstream
Classes in com.google.devtools.build.lib.buildeventstream that implement MessageLite Modifier and Type Class Description static classBuildEventStreamProtos.AbortedPayload of an event indicating that an expected event will not come, as the build is aborted prematurely for some reason.static classBuildEventStreamProtos.ActionExecutedPayload of the event indicating the completion of an action.static classBuildEventStreamProtos.BuildEventMessage describing a build event.static classBuildEventStreamProtos.BuildEventIdIdentifier for a build event.static classBuildEventStreamProtos.BuildEventId.ActionCompletedIdIdentifier of an event reporting that an action was completed (not all actions are reported, only the ones that can be considered important; this includes all failed actions).static classBuildEventStreamProtos.BuildEventId.BuildFinishedIdIdentifier of the BuildFinished event, indicating the end of a build.static classBuildEventStreamProtos.BuildEventId.BuildMetadataIdProtobuf typebuild_event_stream.BuildEventId.BuildMetadataIdstatic classBuildEventStreamProtos.BuildEventId.BuildMetricsIdIdentifier of an event providing build metrics after completion of the build.static classBuildEventStreamProtos.BuildEventId.BuildStartedIdIdentifier of an event indicating the beginning of a build; this will normally be the first event.static classBuildEventStreamProtos.BuildEventId.BuildToolLogsIdIdentifier of an event providing additional logs/statistics after completion of the build.static classBuildEventStreamProtos.BuildEventId.ConfigurationIdIdentifier of an event introducing a configuration.static classBuildEventStreamProtos.BuildEventId.ConfiguredLabelIdIdentifier of an event reporting an event associated with a configured label, usually a visibility error.static classBuildEventStreamProtos.BuildEventId.ConvenienceSymlinksIdentifiedIdIdentifier of an event providing convenience symlinks information.static classBuildEventStreamProtos.BuildEventId.FetchIdIdentifier of an event reporting that an external resource was fetched from.static classBuildEventStreamProtos.BuildEventId.NamedSetOfFilesIdIdentifier of an event introducing a named set of files (usually artifacts) to be referred to in later messages.static classBuildEventStreamProtos.BuildEventId.OptionsParsedIdIdentifier on an event reporting on the options included in the command line, both explicitly and implicitly.static classBuildEventStreamProtos.BuildEventId.PatternExpandedIdIdentifier of an event indicating that a target pattern has been expanded further.static classBuildEventStreamProtos.BuildEventId.ProgressIdIdentifier of an event reporting progress.static classBuildEventStreamProtos.BuildEventId.StructuredCommandLineIdIdentifier on an event describing the commandline received by Bazel.static classBuildEventStreamProtos.BuildEventId.TargetCompletedIdIdentifier of an event indicating that a target was built completely; this does not include running the test if the target is a test target.static classBuildEventStreamProtos.BuildEventId.TargetConfiguredIdIdentifier of an event indicating that a target has been expanded by identifying for which configurations it should be build.static classBuildEventStreamProtos.BuildEventId.TargetSummaryIdIdentifier of an event reporting the summary of a target.static classBuildEventStreamProtos.BuildEventId.TestResultIdIdentifier of an event reporting on an individual test run.static classBuildEventStreamProtos.BuildEventId.TestSummaryIdIdentifier of an event reporting the summary of a test.static classBuildEventStreamProtos.BuildEventId.UnconfiguredLabelIdIdentifier of an event reporting an event associated with an unconfigured label.static classBuildEventStreamProtos.BuildEventId.UnknownBuildEventIdGeneric identifier for a build event.static classBuildEventStreamProtos.BuildEventId.UnstructuredCommandLineIdIdentifier on an event indicating the original commandline received by the bazel server.static classBuildEventStreamProtos.BuildEventId.WorkspaceConfigIdProtobuf typebuild_event_stream.BuildEventId.WorkspaceConfigIdstatic classBuildEventStreamProtos.BuildEventId.WorkspaceStatusIdIdentifier of an event indicating the workspace status.static classBuildEventStreamProtos.BuildFinishedEvent indicating the end of a build.static classBuildEventStreamProtos.BuildFinished.AnomalyReportThings that happened during the build that could be of interest.static classBuildEventStreamProtos.BuildFinished.ExitCodeExit code of a build.static classBuildEventStreamProtos.BuildMetadataPayload of an event reporting custom key-value metadata associated with the build.static classBuildEventStreamProtos.BuildMetricsProtobuf typebuild_event_stream.BuildMetricsstatic classBuildEventStreamProtos.BuildMetrics.ActionSummaryProtobuf typebuild_event_stream.BuildMetrics.ActionSummarystatic classBuildEventStreamProtos.BuildMetrics.ActionSummary.ActionDataProtobuf typebuild_event_stream.BuildMetrics.ActionSummary.ActionDatastatic classBuildEventStreamProtos.BuildMetrics.ActionSummary.RunnerCountProtobuf typebuild_event_stream.BuildMetrics.ActionSummary.RunnerCountstatic classBuildEventStreamProtos.BuildMetrics.ArtifactMetricsProtobuf typebuild_event_stream.BuildMetrics.ArtifactMetricsstatic classBuildEventStreamProtos.BuildMetrics.ArtifactMetrics.FilesMetricProtobuf typebuild_event_stream.BuildMetrics.ArtifactMetrics.FilesMetricstatic classBuildEventStreamProtos.BuildMetrics.BuildGraphMetricsInformation about the size and shape of the build graph.static classBuildEventStreamProtos.BuildMetrics.CumulativeMetricsProtobuf typebuild_event_stream.BuildMetrics.CumulativeMetricsstatic classBuildEventStreamProtos.BuildMetrics.MemoryMetricsProtobuf typebuild_event_stream.BuildMetrics.MemoryMetricsstatic classBuildEventStreamProtos.BuildMetrics.MemoryMetrics.GarbageMetricsProtobuf typebuild_event_stream.BuildMetrics.MemoryMetrics.GarbageMetricsstatic classBuildEventStreamProtos.BuildMetrics.PackageMetricsProtobuf typebuild_event_stream.BuildMetrics.PackageMetricsstatic classBuildEventStreamProtos.BuildMetrics.TargetMetricsProtobuf typebuild_event_stream.BuildMetrics.TargetMetricsstatic classBuildEventStreamProtos.BuildMetrics.TimingMetricsProtobuf typebuild_event_stream.BuildMetrics.TimingMetricsstatic classBuildEventStreamProtos.BuildMetrics.WorkerMetricsInformation about all workers that were alive during the invocation.static classBuildEventStreamProtos.BuildMetrics.WorkerMetrics.WorkerStatsInformation collected from worker at some point.static classBuildEventStreamProtos.BuildStartedPayload of an event indicating the beginning of a new build.static classBuildEventStreamProtos.BuildToolLogsEvent providing additional statistics/logs after completion of the build.static classBuildEventStreamProtos.ConfigurationPayload of an event reporting details of a given configuration.static classBuildEventStreamProtos.ConvenienceSymlinkThe message that contains what type of action to perform on a given path and target of a symlink.static classBuildEventStreamProtos.ConvenienceSymlinksIdentifiedEvent describing all convenience symlinks (i.e., workspace symlinks) to be created or deleted once the execution phase has begun.static classBuildEventStreamProtos.FetchPayload of an event indicating that an external resource was fetched.static classBuildEventStreamProtos.FileProtobuf typebuild_event_stream.Filestatic classBuildEventStreamProtos.NamedSetOfFilesPayload of a message to describe a set of files, usually build artifacts, to be referred to later by their name.static classBuildEventStreamProtos.OptionsParsedPayload of an event reporting on the parsed options, grouped in various ways.static classBuildEventStreamProtos.OutputGroupCollection of all output files belonging to that output group.static classBuildEventStreamProtos.PatternExpandedPayload of the event indicating the expansion of a target pattern.static classBuildEventStreamProtos.PatternExpanded.TestSuiteExpansionRepresents a test_suite target and the tests that it expanded to.static classBuildEventStreamProtos.ProgressPayload of an event summarizing the progress of the build so far.static classBuildEventStreamProtos.TargetCompletePayload of the event indicating the completion of a target.static classBuildEventStreamProtos.TargetConfiguredPayload of the event indicating that the configurations for a target have been identified.static classBuildEventStreamProtos.TargetSummaryPayload of the event summarizing a target (test or non-test).static classBuildEventStreamProtos.TestResultPayload on events reporting about individual test action.static classBuildEventStreamProtos.TestResult.ExecutionInfoMessage providing optional meta data on the execution of the test action, if available.static classBuildEventStreamProtos.TestResult.ExecutionInfo.ResourceUsageProtobuf typebuild_event_stream.TestResult.ExecutionInfo.ResourceUsagestatic classBuildEventStreamProtos.TestResult.ExecutionInfo.TimingBreakdownRepresents a hierarchical timing breakdown of an activity.static classBuildEventStreamProtos.TestSummaryPayload of the event summarizing a test.static classBuildEventStreamProtos.UnstructuredCommandLinePayload of an event reporting the command-line of the invocation as originally received by the server.static classBuildEventStreamProtos.WorkspaceConfigConfiguration related to the blaze workspace and output tree.static classBuildEventStreamProtos.WorkspaceStatusPayload of an event reporting the workspace status.static classBuildEventStreamProtos.WorkspaceStatus.ItemProtobuf typebuild_event_stream.WorkspaceStatus.Item -
Uses of MessageLite in com.google.devtools.build.lib.query2.proto.proto2api
Classes in com.google.devtools.build.lib.query2.proto.proto2api that implement MessageLite Modifier and Type Class Description static classBuild.AllowedRuleClassInfoInformation about allowed rule classes for a specific attribute of a rule.static classBuild.AttributeA rule attribute.static classBuild.Attribute.SelectorProtobuf typeblaze_query.Attribute.Selectorstatic classBuild.Attribute.SelectorEntryProtobuf typeblaze_query.Attribute.SelectorEntrystatic classBuild.Attribute.SelectorListProtobuf typeblaze_query.Attribute.SelectorListstatic classBuild.AttributeDefinitionThis message represents a single attribute of a single rule.static classBuild.AttributeValueAn AttributeValue represents the value of an attribute.static classBuild.AttributeValue.DictEntryProtobuf typeblaze_query.AttributeValue.DictEntrystatic classBuild.BuildLanguageProtobuf typeblaze_query.BuildLanguagestatic classBuild.EnvironmentGroupAn environment group.static classBuild.FilesetEntryRepresents an entry attribute of a Fileset rule in a build file.static classBuild.GeneratedFileA file that is the output of a build rule.static classBuild.LabelDictUnaryEntryProtobuf typeblaze_query.LabelDictUnaryEntrystatic classBuild.LabelKeyedStringDictEntryProtobuf typeblaze_query.LabelKeyedStringDictEntrystatic classBuild.LabelListDictEntryProtobuf typeblaze_query.LabelListDictEntrystatic classBuild.LicenseProtobuf typeblaze_query.Licensestatic classBuild.PackageGroupA package group.static classBuild.QueryResultContainer for all of the blaze query results.static classBuild.RuleA rule instance (e.g., cc_library foo, java_binary bar).static classBuild.RuleDefinitionProtobuf typeblaze_query.RuleDefinitionstatic classBuild.RuleSummarySummary of all transitive dependencies of 'rule,' where each dependent rule is included only once in the 'dependency' field.static classBuild.SourceFileA file that is an input into the build system.static classBuild.StringDictEntryProtobuf typeblaze_query.StringDictEntrystatic classBuild.StringListDictEntryProtobuf typeblaze_query.StringListDictEntrystatic classBuild.TargetA target from a blaze query execution. -
Uses of MessageLite in com.google.devtools.build.v1
Classes in com.google.devtools.build.v1 that implement MessageLite Modifier and Type Class Description classBuildEventAn event representing some state change that occurred in the build.static classBuildEvent.BuildComponentStreamFinishedNotification of the end of a build event stream published by a build component other than CONTROLLER (See StreamId.BuildComponents).static classBuildEvent.BuildEnqueuedNotification that the build request is enqueued.static classBuildEvent.BuildFinishedNotification that the build request has finished, and no further invocations will occur.static classBuildEvent.ConsoleOutputTextual output written to standard output or standard error.static classBuildEvent.InvocationAttemptFinishedNotification that an invocation attempt has finished.static classBuildEvent.InvocationAttemptStartedNotification that the build system has attempted to run the build tool.classOrderedBuildEventBuild event with contextual information about the stream it belongs to and its position in that stream.classPublishBuildToolEventStreamRequestStreaming request message for PublishBuildToolEventStream.classPublishBuildToolEventStreamResponseStates which event has been committed.classPublishLifecycleEventRequestPublishes 'lifecycle events' that update the high-level state of a build: - BuildEnqueued: When a build is scheduled.classStreamIdUnique identifier for a build event stream. -
Uses of MessageLite in com.google.protobuf
Classes in com.google.protobuf with type parameters of type MessageLite Modifier and Type Class Description classAbstractParser<MessageType extends MessageLite>A partial implementation of theParserinterface which implements as many methods of that interface as possible in terms of other methods.classExtension<ContainingType extends MessageLite,Type>Interface that generated extensions implement.classExtensionLite<ContainingType extends MessageLite,Type>Lite interface that generated extensions implement.static classGeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type>Lite equivalent toGeneratedMessage.GeneratedExtension.Subinterfaces of MessageLite in com.google.protobuf Modifier and Type Interface Description interfaceMessageAbstract interface implemented by Protocol Message objects.Classes in com.google.protobuf that implement MessageLite Modifier and Type Class Description classAbstractMessageA partial implementation of theMessageinterface which implements as many methods of that interface as possible in terms of other methods.classAbstractMessageLite<MessageType extends AbstractMessageLite<MessageType,BuilderType>,BuilderType extends AbstractMessageLite.Builder<MessageType,BuilderType>>A partial implementation of theMessageLiteinterface which implements as many methods of that interface as possible in terms of other methods.classAnyProtobuf typegoogle.protobuf.AnyclassApiProtobuf typegoogle.protobuf.ApiclassBoolValueProtobuf typegoogle.protobuf.BoolValueclassBytesValueProtobuf typegoogle.protobuf.BytesValuestatic classDescriptorProtos.DescriptorProtoProtobuf typegoogle.protobuf.DescriptorProtostatic classDescriptorProtos.DescriptorProto.ExtensionRangeProtobuf typegoogle.protobuf.DescriptorProto.ExtensionRangestatic classDescriptorProtos.DescriptorProto.ReservedRangeProtobuf typegoogle.protobuf.DescriptorProto.ReservedRangestatic classDescriptorProtos.EnumDescriptorProtoProtobuf typegoogle.protobuf.EnumDescriptorProtostatic classDescriptorProtos.EnumDescriptorProto.EnumReservedRangeProtobuf typegoogle.protobuf.EnumDescriptorProto.EnumReservedRangestatic classDescriptorProtos.EnumOptionsProtobuf typegoogle.protobuf.EnumOptionsstatic classDescriptorProtos.EnumValueDescriptorProtoProtobuf typegoogle.protobuf.EnumValueDescriptorProtostatic classDescriptorProtos.EnumValueOptionsProtobuf typegoogle.protobuf.EnumValueOptionsstatic classDescriptorProtos.ExtensionRangeOptionsProtobuf typegoogle.protobuf.ExtensionRangeOptionsstatic classDescriptorProtos.FieldDescriptorProtoProtobuf typegoogle.protobuf.FieldDescriptorProtostatic classDescriptorProtos.FieldOptionsProtobuf typegoogle.protobuf.FieldOptionsstatic classDescriptorProtos.FileDescriptorProtoProtobuf typegoogle.protobuf.FileDescriptorProtostatic classDescriptorProtos.FileDescriptorSetProtobuf typegoogle.protobuf.FileDescriptorSetstatic classDescriptorProtos.FileOptionsProtobuf typegoogle.protobuf.FileOptionsstatic classDescriptorProtos.GeneratedCodeInfoProtobuf typegoogle.protobuf.GeneratedCodeInfostatic classDescriptorProtos.GeneratedCodeInfo.AnnotationProtobuf typegoogle.protobuf.GeneratedCodeInfo.Annotationstatic classDescriptorProtos.MessageOptionsProtobuf typegoogle.protobuf.MessageOptionsstatic classDescriptorProtos.MethodDescriptorProtoProtobuf typegoogle.protobuf.MethodDescriptorProtostatic classDescriptorProtos.MethodOptionsProtobuf typegoogle.protobuf.MethodOptionsstatic classDescriptorProtos.OneofDescriptorProtoProtobuf typegoogle.protobuf.OneofDescriptorProtostatic classDescriptorProtos.OneofOptionsProtobuf typegoogle.protobuf.OneofOptionsstatic classDescriptorProtos.ServiceDescriptorProtoProtobuf typegoogle.protobuf.ServiceDescriptorProtostatic classDescriptorProtos.ServiceOptionsProtobuf typegoogle.protobuf.ServiceOptionsstatic classDescriptorProtos.SourceCodeInfoProtobuf typegoogle.protobuf.SourceCodeInfostatic classDescriptorProtos.SourceCodeInfo.LocationProtobuf typegoogle.protobuf.SourceCodeInfo.Locationstatic classDescriptorProtos.UninterpretedOptionProtobuf typegoogle.protobuf.UninterpretedOptionstatic classDescriptorProtos.UninterpretedOption.NamePartProtobuf typegoogle.protobuf.UninterpretedOption.NamePartclassDoubleValueProtobuf typegoogle.protobuf.DoubleValueclassDurationProtobuf typegoogle.protobuf.DurationclassDynamicMessageAn implementation ofMessagethat can represent arbitrary types, given aDescriptors.Descriptor.classEmptyProtobuf typegoogle.protobuf.EmptyclassEnumProtobuf typegoogle.protobuf.EnumclassEnumValueProtobuf typegoogle.protobuf.EnumValueclassFieldProtobuf typegoogle.protobuf.FieldclassFieldMaskProtobuf typegoogle.protobuf.FieldMaskclassFloatValueProtobuf typegoogle.protobuf.FloatValueclassGeneratedMessageAll generated protocol message classes extend this class.static classGeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>Generated message classes for message types that contain extension ranges subclass this.classGeneratedMessageLite<MessageType extends GeneratedMessageLite<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.Builder<MessageType,BuilderType>>Lite version ofGeneratedMessage.static classGeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>Lite equivalent ofGeneratedMessage.ExtendableMessage.classGeneratedMessageV3All generated protocol message classes extend this class.static classGeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>Generated message classes for message types that contain extension ranges subclass this.classInt32ValueProtobuf typegoogle.protobuf.Int32ValueclassInt64ValueProtobuf typegoogle.protobuf.Int64ValueclassListValueProtobuf typegoogle.protobuf.ListValueclassMapEntry<K,V>Implements MapEntry messages.classMethodProtobuf typegoogle.protobuf.MethodclassMixinProtobuf typegoogle.protobuf.MixinclassOptionProtobuf typegoogle.protobuf.OptionclassSourceContextProtobuf typegoogle.protobuf.SourceContextclassStringValueProtobuf typegoogle.protobuf.StringValueclassStructProtobuf typegoogle.protobuf.StructclassTimestampProtobuf typegoogle.protobuf.TimestampclassTypeProtobuf typegoogle.protobuf.TypeclassUInt32ValueProtobuf typegoogle.protobuf.UInt32ValueclassUInt64ValueProtobuf typegoogle.protobuf.UInt64ValueclassUnknownFieldSetUnknownFieldSetkeeps track of fields which were seen when parsing a protocol message but whose field numbers or types are unrecognized.classValueProtobuf typegoogle.protobuf.ValueFields in com.google.protobuf declared as MessageLite Modifier and Type Field Description protected MessageLiteLazyFieldLite. valueThe parsed value.Methods in com.google.protobuf with type parameters of type MessageLite Modifier and Type Method Description <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(java.lang.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, java.lang.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, java.lang.Class singularType)For use by generated code only.protected <MessageType extends MessageLite>
booleanGeneratedMessageLite.ExtendableMessage. parseUnknownField(MessageType defaultInstance, CodedInputStream input, ExtensionRegistryLite extensionRegistry, int tag)Parse an unknown field or an extension.protected <MessageType extends MessageLite>
booleanGeneratedMessageLite.ExtendableMessage. parseUnknownFieldAsMessageSet(MessageType 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 agroupfield 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 MessageLite Modifier and Type Method Description MessageLiteMessageLite.Builder. build()Constructs the message based on the state of the Builder.MessageLiteMessageLite.Builder. buildPartial()LikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.MessageLiteMessageLiteOrBuilder. getDefaultInstanceForType()Get an instance of the type with no fields set.abstract MessageLiteExtensionLite. getMessageDefaultInstance()Returns the default instance of the extension field, if it's a message extension.MessageLiteGeneratedMessageLite.GeneratedExtension. getMessageDefaultInstance()If the extension is an embedded message or group, returns the default instance of the message.MessageLiteInvalidProtocolBufferException. getUnfinishedMessage()Returns the unfinished message attached to the exception, or null if no message is attached.MessageLiteLazyField. getValue()MessageLiteLazyFieldLite. getValue(MessageLite defaultInstance)Returns message instance.MessageLiteLazyFieldLite. 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 MessageLite Modifier and Type Method Description Parser<? 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 MessageLite Modifier and Type Method Description static intCodedOutputStream. computeGroupSize(int fieldNumber, MessageLite value)Deprecated.groups are deprecated.static intCodedOutputStream. computeGroupSizeNoTag(MessageLite value)Deprecated.static intCodedOutputStream. computeMessageSetExtensionSize(int fieldNumber, MessageLite value)Compute the number of bytes that would be needed to encode a MessageSet extension to the stream.static intCodedOutputStream. computeMessageSize(int fieldNumber, MessageLite value)Compute the number of bytes that would be needed to encode an embedded message field, including tag.static intCodedOutputStream. computeMessageSizeNoTag(MessageLite value)Compute the number of bytes that would be needed to encode an embedded message field.protected voidLazyFieldLite. ensureInitialized(MessageLite defaultInstance)Might lazily parse the bytes that were previously passed in.static LazyFieldLiteLazyFieldLite. fromValue(MessageLite value)Constructs a LazyFieldLite instance with a value.MessageLiteLazyFieldLite. getValue(MessageLite defaultInstance)Returns message instance.MessageLite.BuilderDescriptors.FieldDescriptor. internalMergeFrom(MessageLite.Builder to, MessageLite from)For internal use only.BuilderTypeAbstractMessageLite.Builder. mergeFrom(MessageLite other)MessageLite.BuilderMessageLite.Builder. mergeFrom(MessageLite other)Mergeotherinto the message being built.UnknownFieldSet.BuilderUnknownFieldSet.Builder. mergeFrom(MessageLite m)protected static java.lang.ObjectGeneratedMessageLite. newMessageInfo(MessageLite defaultInstance, java.lang.String info, java.lang.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, java.lang.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, java.lang.Class singularType)For use by generated code only.protected static UninitializedMessageExceptionAbstractMessageLite.Builder. newUninitializedMessageException(MessageLite message)Construct an UninitializedMessageException reporting missing fields in the given message.static GeneratedMessageLite.SerializedFormGeneratedMessageLite.SerializedForm. of(MessageLite message)InvalidProtocolBufferExceptionInvalidProtocolBufferException. setUnfinishedMessage(MessageLite unfinishedMessage)Attaches an unfinished message to the exception to support best-effort parsing inParserinterface.MessageLiteLazyFieldLite. setValue(MessageLite value)Sets the value of the instance and returns the old value without delay parsing anything.voidCodedOutputStream. writeGroup(int fieldNumber, MessageLite value)Deprecated.groups are deprecated.voidCodedOutputStream. writeGroupNoTag(MessageLite value)Deprecated.groups are deprecated.abstract voidCodedOutputStream. writeMessage(int fieldNumber, MessageLite value)Write an embedded message field, including tag, to the stream.abstract voidCodedOutputStream. writeMessageNoTag(MessageLite value)Write an embedded message field to the stream.abstract voidCodedOutputStream. writeMessageSetExtension(int fieldNumber, MessageLite value)Write a MessageSet extension field to the stream.Constructors in com.google.protobuf with parameters of type MessageLite Constructor Description LazyField(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 MessageLite Modifier and Type Class Description static classPluginProtos.CodeGeneratorRequestProtobuf typegoogle.protobuf.compiler.CodeGeneratorRequeststatic classPluginProtos.CodeGeneratorResponseProtobuf typegoogle.protobuf.compiler.CodeGeneratorResponsestatic classPluginProtos.CodeGeneratorResponse.FileProtobuf typegoogle.protobuf.compiler.CodeGeneratorResponse.Filestatic classPluginProtos.VersionProtobuf typegoogle.protobuf.compiler.Version -
Uses of MessageLite in io.bazel.rules_scala.diagnostics
Classes in io.bazel.rules_scala.diagnostics that implement MessageLite Modifier and Type Class Description static classDiagnostics.DiagnosticProtobuf typeDiagnosticstatic classDiagnostics.DiagnosticRelatedInformationProtobuf typeDiagnosticRelatedInformationstatic classDiagnostics.FileDiagnosticsProtobuf typeFileDiagnosticsstatic classDiagnostics.LocationProtobuf typeLocationstatic classDiagnostics.PositionProtobuf typePositionstatic classDiagnostics.RangeProtobuf typeRangestatic classDiagnostics.TargetDiagnosticsProtobuf typeTargetDiagnostics -
Uses of MessageLite in org.jetbrains.bsp.bazel.info
Classes in org.jetbrains.bsp.bazel.info that implement MessageLite Modifier and Type Class Description static classBspTargetInfo.DependencyProtobuf typebazelbsp.Dependencystatic classBspTargetInfo.FileLocationProtobuf typebazelbsp.FileLocationstatic classBspTargetInfo.JavaRuntimeInfoProtobuf typebazelbsp.JavaRuntimeInfostatic classBspTargetInfo.JavaTargetInfoProtobuf typebazelbsp.JavaTargetInfostatic classBspTargetInfo.JavaToolchainInfoProtobuf typebazelbsp.JavaToolchainInfostatic classBspTargetInfo.JvmOutputsProtobuf typebazelbsp.JvmOutputsstatic classBspTargetInfo.ScalaTargetInfoProtobuf typebazelbsp.ScalaTargetInfostatic classBspTargetInfo.ScalaToolchainInfoProtobuf typebazelbsp.ScalaToolchainInfostatic classBspTargetInfo.TargetInfoProtobuf typebazelbsp.TargetInfo
-