Class CircuitBreakers.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CircuitBreakersOrBuilder, Cloneable
    Enclosing class:
    CircuitBreakers

    public static final class CircuitBreakers.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
    implements CircuitBreakersOrBuilder
     :ref:`Circuit breaking<arch_overview_circuit_break>` settings can be
     specified individually for each defined priority.
     
    Protobuf type envoy.config.cluster.v3.CircuitBreakers
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CircuitBreakers.Builder addAllPerHostThresholds​(Iterable<? extends CircuitBreakers.Thresholds> values)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Builder addAllThresholds​(Iterable<? extends CircuitBreakers.Thresholds> values)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.Builder addPerHostThresholds​(int index, CircuitBreakers.Thresholds value)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Builder addPerHostThresholds​(int index, CircuitBreakers.Thresholds.Builder builderForValue)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Builder addPerHostThresholds​(CircuitBreakers.Thresholds value)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Builder addPerHostThresholds​(CircuitBreakers.Thresholds.Builder builderForValue)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Thresholds.Builder addPerHostThresholdsBuilder()
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Thresholds.Builder addPerHostThresholdsBuilder​(int index)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)  
      CircuitBreakers.Builder addThresholds​(int index, CircuitBreakers.Thresholds value)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.Builder addThresholds​(int index, CircuitBreakers.Thresholds.Builder builderForValue)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.Builder addThresholds​(CircuitBreakers.Thresholds value)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.Builder addThresholds​(CircuitBreakers.Thresholds.Builder builderForValue)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.Thresholds.Builder addThresholdsBuilder()
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.Thresholds.Builder addThresholdsBuilder​(int index)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers build()  
      CircuitBreakers buildPartial()  
      CircuitBreakers.Builder clear()  
      CircuitBreakers.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)  
      CircuitBreakers.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)  
      CircuitBreakers.Builder clearPerHostThresholds()
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Builder clearThresholds()
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.Builder clone()  
      CircuitBreakers getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      com.google.protobuf.Descriptors.Descriptor getDescriptorForType()  
      CircuitBreakers.Thresholds getPerHostThresholds​(int index)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Thresholds.Builder getPerHostThresholdsBuilder​(int index)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      List<CircuitBreakers.Thresholds.Builder> getPerHostThresholdsBuilderList()
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      int getPerHostThresholdsCount()
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      List<CircuitBreakers.Thresholds> getPerHostThresholdsList()
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.ThresholdsOrBuilder getPerHostThresholdsOrBuilder​(int index)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      List<? extends CircuitBreakers.ThresholdsOrBuilder> getPerHostThresholdsOrBuilderList()
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Thresholds getThresholds​(int index)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.Thresholds.Builder getThresholdsBuilder​(int index)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      List<CircuitBreakers.Thresholds.Builder> getThresholdsBuilderList()
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      int getThresholdsCount()
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      List<CircuitBreakers.Thresholds> getThresholdsList()
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.ThresholdsOrBuilder getThresholdsOrBuilder​(int index)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      List<? extends CircuitBreakers.ThresholdsOrBuilder> getThresholdsOrBuilderList()
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      CircuitBreakers.Builder mergeFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      CircuitBreakers.Builder mergeFrom​(com.google.protobuf.Message other)  
      CircuitBreakers.Builder mergeFrom​(CircuitBreakers other)  
      CircuitBreakers.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      CircuitBreakers.Builder removePerHostThresholds​(int index)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Builder removeThresholds​(int index)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)  
      CircuitBreakers.Builder setPerHostThresholds​(int index, CircuitBreakers.Thresholds value)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Builder setPerHostThresholds​(int index, CircuitBreakers.Thresholds.Builder builderForValue)
      Optional per-host limits which apply to each individual host in a cluster. .. note:: currently only the :ref:`max_connections <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
      CircuitBreakers.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)  
      CircuitBreakers.Builder setThresholds​(int index, CircuitBreakers.Thresholds value)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.Builder setThresholds​(int index, CircuitBreakers.Thresholds.Builder builderForValue)
      If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>` are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the first one in the list is used.
      CircuitBreakers.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

        getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
      • Methods inherited from class com.google.protobuf.AbstractMessage.Builder

        findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from interface com.google.protobuf.Message.Builder

        mergeDelimitedFrom, mergeDelimitedFrom
      • Methods inherited from interface com.google.protobuf.MessageLite.Builder

        mergeFrom
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
      • clear

        public CircuitBreakers.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
      • getDefaultInstanceForType

        public CircuitBreakers getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public CircuitBreakers build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public CircuitBreakers buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public CircuitBreakers.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
      • setField

        public CircuitBreakers.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
      • clearField

        public CircuitBreakers.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
      • clearOneof

        public CircuitBreakers.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
      • setRepeatedField

        public CircuitBreakers.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        int index,
                                                        Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
      • addRepeatedField

        public CircuitBreakers.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
      • mergeFrom

        public CircuitBreakers.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CircuitBreakers.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
      • mergeFrom

        public CircuitBreakers.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CircuitBreakers.Builder>
        Throws:
        IOException
      • getThresholdsList

        public List<CircuitBreakers.Thresholds> getThresholdsList()
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
        Specified by:
        getThresholdsList in interface CircuitBreakersOrBuilder
      • getThresholdsCount

        public int getThresholdsCount()
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
        Specified by:
        getThresholdsCount in interface CircuitBreakersOrBuilder
      • getThresholds

        public CircuitBreakers.Thresholds getThresholds​(int index)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
        Specified by:
        getThresholds in interface CircuitBreakersOrBuilder
      • setThresholds

        public CircuitBreakers.Builder setThresholds​(int index,
                                                     CircuitBreakers.Thresholds value)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • setThresholds

        public CircuitBreakers.Builder setThresholds​(int index,
                                                     CircuitBreakers.Thresholds.Builder builderForValue)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • addThresholds

        public CircuitBreakers.Builder addThresholds​(CircuitBreakers.Thresholds value)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • addThresholds

        public CircuitBreakers.Builder addThresholds​(int index,
                                                     CircuitBreakers.Thresholds value)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • addThresholds

        public CircuitBreakers.Builder addThresholds​(CircuitBreakers.Thresholds.Builder builderForValue)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • addThresholds

        public CircuitBreakers.Builder addThresholds​(int index,
                                                     CircuitBreakers.Thresholds.Builder builderForValue)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • addAllThresholds

        public CircuitBreakers.Builder addAllThresholds​(Iterable<? extends CircuitBreakers.Thresholds> values)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • clearThresholds

        public CircuitBreakers.Builder clearThresholds()
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • removeThresholds

        public CircuitBreakers.Builder removeThresholds​(int index)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • getThresholdsBuilder

        public CircuitBreakers.Thresholds.Builder getThresholdsBuilder​(int index)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • getThresholdsOrBuilder

        public CircuitBreakers.ThresholdsOrBuilder getThresholdsOrBuilder​(int index)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
        Specified by:
        getThresholdsOrBuilder in interface CircuitBreakersOrBuilder
      • getThresholdsOrBuilderList

        public List<? extends CircuitBreakers.ThresholdsOrBuilder> getThresholdsOrBuilderList()
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
        Specified by:
        getThresholdsOrBuilderList in interface CircuitBreakersOrBuilder
      • addThresholdsBuilder

        public CircuitBreakers.Thresholds.Builder addThresholdsBuilder()
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • addThresholdsBuilder

        public CircuitBreakers.Thresholds.Builder addThresholdsBuilder​(int index)
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • getThresholdsBuilderList

        public List<CircuitBreakers.Thresholds.Builder> getThresholdsBuilderList()
         If multiple :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no Thresholds is defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`, the default values
         are used.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds thresholds = 1;
      • getPerHostThresholdsList

        public List<CircuitBreakers.Thresholds> getPerHostThresholdsList()
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
        Specified by:
        getPerHostThresholdsList in interface CircuitBreakersOrBuilder
      • getPerHostThresholdsCount

        public int getPerHostThresholdsCount()
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
        Specified by:
        getPerHostThresholdsCount in interface CircuitBreakersOrBuilder
      • getPerHostThresholds

        public CircuitBreakers.Thresholds getPerHostThresholds​(int index)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
        Specified by:
        getPerHostThresholds in interface CircuitBreakersOrBuilder
      • setPerHostThresholds

        public CircuitBreakers.Builder setPerHostThresholds​(int index,
                                                            CircuitBreakers.Thresholds value)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • setPerHostThresholds

        public CircuitBreakers.Builder setPerHostThresholds​(int index,
                                                            CircuitBreakers.Thresholds.Builder builderForValue)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • addPerHostThresholds

        public CircuitBreakers.Builder addPerHostThresholds​(CircuitBreakers.Thresholds value)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • addPerHostThresholds

        public CircuitBreakers.Builder addPerHostThresholds​(int index,
                                                            CircuitBreakers.Thresholds value)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • addPerHostThresholds

        public CircuitBreakers.Builder addPerHostThresholds​(CircuitBreakers.Thresholds.Builder builderForValue)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • addPerHostThresholds

        public CircuitBreakers.Builder addPerHostThresholds​(int index,
                                                            CircuitBreakers.Thresholds.Builder builderForValue)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • addAllPerHostThresholds

        public CircuitBreakers.Builder addAllPerHostThresholds​(Iterable<? extends CircuitBreakers.Thresholds> values)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • clearPerHostThresholds

        public CircuitBreakers.Builder clearPerHostThresholds()
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • removePerHostThresholds

        public CircuitBreakers.Builder removePerHostThresholds​(int index)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • getPerHostThresholdsBuilder

        public CircuitBreakers.Thresholds.Builder getPerHostThresholdsBuilder​(int index)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • getPerHostThresholdsOrBuilder

        public CircuitBreakers.ThresholdsOrBuilder getPerHostThresholdsOrBuilder​(int index)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
        Specified by:
        getPerHostThresholdsOrBuilder in interface CircuitBreakersOrBuilder
      • getPerHostThresholdsOrBuilderList

        public List<? extends CircuitBreakers.ThresholdsOrBuilder> getPerHostThresholdsOrBuilderList()
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
        Specified by:
        getPerHostThresholdsOrBuilderList in interface CircuitBreakersOrBuilder
      • addPerHostThresholdsBuilder

        public CircuitBreakers.Thresholds.Builder addPerHostThresholdsBuilder()
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • addPerHostThresholdsBuilder

        public CircuitBreakers.Thresholds.Builder addPerHostThresholdsBuilder​(int index)
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • getPerHostThresholdsBuilderList

        public List<CircuitBreakers.Thresholds.Builder> getPerHostThresholdsBuilderList()
         Optional per-host limits which apply to each individual host in a cluster.
         .. note::
          currently only the :ref:`max_connections
          <envoy_v3_api_field_config.cluster.v3.CircuitBreakers.Thresholds.max_connections>` field is supported for per-host limits.
         If multiple per-host :ref:`Thresholds<envoy_v3_api_msg_config.cluster.v3.CircuitBreakers.Thresholds>`
         are defined with the same :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the first one in the list is used. If no per-host Thresholds are defined for a given
         :ref:`RoutingPriority<envoy_v3_api_enum_config.core.v3.RoutingPriority>`,
         the cluster will not have per-host limits.
         
        repeated .envoy.config.cluster.v3.CircuitBreakers.Thresholds per_host_thresholds = 2;
      • setUnknownFields

        public final CircuitBreakers.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>
      • mergeUnknownFields

        public final CircuitBreakers.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CircuitBreakers.Builder>