Package com.google.cloud.talent.v4
Class TenantServiceGrpc
- java.lang.Object
-
- com.google.cloud.talent.v4.TenantServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/talent/v4/tenant_service.proto") public final class TenantServiceGrpc extends Object
A service that handles tenant management, including CRUD and enumeration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTenantServiceGrpc.AsyncServiceA service that handles tenant management, including CRUD and enumeration.static classTenantServiceGrpc.TenantServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service TenantService.static classTenantServiceGrpc.TenantServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service TenantService.static classTenantServiceGrpc.TenantServiceImplBaseBase class for the server implementation of the service TenantService.static classTenantServiceGrpc.TenantServiceStubA stub to allow clients to do asynchronous rpc calls to service TenantService.
-
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(TenantServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateTenantRequest,Tenant>getCreateTenantMethod()static io.grpc.MethodDescriptor<DeleteTenantRequest,com.google.protobuf.Empty>getDeleteTenantMethod()static io.grpc.MethodDescriptor<GetTenantRequest,Tenant>getGetTenantMethod()static io.grpc.MethodDescriptor<ListTenantsRequest,ListTenantsResponse>getListTenantsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateTenantRequest,Tenant>getUpdateTenantMethod()static TenantServiceGrpc.TenantServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TenantServiceGrpc.TenantServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TenantServiceGrpc.TenantServiceStubnewStub(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
-
getCreateTenantMethod
public static io.grpc.MethodDescriptor<CreateTenantRequest,Tenant> getCreateTenantMethod()
-
getGetTenantMethod
public static io.grpc.MethodDescriptor<GetTenantRequest,Tenant> getGetTenantMethod()
-
getUpdateTenantMethod
public static io.grpc.MethodDescriptor<UpdateTenantRequest,Tenant> getUpdateTenantMethod()
-
getDeleteTenantMethod
public static io.grpc.MethodDescriptor<DeleteTenantRequest,com.google.protobuf.Empty> getDeleteTenantMethod()
-
getListTenantsMethod
public static io.grpc.MethodDescriptor<ListTenantsRequest,ListTenantsResponse> getListTenantsMethod()
-
newStub
public static TenantServiceGrpc.TenantServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TenantServiceGrpc.TenantServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TenantServiceGrpc.TenantServiceFutureStub 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(TenantServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-