Service Directory API for registering services. It defines the following
resource model:
The API has a collection of
[Namespace][google.cloud.servicedirectory.v1beta1.Namespace]
resources, named projects/*/locations/*/namespaces/*.
Each Namespace has a collection of
[Service][google.cloud.servicedirectory.v1beta1.Service] resources, named
projects/*/locations/*/namespaces/*/services/*.
Each Service has a collection of
[Endpoint][google.cloud.servicedirectory.v1beta1.Endpoint]
resources, named
projects/*/locations/*/namespaces/*/services/*/endpoints/*.
public static void BindService(ServiceBinderBase serviceBinder, RegistrationService.RegistrationServiceBase 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 page provides documentation for the \u003ccode\u003eRegistrationService\u003c/code\u003e class within the Google Cloud Service Directory API's .NET library, specifically version 1.0.0-beta06.\u003c/p\u003e\n"],["\u003cp\u003eThe Service Directory API organizes resources into a hierarchy consisting of Namespaces, Services, and Endpoints, each with a specific naming convention within the Google Cloud project structure.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRegistrationService\u003c/code\u003e class can bind a service definition to a server or be customized to work with service binding logic.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method is available in two different versions: one to register a service definition with a server, and another for customizing service binding logic with a service binder.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits members from the \u003ccode\u003eObject\u003c/code\u003e class, including methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]