Interface OverrideInlineSourceOrBuilder (2.39.0)

publicinterface OverrideInlineSourceOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getOverrides(int index)

publicabstractQuotaOverridegetOverrides(intindex)

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
Name Description
index int
Returns
Type Description
QuotaOverride

getOverridesCount()

publicabstractintgetOverridesCount()

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
Type Description
int

getOverridesList()

publicabstractList<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
Type Description
List<QuotaOverride>

getOverridesOrBuilder(int index)

publicabstractQuotaOverrideOrBuildergetOverridesOrBuilder(intindex)

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
Name Description
index int
Returns
Type Description
QuotaOverrideOrBuilder

getOverridesOrBuilderList()

publicabstractList<?extendsQuotaOverrideOrBuilder>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
Type Description
List<? extends com.google.api.serviceusage.v1beta1.QuotaOverrideOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.