@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/talent/v4beta1/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 io.grpc.MethodDescriptor<CreateTenantRequest,Tenant> |
METHOD_CREATE_TENANT
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteTenantRequest,com.google.protobuf.Empty> |
METHOD_DELETE_TENANT
Deprecated.
|
static io.grpc.MethodDescriptor<GetTenantRequest,Tenant> |
METHOD_GET_TENANT
Deprecated.
|
static io.grpc.MethodDescriptor<ListTenantsRequest,ListTenantsResponse> |
METHOD_LIST_TENANTS
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateTenantRequest,Tenant> |
METHOD_UPDATE_TENANT
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateTenantRequest,Tenant> |
getUpdateTenantMethod() |
static TenantServiceGrpc.TenantServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TenantServiceGrpc.TenantServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static TenantServiceGrpc.TenantServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateTenantRequest,Tenant> METHOD_CREATE_TENANT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetTenantRequest,Tenant> METHOD_GET_TENANT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateTenantRequest,Tenant> METHOD_UPDATE_TENANT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteTenantRequest,com.google.protobuf.Empty> METHOD_DELETE_TENANT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListTenantsRequest,ListTenantsResponse> METHOD_LIST_TENANTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateTenantRequest,Tenant> getCreateTenantMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetTenantRequest,Tenant> getGetTenantMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateTenantRequest,Tenant> getUpdateTenantMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteTenantRequest,com.google.protobuf.Empty> getDeleteTenantMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListTenantsRequest,ListTenantsResponse> getListTenantsMethod()
public static TenantServiceGrpc.TenantServiceStub newStub(io.grpc.Channel channel)
public static TenantServiceGrpc.TenantServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TenantServiceGrpc.TenantServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019 Google LLC. All rights reserved.