This interface defines virtual methods for each of the user-facing overload sets in RepositoryManagerClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type RepositoryManagerClient.
[[["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-05 UTC."],[[["This document provides an overview of the `RepositoryManagerConnection` class, which defines the interface for interacting with `RepositoryManagerClient` in Google Cloud Build v2."],["The document lists various versions of the Cloud Build library, ranging from 2.11.0 to the latest release candidate 2.37.0-rc, along with the current version of 2.24.0."],["`RepositoryManagerConnection` defines several virtual methods for managing connections and repositories, such as `CreateConnection`, `GetConnection`, `ListConnections`, `CreateRepository`, `GetRepository`, and `ListRepositories`."],["Users can inject custom behaviors into the `RepositoryManagerClient` using a `RepositoryManagerConnection` object, which helps in testing scenarios."],["There are also functions available for handling tokens and git references, such as `FetchReadWriteToken`, `FetchReadToken`, and `FetchGitRefs`."]]],[]]