public sealed class GetMachineImageRequest : IMessage<GetMachineImageRequest>, IEquatable<GetMachineImageRequest>, IDeepCloneable<GetMachineImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetMachineImageRequest.
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 provided content details the `GetMachineImageRequest` class within the Google Cloud Compute Engine v1 API for .NET, with version 3.6.0 being the latest version, and numerous previous versions are listed down to 1.0.0."],["`GetMachineImageRequest` is a request message class for the `MachineImages.Get` method in the API and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and has properties for `MachineImage` (the name of the machine image) and `Project` (the project ID for the request), both of which are of the `String` type."],["There are two constructors for `GetMachineImageRequest`, one default and one that takes another `GetMachineImageRequest` as a parameter for copying purposes."]]],[]]