Interface OverrideInlineSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OverrideInlineSource
,OverrideInlineSource.Builder
public interface OverrideInlineSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOverridesList
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;
-
getOverrides
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;
-
getOverridesCount
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;
-
getOverridesOrBuilderList
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;
-
getOverridesOrBuilder
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;
-
-