public static void BindService(ServiceBinderBase serviceBinder, ManagedNotebookService.ManagedNotebookServiceBase 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-09-09 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eManagedNotebookService\u003c/code\u003e class, which is part of the AI Platform Notebooks v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API is 2.5.0, with multiple prior versions listed, including beta releases.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eManagedNotebookService\u003c/code\u003e inherits from the base \u003ccode\u003eobject\u003c/code\u003e class, with several inherited members available.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods such as \u003ccode\u003eBindService\u003c/code\u003e, which allows the creation of a service definition for registration with a server and customization of the service binding logic.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for \u003ccode\u003eManagedNotebookService\u003c/code\u003e is \u003ccode\u003eGoogle.Cloud.Notebooks.V1\u003c/code\u003e and it is contained within the \u003ccode\u003eGoogle.Cloud.Notebooks.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1 API - Class ManagedNotebookService (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ManagedNotebookService)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.4.0/Google.Cloud.Notebooks.V1.ManagedNotebookService)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.3.0/Google.Cloud.Notebooks.V1.ManagedNotebookService)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.2.0/Google.Cloud.Notebooks.V1.ManagedNotebookService)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.1.0/Google.Cloud.Notebooks.V1.ManagedNotebookService)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.0.0/Google.Cloud.Notebooks.V1.ManagedNotebookService)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/1.0.0-beta04/Google.Cloud.Notebooks.V1.ManagedNotebookService) \n\n public static class ManagedNotebookService\n\nReference documentation and code samples for the AI Platform Notebooks v1 API class ManagedNotebookService.\n\nAPI v1 service for Managed Notebooks. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ManagedNotebookService \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Notebooks.V1](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Notebooks.V1.dll\n\nMethods\n-------\n\n### BindService(ManagedNotebookServiceBase)\n\n public static ServerServiceDefinition BindService(ManagedNotebookService.ManagedNotebookServiceBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, ManagedNotebookServiceBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, ManagedNotebookService.ManagedNotebookServiceBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]