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 outlines the `RepositoryManagerConnection` object, which is part of the Google Cloud Build API version 2.11.0, and is designed for use with the `RepositoryManagerClient`."],["The `RepositoryManagerConnection` interface provides virtual methods for various operations related to connections and repositories, such as creating, retrieving, updating, deleting, and listing them."],["The interface includes functionality for creating and managing connections (`CreateConnection`, `GetConnection`, `ListConnections`, `UpdateConnection`, `DeleteConnection`) as well as managing repositories (`CreateRepository`, `BatchCreateRepositories`, `GetRepository`, `ListRepositories`, `DeleteRepository`)."],["It supports obtaining tokens for read/write or read-only access via `FetchReadWriteToken` and `FetchReadToken` methods, respectively, and includes a method to fetch linkable repositories through `FetchLinkableRepositories`."],["This class also supports the usage of mock objects for testing, specifically `MockRepositoryManagerConnection`, as well as the ability to create a concrete instance of the object by using `MakeRepositoryManagerConnection()`."]]],[]]