public sealed class OperationsScopedList : IMessage<OperationsScopedList>, IEquatable<OperationsScopedList>, IDeepCloneable<OperationsScopedList>, 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."],[[["This webpage provides documentation for the `OperationsScopedList` class within the `Google.Cloud.Compute.V1` namespace, highlighting its latest version, 3.6.0, and detailing previous versions dating back to 1.0.0."],["The `OperationsScopedList` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with specific members like `GetHashCode`, `GetType`, and `ToString` inherited from `object`."],["The class has a default constructor `OperationsScopedList()` and a constructor that accepts another `OperationsScopedList` instance for parameter `other`, allowing for object copying and manipulation."],["The `OperationsScopedList` class includes the `Operations` property of type `RepeatedField\u003cOperation\u003e` which is a list of operations, and a `Warning` property that contains a warning to be shown when the operation list is empty."]]],[]]