Package com.google.cloud.talent.v4.stub
Class CompanyServiceStub
- java.lang.Object
-
- com.google.cloud.talent.v4.stub.CompanyServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcCompanyServiceStub
,HttpJsonCompanyServiceStub
@Generated("by gapic-generator-java") public abstract class CompanyServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the CompanyService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description CompanyServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateCompanyRequest,Company>
createCompanyCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteCompanyRequest,com.google.protobuf.Empty>
deleteCompanyCallable()
com.google.api.gax.rpc.UnaryCallable<GetCompanyRequest,Company>
getCompanyCallable()
com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,ListCompaniesResponse>
listCompaniesCallable()
com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse>
listCompaniesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateCompanyRequest,Company>
updateCompanyCallable()
-
-
-
Method Detail
-
createCompanyCallable
public com.google.api.gax.rpc.UnaryCallable<CreateCompanyRequest,Company> createCompanyCallable()
-
getCompanyCallable
public com.google.api.gax.rpc.UnaryCallable<GetCompanyRequest,Company> getCompanyCallable()
-
updateCompanyCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateCompanyRequest,Company> updateCompanyCallable()
-
deleteCompanyCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteCompanyRequest,com.google.protobuf.Empty> deleteCompanyCallable()
-
listCompaniesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse> listCompaniesPagedCallable()
-
listCompaniesCallable
public com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,ListCompaniesResponse> listCompaniesCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-