public static void BindService(ServiceBinderBase serviceBinder, Versions.VersionsBase 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-17 UTC."],[[["This document details the `Versions` class within the `Google.Cloud.AppEngine.V1` namespace, specifically within version 1.3.0 of the Google Cloud App Engine .NET library."],["The `Versions` class is designed to manage different versions of a service, inheriting from the base `Object` class and providing methods for service definition and binding."],["It provides two methods, `BindService(Versions.VersionsBase)` and `BindService(ServiceBinderBase, Versions.VersionsBase)`, for registering service methods, the first to create a server service definition and the second for use with a custom service binding logic."],["The latest version available is 2.4.0 and the list includes other prior versions, starting from 1.0.0 up to 2.3.0, each with their own specific API documentation."]]],[]]