public interface QuotaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLimits(int index)
public abstract QuotaLimit getLimits(int index)List of QuotaLimit definitions for the service.
repeated .google.api.QuotaLimit limits = 3;
| Name | Description |
| index | int |
| Type | Description |
| QuotaLimit |
getLimitsCount()
public abstract int getLimitsCount()List of QuotaLimit definitions for the service.
repeated .google.api.QuotaLimit limits = 3;
| Type | Description |
| int |
getLimitsList()
public abstract List<QuotaLimit> getLimitsList()List of QuotaLimit definitions for the service.
repeated .google.api.QuotaLimit limits = 3;
| Type | Description |
| List<QuotaLimit> |
getLimitsOrBuilder(int index)
public abstract QuotaLimitOrBuilder getLimitsOrBuilder(int index)List of QuotaLimit definitions for the service.
repeated .google.api.QuotaLimit limits = 3;
| Name | Description |
| index | int |
| Type | Description |
| QuotaLimitOrBuilder |
getLimitsOrBuilderList()
public abstract List<? extends QuotaLimitOrBuilder> getLimitsOrBuilderList()List of QuotaLimit definitions for the service.
repeated .google.api.QuotaLimit limits = 3;
| Type | Description |
| List<? extends com.google.api.QuotaLimitOrBuilder> |
getMetricRules(int index)
public abstract MetricRule getMetricRules(int index)List of MetricRule definitions, each one mapping a selected method to one or more metrics.
repeated .google.api.MetricRule metric_rules = 4;
| Name | Description |
| index | int |
| Type | Description |
| MetricRule |
getMetricRulesCount()
public abstract int getMetricRulesCount()List of MetricRule definitions, each one mapping a selected method to one or more metrics.
repeated .google.api.MetricRule metric_rules = 4;
| Type | Description |
| int |
getMetricRulesList()
public abstract List<MetricRule> getMetricRulesList()List of MetricRule definitions, each one mapping a selected method to one or more metrics.
repeated .google.api.MetricRule metric_rules = 4;
| Type | Description |
| List<MetricRule> |
getMetricRulesOrBuilder(int index)
public abstract MetricRuleOrBuilder getMetricRulesOrBuilder(int index)List of MetricRule definitions, each one mapping a selected method to one or more metrics.
repeated .google.api.MetricRule metric_rules = 4;
| Name | Description |
| index | int |
| Type | Description |
| MetricRuleOrBuilder |
getMetricRulesOrBuilderList()
public abstract List<? extends MetricRuleOrBuilder> getMetricRulesOrBuilderList()List of MetricRule definitions, each one mapping a selected method to one or more metrics.
repeated .google.api.MetricRule metric_rules = 4;
| Type | Description |
| List<? extends com.google.api.MetricRuleOrBuilder> |