Service Directory v1 API - Class RegistrationService (2.4.0)

public static class RegistrationService

Reference documentation and code samples for the Service Directory v1 API class RegistrationService.

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/*.

Inheritance

object > RegistrationService

Namespace

Google.Cloud.ServiceDirectory.V1

Assembly

Google.Cloud.ServiceDirectory.V1.dll

Methods

BindService(RegistrationServiceBase)

public static ServerServiceDefinition BindService(RegistrationService.RegistrationServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplRegistrationServiceRegistrationServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, RegistrationServiceBase)

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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplRegistrationServiceRegistrationServiceBase

An object implementing the server-side handling logic.