public interface OverrideInlineSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QuotaOverride |
getOverrides(int index)
The overrides to create.
|
int |
getOverridesCount()
The overrides to create.
|
List<QuotaOverride> |
getOverridesList()
The overrides to create.
|
QuotaOverrideOrBuilder |
getOverridesOrBuilder(int index)
The overrides to create.
|
List<? extends QuotaOverrideOrBuilder> |
getOverridesOrBuilderList()
The overrides to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;Copyright © 2022 Google LLC. All rights reserved.