public sealed class RunAssetDiscoveryResponse : IMessage<RunAssetDiscoveryResponse>, IEquatable<RunAssetDiscoveryResponse>, IDeepCloneable<RunAssetDiscoveryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class RunAssetDiscoveryResponse.
[[["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 is part of the Google Cloud Security Command Center v1p1beta1 API, representing the response from an asset discovery operation."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer-based operations."],["The `RunAssetDiscoveryResponse` class has two key properties: `Duration`, which specifies the time elapsed during the asset discovery run, and `State`, which indicates the current state of the asset discovery run."],["There are multiple versions of the `RunAssetDiscoveryResponse` available, with `3.0.0-beta05` being the latest and `3.0.0-beta04` being the version this documentation is referencing."],["The `RunAssetDiscoveryResponse` class has two constructors: a parameterless one, and one that takes another `RunAssetDiscoveryResponse` object as a parameter."]]],[]]