public static void BindService(ServiceBinderBase serviceBinder, Registry.RegistryBase 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."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eRegistry\u003c/code\u003e class within the Google Cloud Apigee Registry v1 API, specifically version 1.0.0-beta07, which is the latest version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRegistry\u003c/code\u003e class allows for the management of API descriptions using the Apigee Registry service.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from the .NET \u003ccode\u003eobject\u003c/code\u003e class and provides methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e from it.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method can create a service definition to register with a server, with the capability to utilize a \u003ccode\u003eRegistryBase\u003c/code\u003e implementation.\u003c/p\u003e\n"],["\u003cp\u003eAnother \u003ccode\u003eBindService\u003c/code\u003e method allows registering service methods with a service binder, enabling customizable service binding logic through the \u003ccode\u003eServiceBinderBase\u003c/code\u003e, although this is an experimental API.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class Registry (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.Registry)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.Registry) \n\n public static class Registry\n\nReference documentation and code samples for the Apigee Registry v1 API class Registry.\n\nThe Registry service allows teams to manage descriptions of APIs. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Registry \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.ApigeeRegistry.V1](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeRegistry.V1.dll\n\nMethods\n-------\n\n### BindService(RegistryBase)\n\n public static ServerServiceDefinition BindService(Registry.RegistryBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, RegistryBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, Registry.RegistryBase 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."]]