public sealed class GetPackageRequest : IMessage<GetPackageRequest>, IEquatable<GetPackageRequest>, IDeepCloneable<GetPackageRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 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-03-21 UTC."],[[["This documentation is for the `GetPackageRequest` class within the Artifact Registry v1beta2 API, specifically version 2.0.0-beta04."],["The `GetPackageRequest` class is used to retrieve a package from the Artifact Registry and is part of the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `GetPackageRequest` class has two constructors, one default and another that accepts another `GetPackageRequest` instance as a parameter."],["The `Name` property is used to specify the name of the package that will be retrieved, which is of the `string` type."]]],[]]