Class RegistrationServiceGrpc
- java.lang.Object
-
- com.google.cloud.servicedirectory.v1beta1.RegistrationServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/servicedirectory/v1beta1/registration_service.proto") public final class RegistrationServiceGrpc extends Object
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/*`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegistrationServiceGrpc.AsyncServiceService Directory API for registering services.static classRegistrationServiceGrpc.RegistrationServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service RegistrationService.static classRegistrationServiceGrpc.RegistrationServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service RegistrationService.static classRegistrationServiceGrpc.RegistrationServiceImplBaseBase class for the server implementation of the service RegistrationService.static classRegistrationServiceGrpc.RegistrationServiceStubA stub to allow clients to do asynchronous rpc calls to service RegistrationService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(RegistrationServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateEndpointRequest,Endpoint>getCreateEndpointMethod()static io.grpc.MethodDescriptor<CreateNamespaceRequest,Namespace>getCreateNamespaceMethod()static io.grpc.MethodDescriptor<CreateServiceRequest,Service>getCreateServiceMethod()static io.grpc.MethodDescriptor<DeleteEndpointRequest,com.google.protobuf.Empty>getDeleteEndpointMethod()static io.grpc.MethodDescriptor<DeleteNamespaceRequest,com.google.protobuf.Empty>getDeleteNamespaceMethod()static io.grpc.MethodDescriptor<DeleteServiceRequest,com.google.protobuf.Empty>getDeleteServiceMethod()static io.grpc.MethodDescriptor<GetEndpointRequest,Endpoint>getGetEndpointMethod()static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>getGetIamPolicyMethod()static io.grpc.MethodDescriptor<GetNamespaceRequest,Namespace>getGetNamespaceMethod()static io.grpc.MethodDescriptor<GetServiceRequest,Service>getGetServiceMethod()static io.grpc.MethodDescriptor<ListEndpointsRequest,ListEndpointsResponse>getListEndpointsMethod()static io.grpc.MethodDescriptor<ListNamespacesRequest,ListNamespacesResponse>getListNamespacesMethod()static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse>getListServicesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>getSetIamPolicyMethod()static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>getTestIamPermissionsMethod()static io.grpc.MethodDescriptor<UpdateEndpointRequest,Endpoint>getUpdateEndpointMethod()static io.grpc.MethodDescriptor<UpdateNamespaceRequest,Namespace>getUpdateNamespaceMethod()static io.grpc.MethodDescriptor<UpdateServiceRequest,Service>getUpdateServiceMethod()static RegistrationServiceGrpc.RegistrationServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic RegistrationServiceGrpc.RegistrationServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic RegistrationServiceGrpc.RegistrationServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateNamespaceMethod
public static io.grpc.MethodDescriptor<CreateNamespaceRequest,Namespace> getCreateNamespaceMethod()
-
getListNamespacesMethod
public static io.grpc.MethodDescriptor<ListNamespacesRequest,ListNamespacesResponse> getListNamespacesMethod()
-
getGetNamespaceMethod
public static io.grpc.MethodDescriptor<GetNamespaceRequest,Namespace> getGetNamespaceMethod()
-
getUpdateNamespaceMethod
public static io.grpc.MethodDescriptor<UpdateNamespaceRequest,Namespace> getUpdateNamespaceMethod()
-
getDeleteNamespaceMethod
public static io.grpc.MethodDescriptor<DeleteNamespaceRequest,com.google.protobuf.Empty> getDeleteNamespaceMethod()
-
getCreateServiceMethod
public static io.grpc.MethodDescriptor<CreateServiceRequest,Service> getCreateServiceMethod()
-
getListServicesMethod
public static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
-
getGetServiceMethod
public static io.grpc.MethodDescriptor<GetServiceRequest,Service> getGetServiceMethod()
-
getUpdateServiceMethod
public static io.grpc.MethodDescriptor<UpdateServiceRequest,Service> getUpdateServiceMethod()
-
getDeleteServiceMethod
public static io.grpc.MethodDescriptor<DeleteServiceRequest,com.google.protobuf.Empty> getDeleteServiceMethod()
-
getCreateEndpointMethod
public static io.grpc.MethodDescriptor<CreateEndpointRequest,Endpoint> getCreateEndpointMethod()
-
getListEndpointsMethod
public static io.grpc.MethodDescriptor<ListEndpointsRequest,ListEndpointsResponse> getListEndpointsMethod()
-
getGetEndpointMethod
public static io.grpc.MethodDescriptor<GetEndpointRequest,Endpoint> getGetEndpointMethod()
-
getUpdateEndpointMethod
public static io.grpc.MethodDescriptor<UpdateEndpointRequest,Endpoint> getUpdateEndpointMethod()
-
getDeleteEndpointMethod
public static io.grpc.MethodDescriptor<DeleteEndpointRequest,com.google.protobuf.Empty> getDeleteEndpointMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
newStub
public static RegistrationServiceGrpc.RegistrationServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static RegistrationServiceGrpc.RegistrationServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static RegistrationServiceGrpc.RegistrationServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(RegistrationServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-