public interface OverrideInlineSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<? extends com.google.api.serviceusage.v1beta1.QuotaOverrideOrBuilder> |
|