Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
MetricRule |
MetricRule.clone() |
MetricRule |
MetricRule.set(String fieldName,
Object value) |
MetricRule |
MetricRule.setMetricCosts(Map<String,Long> metricCosts)
Metrics to update when the selected methods are called, and the associated cost applied to each
metric.
|
MetricRule |
MetricRule.setSelector(String selector)
Selects the methods to which this rule applies.
|
Modifier and Type | Method and Description |
---|---|
List<MetricRule> |
Quota.getMetricRules()
List of MetricRule definitions, each one mapping a selected method to one or more metrics.
|
Modifier and Type | Method and Description |
---|---|
Quota |
Quota.setMetricRules(List<MetricRule> metricRules)
List of MetricRule definitions, each one mapping a selected method to one or more metrics.
|
Copyright © 2011–2024 Google. All rights reserved.