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 API, specifically for .NET development, covering versions from 1.0.0 up to the latest 3.6.0."],["The `MachineTypesScopedList` class, part of the `Google.Cloud.Compute.V1` namespace, is designed to handle a scoped list of machine types and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default one and another that accepts an existing `MachineTypesScopedList` object for creating copies."],["The `MachineTypes` property provides a read-only list of machine types within the scope, represented as `RepeatedField\u003cMachineType\u003e`, while the `Warning` property, also read-only, allows for the inclusion of an informational warning when the list of machine types is empty."],["Inherited members like `GetHashCode`, `GetType`, and `ToString` from the base `object` class are also accessible within the `MachineTypesScopedList`."]]],[]]