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 details the `BigQueryDestination` class, which is used to configure BigQuery as a destination for resource usage export within Google Cloud Container V1."],["The latest version available is 3.33.0, but the page also provides links to the documentation for previous versions, down to version 2.3.0."],["The `BigQueryDestination` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and comparisons."],["The class has two constructors, a default constructor and one that accepts another `BigQueryDestination` object, to create new instances."],["The class also contains one property called `DatasetId` of type string, which is to set the ID of a BigQuery Dataset."]]],[]]