Class RateLimitQuotaResponse.BucketAction.Builder

    • Constructor Detail

      • Builder

        private Builder()
      • Builder

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

      • 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.BucketAction.Builder>
      • maybeForceBuilderInitialization

        private void maybeForceBuilderInitialization()
      • 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.BucketAction.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public RateLimitQuotaResponse.BucketAction.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                              throws java.io.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.BucketAction.Builder>
        Throws:
        java.io.IOException
      • hasBucketId

        public boolean hasBucketId()
         ``BucketId`` for which request the action is applied.
         
        .envoy.service.rate_limit_quota.v3.BucketId bucket_id = 1 [(.validate.rules) = { ... }
        Specified by:
        hasBucketId in interface RateLimitQuotaResponse.BucketActionOrBuilder
        Returns:
        Whether the bucketId field is set.
      • clearBucketId

        public RateLimitQuotaResponse.BucketAction.Builder clearBucketId()
         ``BucketId`` for which request the action is applied.
         
        .envoy.service.rate_limit_quota.v3.BucketId bucket_id = 1 [(.validate.rules) = { ... }
      • getBucketIdBuilder

        public BucketId.Builder getBucketIdBuilder()
         ``BucketId`` for which request the action is applied.
         
        .envoy.service.rate_limit_quota.v3.BucketId bucket_id = 1 [(.validate.rules) = { ... }
      • getBucketIdFieldBuilder

        private com.google.protobuf.SingleFieldBuilder<BucketId,​BucketId.Builder,​BucketIdOrBuilder> getBucketIdFieldBuilder()
         ``BucketId`` for which request the action is applied.
         
        .envoy.service.rate_limit_quota.v3.BucketId bucket_id = 1 [(.validate.rules) = { ... }
      • hasQuotaAssignmentAction

        public boolean hasQuotaAssignmentAction()
         Apply the quota assignment to the bucket.
        
         Commands the data plane to apply a rate limiting strategy to the bucket.
         The process of applying and expiring the rate limiting strategy is detailed in the
         :ref:`QuotaAssignmentAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction quota_assignment_action = 2;
        Specified by:
        hasQuotaAssignmentAction in interface RateLimitQuotaResponse.BucketActionOrBuilder
        Returns:
        Whether the quotaAssignmentAction field is set.
      • getQuotaAssignmentAction

        public RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction getQuotaAssignmentAction()
         Apply the quota assignment to the bucket.
        
         Commands the data plane to apply a rate limiting strategy to the bucket.
         The process of applying and expiring the rate limiting strategy is detailed in the
         :ref:`QuotaAssignmentAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction quota_assignment_action = 2;
        Specified by:
        getQuotaAssignmentAction in interface RateLimitQuotaResponse.BucketActionOrBuilder
        Returns:
        The quotaAssignmentAction.
      • setQuotaAssignmentAction

        public RateLimitQuotaResponse.BucketAction.Builder setQuotaAssignmentAction​(RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction value)
         Apply the quota assignment to the bucket.
        
         Commands the data plane to apply a rate limiting strategy to the bucket.
         The process of applying and expiring the rate limiting strategy is detailed in the
         :ref:`QuotaAssignmentAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction quota_assignment_action = 2;
      • setQuotaAssignmentAction

        public RateLimitQuotaResponse.BucketAction.Builder setQuotaAssignmentAction​(RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction.Builder builderForValue)
         Apply the quota assignment to the bucket.
        
         Commands the data plane to apply a rate limiting strategy to the bucket.
         The process of applying and expiring the rate limiting strategy is detailed in the
         :ref:`QuotaAssignmentAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction quota_assignment_action = 2;
      • mergeQuotaAssignmentAction

        public RateLimitQuotaResponse.BucketAction.Builder mergeQuotaAssignmentAction​(RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction value)
         Apply the quota assignment to the bucket.
        
         Commands the data plane to apply a rate limiting strategy to the bucket.
         The process of applying and expiring the rate limiting strategy is detailed in the
         :ref:`QuotaAssignmentAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction quota_assignment_action = 2;
      • clearQuotaAssignmentAction

        public RateLimitQuotaResponse.BucketAction.Builder clearQuotaAssignmentAction()
         Apply the quota assignment to the bucket.
        
         Commands the data plane to apply a rate limiting strategy to the bucket.
         The process of applying and expiring the rate limiting strategy is detailed in the
         :ref:`QuotaAssignmentAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction quota_assignment_action = 2;
      • getQuotaAssignmentActionBuilder

        public RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction.Builder getQuotaAssignmentActionBuilder()
         Apply the quota assignment to the bucket.
        
         Commands the data plane to apply a rate limiting strategy to the bucket.
         The process of applying and expiring the rate limiting strategy is detailed in the
         :ref:`QuotaAssignmentAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction quota_assignment_action = 2;
      • getQuotaAssignmentActionOrBuilder

        public RateLimitQuotaResponse.BucketAction.QuotaAssignmentActionOrBuilder getQuotaAssignmentActionOrBuilder()
         Apply the quota assignment to the bucket.
        
         Commands the data plane to apply a rate limiting strategy to the bucket.
         The process of applying and expiring the rate limiting strategy is detailed in the
         :ref:`QuotaAssignmentAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.QuotaAssignmentAction quota_assignment_action = 2;
        Specified by:
        getQuotaAssignmentActionOrBuilder in interface RateLimitQuotaResponse.BucketActionOrBuilder
      • hasAbandonAction

        public boolean hasAbandonAction()
         Abandon the bucket.
        
         Commands the data plane to abandon the bucket.
         The process of abandoning the bucket is described in the :ref:`AbandonAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction abandon_action = 3;
        Specified by:
        hasAbandonAction in interface RateLimitQuotaResponse.BucketActionOrBuilder
        Returns:
        Whether the abandonAction field is set.
      • getAbandonAction

        public RateLimitQuotaResponse.BucketAction.AbandonAction getAbandonAction()
         Abandon the bucket.
        
         Commands the data plane to abandon the bucket.
         The process of abandoning the bucket is described in the :ref:`AbandonAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction abandon_action = 3;
        Specified by:
        getAbandonAction in interface RateLimitQuotaResponse.BucketActionOrBuilder
        Returns:
        The abandonAction.
      • setAbandonAction

        public RateLimitQuotaResponse.BucketAction.Builder setAbandonAction​(RateLimitQuotaResponse.BucketAction.AbandonAction value)
         Abandon the bucket.
        
         Commands the data plane to abandon the bucket.
         The process of abandoning the bucket is described in the :ref:`AbandonAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction abandon_action = 3;
      • setAbandonAction

        public RateLimitQuotaResponse.BucketAction.Builder setAbandonAction​(RateLimitQuotaResponse.BucketAction.AbandonAction.Builder builderForValue)
         Abandon the bucket.
        
         Commands the data plane to abandon the bucket.
         The process of abandoning the bucket is described in the :ref:`AbandonAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction abandon_action = 3;
      • mergeAbandonAction

        public RateLimitQuotaResponse.BucketAction.Builder mergeAbandonAction​(RateLimitQuotaResponse.BucketAction.AbandonAction value)
         Abandon the bucket.
        
         Commands the data plane to abandon the bucket.
         The process of abandoning the bucket is described in the :ref:`AbandonAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction abandon_action = 3;
      • clearAbandonAction

        public RateLimitQuotaResponse.BucketAction.Builder clearAbandonAction()
         Abandon the bucket.
        
         Commands the data plane to abandon the bucket.
         The process of abandoning the bucket is described in the :ref:`AbandonAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction abandon_action = 3;
      • getAbandonActionBuilder

        public RateLimitQuotaResponse.BucketAction.AbandonAction.Builder getAbandonActionBuilder()
         Abandon the bucket.
        
         Commands the data plane to abandon the bucket.
         The process of abandoning the bucket is described in the :ref:`AbandonAction
         <envoy_v3_api_msg_service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction>`
         message.
         
        .envoy.service.rate_limit_quota.v3.RateLimitQuotaResponse.BucketAction.AbandonAction abandon_action = 3;