public static void BindService(ServiceBinderBase serviceBinder, NotebookService.NotebookServiceBase 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation is for version 2.3.0 of the `NotebookService` class within the `Google.Cloud.Notebooks.V1` API, which is part of the AI Platform Notebooks service."],["The `NotebookService` class provides an API v1 service for Cloud AI Platform Notebooks and includes inherited methods from the base `object` class such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` method can be used to create a service definition for registration with a server, taking an object implementing the server-side handling logic as an argument, which is a `NotebookService.NotebookServiceBase`."],["The other overload of the `BindService` method registers service methods with a `ServiceBinderBase`, allowing customization of service binding logic, and is considered part of an experimental API."],["The `NotebookService` is part of the `Google.Cloud.Notebooks.V1` namespace and is included in the `Google.Cloud.Notebooks.V1.dll` assembly."]]],[]]