public interface QuotaOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLimits(int index)
public abstract QuotaLimit getLimits(int index)
List of QuotaLimit definitions for the service.
repeated .google.api.QuotaLimit limits = 3;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
QuotaLimit |
getLimitsCount()
public abstract int getLimitsCount()
List of QuotaLimit definitions for the service.
repeated .google.api.QuotaLimit limits = 3;
Returns | |
---|---|
Type | Description |
int |
getLimitsList()
public abstract List<QuotaLimit> getLimitsList()
List of QuotaLimit definitions for the service.
repeated .google.api.QuotaLimit limits = 3;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
QuotaLimitOrBuilder |
getLimitsOrBuilderList()
public abstract List<? extends QuotaLimitOrBuilder> getLimitsOrBuilderList()
List of QuotaLimit definitions for the service.
repeated .google.api.QuotaLimit limits = 3;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.api.MetricRuleOrBuilder> |