public sealed class ExportAssetsResponse : IMessage<ExportAssetsResponse>, IEquatable<ExportAssetsResponse>, IDeepCloneable<ExportAssetsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class ExportAssetsResponse.
The export asset response. This message is returned by the
[google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation]
method in the returned
[google.longrunning.Operation.response][google.longrunning.Operation.response]
field.
Output result indicating where the assets were exported to. For example, a
set of actual Cloud Storage object URIs where the assets are exported to.
The URIs can be different from what [output_config] has specified, as the
service will split the output object into multiple ones once it exceeds a
single Cloud Storage object limit.
[[["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 latest version available for the Google Cloud Asset Inventory v1 API class `ExportAssetsResponse` is 3.12.0, while the current page focuses on version 3.9.0."],["This document provides reference details and code samples for the `ExportAssetsResponse` class within the Google Cloud Asset Inventory v1 API, specifically for .NET developers."],["`ExportAssetsResponse` is used to manage the response of asset export operations, including details on where the assets are outputted to, with the output configuration and results."],["The class `ExportAssetsResponse` implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to handle messages, perform equality checks, create deep clones, and handle buffered messages."],["Key properties of `ExportAssetsResponse` include `OutputConfig`, `OutputResult`, and `ReadTime`, which respectively specify the output configuration, the result of the output operation, and the snapshot time of the data."]]],[]]