Interface RateLimitQuotaBucketSettings.NoAssignmentBehaviorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RateLimitQuotaBucketSettings.NoAssignmentBehavior
,RateLimitQuotaBucketSettings.NoAssignmentBehavior.Builder
- Enclosing class:
RateLimitQuotaBucketSettings
public static interface RateLimitQuotaBucketSettings.NoAssignmentBehaviorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionApply pre-configured rate limiting strategy until the server sends the first assignment.Apply pre-configured rate limiting strategy until the server sends the first assignment.boolean
Apply pre-configured rate limiting strategy until the server sends the first assignment.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFallbackRateLimit
boolean hasFallbackRateLimit()Apply pre-configured rate limiting strategy until the server sends the first assignment.
.envoy.type.v3.RateLimitStrategy fallback_rate_limit = 1;
- Returns:
- Whether the fallbackRateLimit field is set.
-
getFallbackRateLimit
RateLimitStrategy getFallbackRateLimit()Apply pre-configured rate limiting strategy until the server sends the first assignment.
.envoy.type.v3.RateLimitStrategy fallback_rate_limit = 1;
- Returns:
- The fallbackRateLimit.
-
getFallbackRateLimitOrBuilder
RateLimitStrategyOrBuilder getFallbackRateLimitOrBuilder()Apply pre-configured rate limiting strategy until the server sends the first assignment.
.envoy.type.v3.RateLimitStrategy fallback_rate_limit = 1;
-
getNoAssignmentBehaviorCase
RateLimitQuotaBucketSettings.NoAssignmentBehavior.NoAssignmentBehaviorCase getNoAssignmentBehaviorCase()
-