public sealed class GetPackageRequest : IMessage<GetPackageRequest>, IEquatable<GetPackageRequest>, IDeepCloneable<GetPackageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class GetPackageRequest.
[[["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-04-17 UTC."],[[["The latest version available for the Artifact Registry v1 API is 2.9.0, with multiple prior versions also accessible, including 2.6.0, 2.8.0, 2.7.0, all the way down to 1.0.0."],["`GetPackageRequest` is a class in the `Google.Cloud.ArtifactRegistry.V1` namespace, used to retrieve a specific package and it's part of the Artifact Registry v1 API."],["The `GetPackageRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `GetPackageRequest()` and `GetPackageRequest(GetPackageRequest other)`, as well as two properties, `Name` and `PackageName`."],["The `Name` property of `GetPackageRequest` is a required string that represents the name of the package to be retrieved, while `PackageName` provides a typed view over the Name resource."]]],[]]