public static void BindService(ServiceBinderBase serviceBinder, HostProjectRegistrationService.HostProjectRegistrationServiceBase 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-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eHostProjectRegistrationService\u003c/code\u003e class, part of the API hub v1, is used for managing host project registrations.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this service is 1.0.0, with an older beta version 1.0.0-beta02 also available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method creates a service definition that can be registered with a server and takes a \u003ccode\u003eHostProjectRegistrationServiceBase\u003c/code\u003e object as a parameter, representing server-side handling logic.\u003c/p\u003e\n"],["\u003cp\u003eAnother overloaded \u003ccode\u003eBindService\u003c/code\u003e method registers service methods with a service binder, allowing for custom service binding logic, and it is part of an experimental API.\u003c/p\u003e\n"]]],[],null,["# API hub v1 API - Class HostProjectRegistrationService (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.HostProjectRegistrationService)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/1.0.0-beta02/Google.Cloud.ApiHub.V1.HostProjectRegistrationService) \n\n public static class HostProjectRegistrationService\n\nReference documentation and code samples for the API hub v1 API class HostProjectRegistrationService.\n\nThis service is used for managing the host project registrations. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e HostProjectRegistrationService \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.ApiHub.V1](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApiHub.V1.dll\n\nMethods\n-------\n\n### BindService(HostProjectRegistrationServiceBase)\n\n public static ServerServiceDefinition BindService(HostProjectRegistrationService.HostProjectRegistrationServiceBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, HostProjectRegistrationServiceBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, HostProjectRegistrationService.HostProjectRegistrationServiceBase 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."]]