public sealed class SetInstanceMachineTypeRequest : IMessage<SetInstanceMachineTypeRequest>, IEquatable<SetInstanceMachineTypeRequest>, IDeepCloneable<SetInstanceMachineTypeRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `SetInstanceMachineTypeRequest` class is used to request a change in the machine type for a Google Cloud Notebooks instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the .NET environment."],["The class offers two constructors, a default one and another that accepts an existing `SetInstanceMachineTypeRequest` object for cloning purposes."],["It includes two key properties, `MachineType` and `Name`, which are both required and accept string values, representing the new machine type and the instance's resource name, respectively."],["Version history is displayed with versions ranging from 1.0.0-beta04 to 2.5.0, with 2.5.0 being the latest."]]],[]]