public interface DnsCacheCircuitBreakersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.UInt32Value |
getMaxPendingRequests()
The maximum number of pending requests that Envoy will allow to the
resolver.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxPendingRequestsOrBuilder()
The maximum number of pending requests that Envoy will allow to the
resolver.
|
boolean |
hasMaxPendingRequests()
The maximum number of pending requests that Envoy will allow to the
resolver.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;Copyright © 2018–2021 The Envoy Project. All rights reserved.