public sealed class GetRepositoryRequest : IMessage<GetRepositoryRequest>, IEquatable<GetRepositoryRequest>, IDeepCloneable<GetRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 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 `GetRepositoryRequest` class in the Cloud Build v2 API is used to retrieve details about a specific repository."],["Version 1.4.0 is the latest available version of the `GetRepositoryRequest` class, and the documentation also includes versions 1.0.0, 1.1.0, 1.2.0, and 1.3.0."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetRepositoryRequest` class has a `Name` property, a string representing the repository's resource name in the format: `projects/*/locations/*/connections/*/repositories/*`, and a type-safe view of this `Name`, called `RepositoryName`."],["The class has two constructors: a default constructor `GetRepositoryRequest()` and an overload constructor that accepts another `GetRepositoryRequest` object as a parameter."]]],[]]