public sealed class RunAssetDiscoveryResponse : IMessage<RunAssetDiscoveryResponse>, IEquatable<RunAssetDiscoveryResponse>, IDeepCloneable<RunAssetDiscoveryResponse>, IBufferMessage, IMessage
[[["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."],[[["The `RunAssetDiscoveryResponse` class in the Google Cloud Security Center V1 API provides the response details for asset discovery runs."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the Google.Protobuf namespace."],["`RunAssetDiscoveryResponse` offers two constructors: a default constructor and another to copy another `RunAssetDiscoveryResponse` object."],["The class has properties for `Duration`, representing the time taken for an asset discovery run, and `State`, which indicates the current state of the run."],["The Google.Cloud.SecurityCenter.V1 API has many versions, and the most recent is version 3.24.0, while version 2.12.0 is also available, which is the version that the class `RunAssetDiscoveryResponse` applies to."]]],[]]