All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.extensions.common.ratelimit.v3.RateLimitDescriptorOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/extensions/common/ratelimit/v3/ratelimit.proto

// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.extensions.common.ratelimit.v3;

public interface RateLimitDescriptorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.extensions.common.ratelimit.v3.RateLimitDescriptor)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Descriptor entries.
   * 
* * repeated .envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.Entry entries = 1 [(.validate.rules) = { ... } */ java.util.List getEntriesList(); /** *
   * Descriptor entries.
   * 
* * repeated .envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.Entry entries = 1 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.Entry getEntries(int index); /** *
   * Descriptor entries.
   * 
* * repeated .envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.Entry entries = 1 [(.validate.rules) = { ... } */ int getEntriesCount(); /** *
   * Descriptor entries.
   * 
* * repeated .envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.Entry entries = 1 [(.validate.rules) = { ... } */ java.util.List getEntriesOrBuilderList(); /** *
   * Descriptor entries.
   * 
* * repeated .envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.Entry entries = 1 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.EntryOrBuilder getEntriesOrBuilder( int index); /** *
   * Optional rate limit override to supply to the ratelimit service.
   * 
* * .envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.RateLimitOverride limit = 2; * @return Whether the limit field is set. */ boolean hasLimit(); /** *
   * Optional rate limit override to supply to the ratelimit service.
   * 
* * .envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.RateLimitOverride limit = 2; * @return The limit. */ io.envoyproxy.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.RateLimitOverride getLimit(); /** *
   * Optional rate limit override to supply to the ratelimit service.
   * 
* * .envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.RateLimitOverride limit = 2; */ io.envoyproxy.envoy.extensions.common.ratelimit.v3.RateLimitDescriptor.RateLimitOverrideOrBuilder getLimitOrBuilder(); /** *
   * Optional hits_addend for the rate limit descriptor. If set the value will override the
   * request level hits_addend.
   * 
* * .google.protobuf.UInt64Value hits_addend = 3; * @return Whether the hitsAddend field is set. */ boolean hasHitsAddend(); /** *
   * Optional hits_addend for the rate limit descriptor. If set the value will override the
   * request level hits_addend.
   * 
* * .google.protobuf.UInt64Value hits_addend = 3; * @return The hitsAddend. */ com.google.protobuf.UInt64Value getHitsAddend(); /** *
   * Optional hits_addend for the rate limit descriptor. If set the value will override the
   * request level hits_addend.
   * 
* * .google.protobuf.UInt64Value hits_addend = 3; */ com.google.protobuf.UInt64ValueOrBuilder getHitsAddendOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy