public static void BindService(ServiceBinderBase serviceBinder, ApiGatewayService.ApiGatewayServiceBase 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 latest version of the API Gateway v1 API is 2.4.0, with multiple earlier versions available for reference, including versions ranging from 2.3.0 down to 1.0.0."],["The `ApiGatewayService` class is the central interface for managing API Gateways, and it inherits from the base .NET `object` class."],["The `BindService` method is used to create a service definition that can be registered with a server, and it accepts an implementation of `ApiGatewayServiceBase`."],["The `BindService` method can also be used to register service methods with a `ServiceBinderBase` object, allowing for custom service binding logic in experimental APIs."],["The `ApiGatewayService` is within the `Google.Cloud.ApiGateway.V1` namespace and is part of the `Google.Cloud.ApiGateway.V1.dll` assembly."]]],[]]