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 available is 3.6.0, with a range of previous versions from 3.5.0 down to 1.0.0 accessible via the provided links."],["`GetMachineTypeRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class includes constructors for default initialization and copying from another `GetMachineTypeRequest` instance, as well as properties such as `MachineType`, `Project`, and `Zone`."],["The class is part of the `Google.Cloud.Compute.V1.dll` assembly, which is a component of the .NET client libraries for Google Cloud Compute Engine."]]],[]]