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 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;