com.google.api.server.spi.config
Annotation Type ApiLimitMetric
-
public @interface ApiLimitMetric
A rate limiting metric.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element and Description int
limit
The default cost limit.java.lang.String
name
A limit identifier, consisting of alphanumeric characters and hyphens.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element and Description java.lang.String
displayName
A human readable description of the metric, e.g.
-