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 document provides reference documentation for the `GetPackageRequest` class within the Google Cloud Artifact Registry v1 API."],["The latest version of the documentation is 2.9.0, and it lists all previous versions down to 1.0.0, detailing the available `GetPackageRequest` class information for each version."],["`GetPackageRequest` is used to request the retrieval of a package from the Artifact Registry."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `GetPackageRequest` class has properties such as `Name`, a string that specifies the name of the package to be retrieved, and `PackageName`, which is a typed view over the `Name` resource."]]],[]]