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."],[[["The latest version of the `GetPackageRequest` API class is `2.0.0-beta05`, and it is used to retrieve a specific package from the Artifact Registry v1beta2."],["The `GetPackageRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is found within the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace, and it's part of the `Google.Cloud.ArtifactRegistry.V1Beta2.dll` assembly."],["The `GetPackageRequest` class has two constructors, a default constructor, and another which takes another `GetPackageRequest` object as parameter."],["It includes a `Name` property of type `string`, which represents the name of the package to be retrieved, and is used within the API for this purpose."]]],[]]