Package com.google.cloud.talent.v4
Class CompanyServiceGrpc
- java.lang.Object
-
- com.google.cloud.talent.v4.CompanyServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/talent/v4/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 interface
CompanyServiceGrpc.AsyncService
A service that handles company management, including CRUD and enumeration.static class
CompanyServiceGrpc.CompanyServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service CompanyService.static class
CompanyServiceGrpc.CompanyServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service CompanyService.static class
CompanyServiceGrpc.CompanyServiceImplBase
Base class for the server implementation of the service CompanyService.static class
CompanyServiceGrpc.CompanyServiceStub
A stub to allow clients to do asynchronous rpc calls to service CompanyService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(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.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 servicestatic CompanyServiceGrpc.CompanyServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CompanyServiceGrpc.CompanyServiceStub
newStub(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()
-
-