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 provides documentation for the `GetImageRequest` class within the `Google.Cloud.Compute.V1` namespace, focusing on .NET development."],["The latest version documented is 3.6.0, with historical versions ranging from 1.0.0 to 3.5.0 also listed, allowing users to navigate through different releases."],["The `GetImageRequest` class is a request message used for retrieving image data and inherits from `Object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors `GetImageRequest()` and `GetImageRequest(GetImageRequest)` as well as two properties `Image` and `Project`, both strings, used to specify which image to return and the project ID."]]],[]]