public sealed class MachineTypesScopedList : IMessage<MachineTypesScopedList>, IEquatable<MachineTypesScopedList>, IDeepCloneable<MachineTypesScopedList>, 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-21 UTC."],[[["This webpage provides documentation for the `MachineTypesScopedList` class within the `Google.Cloud.Compute.V1` namespace, specifically focusing on version 1.0.0, with links to earlier versions all the way up to version 3.6.0."],["`MachineTypesScopedList` is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use in data management and serialization."],["The class includes properties for `MachineTypes`, which is a `RepeatedField` of `MachineType` objects, representing a list of machine types in the scope, and `Warning`, which is of the type `Warning` and provides an informational warning if the list is empty."],["There are two constructors available for `MachineTypesScopedList`: a default constructor and a constructor that takes another `MachineTypesScopedList` object, suggesting support for creating new instances or copying existing ones."],["The page also lists inherited members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which can be used within this class."]]],[]]