com.google.api.server.spi.config
Annotation Type ApiMetricCost
-
public @interface ApiMetricCostMetric cost definition for a method.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element and Description intcostThe cost charged to the metric.java.lang.StringnameThe metric name, which must be defined usingApiLimitMetric.
-
-
-
Element Detail
-
name
public abstract java.lang.String name
The metric name, which must be defined usingApiLimitMetric.
-
-