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 Compute Engine v1 API for .NET."],["The latest version available is 3.6.0, with historical versions dating back to 1.0.0 also accessible from this page."],["The `GetImageRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetImageRequest` class include `Image`, representing the image resource name, and `Project`, representing the project ID."],["There are 2 constructors provided for the `GetImageRequest` class: a parameterless version and a constructor that takes another `GetImageRequest` as a parameter."]]],[]]