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-03-31 UTC."],[[["This page provides documentation for the `TargetGrpcProxies` class within the Google Cloud Compute Engine v1 API, specifically for version 2.11.0."],["The latest version available is 3.6.0, with a range of previous versions also documented, extending back to version 1.0.0, as shown through the links."],["`TargetGrpcProxies` inherits from the base `object` class and contains inherited methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class offers two `BindService` methods for creating and registering service definitions, one that takes a `TargetGrpcProxiesBase` object, and the second one allowing customization by binding to a `ServiceBinderBase` object along with a `TargetGrpcProxiesBase` object."],["The namespace `Google.Cloud.Compute.V1` is the context in which this class exists, and is contained within the assembly `Google.Cloud.Compute.V1.dll`."]]],[]]