public sealed class GetPackageRequest : IMessage<GetPackageRequest>, IEquatable<GetPackageRequest>, IDeepCloneable<GetPackageRequest>, IBufferMessage, IMessage
[[["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` class is 2.9.0, part of the `Google.Cloud.ArtifactRegistry.V1` namespace, with older versions available from 2.8.0 down to 1.0.0."],["`GetPackageRequest` is used to request and retrieve a specific package, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetPackageRequest` class has two constructors: a parameterless constructor and one that accepts another `GetPackageRequest` object as a parameter."],["The `Name` property, of type string, is required for identifying the specific package to retrieve when using the `GetPackageRequest` object."]]],[]]