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."],[[["The `GetMachineImageRequest` class is a request message for retrieving machine image details within the Google Cloud Compute V1 API, with the latest version being 3.6.0."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class is found in the `Google.Cloud.Compute.V1` namespace, within the `Google.Cloud.Compute.V1.dll` assembly, and contains properties for specifying the `MachineImage` name and the `Project` ID."],["The class provides two constructors, one default and one that accepts another `GetMachineImageRequest` instance, allowing for the creation of new instances and copies."],["Multiple previous versions of the `GetMachineImageRequest` are accessible, starting from version 1.0.0, and each with a specific link."]]],[]]