public static void BindService(ServiceBinderBase serviceBinder, ServiceController.ServiceControllerBase 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"]],[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eServiceController\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.ServiceControl.V1\u003c/code\u003e namespace provides functionality for clients to interact with a managed service via the Google Service Control API.\u003c/p\u003e\n"],["\u003cp\u003eVersion 2.4.0 is the latest available version of the \u003ccode\u003eServiceController\u003c/code\u003e, with other versions ranging from 1.0.0 to 2.3.0 available in the documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eServiceController\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and offers methods such as \u003ccode\u003eBindService\u003c/code\u003e, which allows creating a service definition for server registration or customizing the service binding logic.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e methods require an object implementing the server-side logic, \u003ccode\u003eServiceController.ServiceControllerBase\u003c/code\u003e, and one overload requires a \u003ccode\u003eServiceBinderBase\u003c/code\u003e for binding the service method.\u003c/p\u003e\n"],["\u003cp\u003eThe Google Service Control API allows clients to check and report on operations against a managed service, as indicated by the reference link provided in the content.\u003c/p\u003e\n"]]],[],null,[]]