public static void BindService(ServiceBinderBase serviceBinder, TargetGrpcProxies.TargetGrpcProxiesBase 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-04-02 UTC."],[[["This webpage provides reference documentation for the `TargetGrpcProxies` class within the `Google.Cloud.Compute.V1` namespace in the .NET Compute Engine v1 API."],["The latest version available for this class is 3.6.0, while the current documented version is 2.13.0."],["The `TargetGrpcProxies` class offers two methods: `BindService(TargetGrpcProxiesBase)` and `BindService(ServiceBinderBase, TargetGrpcProxiesBase)`, for creating and registering service definitions with a server, respectively."],["The `TargetGrpcProxiesBase` class implements the server-side handling logic for the TargetGrpcProxies, which can be passed in as a parameter in the BindService methods."],["The page lists a history of multiple versions of the `TargetGrpcProxies` class, from 1.0.0 to 3.6.0, allowing users to access documentation for specific versions."]]],[]]