public sealed class GetRepositoryRequest : IMessage<GetRepositoryRequest>, IEquatable<GetRepositoryRequest>, IDeepCloneable<GetRepositoryRequest>, 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-04-01 UTC."],[[["The `GetRepositoryRequest` class is used to retrieve a repository and is part of the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["`GetRepositoryRequest` has two constructors: a default constructor and one that takes another `GetRepositoryRequest` object as a parameter."],["It includes two key properties: `Name`, which is a required string representing the repository's name, and `RepositoryName`, which provides a typed view of the name."]]],[]]