public static void BindService(ServiceBinderBase serviceBinder, Config.ConfigBase 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-06-05 UTC."],[[["The `Config` class in the `Google.Cloud.Config.V1` namespace provides reference documentation and code samples for the Infrastructure Manager v1 API, which is designed for managing and deploying Google Cloud infrastructure resources."],["The latest version of the `Config` class is 1.7.0, and there are several older versions available, ranging from 1.0.0 up to 1.6.0."],["The `Config` class inherits from the base `object` class and provides methods such as `BindService` which allows for the registration of service definitions with a server."],["The `BindService` method can be used to create a service definition that can be registered with a server, and can also be used to register a service method with a service binder, with the possibility of no implementation."],["The `BindService` method has two different versions, one that will take only the implementation `Config.ConfigBase` as a parameter and the second that will take a `ServiceBinderBase` and the implementation `Config.ConfigBase` as parameters."]]],[]]