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, specifically for version 3.4.0, which represents a list of operations."],["The `OperationsScopedList` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class includes two constructors, one default and one that takes another `OperationsScopedList` object for creating a copy."],["It contains two main properties, `Operations`, which is a list of `Operation` objects, and `Warning`, which provides informational warnings when the operations list is empty."],["This page provides a list of available versions, ranging from 1.0.0 to the latest version, 3.6.0, of the package `Google.Cloud.Compute.V1`."]]],[]]