public static void BindService(ServiceBinderBase serviceBinder, RepositoryManager.RepositoryManagerBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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 `RepositoryManager` class, part of the Google Cloud Build v2 API, is designed for managing connections to source code repositories."],["This class is found within the `Google.Cloud.CloudBuild.V2` namespace in the `Google.Cloud.CloudBuild.V2.dll` assembly, with its documentation covering versions 1.0.0 up to 1.4.0."],["The `RepositoryManager` class inherits from `object` and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class provides two static `BindService` methods that are used to register service methods with a server or service binder, with or without a specified implementation."],["The latest version of the API is version 1.4.0, with version 1.3.0 being the version that is currently being documented."]]],[]]