Class ClusterStatus.Builder

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

    public static final class ClusterStatus.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ClusterStatus.Builder>
    implements ClusterStatusOrBuilder
     Details an individual cluster's current status.
     [#next-free-field: 8]
     
    Protobuf type envoy.admin.v3.ClusterStatus
    • 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<ClusterStatus.Builder>
      • clear

        public ClusterStatus.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<ClusterStatus.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<ClusterStatus.Builder>
      • getDefaultInstanceForType

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

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

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

        public ClusterStatus.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<ClusterStatus.Builder>
      • setField

        public ClusterStatus.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<ClusterStatus.Builder>
      • clearField

        public ClusterStatus.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<ClusterStatus.Builder>
      • clearOneof

        public ClusterStatus.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<ClusterStatus.Builder>
      • setRepeatedField

        public ClusterStatus.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<ClusterStatus.Builder>
      • addRepeatedField

        public ClusterStatus.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<ClusterStatus.Builder>
      • mergeFrom

        public ClusterStatus.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<ClusterStatus.Builder>
      • isInitialized

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

        public ClusterStatus.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<ClusterStatus.Builder>
        Throws:
        IOException
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Name of the cluster.
         
        string name = 1;
        Specified by:
        getNameBytes in interface ClusterStatusOrBuilder
        Returns:
        The bytes for name.
      • setName

        public ClusterStatus.Builder setName​(String value)
         Name of the cluster.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public ClusterStatus.Builder clearName()
         Name of the cluster.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public ClusterStatus.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Name of the cluster.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getAddedViaApi

        public boolean getAddedViaApi()
         Denotes whether this cluster was added via API or configured statically.
         
        bool added_via_api = 2;
        Specified by:
        getAddedViaApi in interface ClusterStatusOrBuilder
        Returns:
        The addedViaApi.
      • setAddedViaApi

        public ClusterStatus.Builder setAddedViaApi​(boolean value)
         Denotes whether this cluster was added via API or configured statically.
         
        bool added_via_api = 2;
        Parameters:
        value - The addedViaApi to set.
        Returns:
        This builder for chaining.
      • clearAddedViaApi

        public ClusterStatus.Builder clearAddedViaApi()
         Denotes whether this cluster was added via API or configured statically.
         
        bool added_via_api = 2;
        Returns:
        This builder for chaining.
      • hasSuccessRateEjectionThreshold

        public boolean hasSuccessRateEjectionThreshold()
         The success rate threshold used in the last interval.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``false``, all errors: externally and locally generated were used to calculate the threshold.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``, only externally generated errors were used to calculate the threshold.
         The threshold is used to eject hosts based on their success rate. See
         :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent success_rate_ejection_threshold = 3;
        Specified by:
        hasSuccessRateEjectionThreshold in interface ClusterStatusOrBuilder
        Returns:
        Whether the successRateEjectionThreshold field is set.
      • getSuccessRateEjectionThreshold

        public Percent getSuccessRateEjectionThreshold()
         The success rate threshold used in the last interval.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``false``, all errors: externally and locally generated were used to calculate the threshold.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``, only externally generated errors were used to calculate the threshold.
         The threshold is used to eject hosts based on their success rate. See
         :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent success_rate_ejection_threshold = 3;
        Specified by:
        getSuccessRateEjectionThreshold in interface ClusterStatusOrBuilder
        Returns:
        The successRateEjectionThreshold.
      • setSuccessRateEjectionThreshold

        public ClusterStatus.Builder setSuccessRateEjectionThreshold​(Percent value)
         The success rate threshold used in the last interval.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``false``, all errors: externally and locally generated were used to calculate the threshold.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``, only externally generated errors were used to calculate the threshold.
         The threshold is used to eject hosts based on their success rate. See
         :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent success_rate_ejection_threshold = 3;
      • setSuccessRateEjectionThreshold

        public ClusterStatus.Builder setSuccessRateEjectionThreshold​(Percent.Builder builderForValue)
         The success rate threshold used in the last interval.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``false``, all errors: externally and locally generated were used to calculate the threshold.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``, only externally generated errors were used to calculate the threshold.
         The threshold is used to eject hosts based on their success rate. See
         :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent success_rate_ejection_threshold = 3;
      • mergeSuccessRateEjectionThreshold

        public ClusterStatus.Builder mergeSuccessRateEjectionThreshold​(Percent value)
         The success rate threshold used in the last interval.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``false``, all errors: externally and locally generated were used to calculate the threshold.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``, only externally generated errors were used to calculate the threshold.
         The threshold is used to eject hosts based on their success rate. See
         :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent success_rate_ejection_threshold = 3;
      • clearSuccessRateEjectionThreshold

        public ClusterStatus.Builder clearSuccessRateEjectionThreshold()
         The success rate threshold used in the last interval.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``false``, all errors: externally and locally generated were used to calculate the threshold.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``, only externally generated errors were used to calculate the threshold.
         The threshold is used to eject hosts based on their success rate. See
         :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent success_rate_ejection_threshold = 3;
      • getSuccessRateEjectionThresholdBuilder

        public Percent.Builder getSuccessRateEjectionThresholdBuilder()
         The success rate threshold used in the last interval.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``false``, all errors: externally and locally generated were used to calculate the threshold.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``, only externally generated errors were used to calculate the threshold.
         The threshold is used to eject hosts based on their success rate. See
         :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent success_rate_ejection_threshold = 3;
      • getSuccessRateEjectionThresholdOrBuilder

        public PercentOrBuilder getSuccessRateEjectionThresholdOrBuilder()
         The success rate threshold used in the last interval.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``false``, all errors: externally and locally generated were used to calculate the threshold.
         If
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``, only externally generated errors were used to calculate the threshold.
         The threshold is used to eject hosts based on their success rate. See
         :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent success_rate_ejection_threshold = 3;
        Specified by:
        getSuccessRateEjectionThresholdOrBuilder in interface ClusterStatusOrBuilder
      • getHostStatusesCount

        public int getHostStatusesCount()
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
        Specified by:
        getHostStatusesCount in interface ClusterStatusOrBuilder
      • getHostStatuses

        public HostStatus getHostStatuses​(int index)
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
        Specified by:
        getHostStatuses in interface ClusterStatusOrBuilder
      • setHostStatuses

        public ClusterStatus.Builder setHostStatuses​(int index,
                                                     HostStatus value)
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • setHostStatuses

        public ClusterStatus.Builder setHostStatuses​(int index,
                                                     HostStatus.Builder builderForValue)
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • addHostStatuses

        public ClusterStatus.Builder addHostStatuses​(HostStatus value)
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • addHostStatuses

        public ClusterStatus.Builder addHostStatuses​(int index,
                                                     HostStatus value)
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • addHostStatuses

        public ClusterStatus.Builder addHostStatuses​(HostStatus.Builder builderForValue)
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • addHostStatuses

        public ClusterStatus.Builder addHostStatuses​(int index,
                                                     HostStatus.Builder builderForValue)
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • addAllHostStatuses

        public ClusterStatus.Builder addAllHostStatuses​(Iterable<? extends HostStatus> values)
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • clearHostStatuses

        public ClusterStatus.Builder clearHostStatuses()
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • removeHostStatuses

        public ClusterStatus.Builder removeHostStatuses​(int index)
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • getHostStatusesBuilder

        public HostStatus.Builder getHostStatusesBuilder​(int index)
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • addHostStatusesBuilder

        public HostStatus.Builder addHostStatusesBuilder()
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • addHostStatusesBuilder

        public HostStatus.Builder addHostStatusesBuilder​(int index)
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • getHostStatusesBuilderList

        public List<HostStatus.Builder> getHostStatusesBuilderList()
         Mapping from host address to the host's current status.
         
        repeated .envoy.admin.v3.HostStatus host_statuses = 4;
      • hasLocalOriginSuccessRateEjectionThreshold

        public boolean hasLocalOriginSuccessRateEjectionThreshold()
         The success rate threshold used in the last interval when only locally originated failures were
         taken into account and externally originated errors were treated as success.
         This field should be interpreted only when
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``. The threshold is used to eject hosts based on their success rate.
         See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
         details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent local_origin_success_rate_ejection_threshold = 5;
        Specified by:
        hasLocalOriginSuccessRateEjectionThreshold in interface ClusterStatusOrBuilder
        Returns:
        Whether the localOriginSuccessRateEjectionThreshold field is set.
      • getLocalOriginSuccessRateEjectionThreshold

        public Percent getLocalOriginSuccessRateEjectionThreshold()
         The success rate threshold used in the last interval when only locally originated failures were
         taken into account and externally originated errors were treated as success.
         This field should be interpreted only when
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``. The threshold is used to eject hosts based on their success rate.
         See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
         details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent local_origin_success_rate_ejection_threshold = 5;
        Specified by:
        getLocalOriginSuccessRateEjectionThreshold in interface ClusterStatusOrBuilder
        Returns:
        The localOriginSuccessRateEjectionThreshold.
      • setLocalOriginSuccessRateEjectionThreshold

        public ClusterStatus.Builder setLocalOriginSuccessRateEjectionThreshold​(Percent value)
         The success rate threshold used in the last interval when only locally originated failures were
         taken into account and externally originated errors were treated as success.
         This field should be interpreted only when
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``. The threshold is used to eject hosts based on their success rate.
         See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
         details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent local_origin_success_rate_ejection_threshold = 5;
      • setLocalOriginSuccessRateEjectionThreshold

        public ClusterStatus.Builder setLocalOriginSuccessRateEjectionThreshold​(Percent.Builder builderForValue)
         The success rate threshold used in the last interval when only locally originated failures were
         taken into account and externally originated errors were treated as success.
         This field should be interpreted only when
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``. The threshold is used to eject hosts based on their success rate.
         See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
         details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent local_origin_success_rate_ejection_threshold = 5;
      • mergeLocalOriginSuccessRateEjectionThreshold

        public ClusterStatus.Builder mergeLocalOriginSuccessRateEjectionThreshold​(Percent value)
         The success rate threshold used in the last interval when only locally originated failures were
         taken into account and externally originated errors were treated as success.
         This field should be interpreted only when
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``. The threshold is used to eject hosts based on their success rate.
         See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
         details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent local_origin_success_rate_ejection_threshold = 5;
      • clearLocalOriginSuccessRateEjectionThreshold

        public ClusterStatus.Builder clearLocalOriginSuccessRateEjectionThreshold()
         The success rate threshold used in the last interval when only locally originated failures were
         taken into account and externally originated errors were treated as success.
         This field should be interpreted only when
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``. The threshold is used to eject hosts based on their success rate.
         See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
         details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent local_origin_success_rate_ejection_threshold = 5;
      • getLocalOriginSuccessRateEjectionThresholdBuilder

        public Percent.Builder getLocalOriginSuccessRateEjectionThresholdBuilder()
         The success rate threshold used in the last interval when only locally originated failures were
         taken into account and externally originated errors were treated as success.
         This field should be interpreted only when
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``. The threshold is used to eject hosts based on their success rate.
         See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
         details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent local_origin_success_rate_ejection_threshold = 5;
      • getLocalOriginSuccessRateEjectionThresholdOrBuilder

        public PercentOrBuilder getLocalOriginSuccessRateEjectionThresholdOrBuilder()
         The success rate threshold used in the last interval when only locally originated failures were
         taken into account and externally originated errors were treated as success.
         This field should be interpreted only when
         :ref:`outlier_detection.split_external_local_origin_errors<envoy_v3_api_field_config.cluster.v3.OutlierDetection.split_external_local_origin_errors>`
         is ``true``. The threshold is used to eject hosts based on their success rate.
         See :ref:`Cluster outlier detection <arch_overview_outlier_detection>` documentation for
         details.
         Note: this field may be omitted in any of the three following cases:
         1. There were not enough hosts with enough request volume to proceed with success rate based
            outlier ejection.
         2. The threshold is computed to be < 0 because a negative value implies that there was no
            threshold for that interval.
         3. Outlier detection is not enabled for this cluster.
         
        .envoy.type.v3.Percent local_origin_success_rate_ejection_threshold = 5;
        Specified by:
        getLocalOriginSuccessRateEjectionThresholdOrBuilder in interface ClusterStatusOrBuilder
      • hasCircuitBreakers

        public boolean hasCircuitBreakers()
         :ref:`Circuit breaking <arch_overview_circuit_break>` settings of the cluster.
         
        .envoy.config.cluster.v3.CircuitBreakers circuit_breakers = 6;
        Specified by:
        hasCircuitBreakers in interface ClusterStatusOrBuilder
        Returns:
        Whether the circuitBreakers field is set.
      • getCircuitBreakers

        public CircuitBreakers getCircuitBreakers()
         :ref:`Circuit breaking <arch_overview_circuit_break>` settings of the cluster.
         
        .envoy.config.cluster.v3.CircuitBreakers circuit_breakers = 6;
        Specified by:
        getCircuitBreakers in interface ClusterStatusOrBuilder
        Returns:
        The circuitBreakers.
      • setCircuitBreakers

        public ClusterStatus.Builder setCircuitBreakers​(CircuitBreakers value)
         :ref:`Circuit breaking <arch_overview_circuit_break>` settings of the cluster.
         
        .envoy.config.cluster.v3.CircuitBreakers circuit_breakers = 6;
      • setCircuitBreakers

        public ClusterStatus.Builder setCircuitBreakers​(CircuitBreakers.Builder builderForValue)
         :ref:`Circuit breaking <arch_overview_circuit_break>` settings of the cluster.
         
        .envoy.config.cluster.v3.CircuitBreakers circuit_breakers = 6;
      • mergeCircuitBreakers

        public ClusterStatus.Builder mergeCircuitBreakers​(CircuitBreakers value)
         :ref:`Circuit breaking <arch_overview_circuit_break>` settings of the cluster.
         
        .envoy.config.cluster.v3.CircuitBreakers circuit_breakers = 6;
      • clearCircuitBreakers

        public ClusterStatus.Builder clearCircuitBreakers()
         :ref:`Circuit breaking <arch_overview_circuit_break>` settings of the cluster.
         
        .envoy.config.cluster.v3.CircuitBreakers circuit_breakers = 6;
      • getCircuitBreakersBuilder

        public CircuitBreakers.Builder getCircuitBreakersBuilder()
         :ref:`Circuit breaking <arch_overview_circuit_break>` settings of the cluster.
         
        .envoy.config.cluster.v3.CircuitBreakers circuit_breakers = 6;
      • getObservabilityNameBytes

        public com.google.protobuf.ByteString getObservabilityNameBytes()
         Observability name of the cluster.
         
        string observability_name = 7;
        Specified by:
        getObservabilityNameBytes in interface ClusterStatusOrBuilder
        Returns:
        The bytes for observabilityName.
      • setObservabilityName

        public ClusterStatus.Builder setObservabilityName​(String value)
         Observability name of the cluster.
         
        string observability_name = 7;
        Parameters:
        value - The observabilityName to set.
        Returns:
        This builder for chaining.
      • clearObservabilityName

        public ClusterStatus.Builder clearObservabilityName()
         Observability name of the cluster.
         
        string observability_name = 7;
        Returns:
        This builder for chaining.
      • setObservabilityNameBytes

        public ClusterStatus.Builder setObservabilityNameBytes​(com.google.protobuf.ByteString value)
         Observability name of the cluster.
         
        string observability_name = 7;
        Parameters:
        value - The bytes for observabilityName to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ClusterStatus.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<ClusterStatus.Builder>
      • mergeUnknownFields

        public final ClusterStatus.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<ClusterStatus.Builder>