Class RegistrationServiceGrpc.RegistrationServiceImplBase (2.19.0)

public abstract static class RegistrationServiceGrpc.RegistrationServiceImplBase implements BindableService, RegistrationServiceGrpc.AsyncService

Base class for the server implementation of the service RegistrationService.

Service Directory API for registering services. It defines the following resource model:

  • The API has a collection of Namespace resources, named projects/*/locations/*/namespaces/*.
  • Each Namespace has a collection of Service resources, named projects/*/locations/*/namespaces/*/services/*.
  • Each Service has a collection of Endpoint resources, named projects/*/locations/*/namespaces/*/services/*/endpoints/*.

Inheritance

java.lang.Object > RegistrationServiceGrpc.RegistrationServiceImplBase

Implements

io.grpc.BindableService, RegistrationServiceGrpc.AsyncService

Constructors

RegistrationServiceImplBase()

public RegistrationServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition