Class CompanyServiceStub (2.12.0)

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

deleteCompanyCallable()

public UnaryCallable<DeleteCompanyRequest,Empty> deleteCompanyCallable()
Returns

getCompanyCallable()

public UnaryCallable<GetCompanyRequest,Company> getCompanyCallable()
Returns

listCompaniesCallable()

public UnaryCallable<ListCompaniesRequest,ListCompaniesResponse> listCompaniesCallable()
Returns

listCompaniesPagedCallable()

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

updateCompanyCallable()

public UnaryCallable<UpdateCompanyRequest,Company> updateCompanyCallable()
Returns