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-04-02 UTC."],[[["This webpage details the `GetImageRequest` class, a crucial component for retrieving image data within the Google Cloud Compute V1 API."],["The `GetImageRequest` class has been implemented to meet various interface needs including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is version 3.6.0, however, the documented class `GetImageRequest` presented is version 2.0.0, with a comprehensive list of versions available, from 1.0.0 to 3.6.0."],["`GetImageRequest` includes properties for `Image` and `Project`, both represented as strings, to specify the image resource and project ID respectively."],["There are two constructor methods for creating a `GetImageRequest` instance, one that is parameterless and another that takes a pre-existing `GetImageRequest` object."]]],[]]