public static void BindService(ServiceBinderBase serviceBinder, ForwardingRules.ForwardingRulesBase 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."],[[["The `ForwardingRules` class in the `Google.Cloud.Compute.V1` namespace offers methods for managing forwarding rules within Google Cloud's Compute Engine v1 API."],["Version 3.6.0 is the latest version of the `ForwardingRules` API, with a range of previous versions also documented and accessible, down to version 1.0.0."],["The `BindService` methods enable the creation of a service definition or the registration of service methods, either with or without a provided implementation, using `ForwardingRulesBase` for server-side logic handling."],["The `ForwardingRules` class inherits from `object`, inheriting members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]