public sealed class GetRepositoryRequest : IMessage<GetRepositoryRequest>, IEquatable<GetRepositoryRequest>, IDeepCloneable<GetRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 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."],[[["The latest version of the `GetRepositoryRequest` class in the Artifact Registry v1 API is 2.9.0, with documentation available for versions dating back to 1.0.0."],["`GetRepositoryRequest` is a class used to retrieve a repository, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It includes two constructors: a default `GetRepositoryRequest()` and another that takes `GetRepositoryRequest` as a parameter, allowing for the creation of new objects with given data."],["The class contains two properties `Name`, which is of type string and is required to retrieve the repository name, and `RepositoryName` which is a typed view of the name resource."]]],[]]