public sealed class GetDockerImageRequest : IMessage<GetDockerImageRequest>, IEquatable<GetDockerImageRequest>, IDeepCloneable<GetDockerImageRequest>, IBufferMessage, IMessage
[[["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 webpage details the `GetDockerImageRequest` class, which is used to request docker images within the `Google.Cloud.ArtifactRegistry.V1` namespace."],["The `GetDockerImageRequest` class has been implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile object interaction and data management."],["The class provides two constructors, one default and one that takes another `GetDockerImageRequest` object as a parameter for creating copies."],["It includes properties like `DockerImageName` and `Name`, with `Name` being a required string representing the name of the docker images."],["This class has many previous versions of itself, and the latest version is 2.9.0, but the document's content is based on the class' version 1.1.0."]]],[]]