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-04-09 UTC."],[[["The `InstanceConsumptionData` class represents data related to resource consumption by a compute instance and is implemented through various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Version 3.6.0 is the latest version of the `InstanceConsumptionData` API within the Google.Cloud.Compute.V1 namespace, while version 3.2.0 is the specific version for which detailed information is being provided."],["The `InstanceConsumptionData` class has properties like `ConsumptionInfo` to detail resource usage and `Instance` to show the server defined URL of the instance, along with a boolean `HasInstance` property to indicate if the `Instance` field is set."],["The `InstanceConsumptionData` class includes two constructors: a default constructor and one that takes another `InstanceConsumptionData` object for cloning purposes."],["The `Google.Cloud.Compute.V1` assembly contains this class and provides various older versions of the same API, ranging from 1.0.0 to 3.6.0."]]],[]]