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, which is used to request image resources within the Google Cloud Compute V1 API."],["The `GetImageRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is implemented using several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage provides documentation for multiple versions of the API, ranging from the latest version 3.6.0 down to version 1.0.0, accessible via hyperlinks to each individual version."],["The `GetImageRequest` class features two constructors, one default and one that takes another `GetImageRequest` instance, alongside properties for `Image` and `Project`, each of type string."],["The page also lists the inherited members from `Object` which includes methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]