Uses of Class
com.google.protobuf.GeneratedMessageV3
-
-
Uses of GeneratedMessageV3 in com.google.devtools.build.lib.buildeventstream
Subclasses of GeneratedMessageV3 in com.google.devtools.build.lib.buildeventstream 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 GeneratedMessageV3 in com.google.devtools.build.lib.query2.proto.proto2api
Subclasses of GeneratedMessageV3 in com.google.devtools.build.lib.query2.proto.proto2api 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 GeneratedMessageV3 in com.google.devtools.build.v1
Subclasses of GeneratedMessageV3 in com.google.devtools.build.v1 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 GeneratedMessageV3 in com.google.protobuf
Subclasses of GeneratedMessageV3 in com.google.protobuf Modifier and Type Class Description 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.DurationclassEmptyProtobuf typegoogle.protobuf.EmptyclassEnumProtobuf typegoogle.protobuf.EnumclassEnumValueProtobuf typegoogle.protobuf.EnumValueclassFieldProtobuf typegoogle.protobuf.FieldclassFieldMaskProtobuf typegoogle.protobuf.FieldMaskclassFloatValueProtobuf typegoogle.protobuf.FloatValuestatic 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.ListValueclassMethodProtobuf 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.ValueMethods in com.google.protobuf that return types with arguments of type GeneratedMessageV3 Modifier and Type Method Description Parser<? extends GeneratedMessageV3>GeneratedMessageV3. getParserForType()Method parameters in com.google.protobuf with type arguments of type GeneratedMessageV3 Modifier and Type Method Description GeneratedMessageV3.FieldAccessorTableGeneratedMessageV3.FieldAccessorTable. ensureFieldAccessorsInitialized(java.lang.Class<? extends GeneratedMessageV3> messageClass, java.lang.Class<? extends GeneratedMessageV3.Builder> builderClass)Ensures the field accessors are initialized.Constructor parameters in com.google.protobuf with type arguments of type GeneratedMessageV3 Constructor Description FieldAccessorTable(Descriptors.Descriptor descriptor, java.lang.String[] camelCaseNames, java.lang.Class<? extends GeneratedMessageV3> messageClass, java.lang.Class<? extends GeneratedMessageV3.Builder> builderClass)Construct a FieldAccessorTable for a particular message class. -
Uses of GeneratedMessageV3 in com.google.protobuf.compiler
Subclasses of GeneratedMessageV3 in com.google.protobuf.compiler 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 GeneratedMessageV3 in io.bazel.rules_scala.diagnostics
Subclasses of GeneratedMessageV3 in io.bazel.rules_scala.diagnostics 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 GeneratedMessageV3 in org.jetbrains.bsp.bazel.info
Subclasses of GeneratedMessageV3 in org.jetbrains.bsp.bazel.info 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
-