public sealed class GetMachineTypeRequest : IMessage<GetMachineTypeRequest>, IEquatable<GetMachineTypeRequest>, IDeepCloneable<GetMachineTypeRequest>, IBufferMessage, IMessage
A request message for MachineTypes.Get. See the method description for details.
[[["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-04-02 UTC."],[[["The `GetMachineTypeRequest` class is used to request information about a specific machine type in the Google Cloud Compute Engine."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities within the Google Cloud .NET library."],["The class has constructors for creating instances, including a parameterless constructor and one that takes another `GetMachineTypeRequest` object as an argument for cloning."],["It includes properties for `MachineType`, `Project`, and `Zone`, which are strings used to specify the details of the machine type being requested from the Google Cloud project."],["The documentation provides links to previous version history for this `GetMachineTypeRequest` class, listing versions all the way back to version 1.0.0, with the most recent being version 3.6.0."]]],[]]