public sealed class ExportAssetsResponse : IMessage<ExportAssetsResponse>, IEquatable<ExportAssetsResponse>, IDeepCloneable<ExportAssetsResponse>, IBufferMessage, IMessage
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 Google 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 Google 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-04-17 UTC."],[[["This webpage details the `ExportAssetsResponse` class, which is part of the `Google.Cloud.Asset.V1` namespace in version 2.7.0, and is also available in many other versions up to version 3.12.0."],["`ExportAssetsResponse` is a sealed class that inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used to handle responses when exporting assets."],["The class includes constructors for creating instances, either empty or by copying another `ExportAssetsResponse` object, and has properties like `OutputConfig`, `OutputResult`, and `ReadTime` which are used to gather details from the export request."],["The ExportAssetsResponse is returned by the GetOperation method in the google.longrunning.Operation.response field, indicating the result of an export asset operation."],["The page offers links to the documentation of many versions, from 2.7.0 all the way up to the latest, 3.12.0, allowing users to view details for the many versions of the class."]]],[]]