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."],[[["The `GetMavenArtifactRequest` class is part of the Google Cloud Artifact Registry v1 API and is used to request Maven artifacts."],["This documentation provides reference material for the `GetMavenArtifactRequest` class, which includes its constructors, properties, and inherited members, alongside a version history from 1.0.0 up to the latest, 2.9.0."],["The `GetMavenArtifactRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its role in message handling and data management within the API."],["The `Name` property of the `GetMavenArtifactRequest` class, which is of string type and is required, specifies the name of the desired Maven artifact."],["The class `GetMavenArtifactRequest` has a `MavenArtifactName` property that is a typed view over the resource name, allowing users to access information about the Maven artifact."]]],[]]