Class CloudQuotasGrpc.CloudQuotasImplBase (0.2.0)

public abstract static class CloudQuotasGrpc.CloudQuotasImplBase implements BindableService, CloudQuotasGrpc.AsyncService

Base class for the server implementation of the service CloudQuotas.

The Cloud Quotas API is an infrastructure service for Google Cloud that lets service consumers list and manage their resource usage limits.

  • List/Get the metadata and current status of the quotas for a service.
  • Create/Update quota preferencess that declare the preferred quota values.
  • Check the status of a quota preference request.
  • List/Get pending and historical quota preference.

Inheritance

java.lang.Object > CloudQuotasGrpc.CloudQuotasImplBase

Implements

io.grpc.BindableService, CloudQuotasGrpc.AsyncService

Constructors

CloudQuotasImplBase()

public CloudQuotasImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition