Class RateLimitQuotaResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<RateLimitQuotaResponse.Builder>
com.google.protobuf.GeneratedMessage.Builder<RateLimitQuotaResponse.Builder>
io.envoyproxy.envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, RateLimitQuotaResponseOrBuilder, Cloneable
Enclosing class:
RateLimitQuotaResponse

public static final class RateLimitQuotaResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<RateLimitQuotaResponse.Builder> implements RateLimitQuotaResponseOrBuilder
Protobuf type envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse
  • Field Details

  • Constructor Details

    • Builder

      private Builder()
    • Builder

      private Builder(com.google.protobuf.AbstractMessage.BuilderParent parent)
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RateLimitQuotaResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<RateLimitQuotaResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RateLimitQuotaResponse.Builder>
    • getDefaultInstanceForType

      public RateLimitQuotaResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public RateLimitQuotaResponse build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public RateLimitQuotaResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • buildPartialRepeatedFields

      private void buildPartialRepeatedFields(RateLimitQuotaResponse result)
    • buildPartial0

      private void buildPartial0(RateLimitQuotaResponse result)
    • mergeFrom

      public RateLimitQuotaResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RateLimitQuotaResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<RateLimitQuotaResponse.Builder>
    • mergeFrom

      public RateLimitQuotaResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RateLimitQuotaResponse.Builder>
      Throws:
      IOException
    • ensureBucketActionIsMutable

      private void ensureBucketActionIsMutable()
    • getBucketActionList

      public List<RateLimitQuotaResponse.BucketAction> getBucketActionList()
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
      Specified by:
      getBucketActionList in interface RateLimitQuotaResponseOrBuilder
    • getBucketActionCount

      public int getBucketActionCount()
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
      Specified by:
      getBucketActionCount in interface RateLimitQuotaResponseOrBuilder
    • getBucketAction

      public RateLimitQuotaResponse.BucketAction getBucketAction(int index)
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
      Specified by:
      getBucketAction in interface RateLimitQuotaResponseOrBuilder
    • setBucketAction

      public RateLimitQuotaResponse.Builder setBucketAction(int index, RateLimitQuotaResponse.BucketAction value)
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • setBucketAction

      public RateLimitQuotaResponse.Builder setBucketAction(int index, RateLimitQuotaResponse.BucketAction.Builder builderForValue)
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • addBucketAction

       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • addBucketAction

      public RateLimitQuotaResponse.Builder addBucketAction(int index, RateLimitQuotaResponse.BucketAction value)
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • addBucketAction

       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • addBucketAction

      public RateLimitQuotaResponse.Builder addBucketAction(int index, RateLimitQuotaResponse.BucketAction.Builder builderForValue)
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • addAllBucketAction

      public RateLimitQuotaResponse.Builder addAllBucketAction(Iterable<? extends RateLimitQuotaResponse.BucketAction> values)
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • clearBucketAction

      public RateLimitQuotaResponse.Builder clearBucketAction()
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • removeBucketAction

      public RateLimitQuotaResponse.Builder removeBucketAction(int index)
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • getBucketActionBuilder

      public RateLimitQuotaResponse.BucketAction.Builder getBucketActionBuilder(int index)
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • getBucketActionOrBuilder

      public RateLimitQuotaResponse.BucketActionOrBuilder getBucketActionOrBuilder(int index)
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
      Specified by:
      getBucketActionOrBuilder in interface RateLimitQuotaResponseOrBuilder
    • getBucketActionOrBuilderList

      public List<? extends RateLimitQuotaResponse.BucketActionOrBuilder> getBucketActionOrBuilderList()
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
      Specified by:
      getBucketActionOrBuilderList in interface RateLimitQuotaResponseOrBuilder
    • addBucketActionBuilder

      public RateLimitQuotaResponse.BucketAction.Builder addBucketActionBuilder()
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • addBucketActionBuilder

      public RateLimitQuotaResponse.BucketAction.Builder addBucketActionBuilder(int index)
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • getBucketActionBuilderList

      public List<RateLimitQuotaResponse.BucketAction.Builder> getBucketActionBuilderList()
       An ordered list of actions to be applied to the buckets. The actions are applied in the
       given order, from top to bottom.
       
      repeated .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction bucket_action = 1 [(.validate.rules) = { ... }
    • internalGetBucketActionFieldBuilder

      private com.google.protobuf.RepeatedFieldBuilder<RateLimitQuotaResponse.BucketAction,RateLimitQuotaResponse.BucketAction.Builder,RateLimitQuotaResponse.BucketActionOrBuilder> internalGetBucketActionFieldBuilder()