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 `GetMachineImageRequest` class is a part of the Google Cloud Compute Engine v1 API, used for requesting details about a machine image."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Protobuf ecosystem."],["The latest documented version is 3.6.0, but various versions from 1.0.0 up to 3.6.0 are available in the documentation."],["The `GetMachineImageRequest` class has two constructors and two properties, `MachineImage` and `Project`, which are both of type string and are used to set and retrieve the name of the machine image and the project ID respectively."],["This class has inherited members, such as `GetHashCode()`, `GetType()`, and `ToString()`, from the `object` class."]]],[]]