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-03-21 UTC."],[[["This webpage details the `GetMachineTypeRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving machine type information in Google Cloud."],["The latest version of the API documentation for `GetMachineTypeRequest` is 3.6.0, with a history of versions available dating back to 1.0.0."],["`GetMachineTypeRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has three main properties: `MachineType`, `Project`, and `Zone`, all of which are strings and used to specify the machine type, the project, and the zone respectively."],["There are two constructors for the GetMachineTypeRequest class: a default parameterless constructor and one that takes in another GetMachineTypeRequest as a parameter."]]],[]]