public sealed class QueryAssetsOutputConfig : IMessage<QueryAssetsOutputConfig>, IEquatable<QueryAssetsOutputConfig>, IDeepCloneable<QueryAssetsOutputConfig>, IBufferMessage, IMessage
[[["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 `QueryAssetsOutputConfig` class within the `Google.Cloud.Asset.V1` namespace, detailing its purpose as a configuration for outputting query results."],["The `QueryAssetsOutputConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, providing standard functionality such as equality checks and cloning."],["The documentation covers multiple versions of the `QueryAssetsOutputConfig`, ranging from version 2.7.0 to the latest version 3.12.0, allowing users to access information about specific releases."],["The class has two constructors: a default constructor and a copy constructor that takes another `QueryAssetsOutputConfig` object, enabling the creation of new instances and copies."],["A key property of this class is `BigqueryDestination`, allowing for configuration of where the results of the query will be stored in BigQuery."]]],[]]