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-03-21 UTC."],[[["This webpage provides documentation for the `ExportAssetsResponse` class within the `Google.Cloud.Asset.V1` namespace, detailing its properties, inheritance, and implementation of various interfaces."],["The `ExportAssetsResponse` class is used to handle responses from asset export operations and is returned by the `google.longrunning.Operations.GetOperation` method."],["There are multiple versions available, ranging from 2.7.0 to 3.12.0, with 3.12.0 being the latest, and is accessed by referencing the specific version paths."],["Key properties of `ExportAssetsResponse` include `OutputConfig`, `OutputResult`, and `ReadTime`, which respectively define where the export will take place, the actual locations of the exported files, and the time of the snapshot."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `Object` class."]]],[]]