addQuota method
Creates a new quota Returns an error if the quota already exists for the specified unit Deprecated: use SetQuota instead
Implementation
$grpc.ResponseFuture<$0.AddQuotaResponse> addQuota(
$0.AddQuotaRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$addQuota, request, options: options);
}