@Generated(value="by gapic-generator-java") public abstract class CompanyServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
CompanyServiceStub() |
| Modifier and Type | Method and 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() |
public com.google.api.gax.rpc.UnaryCallable<CreateCompanyRequest,Company> createCompanyCallable()
public com.google.api.gax.rpc.UnaryCallable<GetCompanyRequest,Company> getCompanyCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateCompanyRequest,Company> updateCompanyCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteCompanyRequest,com.google.protobuf.Empty> deleteCompanyCallable()
public com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse> listCompaniesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,ListCompaniesResponse> listCompaniesCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2023 Google LLC. All rights reserved.