@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 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 String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<CreateCompanyRequest,Company> getCreateCompanyMethod()
public static MethodDescriptor<GetCompanyRequest,Company> getGetCompanyMethod()
public static MethodDescriptor<UpdateCompanyRequest,Company> getUpdateCompanyMethod()
public static MethodDescriptor<DeleteCompanyRequest,Empty> getDeleteCompanyMethod()
public static MethodDescriptor<ListCompaniesRequest,ListCompaniesResponse> getListCompaniesMethod()
public static CompanyServiceGrpc.CompanyServiceStub newStub(Channel channel)
public static CompanyServiceGrpc.CompanyServiceBlockingStub newBlockingStub(Channel channel)
public static CompanyServiceGrpc.CompanyServiceFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.