Class RegistrationServiceGrpc.RegistrationServiceImplBase

  • All Implemented Interfaces:
    RegistrationServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    RegistrationServiceGrpc

    public abstract static class RegistrationServiceGrpc.RegistrationServiceImplBase
    extends Object
    implements io.grpc.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][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/*`.
     
    • Constructor Detail

      • RegistrationServiceImplBase

        public RegistrationServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService