Class RegistrationServiceGrpc.RegistrationServiceImplBase
- java.lang.Object
-
- com.google.cloud.servicedirectory.v1beta1.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.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/*`.
-
-
Constructor Summary
Constructors Constructor Description RegistrationServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.servicedirectory.v1beta1.RegistrationServiceGrpc.AsyncService
createEndpoint, createNamespace, createService, deleteEndpoint, deleteNamespace, deleteService, getEndpoint, getIamPolicy, getNamespace, getService, listEndpoints, listNamespaces, listServices, setIamPolicy, testIamPermissions, updateEndpoint, updateNamespace, updateService
-
-