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-21 UTC."],[[["This webpage provides reference documentation for the `GetImageRequest` class within the Google Cloud Compute Engine v1 API, specifically detailing version 2.14.0."],["The `GetImageRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is defined in the `Google.Cloud.Compute.V1.dll` assembly."],["The content outlines the inheritance and implementation details of `GetImageRequest`, showing it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page lists the available constructors for `GetImageRequest`, which are the default constructor and a constructor that allows you to provide an already existing `GetImageRequest` as a parameter to create another one."],["This documentation also defines the properties `Image` and `Project` for the `GetImageRequest`, detailing that `Image` represents the name of the image resource and `Project` represents the ID of the project making the request."]]],[]]