Package com.google.cloud.talent.v4beta1
Class CompanyServiceGrpc
- java.lang.Object
-
- com.google.cloud.talent.v4beta1.CompanyServiceGrpc
-
@Generated(value="by gRPC proto compiler", 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCompanyServiceGrpc.AsyncServiceA service that handles company management, including CRUD and enumeration.static classCompanyServiceGrpc.CompanyServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service CompanyService.static classCompanyServiceGrpc.CompanyServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service CompanyService.static classCompanyServiceGrpc.CompanyServiceImplBaseBase class for the server implementation of the service CompanyService.static classCompanyServiceGrpc.CompanyServiceStubA stub to allow clients to do asynchronous rpc calls to service CompanyService.
-
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(CompanyServiceGrpc.AsyncService service)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.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateCompanyRequest,Company>getUpdateCompanyMethod()static CompanyServiceGrpc.CompanyServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CompanyServiceGrpc.CompanyServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CompanyServiceGrpc.CompanyServiceStubnewStub(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
-
getCreateCompanyMethod
public static io.grpc.MethodDescriptor<CreateCompanyRequest,Company> getCreateCompanyMethod()
-
getGetCompanyMethod
public static io.grpc.MethodDescriptor<GetCompanyRequest,Company> getGetCompanyMethod()
-
getUpdateCompanyMethod
public static io.grpc.MethodDescriptor<UpdateCompanyRequest,Company> getUpdateCompanyMethod()
-
getDeleteCompanyMethod
public static io.grpc.MethodDescriptor<DeleteCompanyRequest,com.google.protobuf.Empty> getDeleteCompanyMethod()
-
getListCompaniesMethod
public static io.grpc.MethodDescriptor<ListCompaniesRequest,ListCompaniesResponse> getListCompaniesMethod()
-
newStub
public static CompanyServiceGrpc.CompanyServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CompanyServiceGrpc.CompanyServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CompanyServiceGrpc.CompanyServiceFutureStub 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(CompanyServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-