@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/talent/v4beta1/company_service.proto") public final class CompanyServiceGrpc extends Object
A service that handles company management, including CRUD and enumeration.
| Modifier and Type | Class and Description |
|---|---|
static class |
CompanyServiceGrpc.CompanyServiceBlockingStub
A service that handles company management, including CRUD and enumeration.
|
static class |
CompanyServiceGrpc.CompanyServiceFutureStub
A service that handles company management, including CRUD and enumeration.
|
static class |
CompanyServiceGrpc.CompanyServiceImplBase
A service that handles company management, including CRUD and enumeration.
|
static class |
CompanyServiceGrpc.CompanyServiceStub
A service that handles company management, including CRUD and enumeration.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateCompanyRequest,Company> |
METHOD_CREATE_COMPANY
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteCompanyRequest,com.google.protobuf.Empty> |
METHOD_DELETE_COMPANY
Deprecated.
|
static io.grpc.MethodDescriptor<GetCompanyRequest,Company> |
METHOD_GET_COMPANY
Deprecated.
|
static io.grpc.MethodDescriptor<ListCompaniesRequest,ListCompaniesResponse> |
METHOD_LIST_COMPANIES
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateCompanyRequest,Company> |
METHOD_UPDATE_COMPANY
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateCompanyRequest,Company> |
getCreateCompanyMethod() |
static io.grpc.MethodDescriptor<DeleteCompanyRequest,com.google.protobuf.Empty> |
getDeleteCompanyMethod() |
static io.grpc.MethodDescriptor<GetCompanyRequest,Company> |
getGetCompanyMethod() |
static io.grpc.MethodDescriptor<ListCompaniesRequest,ListCompaniesResponse> |
getListCompaniesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateCompanyRequest,Company> |
getUpdateCompanyMethod() |
static CompanyServiceGrpc.CompanyServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static CompanyServiceGrpc.CompanyServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static CompanyServiceGrpc.CompanyServiceStub |
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<CreateCompanyRequest,Company> METHOD_CREATE_COMPANY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetCompanyRequest,Company> METHOD_GET_COMPANY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateCompanyRequest,Company> METHOD_UPDATE_COMPANY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteCompanyRequest,com.google.protobuf.Empty> METHOD_DELETE_COMPANY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListCompaniesRequest,ListCompaniesResponse> METHOD_LIST_COMPANIES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateCompanyRequest,Company> getCreateCompanyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetCompanyRequest,Company> getGetCompanyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateCompanyRequest,Company> getUpdateCompanyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteCompanyRequest,com.google.protobuf.Empty> getDeleteCompanyMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListCompaniesRequest,ListCompaniesResponse> getListCompaniesMethod()
public static CompanyServiceGrpc.CompanyServiceStub newStub(io.grpc.Channel channel)
public static CompanyServiceGrpc.CompanyServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static CompanyServiceGrpc.CompanyServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019 Google LLC. All rights reserved.