public sealed class GetMachineTypeRequest : IMessage<GetMachineTypeRequest>, IEquatable<GetMachineTypeRequest>, IDeepCloneable<GetMachineTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetMachineTypeRequest.
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"]],[["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-08 UTC."],[[["The latest version of the `GetMachineTypeRequest` API is 3.6.0, while this page specifically documents version 3.0.0, with other versions ranging from 1.0.0 to 3.5.0 also available."],["`GetMachineTypeRequest` is a class in the Google.Cloud.Compute.V1 namespace within the Google.Cloud.Compute.V1.dll assembly and is used for requests related to MachineTypes.Get."],["The `GetMachineTypeRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["This class includes constructors like `GetMachineTypeRequest()` and `GetMachineTypeRequest(GetMachineTypeRequest other)` to create instances of the request."],["Key properties of `GetMachineTypeRequest` are `MachineType`, `Project`, and `Zone`, all of which are strings that allow users to specify the desired machine type, project ID, and zone for the request."]]],[]]