Interface DnsCacheCircuitBreakersOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DnsCacheCircuitBreakers,DnsCacheCircuitBreakers.Builder
public interface DnsCacheCircuitBreakersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.UInt32ValueThe maximum number of pending requests that Envoy will allow to the resolver.com.google.protobuf.UInt32ValueOrBuilderThe maximum number of pending requests that Envoy will allow to the resolver.booleanThe maximum number of pending requests that Envoy will allow to the resolver.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMaxPendingRequests
boolean hasMaxPendingRequests()The maximum number of pending requests that Envoy will allow to the resolver. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 1;- Returns:
- Whether the maxPendingRequests field is set.
-
getMaxPendingRequests
com.google.protobuf.UInt32Value getMaxPendingRequests()The maximum number of pending requests that Envoy will allow to the resolver. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 1;- Returns:
- The maxPendingRequests.
-
getMaxPendingRequestsOrBuilder
com.google.protobuf.UInt32ValueOrBuilder getMaxPendingRequestsOrBuilder()The maximum number of pending requests that Envoy will allow to the resolver. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 1;
-