Interface OverrideInlineSourceOrBuilder (2.3.1)

public interface OverrideInlineSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOverrides(int index)

public abstract QuotaOverride getOverrides(int index)

The overrides to create. Each override must have a value for 'metric' and 'unit', to specify which metric and which limit the override should be applied to. The 'name' field of the override does not need to be set; it is ignored.

repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaOverride

getOverridesCount()

public abstract int getOverridesCount()

The overrides to create. Each override must have a value for 'metric' and 'unit', to specify which metric and which limit the override should be applied to. The 'name' field of the override does not need to be set; it is ignored.

repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;

Returns
TypeDescription
int

getOverridesList()

public abstract List<QuotaOverride> getOverridesList()

The overrides to create. Each override must have a value for 'metric' and 'unit', to specify which metric and which limit the override should be applied to. The 'name' field of the override does not need to be set; it is ignored.

repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;

Returns
TypeDescription
List<QuotaOverride>

getOverridesOrBuilder(int index)

public abstract QuotaOverrideOrBuilder getOverridesOrBuilder(int index)

The overrides to create. Each override must have a value for 'metric' and 'unit', to specify which metric and which limit the override should be applied to. The 'name' field of the override does not need to be set; it is ignored.

repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaOverrideOrBuilder

getOverridesOrBuilderList()

public abstract List<? extends QuotaOverrideOrBuilder> getOverridesOrBuilderList()

The overrides to create. Each override must have a value for 'metric' and 'unit', to specify which metric and which limit the override should be applied to. The 'name' field of the override does not need to be set; it is ignored.

repeated .google.api.serviceusage.v1beta1.QuotaOverride overrides = 1;

Returns
TypeDescription
List<? extends com.google.api.serviceusage.v1beta1.QuotaOverrideOrBuilder>