public static void BindService(ServiceBinderBase serviceBinder, DiskTypes.DiskTypesBase 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 webpage provides reference documentation for the `DiskTypes` class within the Google Cloud Compute Engine v1 API for .NET, with the current version being 2.15.0."],["The documentation covers multiple versions of the `DiskTypes` API, ranging from version 1.0.0 up to the latest 3.6.0, allowing users to select their relevant API version."],["The `DiskTypes` class documentation includes inherited members and details on methods like `BindService`, which allows for the registration of service methods with a server or a service binder."],["The available methods include two `BindService` variations, one to create a server service definition, and the other to bind a service to a service binder, and both accept an object implementing server-side handling logic as a parameter."]]],[]]