Service Directory API for registering services. It defines the following
resource model:
The API has a collection of
[Namespace][google.cloud.servicedirectory.v1.Namespace]
resources, named projects/*/locations/*/namespaces/*.
Each Namespace has a collection of
[Service][google.cloud.servicedirectory.v1.Service] resources, named
projects/*/locations/*/namespaces/*/services/*.
Each Service has a collection of
[Endpoint][google.cloud.servicedirectory.v1.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\u003eThe latest version of the Service Directory API is 2.6.0, and it includes resources for managing Namespaces, Services, and Endpoints.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRegistrationService\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.ServiceDirectory.V1\u003c/code\u003e namespace, provides functionality for registering services within the Service Directory API, and it inherits from the Object class.\u003c/p\u003e\n"],["\u003cp\u003eThe API's resource model includes Namespaces, which contain Services, and each Service contains Endpoints, organized under the \u003ccode\u003eprojects/*/locations/*/namespaces/*/services/*/endpoints/*\u003c/code\u003e structure.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e methods allow for creating and registering service definitions with a server, including the customization of service binding logic, using the provided \u003ccode\u003eserviceImpl\u003c/code\u003e and \u003ccode\u003eserviceBinder\u003c/code\u003e parameters.\u003c/p\u003e\n"],["\u003cp\u003eThere are several versions of this API available ranging from 1.0.0 to 2.6.0, with links provided to access each specific version's documentation.\u003c/p\u003e\n"]]],[],null,[]]