public sealed class GetMavenArtifactRequest : IMessage<GetMavenArtifactRequest>, IEquatable<GetMavenArtifactRequest>, IDeepCloneable<GetMavenArtifactRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class GetMavenArtifactRequest.
[[["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 `GetMavenArtifactRequest` class within the Artifact Registry v1 API."],["The `GetMavenArtifactRequest` class is used to request and retrieve Maven artifacts from the Google Cloud Artifact Registry."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer-based operations."],["The class has two constructors, a default constructor and a copy constructor that takes another `GetMavenArtifactRequest` object as a parameter."],["The class has two properties, `MavenArtifactName` and `Name`, which are used to define and manage the name of the requested maven artifact."]]],[]]