public static void BindService(ServiceBinderBase serviceBinder, Services.ServicesBase 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 provides reference documentation for the `Services` class within the Google Cloud App Engine v1 API, specifically version 2.2.0."],["The `Services` class is used to manage services within an application and inherits from the base `object` class, containing methods from this parent class."],["Two methods, `BindService(ServicesBase)` and `BindService(ServiceBinderBase, ServicesBase)`, are available for creating and registering service definitions, respectively."],["The document lists available versions of the Google Cloud App Engine v1 API, with 2.4.0 being the latest and version 2.2.0 being the one this documentation page is about."]]],[]]