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 page details the `GetImageRequest` class, which is used to request image information within the Google Cloud Compute V1 API."],["The `GetImageRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is part of the Google.Cloud.Compute.V1.dll assembly and inherits from Object while implementing multiple interfaces like IMessage and IEquatable."],["The latest version of this resource is 3.6.0, with version 1.0.0 being the earliest available, and various intermediate versions are also documented."],["The class includes properties such as `Image` and `Project`, which are used to specify the name of the image and project ID respectively for the request."],["It has two constructors available, a default one, and another to create a new instance based on another given `GetImageRequest`."]]],[]]