public static void BindService(ServiceBinderBase serviceBinder, PublicDelegatedPrefixes.PublicDelegatedPrefixesBase 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-09 UTC."],[[["This webpage provides reference documentation for the `PublicDelegatedPrefixes` class within the Google Cloud Compute Engine v1 API for .NET, detailing its structure, methods, and usage."],["The latest version available is 3.6.0, and the page covers versions from 1.0.0 up to this most current release, including the 3.5.0 version which this document focuses on."],["The `PublicDelegatedPrefixes` class inherits from the base `object` class and includes methods such as `BindService`, which is used for creating and registering service definitions for server-side logic."],["The `BindService` method comes in two overloads, one which creates the definition and one which registers the method with a binder, they require an implementation of `PublicDelegatedPrefixesBase` to function."],["The documentation also lists inherited members from the `object` base class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, available for use within the `PublicDelegatedPrefixes` class."]]],[]]