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, part of the `Google.Cloud.Config.V1` namespace, is a core component of the Infrastructure Manager v1 API, which is designed for deploying and managing Google Cloud infrastructure."],["This class inherits from the `object` class and provides a way to interact with the server-side logic through the `ConfigBase` class."],["The documentation covers multiple versions of the API, with the latest being 1.7.0, and provides links to the documentation for versions ranging from 1.0.0 up to the most recent."],["Two `BindService` methods are available for server-side implementation: one creates a service definition, and the other allows registering service methods with a service binder, offering flexibility in service binding logic."],["This class is found within the `Google.Cloud.Config.V1.dll` assembly and includes methods for handling service logic with defined parameters and return types."]]],[]]