Class CompanyServiceStub

public abstract class CompanyServiceStub implements BackgroundResource

Base stub class for the CompanyService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > CompanyServiceStub

Implements

BackgroundResource

Constructors

CompanyServiceStub()

public CompanyServiceStub()

Methods

close()

public abstract void close()

createCompanyCallable()

public UnaryCallable<CreateCompanyRequest,Company> createCompanyCallable()
Returns
TypeDescription
UnaryCallable<CreateCompanyRequest,Company>

deleteCompanyCallable()

public UnaryCallable<DeleteCompanyRequest,Empty> deleteCompanyCallable()
Returns
TypeDescription
UnaryCallable<DeleteCompanyRequest,Empty>

getCompanyCallable()

public UnaryCallable<GetCompanyRequest,Company> getCompanyCallable()
Returns
TypeDescription
UnaryCallable<GetCompanyRequest,Company>

listCompaniesCallable()

public UnaryCallable<ListCompaniesRequest,ListCompaniesResponse> listCompaniesCallable()
Returns
TypeDescription
UnaryCallable<ListCompaniesRequest,ListCompaniesResponse>

listCompaniesPagedCallable()

public UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse> listCompaniesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListCompaniesRequest,ListCompaniesPagedResponse>

updateCompanyCallable()

public UnaryCallable<UpdateCompanyRequest,Company> updateCompanyCallable()
Returns
TypeDescription
UnaryCallable<UpdateCompanyRequest,Company>