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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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`."]]],[]]