Interface QuotaOrBuilder (2.9.5)

public interface QuotaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLimits(int index)

public abstract QuotaLimit getLimits(int index)

List of QuotaLimit definitions for the service.

repeated .google.api.QuotaLimit limits = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaLimit

getLimitsCount()

public abstract int getLimitsCount()

List of QuotaLimit definitions for the service.

repeated .google.api.QuotaLimit limits = 3;

Returns
TypeDescription
int

getLimitsList()

public abstract List<QuotaLimit> getLimitsList()

List of QuotaLimit definitions for the service.

repeated .google.api.QuotaLimit limits = 3;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
QuotaLimitOrBuilder

getLimitsOrBuilderList()

public abstract List<? extends QuotaLimitOrBuilder> getLimitsOrBuilderList()

List of QuotaLimit definitions for the service.

repeated .google.api.QuotaLimit limits = 3;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.api.MetricRuleOrBuilder>