public static void BindService(ServiceBinderBase serviceBinder, Domains.DomainsBase 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 covers the \u003ccode\u003eDomains\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Domains.V1Beta1\u003c/code\u003e namespace, which is part of the Cloud Domains v1beta1 API for domain name management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDomains\u003c/code\u003e class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and provides two methods for binding service definitions: \u003ccode\u003eBindService(DomainsBase)\u003c/code\u003e and \u003ccode\u003eBindService(ServiceBinderBase, DomainsBase)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe Cloud Domains API, accessible through the \u003ccode\u003eDomains\u003c/code\u003e class, is used for managing and configuring domain names.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API is \u003ccode\u003e2.0.0-beta05\u003c/code\u003e, with other versions including \u003ccode\u003e2.0.0-beta04\u003c/code\u003e and \u003ccode\u003e1.0.0-beta04\u003c/code\u003e also available in the provided documentation.\u003c/p\u003e\n"]]],[],null,["# Cloud Domains v1beta1 API - Class Domains (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1.Domains)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/2.0.0-beta04/Google.Cloud.Domains.V1Beta1.Domains)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/1.0.0-beta04/Google.Cloud.Domains.V1Beta1.Domains) \n\n public static class Domains\n\nReference documentation and code samples for the Cloud Domains v1beta1 API class Domains.\n\nThe Cloud Domains API enables management and configuration of domain names. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Domains \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.Domains.V1Beta1](/dotnet/docs/reference/Google.Cloud.Domains.V1Beta1/latest/Google.Cloud.Domains.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Domains.V1Beta1.dll\n\nMethods\n-------\n\n### BindService(DomainsBase)\n\n public static ServerServiceDefinition BindService(Domains.DomainsBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, DomainsBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, Domains.DomainsBase 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."]]