public class GrpcCompanyServiceStub extends CompanyServiceStub
gRPC stub implementation for the CompanyService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcCompanyServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcCompanyServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(CompanyServiceStubSettings settings)
public static final GrpcCompanyServiceStub create(CompanyServiceStubSettings settings)
Constructors
GrpcCompanyServiceStub(CompanyServiceStubSettings settings, ClientContext clientContext)
protected GrpcCompanyServiceStub(CompanyServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcCompanyServiceStub, using the given settings. This is protected
so that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
GrpcCompanyServiceStub(CompanyServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcCompanyServiceStub(CompanyServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcCompanyServiceStub, using the given settings. This is protected
so that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
createCompanyCallable()
public UnaryCallable<CreateCompanyRequest,Company> createCompanyCallable()
Overrides
deleteCompanyCallable()
public UnaryCallable<DeleteCompanyRequest,Empty> deleteCompanyCallable()
Overrides
getCompanyCallable()
public UnaryCallable<GetCompanyRequest,Company> getCompanyCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listCompaniesCallable()
public UnaryCallable<ListCompaniesRequest,ListCompaniesResponse> listCompaniesCallable()
Overrides
listCompaniesPagedCallable()
public UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse> listCompaniesPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateCompanyCallable()
public UnaryCallable<UpdateCompanyRequest,Company> updateCompanyCallable()
Overrides