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."],[[["The latest version of the `AnalysisCompleted` class within the Grafeas v1 API is version 3.7.0, with previous versions ranging from 3.6.0 down to 2.2.0 available for reference."],["`DiscoveryOccurrence.Types.AnalysisCompleted` is a class that indicates successful completion of analysis, where multiple types of analysis can be done on one resource."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `AnalysisCompleted` class includes a property, `AnalysisType`, which is a `RepeatedField` of type `string`, to indicate the type of analysis performed."],["There are 2 constructors for `AnalysisCompleted`, one default and one that accepts another `AnalysisCompleted` instance as a parameter."]]],[]]