public sealed class GetDockerImageRequest : IMessage<GetDockerImageRequest>, IEquatable<GetDockerImageRequest>, IDeepCloneable<GetDockerImageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class GetDockerImageRequest.
[[["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 document provides reference documentation for the `GetDockerImageRequest` class within the Artifact Registry v1 API for .NET, specifically version 2.8.0."],["`GetDockerImageRequest` is used to request Docker images and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes properties such as `DockerImageName` (typed view) and `Name` (string), the latter being the required name of the requested docker image."],["The document contains references to previous versions, from version 1.0.0 up to 2.9.0 (latest) of the API for the `GetDockerImageRequest`."],["There are 2 constructors for this class, one default and one that takes in another `GetDockerImageRequest` as a parameter."]]],[]]