public sealed class DiscoveryOccurrence.Types.AnalysisCompleted : IMessage<DiscoveryOccurrence.Types.AnalysisCompleted>, IEquatable<DiscoveryOccurrence.Types.AnalysisCompleted>, IDeepCloneable<DiscoveryOccurrence.Types.AnalysisCompleted>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class DiscoveryOccurrence.Types.AnalysisCompleted.
Indicates which analysis completed successfully. Multiple types of
analysis can be performed on a single resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides reference information for the `DiscoveryOccurrence.Types.AnalysisCompleted` class within the Grafeas V1 API, specifically for version 3.5.0."],["The `AnalysisCompleted` class signifies a successful completion of an analysis on a resource, with the ability to track multiple analysis types."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various interactions within the Grafeas API."],["It offers constructors to create a new instance or copy an existing `AnalysisCompleted` object, and includes a `RepeatedField` property called `AnalysisType` to list the analysis types that were performed."],["The documentation contains links to various versions of `AnalysisCompleted`, ranging from 2.2.0 to 3.7.0, allowing for navigation between different releases of this class."]]],[]]