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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetPackageRequest` class within the Artifact Registry v1 API in the .NET environment."],["The `GetPackageRequest` class is used to retrieve a specific package from the Artifact Registry, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 2.9.0, and the documentation also includes a history of previous versions, ranging from 2.8.0 back to 1.0.0 for this class."],["The `GetPackageRequest` class includes properties like `Name` (a string) and `PackageName` (a `PackageName`-typed view of the resource name), which are used to specify the package being requested."]]],[]]