public sealed class GetImageRequest : IMessage<GetImageRequest>, IEquatable<GetImageRequest>, IDeepCloneable<GetImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetImageRequest.
A request message for Images.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-04-02 UTC."],[[["The `GetImageRequest` class is part of the Google Cloud Compute Engine v1 API, specifically in the `Google.Cloud.Compute.V1` namespace."],["This class is a request message for the `Images.Get` method, used to retrieve information about a specific image resource."],["The class inherits from `Object` and implements several interfaces: `IMessage`, `IEquatable\u003cGetImageRequest\u003e`, `IDeepCloneable\u003cGetImageRequest\u003e`, and `IBufferMessage`."],["The latest version of this is version 3.6.0, and a historical versions list is available, going back to version 1.0.0."],["`GetImageRequest` has properties such as `Image` and `Project`, which represent the image name and the project ID for the request, respectively."]]],[]]