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 latest version of the `GetMachineImageRequest` documentation is 3.6.0, but there are many versions available, including versions as old as 1.0.0."],["`GetMachineImageRequest` is a class within the Google.Cloud.Compute.V1 namespace, used for requesting details about machine images in the Compute Engine v1 API."],["The class `GetMachineImageRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage and manipulate machine image requests."],["`GetMachineImageRequest` includes properties such as `MachineImage` and `Project`, both of type string, to specify the machine image name and project ID for the request."],["There are two constructors for `GetMachineImageRequest`, one default constructor that takes no parameters and one that takes another `GetMachineImageRequest` as a parameter."]]],[]]