@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.
Modifier and Type | Class and Description |
---|---|
static class |
TenantServiceGrpc.TenantServiceBlockingStub
A service that handles tenant management, including CRUD and enumeration.
|
static class |
TenantServiceGrpc.TenantServiceFutureStub
A service that handles tenant management, including CRUD and enumeration.
|
static class |
TenantServiceGrpc.TenantServiceImplBase
A service that handles tenant management, including CRUD and enumeration.
|
static class |
TenantServiceGrpc.TenantServiceStub
A service that handles tenant management, including CRUD and enumeration.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CreateTenantRequest,Tenant> |
getCreateTenantMethod() |
static MethodDescriptor<DeleteTenantRequest,Empty> |
getDeleteTenantMethod() |
static MethodDescriptor<GetTenantRequest,Tenant> |
getGetTenantMethod() |
static MethodDescriptor<ListTenantsRequest,ListTenantsResponse> |
getListTenantsMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static MethodDescriptor<UpdateTenantRequest,Tenant> |
getUpdateTenantMethod() |
static TenantServiceGrpc.TenantServiceBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TenantServiceGrpc.TenantServiceFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static TenantServiceGrpc.TenantServiceStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<CreateTenantRequest,Tenant> getCreateTenantMethod()
public static MethodDescriptor<GetTenantRequest,Tenant> getGetTenantMethod()
public static MethodDescriptor<UpdateTenantRequest,Tenant> getUpdateTenantMethod()
public static MethodDescriptor<DeleteTenantRequest,Empty> getDeleteTenantMethod()
public static MethodDescriptor<ListTenantsRequest,ListTenantsResponse> getListTenantsMethod()
public static TenantServiceGrpc.TenantServiceStub newStub(Channel channel)
public static TenantServiceGrpc.TenantServiceBlockingStub newBlockingStub(Channel channel)
public static TenantServiceGrpc.TenantServiceFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.