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."],[[["This webpage provides reference documentation for the `GetImageRequest` class within the Google Compute Engine v1 API for .NET."],["The `GetImageRequest` class is used to request details about a specific image in Compute Engine, with version 3.6.0 being the latest, and many previous versions are also listed, down to 1.0.0."],["`GetImageRequest` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` according to the provided documents."],["The class includes properties for `Image` and `Project`, allowing specification of the image name and project ID in the API request."],["The documentation outlines the constructors available for `GetImageRequest`, including a default constructor and one that accepts another `GetImageRequest` instance for cloning."]]],[]]