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-03-31 UTC."],[[["This webpage provides reference documentation for the `GetImageRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.16.0."],["The `GetImageRequest` class is used to request image data from the Compute Engine API, as indicated by its description as a request message for `Images.Get`."],["The class is an implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, comparison, deep cloning, and buffered message operations."],["The `GetImageRequest` class has properties for `Image` and `Project`, allowing users to specify the name of the desired image resource and the project ID for the request."],["A list of historical versions for `GetImageRequest` is available, ranging from version 1.0.0 to the latest 3.6.0, with version 2.16.0 currently being the one detailed on this page."]]],[]]