public sealed class InstanceConsumptionData : IMessage<InstanceConsumptionData>, IEquatable<InstanceConsumptionData>, IDeepCloneable<InstanceConsumptionData>, 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."],[[["The `InstanceConsumptionData` class, part of the `Google.Cloud.Compute.V1` namespace, provides details on resource consumption for Google Cloud Compute instances, spanning versions from 1.0.0 to the latest 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting protocol buffer messaging and object manipulation."],["`InstanceConsumptionData` includes properties such as `ConsumptionInfo` (detailing resource usage), `HasInstance` (indicating if an instance field is set), and `Instance` (providing the server-defined URL), offering comprehensive instance data."],["The latest version available is 3.6.0, with documentation and reference links provided for all versions going back to 1.0.0 allowing users to compare each release."],["The `InstanceConsumptionData` class has two constructors, one default and one allowing users to create a new object based on another `InstanceConsumptionData` object."]]],[]]