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."],[[["This page provides documentation for the `GetRepositoryRequest` class within the Google Cloud Build v2 API, which is used to retrieve details of a specific repository."],["The `GetRepositoryRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data within the API."],["The class has two constructors: a default constructor and one that accepts another `GetRepositoryRequest` object for creating a copy."],["It includes properties like `Name` (a string representing the repository's resource name) and `RepositoryName` (a typed view of the name property), both of which are crucial to the operation."],["The available versions for the provided api range from version 1.0.0 to 1.4.0, with 1.4.0 being the most current."]]],[]]