Class RegistrationServiceGrpc.RegistrationServiceBlockingStub

  • Enclosing class:
    RegistrationServiceGrpc

    public static final class RegistrationServiceGrpc.RegistrationServiceBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<RegistrationServiceGrpc.RegistrationServiceBlockingStub>
    A stub to allow clients to do synchronous rpc calls to 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/*`.