@BetaApi @Generated(value="by gapic-generator-java") public abstract class CompanyServiceStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
CompanyServiceStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public UnaryCallable<CreateCompanyRequest,Company> createCompanyCallable()
public UnaryCallable<GetCompanyRequest,Company> getCompanyCallable()
public UnaryCallable<UpdateCompanyRequest,Company> updateCompanyCallable()
public UnaryCallable<DeleteCompanyRequest,Empty> deleteCompanyCallable()
public UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse> listCompaniesPagedCallable()
public UnaryCallable<ListCompaniesRequest,ListCompaniesResponse> listCompaniesCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.