Class QuotaServiceStub (0.3.0)

public abstract class QuotaServiceStub implements BackgroundResource

Base stub class for the QuotaService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > QuotaServiceStub

Implements

BackgroundResource

Constructors

QuotaServiceStub()

public QuotaServiceStub()

Methods

close()

public abstract void close()

listQuotaGroupsCallable()

public UnaryCallable<ListQuotaGroupsRequest,ListQuotaGroupsResponse> listQuotaGroupsCallable()
Returns
TypeDescription
UnaryCallable<ListQuotaGroupsRequest,ListQuotaGroupsResponse>

listQuotaGroupsPagedCallable()

public UnaryCallable<ListQuotaGroupsRequest,QuotaServiceClient.ListQuotaGroupsPagedResponse> listQuotaGroupsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListQuotaGroupsRequest,ListQuotaGroupsPagedResponse>