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."],[[["This document outlines the `SetInstanceMachineTypeRequest` class, which is used to request a change in the machine type for a Google Cloud Notebooks instance, and is available in version 1.0.0-beta04."],["The `SetInstanceMachineTypeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes two constructors: a default constructor and one that takes another `SetInstanceMachineTypeRequest` instance as a parameter."],["The `MachineType` property, of type string, is required and specifies the new Compute Engine machine type, and the `Name` property, also a string, is required, and defines the instance identifier."]]],[]]