public static final class CircuitBreaker.CircuitBreakers.Thresholds.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder> implements CircuitBreaker.CircuitBreakers.ThresholdsOrBuilder
A Thresholds defines CircuitBreaker settings for a :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`.Protobuf type
envoy.api.v2.cluster.CircuitBreakers.Thresholds| Modifier and Type | Method and Description |
|---|---|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CircuitBreaker.CircuitBreakers.Thresholds |
build() |
CircuitBreaker.CircuitBreakers.Thresholds |
buildPartial() |
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
clear() |
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
clearMaxConnections()
The maximum number of connections that Envoy will make to the upstream
cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
clearMaxPendingRequests()
The maximum number of pending requests that Envoy will allow to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
clearMaxRequests()
The maximum number of parallel requests that Envoy will make to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
clearMaxRetries()
The maximum number of parallel retries that Envoy will allow to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
clearPriority()
The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`
the specified CircuitBreaker settings apply to.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
clone() |
CircuitBreaker.CircuitBreakers.Thresholds |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.UInt32Value |
getMaxConnections()
The maximum number of connections that Envoy will make to the upstream
cluster.
|
com.google.protobuf.UInt32Value.Builder |
getMaxConnectionsBuilder()
The maximum number of connections that Envoy will make to the upstream
cluster.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxConnectionsOrBuilder()
The maximum number of connections that Envoy will make to the upstream
cluster.
|
com.google.protobuf.UInt32Value |
getMaxPendingRequests()
The maximum number of pending requests that Envoy will allow to the
upstream cluster.
|
com.google.protobuf.UInt32Value.Builder |
getMaxPendingRequestsBuilder()
The maximum number of pending requests that Envoy will allow to the
upstream cluster.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxPendingRequestsOrBuilder()
The maximum number of pending requests that Envoy will allow to the
upstream cluster.
|
com.google.protobuf.UInt32Value |
getMaxRequests()
The maximum number of parallel requests that Envoy will make to the
upstream cluster.
|
com.google.protobuf.UInt32Value.Builder |
getMaxRequestsBuilder()
The maximum number of parallel requests that Envoy will make to the
upstream cluster.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxRequestsOrBuilder()
The maximum number of parallel requests that Envoy will make to the
upstream cluster.
|
com.google.protobuf.UInt32Value |
getMaxRetries()
The maximum number of parallel retries that Envoy will allow to the
upstream cluster.
|
com.google.protobuf.UInt32Value.Builder |
getMaxRetriesBuilder()
The maximum number of parallel retries that Envoy will allow to the
upstream cluster.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxRetriesOrBuilder()
The maximum number of parallel retries that Envoy will allow to the
upstream cluster.
|
Base.RoutingPriority |
getPriority()
The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`
the specified CircuitBreaker settings apply to.
|
int |
getPriorityValue()
The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`
the specified CircuitBreaker settings apply to.
|
boolean |
hasMaxConnections()
The maximum number of connections that Envoy will make to the upstream
cluster.
|
boolean |
hasMaxPendingRequests()
The maximum number of pending requests that Envoy will allow to the
upstream cluster.
|
boolean |
hasMaxRequests()
The maximum number of parallel requests that Envoy will make to the
upstream cluster.
|
boolean |
hasMaxRetries()
The maximum number of parallel retries that Envoy will allow to the
upstream cluster.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
mergeFrom(CircuitBreaker.CircuitBreakers.Thresholds other) |
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
mergeFrom(com.google.protobuf.Message other) |
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
mergeMaxConnections(com.google.protobuf.UInt32Value value)
The maximum number of connections that Envoy will make to the upstream
cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
mergeMaxPendingRequests(com.google.protobuf.UInt32Value value)
The maximum number of pending requests that Envoy will allow to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
mergeMaxRequests(com.google.protobuf.UInt32Value value)
The maximum number of parallel requests that Envoy will make to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
mergeMaxRetries(com.google.protobuf.UInt32Value value)
The maximum number of parallel retries that Envoy will allow to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setMaxConnections(com.google.protobuf.UInt32Value.Builder builderForValue)
The maximum number of connections that Envoy will make to the upstream
cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setMaxConnections(com.google.protobuf.UInt32Value value)
The maximum number of connections that Envoy will make to the upstream
cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setMaxPendingRequests(com.google.protobuf.UInt32Value.Builder builderForValue)
The maximum number of pending requests that Envoy will allow to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setMaxPendingRequests(com.google.protobuf.UInt32Value value)
The maximum number of pending requests that Envoy will allow to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setMaxRequests(com.google.protobuf.UInt32Value.Builder builderForValue)
The maximum number of parallel requests that Envoy will make to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setMaxRequests(com.google.protobuf.UInt32Value value)
The maximum number of parallel requests that Envoy will make to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setMaxRetries(com.google.protobuf.UInt32Value.Builder builderForValue)
The maximum number of parallel retries that Envoy will allow to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setMaxRetries(com.google.protobuf.UInt32Value value)
The maximum number of parallel retries that Envoy will allow to the
upstream cluster.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setPriority(Base.RoutingPriority value)
The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`
the specified CircuitBreaker settings apply to.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setPriorityValue(int value)
The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>`
the specified CircuitBreaker settings apply to.
|
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CircuitBreaker.CircuitBreakers.Thresholds.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public CircuitBreaker.CircuitBreakers.Thresholds.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public CircuitBreaker.CircuitBreakers.Thresholds getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CircuitBreaker.CircuitBreakers.Thresholds build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CircuitBreaker.CircuitBreakers.Thresholds buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CircuitBreaker.CircuitBreakers.Thresholds.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public CircuitBreaker.CircuitBreakers.Thresholds.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public CircuitBreaker.CircuitBreakers.Thresholds.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public CircuitBreaker.CircuitBreakers.Thresholds.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public CircuitBreaker.CircuitBreakers.Thresholds.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public CircuitBreaker.CircuitBreakers.Thresholds.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public CircuitBreaker.CircuitBreakers.Thresholds.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public CircuitBreaker.CircuitBreakers.Thresholds.Builder mergeFrom(CircuitBreaker.CircuitBreakers.Thresholds other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public CircuitBreaker.CircuitBreakers.Thresholds.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>IOExceptionpublic int getPriorityValue()
The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to. [#comment:TODO(htuch): add (validate.rules).enum.defined_only = true once https://github.com/lyft/protoc-gen-validate/issues/42 is resolved.]
.envoy.api.v2.core.RoutingPriority priority = 1;getPriorityValue in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic CircuitBreaker.CircuitBreakers.Thresholds.Builder setPriorityValue(int value)
The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to. [#comment:TODO(htuch): add (validate.rules).enum.defined_only = true once https://github.com/lyft/protoc-gen-validate/issues/42 is resolved.]
.envoy.api.v2.core.RoutingPriority priority = 1;public Base.RoutingPriority getPriority()
The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to. [#comment:TODO(htuch): add (validate.rules).enum.defined_only = true once https://github.com/lyft/protoc-gen-validate/issues/42 is resolved.]
.envoy.api.v2.core.RoutingPriority priority = 1;getPriority in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic CircuitBreaker.CircuitBreakers.Thresholds.Builder setPriority(Base.RoutingPriority value)
The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to. [#comment:TODO(htuch): add (validate.rules).enum.defined_only = true once https://github.com/lyft/protoc-gen-validate/issues/42 is resolved.]
.envoy.api.v2.core.RoutingPriority priority = 1;public CircuitBreaker.CircuitBreakers.Thresholds.Builder clearPriority()
The :ref:`RoutingPriority<envoy_api_enum_core.RoutingPriority>` the specified CircuitBreaker settings apply to. [#comment:TODO(htuch): add (validate.rules).enum.defined_only = true once https://github.com/lyft/protoc-gen-validate/issues/42 is resolved.]
.envoy.api.v2.core.RoutingPriority priority = 1;public boolean hasMaxConnections()
The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_connections = 2;hasMaxConnections in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic com.google.protobuf.UInt32Value getMaxConnections()
The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_connections = 2;getMaxConnections in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic CircuitBreaker.CircuitBreakers.Thresholds.Builder setMaxConnections(com.google.protobuf.UInt32Value value)
The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_connections = 2;public CircuitBreaker.CircuitBreakers.Thresholds.Builder setMaxConnections(com.google.protobuf.UInt32Value.Builder builderForValue)
The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_connections = 2;public CircuitBreaker.CircuitBreakers.Thresholds.Builder mergeMaxConnections(com.google.protobuf.UInt32Value value)
The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_connections = 2;public CircuitBreaker.CircuitBreakers.Thresholds.Builder clearMaxConnections()
The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_connections = 2;public com.google.protobuf.UInt32Value.Builder getMaxConnectionsBuilder()
The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_connections = 2;public com.google.protobuf.UInt32ValueOrBuilder getMaxConnectionsOrBuilder()
The maximum number of connections that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_connections = 2;getMaxConnectionsOrBuilder in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic boolean hasMaxPendingRequests()
The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 3;hasMaxPendingRequests in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic com.google.protobuf.UInt32Value getMaxPendingRequests()
The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 3;getMaxPendingRequests in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic CircuitBreaker.CircuitBreakers.Thresholds.Builder setMaxPendingRequests(com.google.protobuf.UInt32Value value)
The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 3;public CircuitBreaker.CircuitBreakers.Thresholds.Builder setMaxPendingRequests(com.google.protobuf.UInt32Value.Builder builderForValue)
The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 3;public CircuitBreaker.CircuitBreakers.Thresholds.Builder mergeMaxPendingRequests(com.google.protobuf.UInt32Value value)
The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 3;public CircuitBreaker.CircuitBreakers.Thresholds.Builder clearMaxPendingRequests()
The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 3;public com.google.protobuf.UInt32Value.Builder getMaxPendingRequestsBuilder()
The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 3;public com.google.protobuf.UInt32ValueOrBuilder getMaxPendingRequestsOrBuilder()
The maximum number of pending requests that Envoy will allow to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_pending_requests = 3;getMaxPendingRequestsOrBuilder in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic boolean hasMaxRequests()
The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_requests = 4;hasMaxRequests in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic com.google.protobuf.UInt32Value getMaxRequests()
The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_requests = 4;getMaxRequests in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic CircuitBreaker.CircuitBreakers.Thresholds.Builder setMaxRequests(com.google.protobuf.UInt32Value value)
The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_requests = 4;public CircuitBreaker.CircuitBreakers.Thresholds.Builder setMaxRequests(com.google.protobuf.UInt32Value.Builder builderForValue)
The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_requests = 4;public CircuitBreaker.CircuitBreakers.Thresholds.Builder mergeMaxRequests(com.google.protobuf.UInt32Value value)
The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_requests = 4;public CircuitBreaker.CircuitBreakers.Thresholds.Builder clearMaxRequests()
The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_requests = 4;public com.google.protobuf.UInt32Value.Builder getMaxRequestsBuilder()
The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_requests = 4;public com.google.protobuf.UInt32ValueOrBuilder getMaxRequestsOrBuilder()
The maximum number of parallel requests that Envoy will make to the upstream cluster. If not specified, the default is 1024.
.google.protobuf.UInt32Value max_requests = 4;getMaxRequestsOrBuilder in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic boolean hasMaxRetries()
The maximum number of parallel retries that Envoy will allow to the upstream cluster. If not specified, the default is 3.
.google.protobuf.UInt32Value max_retries = 5;hasMaxRetries in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic com.google.protobuf.UInt32Value getMaxRetries()
The maximum number of parallel retries that Envoy will allow to the upstream cluster. If not specified, the default is 3.
.google.protobuf.UInt32Value max_retries = 5;getMaxRetries in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic CircuitBreaker.CircuitBreakers.Thresholds.Builder setMaxRetries(com.google.protobuf.UInt32Value value)
The maximum number of parallel retries that Envoy will allow to the upstream cluster. If not specified, the default is 3.
.google.protobuf.UInt32Value max_retries = 5;public CircuitBreaker.CircuitBreakers.Thresholds.Builder setMaxRetries(com.google.protobuf.UInt32Value.Builder builderForValue)
The maximum number of parallel retries that Envoy will allow to the upstream cluster. If not specified, the default is 3.
.google.protobuf.UInt32Value max_retries = 5;public CircuitBreaker.CircuitBreakers.Thresholds.Builder mergeMaxRetries(com.google.protobuf.UInt32Value value)
The maximum number of parallel retries that Envoy will allow to the upstream cluster. If not specified, the default is 3.
.google.protobuf.UInt32Value max_retries = 5;public CircuitBreaker.CircuitBreakers.Thresholds.Builder clearMaxRetries()
The maximum number of parallel retries that Envoy will allow to the upstream cluster. If not specified, the default is 3.
.google.protobuf.UInt32Value max_retries = 5;public com.google.protobuf.UInt32Value.Builder getMaxRetriesBuilder()
The maximum number of parallel retries that Envoy will allow to the upstream cluster. If not specified, the default is 3.
.google.protobuf.UInt32Value max_retries = 5;public com.google.protobuf.UInt32ValueOrBuilder getMaxRetriesOrBuilder()
The maximum number of parallel retries that Envoy will allow to the upstream cluster. If not specified, the default is 3.
.google.protobuf.UInt32Value max_retries = 5;getMaxRetriesOrBuilder in interface CircuitBreaker.CircuitBreakers.ThresholdsOrBuilderpublic final CircuitBreaker.CircuitBreakers.Thresholds.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>public final CircuitBreaker.CircuitBreakers.Thresholds.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreaker.CircuitBreakers.Thresholds.Builder>Copyright © 2018 The Envoy Project. All rights reserved.