public sealed class InstantSnapshotsScopedList : IMessage<InstantSnapshotsScopedList>, IEquatable<InstantSnapshotsScopedList>, IDeepCloneable<InstantSnapshotsScopedList>, 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-31 UTC."],[[["The `InstantSnapshotsScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, provides a structure for managing a scoped list of instant snapshots within Google Cloud Compute."],["The most recent version is 3.6.0, and it lists version history down to 1.0.0, with the current documentation focusing on version 3.1.0."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like serialization, comparison, deep cloning and buffering."],["`InstantSnapshotsScopedList` has properties to hold `InstantSnapshot` objects in a `RepeatedField` and include `Warning` messages, providing information about the instant snapshots and any potential issues."],["Two constructors are provided to create a new instance, one being an empty constructor and the other a copy constructor that accepts another instance of `InstantSnapshotsScopedList`."]]],[]]