public sealed class BigQueryDestination : IMessage<ResourceUsageExportConfig.Types.BigQueryDestination>, IEquatable<ResourceUsageExportConfig.Types.BigQueryDestination>, IDeepCloneable<ResourceUsageExportConfig.Types.BigQueryDestination>, IBufferMessage, IMessage
Parameters for using BigQuery as the destination of resource usage export.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `BigQueryDestination` class within the `Google.Cloud.Container.V1` namespace, specifically focusing on its role in configuring BigQuery as a destination for resource usage export."],["The `BigQueryDestination` class is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comprehensive message handling and data manipulation."],["The page lists various versions of the `BigQueryDestination` class, from version 3.33.0 (latest) down to 2.3.0, providing access to different iterations of the documentation."],["The class has two constructors: a default `BigQueryDestination()` constructor and an overload that accepts another `ResourceUsageExportConfig.Types.BigQueryDestination` object as a parameter for creating a copy."],["The class includes a single, string-typed property called `DatasetId`, used to set the ID of a BigQuery dataset, which is necessary for setting up BigQuery as the target for resource data export."]]],[]]