Uses of Interface
com.google.protobuf.Message
-
-
Uses of Message in com.google.devtools.build.lib.buildeventstream
Classes in com.google.devtools.build.lib.buildeventstream that implement Message 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 Message in com.google.devtools.build.lib.query2.proto.proto2api
Classes in com.google.devtools.build.lib.query2.proto.proto2api that implement Message 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 Message in com.google.devtools.build.v1
Classes in com.google.devtools.build.v1 that implement Message 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 Message in com.google.protobuf
Classes in com.google.protobuf with type parameters of type Message Modifier and Type Class Description static classGeneratedMessage.GeneratedExtension<ContainingType extends Message,Type>Type used to represent generated extensions.Classes in com.google.protobuf that implement Message 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.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.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.UInt64ValueclassValueProtobuf typegoogle.protobuf.ValueFields in com.google.protobuf declared as Message Modifier and Type Field Description MessageExtensionRegistry.ExtensionInfo. defaultInstanceA default instance of the extension's type, if it has a message type.Methods in com.google.protobuf with type parameters of type Message Modifier and Type Method Description static <Type extends Message>
RpcCallback<Message>RpcUtil. generalizeCallback(RpcCallback<Type> originalCallback, java.lang.Class<Type> originalClass, Type defaultInstance)Take anRpcCallbackaccepting a specific message type and convert it to anRpcCallback<Message>.<T extends Message>
booleanAny. is(java.lang.Class<T> clazz)static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newFileScopedGeneratedExtension(java.lang.Class singularType, Message defaultInstance)For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newFileScopedGeneratedExtension(java.lang.Class singularType, Message defaultInstance, java.lang.String descriptorOuterClass, java.lang.String extensionName)Used in proto1 generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newMessageScopedGeneratedExtension(Message scope, int descriptorIndex, java.lang.Class singularType, Message defaultInstance)For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newMessageScopedGeneratedExtension(Message scope, java.lang.String name, java.lang.Class singularType, Message defaultInstance)Used in proto1 generated code only.static <T extends Message>
AnyAny. pack(T message)static <T extends Message>
AnyAny. pack(T message, java.lang.String typeUrlPrefix)Packs a message using the given type URL prefix.static <T extends Message>
TTextFormat. parse(java.lang.CharSequence input, ExtensionRegistry extensionRegistry, java.lang.Class<T> protoClass)Parse a text-format message frominput.static <T extends Message>
TTextFormat. parse(java.lang.CharSequence input, java.lang.Class<T> protoClass)Parse a text-format message frominput.protected static <M extends Message>
MGeneratedMessage. parseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input)protected static <M extends Message>
MGeneratedMessage. parseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions)protected static <M extends Message>
MGeneratedMessageV3. parseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input)protected static <M extends Message>
MGeneratedMessageV3. parseDelimitedWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions)protected static <M extends Message>
MGeneratedMessage. parseWithIOException(Parser<M> parser, CodedInputStream input)protected static <M extends Message>
MGeneratedMessage. parseWithIOException(Parser<M> parser, CodedInputStream input, ExtensionRegistryLite extensions)protected static <M extends Message>
MGeneratedMessage. parseWithIOException(Parser<M> parser, java.io.InputStream input)protected static <M extends Message>
MGeneratedMessage. parseWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions)protected static <M extends Message>
MGeneratedMessageV3. parseWithIOException(Parser<M> parser, CodedInputStream input)protected static <M extends Message>
MGeneratedMessageV3. parseWithIOException(Parser<M> parser, CodedInputStream input, ExtensionRegistryLite extensions)protected static <M extends Message>
MGeneratedMessageV3. parseWithIOException(Parser<M> parser, java.io.InputStream input)protected static <M extends Message>
MGeneratedMessageV3. parseWithIOException(Parser<M> parser, java.io.InputStream input, ExtensionRegistryLite extensions)static <Type extends Message>
RpcCallback<Type>RpcUtil. specializeCallback(RpcCallback<Message> originalCallback)Take anRpcCallback<Message>and convert it to anRpcCallbackaccepting a specific message type.<T extends Message>
TAny. unpack(java.lang.Class<T> clazz)static <T extends Message>
Parser<T>DiscardUnknownFieldsParser. wrap(Parser<T> parser)Methods in com.google.protobuf that return Message Modifier and Type Method Description MessageMessage.Builder. build()MessageMessage.Builder. buildPartial()MessageBlockingRpcChannel. callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype)Call the given method of the remote service and blocks until it returns.MessageBlockingService. callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request)Equivalent toService.callMethod(com.google.protobuf.Descriptors.MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback<com.google.protobuf.Message>), except thatcallBlockingMethod()returns the result of the RPC or throws aServiceExceptionif there is a failure, rather than passing the information to a callback.MessageGeneratedMessage.ExtendableMessageOrBuilder. getDefaultInstanceForType()MessageGeneratedMessageV3.ExtendableMessageOrBuilder. getDefaultInstanceForType()MessageMessageOrBuilder. getDefaultInstanceForType()abstract MessageExtension. getMessageDefaultInstance()Returns the default instance of the extension field, if it's a message extension.MessageGeneratedMessage.GeneratedExtension. getMessageDefaultInstance()If the extension is an embedded message or group, returns the default instance of the message.MessageDescriptors.DescriptorValidationException. getProblemProto()Gets the protocol message representation of the invalid descriptor.MessageBlockingService. getRequestPrototype(Descriptors.MethodDescriptor method)MessageService. getRequestPrototype(Descriptors.MethodDescriptor method)callMethod()requires that the request passed in is of a particular subclass ofMessage.MessageBlockingService. getResponsePrototype(Descriptors.MethodDescriptor method)MessageService. getResponsePrototype(Descriptors.MethodDescriptor method)LikegetRequestPrototype(), but gets a prototype of the response message.abstract MessageDescriptors.GenericDescriptor. toProto()Methods in com.google.protobuf that return types with arguments of type Message Modifier and Type Method Description static <Type extends Message>
RpcCallback<Message>RpcUtil. generalizeCallback(RpcCallback<Type> originalCallback, java.lang.Class<Type> originalClass, Type defaultInstance)Take anRpcCallbackaccepting a specific message type and convert it to anRpcCallback<Message>.Parser<? extends Message>Message. getParserForType()Methods in com.google.protobuf with parameters of type Message Modifier and Type Method Description voidExtensionRegistry. add(Descriptors.FieldDescriptor type, Message defaultInstance)Add a message-type extension to the registry by descriptor.MessageBlockingRpcChannel. callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype)Call the given method of the remote service and blocks until it returns.MessageBlockingService. callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request)Equivalent toService.callMethod(com.google.protobuf.Descriptors.MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback<com.google.protobuf.Message>), except thatcallBlockingMethod()returns the result of the RPC or throws aServiceExceptionif there is a failure, rather than passing the information to a callback.voidRpcChannel. callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype, RpcCallback<Message> done)Call the given method of the remote service.voidService. callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done)Call a method of the service specified by MethodDescriptor.BuilderTypeAbstractMessage.Builder. mergeFrom(Message other)Any.BuilderAny.Builder. mergeFrom(Message other)Api.BuilderApi.Builder. mergeFrom(Message other)BoolValue.BuilderBoolValue.Builder. mergeFrom(Message other)BytesValue.BuilderBytesValue.Builder. mergeFrom(Message other)DescriptorProtos.DescriptorProto.BuilderDescriptorProtos.DescriptorProto.Builder. mergeFrom(Message other)DescriptorProtos.DescriptorProto.ExtensionRange.BuilderDescriptorProtos.DescriptorProto.ExtensionRange.Builder. mergeFrom(Message other)DescriptorProtos.DescriptorProto.ReservedRange.BuilderDescriptorProtos.DescriptorProto.ReservedRange.Builder. mergeFrom(Message other)DescriptorProtos.EnumDescriptorProto.BuilderDescriptorProtos.EnumDescriptorProto.Builder. mergeFrom(Message other)DescriptorProtos.EnumDescriptorProto.EnumReservedRange.BuilderDescriptorProtos.EnumDescriptorProto.EnumReservedRange.Builder. mergeFrom(Message other)DescriptorProtos.EnumOptions.BuilderDescriptorProtos.EnumOptions.Builder. mergeFrom(Message other)DescriptorProtos.EnumValueDescriptorProto.BuilderDescriptorProtos.EnumValueDescriptorProto.Builder. mergeFrom(Message other)DescriptorProtos.EnumValueOptions.BuilderDescriptorProtos.EnumValueOptions.Builder. mergeFrom(Message other)DescriptorProtos.ExtensionRangeOptions.BuilderDescriptorProtos.ExtensionRangeOptions.Builder. mergeFrom(Message other)DescriptorProtos.FieldDescriptorProto.BuilderDescriptorProtos.FieldDescriptorProto.Builder. mergeFrom(Message other)DescriptorProtos.FieldOptions.BuilderDescriptorProtos.FieldOptions.Builder. mergeFrom(Message other)DescriptorProtos.FileDescriptorProto.BuilderDescriptorProtos.FileDescriptorProto.Builder. mergeFrom(Message other)DescriptorProtos.FileDescriptorSet.BuilderDescriptorProtos.FileDescriptorSet.Builder. mergeFrom(Message other)DescriptorProtos.FileOptions.BuilderDescriptorProtos.FileOptions.Builder. mergeFrom(Message other)DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderDescriptorProtos.GeneratedCodeInfo.Annotation.Builder. mergeFrom(Message other)DescriptorProtos.GeneratedCodeInfo.BuilderDescriptorProtos.GeneratedCodeInfo.Builder. mergeFrom(Message other)DescriptorProtos.MessageOptions.BuilderDescriptorProtos.MessageOptions.Builder. mergeFrom(Message other)DescriptorProtos.MethodDescriptorProto.BuilderDescriptorProtos.MethodDescriptorProto.Builder. mergeFrom(Message other)DescriptorProtos.MethodOptions.BuilderDescriptorProtos.MethodOptions.Builder. mergeFrom(Message other)DescriptorProtos.OneofDescriptorProto.BuilderDescriptorProtos.OneofDescriptorProto.Builder. mergeFrom(Message other)DescriptorProtos.OneofOptions.BuilderDescriptorProtos.OneofOptions.Builder. mergeFrom(Message other)DescriptorProtos.ServiceDescriptorProto.BuilderDescriptorProtos.ServiceDescriptorProto.Builder. mergeFrom(Message other)DescriptorProtos.ServiceOptions.BuilderDescriptorProtos.ServiceOptions.Builder. mergeFrom(Message other)DescriptorProtos.SourceCodeInfo.BuilderDescriptorProtos.SourceCodeInfo.Builder. mergeFrom(Message other)DescriptorProtos.SourceCodeInfo.Location.BuilderDescriptorProtos.SourceCodeInfo.Location.Builder. mergeFrom(Message other)DescriptorProtos.UninterpretedOption.BuilderDescriptorProtos.UninterpretedOption.Builder. mergeFrom(Message other)DescriptorProtos.UninterpretedOption.NamePart.BuilderDescriptorProtos.UninterpretedOption.NamePart.Builder. mergeFrom(Message other)DoubleValue.BuilderDoubleValue.Builder. mergeFrom(Message other)Duration.BuilderDuration.Builder. mergeFrom(Message other)DynamicMessage.BuilderDynamicMessage.Builder. mergeFrom(Message other)Empty.BuilderEmpty.Builder. mergeFrom(Message other)Enum.BuilderEnum.Builder. mergeFrom(Message other)EnumValue.BuilderEnumValue.Builder. mergeFrom(Message other)Field.BuilderField.Builder. mergeFrom(Message other)FieldMask.BuilderFieldMask.Builder. mergeFrom(Message other)FloatValue.BuilderFloatValue.Builder. mergeFrom(Message other)Int32Value.BuilderInt32Value.Builder. mergeFrom(Message other)Int64Value.BuilderInt64Value.Builder. mergeFrom(Message other)ListValue.BuilderListValue.Builder. mergeFrom(Message other)Message.BuilderMessage.Builder. mergeFrom(Message other)Mergeotherinto the message being built.Method.BuilderMethod.Builder. mergeFrom(Message other)Mixin.BuilderMixin.Builder. mergeFrom(Message other)Option.BuilderOption.Builder. mergeFrom(Message other)SourceContext.BuilderSourceContext.Builder. mergeFrom(Message other)StringValue.BuilderStringValue.Builder. mergeFrom(Message other)Struct.BuilderStruct.Builder. mergeFrom(Message other)Timestamp.BuilderTimestamp.Builder. mergeFrom(Message other)Type.BuilderType.Builder. mergeFrom(Message other)UInt32Value.BuilderUInt32Value.Builder. mergeFrom(Message other)UInt64Value.BuilderUInt64Value.Builder. mergeFrom(Message other)Value.BuilderValue.Builder. mergeFrom(Message other)static DynamicMessage.BuilderDynamicMessage. newBuilder(Message prototype)Construct aMessage.Builderfor a message of the same type asprototype, and initialize it withprototype's contents.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newFileScopedGeneratedExtension(java.lang.Class singularType, Message defaultInstance)For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newFileScopedGeneratedExtension(java.lang.Class singularType, Message defaultInstance, java.lang.String descriptorOuterClass, java.lang.String extensionName)Used in proto1 generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newMessageScopedGeneratedExtension(Message scope, int descriptorIndex, java.lang.Class singularType, Message defaultInstance)For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type>GeneratedMessage. newMessageScopedGeneratedExtension(Message scope, java.lang.String name, java.lang.Class singularType, Message defaultInstance)Used in proto1 generated code only.protected static UninitializedMessageExceptionAbstractMessage.Builder. newUninitializedMessageException(Message message)Construct an UninitializedMessageException reporting missing fields in the given message.Method parameters in com.google.protobuf with type arguments of type Message Modifier and Type Method Description voidRpcChannel. callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype, RpcCallback<Message> done)Call the given method of the remote service.voidService. callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done)Call a method of the service specified by MethodDescriptor.static <Type extends Message>
RpcCallback<Type>RpcUtil. specializeCallback(RpcCallback<Message> originalCallback)Take anRpcCallback<Message>and convert it to anRpcCallbackaccepting a specific message type. -
Uses of Message in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement Message 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.VersionMethods in com.google.protobuf.compiler with parameters of type Message Modifier and Type Method Description PluginProtos.CodeGeneratorRequest.BuilderPluginProtos.CodeGeneratorRequest.Builder. mergeFrom(Message other)PluginProtos.CodeGeneratorResponse.BuilderPluginProtos.CodeGeneratorResponse.Builder. mergeFrom(Message other)PluginProtos.CodeGeneratorResponse.File.BuilderPluginProtos.CodeGeneratorResponse.File.Builder. mergeFrom(Message other)PluginProtos.Version.BuilderPluginProtos.Version.Builder. mergeFrom(Message other) -
Uses of Message in io.bazel.rules_scala.diagnostics
Classes in io.bazel.rules_scala.diagnostics that implement Message 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 typeTargetDiagnosticsMethods in io.bazel.rules_scala.diagnostics with parameters of type Message Modifier and Type Method Description Diagnostics.Diagnostic.BuilderDiagnostics.Diagnostic.Builder. mergeFrom(Message other)Diagnostics.DiagnosticRelatedInformation.BuilderDiagnostics.DiagnosticRelatedInformation.Builder. mergeFrom(Message other)Diagnostics.FileDiagnostics.BuilderDiagnostics.FileDiagnostics.Builder. mergeFrom(Message other)Diagnostics.Location.BuilderDiagnostics.Location.Builder. mergeFrom(Message other)Diagnostics.Position.BuilderDiagnostics.Position.Builder. mergeFrom(Message other)Diagnostics.Range.BuilderDiagnostics.Range.Builder. mergeFrom(Message other)Diagnostics.TargetDiagnostics.BuilderDiagnostics.TargetDiagnostics.Builder. mergeFrom(Message other) -
Uses of Message in org.jetbrains.bsp.bazel.info
Classes in org.jetbrains.bsp.bazel.info that implement Message 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.TargetInfoMethods in org.jetbrains.bsp.bazel.info with parameters of type Message Modifier and Type Method Description BspTargetInfo.Dependency.BuilderBspTargetInfo.Dependency.Builder. mergeFrom(Message other)BspTargetInfo.FileLocation.BuilderBspTargetInfo.FileLocation.Builder. mergeFrom(Message other)BspTargetInfo.JavaRuntimeInfo.BuilderBspTargetInfo.JavaRuntimeInfo.Builder. mergeFrom(Message other)BspTargetInfo.JavaTargetInfo.BuilderBspTargetInfo.JavaTargetInfo.Builder. mergeFrom(Message other)BspTargetInfo.JavaToolchainInfo.BuilderBspTargetInfo.JavaToolchainInfo.Builder. mergeFrom(Message other)BspTargetInfo.JvmOutputs.BuilderBspTargetInfo.JvmOutputs.Builder. mergeFrom(Message other)BspTargetInfo.ScalaTargetInfo.BuilderBspTargetInfo.ScalaTargetInfo.Builder. mergeFrom(Message other)BspTargetInfo.ScalaToolchainInfo.BuilderBspTargetInfo.ScalaToolchainInfo.Builder. mergeFrom(Message other)BspTargetInfo.TargetInfo.BuilderBspTargetInfo.TargetInfo.Builder. mergeFrom(Message other)
-