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-03-21 UTC."],[[["This documentation page covers the `DiscoveryOccurrence.Types.AnalysisCompleted` class within the Grafeas v1 API, specifically for version 3.3.0."],["The `AnalysisCompleted` class signifies that certain analysis processes have successfully concluded on a given resource, allowing for multiple analysis types per resource."],["It inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality for data handling and comparisons."],["The class offers constructors for creating new instances, including one that enables the cloning of an existing `AnalysisCompleted` object."],["The `AnalysisType` property, a `RepeatedField` of strings, is used to store and access the types of analyses completed."]]],[]]