public static void BindService(ServiceBinderBase serviceBinder, Instances.InstancesBase 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 `Instances` class within the Google Cloud App Engine v1 API, specifically for version 2.2.0."],["The `Instances` class is designed to manage instances of a version within the App Engine environment."],["The latest version of the API is 2.4.0, with the document providing links to older versions, from 2.3.0 all the way back to 1.0.0."],["The document details two `BindService` methods for registering service definitions or methods, with one having a return type of `ServerServiceDefinition`, and one that returns void."],["The `Instances` class inherits from `object`, with the members of this inherited class being shown."]]],[]]