public sealed class ConsumptionMeteringConfig : IMessage<ResourceUsageExportConfig.Types.ConsumptionMeteringConfig>, IEquatable<ResourceUsageExportConfig.Types.ConsumptionMeteringConfig>, IDeepCloneable<ResourceUsageExportConfig.Types.ConsumptionMeteringConfig>, IBufferMessage, IMessage
[[["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 page provides documentation for the `ConsumptionMeteringConfig` class within the `Google.Cloud.Container.V1` namespace, specifically for managing resource consumption metering in Google Cloud Container."],["The latest version of the documentation available is 3.33.0, and there are documented versions all the way down to 2.3.0, providing a historical overview."],["The `ConsumptionMeteringConfig` class, which implements various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, is used to control parameters for resource consumption metering."],["The primary property within `ConsumptionMeteringConfig` is `Enabled`, a boolean that determines if consumption metering is activated, leading to the creation of a BigQuery table for resource consumption records."],["There are two constructors provided for the `ConsumptionMeteringConfig` class, one empty, and one that takes another instance of itself."]]],[]]