public sealed class GetImageRequest : IMessage<GetImageRequest>, IEquatable<GetImageRequest>, IDeepCloneable<GetImageRequest>, IBufferMessage, IMessage
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-03-31 UTC."],[[["The `GetImageRequest` class is a request message for retrieving image details in the Google Cloud Compute V1 API, with version 3.6.0 being the latest."],["This class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetImageRequest` class has two constructors: a default constructor and a copy constructor, which takes another `GetImageRequest` object as a parameter."],["The class contains two key properties, `Image` and `Project`, both of which are strings and represent the name of the image and the project ID, respectively."],["The content describes multiple versions of the `GetImageRequest` ranging from 1.0.0 up to the latest 3.6.0."]]],[]]