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-03-21 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, while the current page is focused on version 2.5.0, and many other version links from 3.32.0 all the way to 2.3.0 are shown."],["The `BigQueryDestination` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with several inherited members from `Object` class."],["The class has two constructors: a default one (`BigQueryDestination()`) and one that takes another `BigQueryDestination` object as a parameter for cloning, `BigQueryDestination(ResourceUsageExportConfig.Types.BigQueryDestination other)`."],["The `BigQueryDestination` class provides a `DatasetId` property of string type that specifies the ID of the BigQuery Dataset, allowing to set or get the value."]]],[]]