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 details the `BigQueryDestination` class, which is used to configure BigQuery as the destination for resource usage export within Google Cloud Container V1, with the latest version being 3.33.0."],["The `BigQueryDestination` class is part of the `Google.Cloud.Container.V1.ResourceUsageExportConfig.Types` namespace and is available across numerous versions, spanning from 2.3.0 to the current 3.33.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and configuration."],["The class provides a `DatasetId` property, a string representing the ID of the BigQuery Dataset where the resource usage data will be exported."],["The provided content features the BigQueryDestination class, how to construct it and it's inherited members."]]],[]]