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 document provides reference documentation for the `GetRepositoryRequest` class within the Artifact Registry v1beta2 API, specifically for version 2.0.0-beta04."],["The `GetRepositoryRequest` class is used to retrieve a repository and inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `GetRepositoryRequest()` and a copy constructor `GetRepositoryRequest(GetRepositoryRequest other)`."],["It contains two properties: `Name`, a string that represents the name of the repository to retrieve, and `RepositoryName`, which is a `RepositoryName`-typed view over the `Name` property."],["There are 3 versions available of this documentation, with 2.0.0-beta05 as the latest version."]]],[]]