public static final class OutlierDetection.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<OutlierDetection.Builder> implements OutlierDetectionOrBuilder
Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service.Protobuf type
google.cloud.compute.v1.OutlierDetection| Modifier and Type | Method and Description |
|---|---|
OutlierDetection.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OutlierDetection |
build() |
OutlierDetection |
buildPartial() |
OutlierDetection.Builder |
clear() |
OutlierDetection.Builder |
clearBaseEjectionTime()
The base time that a host is ejected for.
|
OutlierDetection.Builder |
clearConsecutiveErrors()
Number of errors before a host is ejected from the connection pool.
|
OutlierDetection.Builder |
clearConsecutiveGatewayFailure()
The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs.
|
OutlierDetection.Builder |
clearEnforcingConsecutiveErrors()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive 5xx.
|
OutlierDetection.Builder |
clearEnforcingConsecutiveGatewayFailure()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive gateway failures.
|
OutlierDetection.Builder |
clearEnforcingSuccessRate()
The percentage chance that a host will be actually ejected when an outlier status is detected through success rate statistics.
|
OutlierDetection.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
OutlierDetection.Builder |
clearInterval()
Time interval between ejection analysis sweeps.
|
OutlierDetection.Builder |
clearMaxEjectionPercent()
Maximum percentage of hosts in the load balancing pool for the backend service that can be ejected.
|
OutlierDetection.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
OutlierDetection.Builder |
clearSuccessRateMinimumHosts()
The number of hosts in a cluster that must have enough request volume to detect success rate outliers.
|
OutlierDetection.Builder |
clearSuccessRateRequestVolume()
The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this host in success rate based outlier detection.
|
OutlierDetection.Builder |
clearSuccessRateStdevFactor()
This factor is used to determine the ejection threshold for success rate outlier ejection.
|
OutlierDetection.Builder |
clone() |
Duration |
getBaseEjectionTime()
The base time that a host is ejected for.
|
Duration.Builder |
getBaseEjectionTimeBuilder()
The base time that a host is ejected for.
|
DurationOrBuilder |
getBaseEjectionTimeOrBuilder()
The base time that a host is ejected for.
|
int |
getConsecutiveErrors()
Number of errors before a host is ejected from the connection pool.
|
int |
getConsecutiveGatewayFailure()
The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs.
|
OutlierDetection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getEnforcingConsecutiveErrors()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive 5xx.
|
int |
getEnforcingConsecutiveGatewayFailure()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive gateway failures.
|
int |
getEnforcingSuccessRate()
The percentage chance that a host will be actually ejected when an outlier status is detected through success rate statistics.
|
Duration |
getInterval()
Time interval between ejection analysis sweeps.
|
Duration.Builder |
getIntervalBuilder()
Time interval between ejection analysis sweeps.
|
DurationOrBuilder |
getIntervalOrBuilder()
Time interval between ejection analysis sweeps.
|
int |
getMaxEjectionPercent()
Maximum percentage of hosts in the load balancing pool for the backend service that can be ejected.
|
int |
getSuccessRateMinimumHosts()
The number of hosts in a cluster that must have enough request volume to detect success rate outliers.
|
int |
getSuccessRateRequestVolume()
The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this host in success rate based outlier detection.
|
int |
getSuccessRateStdevFactor()
This factor is used to determine the ejection threshold for success rate outlier ejection.
|
boolean |
hasBaseEjectionTime()
The base time that a host is ejected for.
|
boolean |
hasConsecutiveErrors()
Number of errors before a host is ejected from the connection pool.
|
boolean |
hasConsecutiveGatewayFailure()
The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs.
|
boolean |
hasEnforcingConsecutiveErrors()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive 5xx.
|
boolean |
hasEnforcingConsecutiveGatewayFailure()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive gateway failures.
|
boolean |
hasEnforcingSuccessRate()
The percentage chance that a host will be actually ejected when an outlier status is detected through success rate statistics.
|
boolean |
hasInterval()
Time interval between ejection analysis sweeps.
|
boolean |
hasMaxEjectionPercent()
Maximum percentage of hosts in the load balancing pool for the backend service that can be ejected.
|
boolean |
hasSuccessRateMinimumHosts()
The number of hosts in a cluster that must have enough request volume to detect success rate outliers.
|
boolean |
hasSuccessRateRequestVolume()
The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this host in success rate based outlier detection.
|
boolean |
hasSuccessRateStdevFactor()
This factor is used to determine the ejection threshold for success rate outlier ejection.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OutlierDetection.Builder |
mergeBaseEjectionTime(Duration value)
The base time that a host is ejected for.
|
OutlierDetection.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OutlierDetection.Builder |
mergeFrom(com.google.protobuf.Message other) |
OutlierDetection.Builder |
mergeFrom(OutlierDetection other) |
OutlierDetection.Builder |
mergeInterval(Duration value)
Time interval between ejection analysis sweeps.
|
OutlierDetection.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
OutlierDetection.Builder |
setBaseEjectionTime(Duration.Builder builderForValue)
The base time that a host is ejected for.
|
OutlierDetection.Builder |
setBaseEjectionTime(Duration value)
The base time that a host is ejected for.
|
OutlierDetection.Builder |
setConsecutiveErrors(int value)
Number of errors before a host is ejected from the connection pool.
|
OutlierDetection.Builder |
setConsecutiveGatewayFailure(int value)
The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs.
|
OutlierDetection.Builder |
setEnforcingConsecutiveErrors(int value)
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive 5xx.
|
OutlierDetection.Builder |
setEnforcingConsecutiveGatewayFailure(int value)
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive gateway failures.
|
OutlierDetection.Builder |
setEnforcingSuccessRate(int value)
The percentage chance that a host will be actually ejected when an outlier status is detected through success rate statistics.
|
OutlierDetection.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
OutlierDetection.Builder |
setInterval(Duration.Builder builderForValue)
Time interval between ejection analysis sweeps.
|
OutlierDetection.Builder |
setInterval(Duration value)
Time interval between ejection analysis sweeps.
|
OutlierDetection.Builder |
setMaxEjectionPercent(int value)
Maximum percentage of hosts in the load balancing pool for the backend service that can be ejected.
|
OutlierDetection.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
OutlierDetection.Builder |
setSuccessRateMinimumHosts(int value)
The number of hosts in a cluster that must have enough request volume to detect success rate outliers.
|
OutlierDetection.Builder |
setSuccessRateRequestVolume(int value)
The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this host in success rate based outlier detection.
|
OutlierDetection.Builder |
setSuccessRateStdevFactor(int value)
This factor is used to determine the ejection threshold for success rate outlier ejection.
|
OutlierDetection.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<OutlierDetection.Builder>public OutlierDetection.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<OutlierDetection.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<OutlierDetection.Builder>public OutlierDetection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic OutlierDetection build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic OutlierDetection buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic OutlierDetection.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<OutlierDetection.Builder>public OutlierDetection.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<OutlierDetection.Builder>public OutlierDetection.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<OutlierDetection.Builder>public OutlierDetection.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<OutlierDetection.Builder>public OutlierDetection.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<OutlierDetection.Builder>public OutlierDetection.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<OutlierDetection.Builder>public OutlierDetection.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<OutlierDetection.Builder>public OutlierDetection.Builder mergeFrom(OutlierDetection other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<OutlierDetection.Builder>public OutlierDetection.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<OutlierDetection.Builder>IOExceptionpublic boolean hasBaseEjectionTime()
The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s.
optional .google.cloud.compute.v1.Duration base_ejection_time = 80997255;hasBaseEjectionTime in interface OutlierDetectionOrBuilderpublic Duration getBaseEjectionTime()
The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s.
optional .google.cloud.compute.v1.Duration base_ejection_time = 80997255;getBaseEjectionTime in interface OutlierDetectionOrBuilderpublic OutlierDetection.Builder setBaseEjectionTime(Duration value)
The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s.
optional .google.cloud.compute.v1.Duration base_ejection_time = 80997255;public OutlierDetection.Builder setBaseEjectionTime(Duration.Builder builderForValue)
The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s.
optional .google.cloud.compute.v1.Duration base_ejection_time = 80997255;public OutlierDetection.Builder mergeBaseEjectionTime(Duration value)
The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s.
optional .google.cloud.compute.v1.Duration base_ejection_time = 80997255;public OutlierDetection.Builder clearBaseEjectionTime()
The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s.
optional .google.cloud.compute.v1.Duration base_ejection_time = 80997255;public Duration.Builder getBaseEjectionTimeBuilder()
The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s.
optional .google.cloud.compute.v1.Duration base_ejection_time = 80997255;public DurationOrBuilder getBaseEjectionTimeOrBuilder()
The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s.
optional .google.cloud.compute.v1.Duration base_ejection_time = 80997255;getBaseEjectionTimeOrBuilder in interface OutlierDetectionOrBuilderpublic boolean hasConsecutiveErrors()
Number of errors before a host is ejected from the connection pool. When the backend host is accessed over HTTP, a 5xx return code qualifies as an error. Defaults to 5. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 consecutive_errors = 387193248;hasConsecutiveErrors in interface OutlierDetectionOrBuilderpublic int getConsecutiveErrors()
Number of errors before a host is ejected from the connection pool. When the backend host is accessed over HTTP, a 5xx return code qualifies as an error. Defaults to 5. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 consecutive_errors = 387193248;getConsecutiveErrors in interface OutlierDetectionOrBuilderpublic OutlierDetection.Builder setConsecutiveErrors(int value)
Number of errors before a host is ejected from the connection pool. When the backend host is accessed over HTTP, a 5xx return code qualifies as an error. Defaults to 5. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 consecutive_errors = 387193248;value - The consecutiveErrors to set.public OutlierDetection.Builder clearConsecutiveErrors()
Number of errors before a host is ejected from the connection pool. When the backend host is accessed over HTTP, a 5xx return code qualifies as an error. Defaults to 5. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 consecutive_errors = 387193248;public boolean hasConsecutiveGatewayFailure()
The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs. Defaults to 3. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 consecutive_gateway_failure = 417504250;hasConsecutiveGatewayFailure in interface OutlierDetectionOrBuilderpublic int getConsecutiveGatewayFailure()
The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs. Defaults to 3. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 consecutive_gateway_failure = 417504250;getConsecutiveGatewayFailure in interface OutlierDetectionOrBuilderpublic OutlierDetection.Builder setConsecutiveGatewayFailure(int value)
The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs. Defaults to 3. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 consecutive_gateway_failure = 417504250;value - The consecutiveGatewayFailure to set.public OutlierDetection.Builder clearConsecutiveGatewayFailure()
The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs. Defaults to 3. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 consecutive_gateway_failure = 417504250;public boolean hasEnforcingConsecutiveErrors()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive 5xx. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 0. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 enforcing_consecutive_errors = 213133760;hasEnforcingConsecutiveErrors in interface OutlierDetectionOrBuilderpublic int getEnforcingConsecutiveErrors()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive 5xx. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 0. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 enforcing_consecutive_errors = 213133760;getEnforcingConsecutiveErrors in interface OutlierDetectionOrBuilderpublic OutlierDetection.Builder setEnforcingConsecutiveErrors(int value)
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive 5xx. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 0. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 enforcing_consecutive_errors = 213133760;value - The enforcingConsecutiveErrors to set.public OutlierDetection.Builder clearEnforcingConsecutiveErrors()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive 5xx. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 0. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 enforcing_consecutive_errors = 213133760;public boolean hasEnforcingConsecutiveGatewayFailure()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive gateway failures. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 enforcing_consecutive_gateway_failure = 394440666;hasEnforcingConsecutiveGatewayFailure in interface OutlierDetectionOrBuilderpublic int getEnforcingConsecutiveGatewayFailure()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive gateway failures. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 enforcing_consecutive_gateway_failure = 394440666;getEnforcingConsecutiveGatewayFailure in interface OutlierDetectionOrBuilderpublic OutlierDetection.Builder setEnforcingConsecutiveGatewayFailure(int value)
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive gateway failures. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 enforcing_consecutive_gateway_failure = 394440666;value - The enforcingConsecutiveGatewayFailure to set.public OutlierDetection.Builder clearEnforcingConsecutiveGatewayFailure()
The percentage chance that a host will be actually ejected when an outlier status is detected through consecutive gateway failures. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
optional int32 enforcing_consecutive_gateway_failure = 394440666;public boolean hasEnforcingSuccessRate()
The percentage chance that a host will be actually ejected when an outlier status is detected through success rate statistics. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100.
optional int32 enforcing_success_rate = 194508732;hasEnforcingSuccessRate in interface OutlierDetectionOrBuilderpublic int getEnforcingSuccessRate()
The percentage chance that a host will be actually ejected when an outlier status is detected through success rate statistics. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100.
optional int32 enforcing_success_rate = 194508732;getEnforcingSuccessRate in interface OutlierDetectionOrBuilderpublic OutlierDetection.Builder setEnforcingSuccessRate(int value)
The percentage chance that a host will be actually ejected when an outlier status is detected through success rate statistics. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100.
optional int32 enforcing_success_rate = 194508732;value - The enforcingSuccessRate to set.public OutlierDetection.Builder clearEnforcingSuccessRate()
The percentage chance that a host will be actually ejected when an outlier status is detected through success rate statistics. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100.
optional int32 enforcing_success_rate = 194508732;public boolean hasInterval()
Time interval between ejection analysis sweeps. This can result in both new ejections as well as hosts being returned to service. Defaults to 1 second.
optional .google.cloud.compute.v1.Duration interval = 33547461;hasInterval in interface OutlierDetectionOrBuilderpublic Duration getInterval()
Time interval between ejection analysis sweeps. This can result in both new ejections as well as hosts being returned to service. Defaults to 1 second.
optional .google.cloud.compute.v1.Duration interval = 33547461;getInterval in interface OutlierDetectionOrBuilderpublic OutlierDetection.Builder setInterval(Duration value)
Time interval between ejection analysis sweeps. This can result in both new ejections as well as hosts being returned to service. Defaults to 1 second.
optional .google.cloud.compute.v1.Duration interval = 33547461;public OutlierDetection.Builder setInterval(Duration.Builder builderForValue)
Time interval between ejection analysis sweeps. This can result in both new ejections as well as hosts being returned to service. Defaults to 1 second.
optional .google.cloud.compute.v1.Duration interval = 33547461;public OutlierDetection.Builder mergeInterval(Duration value)
Time interval between ejection analysis sweeps. This can result in both new ejections as well as hosts being returned to service. Defaults to 1 second.
optional .google.cloud.compute.v1.Duration interval = 33547461;public OutlierDetection.Builder clearInterval()
Time interval between ejection analysis sweeps. This can result in both new ejections as well as hosts being returned to service. Defaults to 1 second.
optional .google.cloud.compute.v1.Duration interval = 33547461;public Duration.Builder getIntervalBuilder()
Time interval between ejection analysis sweeps. This can result in both new ejections as well as hosts being returned to service. Defaults to 1 second.
optional .google.cloud.compute.v1.Duration interval = 33547461;public DurationOrBuilder getIntervalOrBuilder()
Time interval between ejection analysis sweeps. This can result in both new ejections as well as hosts being returned to service. Defaults to 1 second.
optional .google.cloud.compute.v1.Duration interval = 33547461;getIntervalOrBuilder in interface OutlierDetectionOrBuilderpublic boolean hasMaxEjectionPercent()
Maximum percentage of hosts in the load balancing pool for the backend service that can be ejected. Defaults to 50%.
optional int32 max_ejection_percent = 18436888;hasMaxEjectionPercent in interface OutlierDetectionOrBuilderpublic int getMaxEjectionPercent()
Maximum percentage of hosts in the load balancing pool for the backend service that can be ejected. Defaults to 50%.
optional int32 max_ejection_percent = 18436888;getMaxEjectionPercent in interface OutlierDetectionOrBuilderpublic OutlierDetection.Builder setMaxEjectionPercent(int value)
Maximum percentage of hosts in the load balancing pool for the backend service that can be ejected. Defaults to 50%.
optional int32 max_ejection_percent = 18436888;value - The maxEjectionPercent to set.public OutlierDetection.Builder clearMaxEjectionPercent()
Maximum percentage of hosts in the load balancing pool for the backend service that can be ejected. Defaults to 50%.
optional int32 max_ejection_percent = 18436888;public boolean hasSuccessRateMinimumHosts()
The number of hosts in a cluster that must have enough request volume to detect success rate outliers. If the number of hosts is less than this setting, outlier detection via success rate statistics is not performed for any host in the cluster. Defaults to 5.
optional int32 success_rate_minimum_hosts = 525766903;hasSuccessRateMinimumHosts in interface OutlierDetectionOrBuilderpublic int getSuccessRateMinimumHosts()
The number of hosts in a cluster that must have enough request volume to detect success rate outliers. If the number of hosts is less than this setting, outlier detection via success rate statistics is not performed for any host in the cluster. Defaults to 5.
optional int32 success_rate_minimum_hosts = 525766903;getSuccessRateMinimumHosts in interface OutlierDetectionOrBuilderpublic OutlierDetection.Builder setSuccessRateMinimumHosts(int value)
The number of hosts in a cluster that must have enough request volume to detect success rate outliers. If the number of hosts is less than this setting, outlier detection via success rate statistics is not performed for any host in the cluster. Defaults to 5.
optional int32 success_rate_minimum_hosts = 525766903;value - The successRateMinimumHosts to set.public OutlierDetection.Builder clearSuccessRateMinimumHosts()
The number of hosts in a cluster that must have enough request volume to detect success rate outliers. If the number of hosts is less than this setting, outlier detection via success rate statistics is not performed for any host in the cluster. Defaults to 5.
optional int32 success_rate_minimum_hosts = 525766903;public boolean hasSuccessRateRequestVolume()
The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this host in success rate based outlier detection. If the volume is lower than this setting, outlier detection via success rate statistics is not performed for that host. Defaults to 100.
optional int32 success_rate_request_volume = 281425357;hasSuccessRateRequestVolume in interface OutlierDetectionOrBuilderpublic int getSuccessRateRequestVolume()
The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this host in success rate based outlier detection. If the volume is lower than this setting, outlier detection via success rate statistics is not performed for that host. Defaults to 100.
optional int32 success_rate_request_volume = 281425357;getSuccessRateRequestVolume in interface OutlierDetectionOrBuilderpublic OutlierDetection.Builder setSuccessRateRequestVolume(int value)
The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this host in success rate based outlier detection. If the volume is lower than this setting, outlier detection via success rate statistics is not performed for that host. Defaults to 100.
optional int32 success_rate_request_volume = 281425357;value - The successRateRequestVolume to set.public OutlierDetection.Builder clearSuccessRateRequestVolume()
The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this host in success rate based outlier detection. If the volume is lower than this setting, outlier detection via success rate statistics is not performed for that host. Defaults to 100.
optional int32 success_rate_request_volume = 281425357;public boolean hasSuccessRateStdevFactor()
This factor is used to determine the ejection threshold for success rate outlier ejection. The ejection threshold is the difference between the mean success rate, and the product of this factor and the standard deviation of the mean success rate: mean - (stdev * success_rate_stdev_factor). This factor is divided by a thousand to get a double. That is, if the desired factor is 1.9, the runtime value should be 1900. Defaults to 1900.
optional int32 success_rate_stdev_factor = 174735773;hasSuccessRateStdevFactor in interface OutlierDetectionOrBuilderpublic int getSuccessRateStdevFactor()
This factor is used to determine the ejection threshold for success rate outlier ejection. The ejection threshold is the difference between the mean success rate, and the product of this factor and the standard deviation of the mean success rate: mean - (stdev * success_rate_stdev_factor). This factor is divided by a thousand to get a double. That is, if the desired factor is 1.9, the runtime value should be 1900. Defaults to 1900.
optional int32 success_rate_stdev_factor = 174735773;getSuccessRateStdevFactor in interface OutlierDetectionOrBuilderpublic OutlierDetection.Builder setSuccessRateStdevFactor(int value)
This factor is used to determine the ejection threshold for success rate outlier ejection. The ejection threshold is the difference between the mean success rate, and the product of this factor and the standard deviation of the mean success rate: mean - (stdev * success_rate_stdev_factor). This factor is divided by a thousand to get a double. That is, if the desired factor is 1.9, the runtime value should be 1900. Defaults to 1900.
optional int32 success_rate_stdev_factor = 174735773;value - The successRateStdevFactor to set.public OutlierDetection.Builder clearSuccessRateStdevFactor()
This factor is used to determine the ejection threshold for success rate outlier ejection. The ejection threshold is the difference between the mean success rate, and the product of this factor and the standard deviation of the mean success rate: mean - (stdev * success_rate_stdev_factor). This factor is divided by a thousand to get a double. That is, if the desired factor is 1.9, the runtime value should be 1900. Defaults to 1900.
optional int32 success_rate_stdev_factor = 174735773;public final OutlierDetection.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OutlierDetection.Builder>public final OutlierDetection.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OutlierDetection.Builder>Copyright © 2023 Google LLC. All rights reserved.