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-09 UTC."],[[["This page details the `BigQueryDestination` class, which is used to configure BigQuery as a destination for resource usage export within the `Google.Cloud.Container.V1` namespace."],["The `BigQueryDestination` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It has two constructors: a default constructor `BigQueryDestination()` and a copy constructor `BigQueryDestination(ResourceUsageExportConfig.Types.BigQueryDestination other)`."],["The class includes one property, `DatasetId`, which is a string representing the ID of a BigQuery dataset where the resource usage export will be stored."],["The current latest version of this implementation available is version 3.33.0, with versions ranging back to 2.3.0 also available."]]],[]]