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"]],[["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-01 UTC."],[[["This page provides documentation for the `BigQueryDestination` class within the `Google.Cloud.Container.V1` namespace, specifically for .NET development."],["The `BigQueryDestination` class is used to configure BigQuery as the destination for resource usage export within Google Cloud Container."],["It is a sealed class, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the different versions of `BigQueryDestination`, ranging from 2.3.0 to the latest 3.33.0, allowing users to find documentation for specific releases."],["It includes information about the `DatasetId` property, which is a string value used to specify the ID of the BigQuery Dataset."]]],[]]