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 latest version of the `GetRepositoryRequest` class is 1.4.0, with other versions available including 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["`GetRepositoryRequest` is a message class used within the Cloud Build v2 API to retrieve details about a repository and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and one that takes another `GetRepositoryRequest` object as a parameter."],["It has two main properties, `Name`, which is a required string representing the name of the repository to retrieve, and `RepositoryName`, which is a typed view over the Name property."],["The class's namespace is `Google.Cloud.CloudBuild.V2` and it's part of the `Google.Cloud.CloudBuild.V2.dll` assembly."]]],[]]