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-09 UTC."],[[["The `GetImageRequest` class is part of the Google.Cloud.Compute.V1 namespace and is used to request image data from the Compute Engine v1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["The `GetImageRequest` class has two constructors, a default one and another that accepts another `GetImageRequest` instance for copying purposes."],["The `GetImageRequest` class includes properties for `Image` and `Project`, allowing users to specify the desired image and project for the request."],["This page documents the `GetImageRequest` class across numerous versions, from 1.0.0 up to the latest, 3.6.0."]]],[]]