@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.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 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
public static io.grpc.MethodDescriptor<CreateCompanyRequest,Company> getCreateCompanyMethod()
public static io.grpc.MethodDescriptor<GetCompanyRequest,Company> getGetCompanyMethod()
public static io.grpc.MethodDescriptor<UpdateCompanyRequest,Company> getUpdateCompanyMethod()
public static io.grpc.MethodDescriptor<DeleteCompanyRequest,com.google.protobuf.Empty> getDeleteCompanyMethod()
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 final io.grpc.ServerServiceDefinition bindService(CompanyServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2025 Google LLC. All rights reserved.