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 webpage provides documentation for the `ConsumptionMeteringConfig` class within the `Google.Cloud.Container.V1` namespace, detailing parameters for controlling consumption metering in Google Cloud."],["The latest version available is 3.33.0, and the page also lists previous versions back to 2.3.0 for reference, with the current version being 3.1.0."],["The `ConsumptionMeteringConfig` class allows users to enable consumption metering for a cluster, which results in the creation of a second BigQuery table for holding resource consumption records, based on the `Enabled` property."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, offering methods for message handling, equality checks, cloning, and buffering."],["The documentation includes information about the available constructors, such as the default constructor and one that accepts another `ConsumptionMeteringConfig` object as a parameter, and a detailed parameter table describing the `other` parameter."]]],[]]