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 information in the Google Cloud Compute API, version 1."],["The latest version of the `GetMachineImageRequest` API available is 3.6.0, with multiple prior versions ranging from 3.5.0 down to 1.0.0 also documented."],["The `GetMachineImageRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities such as message handling, equality comparison, deep cloning and buffer management."],["The class has two constructors, a parameterless constructor and another one that takes a `GetMachineImageRequest` object as a parameter for copying, and it includes properties `MachineImage` and `Project` for configuring the request."]]],[]]