public sealed class GetMachineImageRequest : IMessage<GetMachineImageRequest>, IEquatable<GetMachineImageRequest>, IDeepCloneable<GetMachineImageRequest>, IBufferMessage, IMessage
A request message for MachineImages.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 `GetMachineImageRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.0.0, with links to other versions."],["The `GetMachineImageRequest` class is used to retrieve details about a specific machine image and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and provides two constructors: a default constructor and one that accepts another `GetMachineImageRequest` instance."],["The class includes two key properties: `MachineImage`, which is the name of the machine image as a string, and `Project`, which is the project ID associated with the request, also represented as a string."],["The latest version of the `GetMachineImageRequest` class is version 3.6.0."]]],[]]