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-01 UTC."],[[["The `GetImageRequest` class is part of the Google.Cloud.Compute.V1 API, specifically designed for the Compute Engine v1 API."],["This class is a request message used for retrieving details about images, as described in the Images.Get method documentation."],["The latest version of this class documentation available is 3.6.0, and this document contains information on various other versions as low as 1.0.0."],["`GetImageRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetImageRequest` class has properties for \"Image\" and \"Project\", which are strings used to specify the image name and the project ID, respectively."]]],[]]