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."],[[["This document outlines the `GetPackageRequest` class within the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace, version 1.0.0-beta06, which is used to retrieve a package."],["The `GetPackageRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparison, deep cloning, and buffered messaging."],["The class inherits from `Object` and provides two constructors: a default constructor and a constructor that takes another `GetPackageRequest` object as a parameter."],["It has a `Name` property, which is a string representing the name of the package to be retrieved."]]],[]]