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.
Implements
BackgroundResourceConstructors
CompanyServiceStub()
public CompanyServiceStub()
Methods
close()
public abstract void close()
getCompanyCallable()
public UnaryCallable<GetCompanyRequest,Company> getCompanyCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetCompanyRequest,Company> |
listCompaniesCallable()
public UnaryCallable<ListCompaniesRequest,ListCompaniesResponse> listCompaniesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListCompaniesRequest,ListCompaniesResponse> |
listCompaniesPagedCallable()
public UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse> listCompaniesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListCompaniesRequest,ListCompaniesPagedResponse> |