[[["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."],[[["The `OutputConfig` class, part of the `Google.Cloud.Asset.V1` namespace in version 2.10.0, manages the destination for exported assets and is implemented as a sealed class."],["It offers two constructors: a default one and another that takes an `OutputConfig` object to copy, allowing for easy duplication."],["The `OutputConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation, object equality, deep cloning, and buffer management."],["It includes properties to configure the destination for exported assets to either BigQuery via the `BigqueryDestination` property or Google Cloud Storage via the `GcsDestination` property."],["The class provides a `DestinationCase` property to determine whether the destination is set to `BigqueryDestination` or `GcsDestination`, making it useful for handling different output scenarios."]]],[]]