public sealed class GetRepositoryRequest : IMessage<GetRepositoryRequest>, IEquatable<GetRepositoryRequest>, IDeepCloneable<GetRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 API class GetRepositoryRequest.
[[["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 page provides documentation for the `GetRepositoryRequest` class within the Google Cloud Artifact Registry v1beta2 API, with the latest version being 2.0.0-beta05."],["`GetRepositoryRequest` is a class used to retrieve a repository and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `GetRepositoryRequest()`, which is a default constructor, and `GetRepositoryRequest(GetRepositoryRequest other)` which allows creating a copy."],["The `GetRepositoryRequest` class includes properties such as `Name`, a required string to specify the name of the repository, and `RepositoryName`, which is a typed view over the `Name` property."],["This documentation references inherited members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]