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, detailing its properties, constructors, and inherited members."],["The latest version of `GetImageRequest` available is 3.6.0, and a historical list of versions ranging from 1.0.0 to 3.6.0 are provided, with their associated links."],["`GetImageRequest` is used to request image details from the API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetImageRequest` class includes properties such as `Image` and `Project`, both of which are strings, and contain information for that particular request."],["The class has two constructors, one default and one which uses another `GetImageRequest` as a parameter, allowing for easy creation of new instances, and cloning."]]],[]]