class documentation

class CalculatorServiceServicer(object): (source)

View In Hierarchy

Calculator service for estimating resource costs.

Method Estimate Estimates prices for a single resource. Returns both hourly and monthly cost estimates for the specified resource configuration.
Method EstimateBatch Estimates prices for multiple resources. Returns aggregated hourly and monthly cost estimates for all specified resources.
def Estimate(self, request, context): (source)

Estimates prices for a single resource. Returns both hourly and monthly cost estimates for the specified resource configuration.

def EstimateBatch(self, request, context): (source)

Estimates prices for multiple resources. Returns aggregated hourly and monthly cost estimates for all specified resources.