public sealed class InstantSnapshotResourceStatus : IMessage<InstantSnapshotResourceStatus>, IEquatable<InstantSnapshotResourceStatus>, IDeepCloneable<InstantSnapshotResourceStatus>, 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-24 UTC."],[[["This webpage details the `InstantSnapshotResourceStatus` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.17.0 of the library, and links to numerous prior version references, including the latest 3.6.0 release."],["The `InstantSnapshotResourceStatus` class is a sealed class that implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class provides two constructors: a parameterless constructor and one that takes another `InstantSnapshotResourceStatus` object as a parameter, enabling the creation of new objects and the copying of data."],["Key properties of this class include `HasStorageSizeBytes`, a boolean indicating whether the `storage_size_bytes` field is set, and `StorageSizeBytes`, a long integer that represents the storage size of the instant snapshot."],["The webpage also lists inherited members, including `GetHashCode()`, `GetType()`, and `ToString()`, from the base object class."]]],[]]