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"]],[["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 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."]]],[]]