public static final class HealthCheckOuterClass.HealthCheck.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckOuterClass.HealthCheck.Builder> implements HealthCheckOuterClass.HealthCheckOrBuilder
envoy.api.v2.core.HealthCheck| Modifier and Type | Method and Description |
|---|---|
HealthCheckOuterClass.HealthCheck.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HealthCheckOuterClass.HealthCheck |
build() |
HealthCheckOuterClass.HealthCheck |
buildPartial() |
HealthCheckOuterClass.HealthCheck.Builder |
clear() |
HealthCheckOuterClass.HealthCheck.Builder |
clearAltPort()
[#not-implemented-hide:] Non-serving port for health checking.
|
HealthCheckOuterClass.HealthCheck.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HealthCheckOuterClass.HealthCheck.Builder |
clearGrpcHealthCheck()
[#not-implemented-hide:] GRPC health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
clearHealthChecker() |
HealthCheckOuterClass.HealthCheck.Builder |
clearHealthyThreshold()
The number of healthy health checks required before a host is marked
healthy.
|
HealthCheckOuterClass.HealthCheck.Builder |
clearHttpHealthCheck()
HTTP health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
clearInterval()
The interval between health checks.
|
HealthCheckOuterClass.HealthCheck.Builder |
clearIntervalJitter()
An optional jitter amount in millseconds.
|
HealthCheckOuterClass.HealthCheck.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HealthCheckOuterClass.HealthCheck.Builder |
clearRedisHealthCheck()
Redis health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
clearReuseConnection()
Reuse health check connection between health checks.
|
HealthCheckOuterClass.HealthCheck.Builder |
clearTcpHealthCheck()
TCP health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
clearTimeout()
The time to wait for a health check response.
|
HealthCheckOuterClass.HealthCheck.Builder |
clearUnhealthyThreshold()
The number of unhealthy health checks required before a host is marked
unhealthy.
|
HealthCheckOuterClass.HealthCheck.Builder |
clone() |
com.google.protobuf.UInt32Value |
getAltPort()
[#not-implemented-hide:] Non-serving port for health checking.
|
com.google.protobuf.UInt32Value.Builder |
getAltPortBuilder()
[#not-implemented-hide:] Non-serving port for health checking.
|
com.google.protobuf.UInt32ValueOrBuilder |
getAltPortOrBuilder()
[#not-implemented-hide:] Non-serving port for health checking.
|
HealthCheckOuterClass.HealthCheck |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HealthCheckOuterClass.HealthCheck.GrpcHealthCheck |
getGrpcHealthCheck()
[#not-implemented-hide:] GRPC health check.
|
HealthCheckOuterClass.HealthCheck.GrpcHealthCheck.Builder |
getGrpcHealthCheckBuilder()
[#not-implemented-hide:] GRPC health check.
|
HealthCheckOuterClass.HealthCheck.GrpcHealthCheckOrBuilder |
getGrpcHealthCheckOrBuilder()
[#not-implemented-hide:] GRPC health check.
|
HealthCheckOuterClass.HealthCheck.HealthCheckerCase |
getHealthCheckerCase() |
com.google.protobuf.UInt32Value |
getHealthyThreshold()
The number of healthy health checks required before a host is marked
healthy.
|
com.google.protobuf.UInt32Value.Builder |
getHealthyThresholdBuilder()
The number of healthy health checks required before a host is marked
healthy.
|
com.google.protobuf.UInt32ValueOrBuilder |
getHealthyThresholdOrBuilder()
The number of healthy health checks required before a host is marked
healthy.
|
HealthCheckOuterClass.HealthCheck.HttpHealthCheck |
getHttpHealthCheck()
HTTP health check.
|
HealthCheckOuterClass.HealthCheck.HttpHealthCheck.Builder |
getHttpHealthCheckBuilder()
HTTP health check.
|
HealthCheckOuterClass.HealthCheck.HttpHealthCheckOrBuilder |
getHttpHealthCheckOrBuilder()
HTTP health check.
|
com.google.protobuf.Duration |
getInterval()
The interval between health checks.
|
com.google.protobuf.Duration.Builder |
getIntervalBuilder()
The interval between health checks.
|
com.google.protobuf.Duration |
getIntervalJitter()
An optional jitter amount in millseconds.
|
com.google.protobuf.Duration.Builder |
getIntervalJitterBuilder()
An optional jitter amount in millseconds.
|
com.google.protobuf.DurationOrBuilder |
getIntervalJitterOrBuilder()
An optional jitter amount in millseconds.
|
com.google.protobuf.DurationOrBuilder |
getIntervalOrBuilder()
The interval between health checks.
|
HealthCheckOuterClass.HealthCheck.RedisHealthCheck |
getRedisHealthCheck()
Redis health check.
|
HealthCheckOuterClass.HealthCheck.RedisHealthCheck.Builder |
getRedisHealthCheckBuilder()
Redis health check.
|
HealthCheckOuterClass.HealthCheck.RedisHealthCheckOrBuilder |
getRedisHealthCheckOrBuilder()
Redis health check.
|
com.google.protobuf.BoolValue |
getReuseConnection()
Reuse health check connection between health checks.
|
com.google.protobuf.BoolValue.Builder |
getReuseConnectionBuilder()
Reuse health check connection between health checks.
|
com.google.protobuf.BoolValueOrBuilder |
getReuseConnectionOrBuilder()
Reuse health check connection between health checks.
|
HealthCheckOuterClass.HealthCheck.TcpHealthCheck |
getTcpHealthCheck()
TCP health check.
|
HealthCheckOuterClass.HealthCheck.TcpHealthCheck.Builder |
getTcpHealthCheckBuilder()
TCP health check.
|
HealthCheckOuterClass.HealthCheck.TcpHealthCheckOrBuilder |
getTcpHealthCheckOrBuilder()
TCP health check.
|
com.google.protobuf.Duration |
getTimeout()
The time to wait for a health check response.
|
com.google.protobuf.Duration.Builder |
getTimeoutBuilder()
The time to wait for a health check response.
|
com.google.protobuf.DurationOrBuilder |
getTimeoutOrBuilder()
The time to wait for a health check response.
|
com.google.protobuf.UInt32Value |
getUnhealthyThreshold()
The number of unhealthy health checks required before a host is marked
unhealthy.
|
com.google.protobuf.UInt32Value.Builder |
getUnhealthyThresholdBuilder()
The number of unhealthy health checks required before a host is marked
unhealthy.
|
com.google.protobuf.UInt32ValueOrBuilder |
getUnhealthyThresholdOrBuilder()
The number of unhealthy health checks required before a host is marked
unhealthy.
|
boolean |
hasAltPort()
[#not-implemented-hide:] Non-serving port for health checking.
|
boolean |
hasGrpcHealthCheck()
[#not-implemented-hide:] GRPC health check.
|
boolean |
hasHealthyThreshold()
The number of healthy health checks required before a host is marked
healthy.
|
boolean |
hasHttpHealthCheck()
HTTP health check.
|
boolean |
hasInterval()
The interval between health checks.
|
boolean |
hasIntervalJitter()
An optional jitter amount in millseconds.
|
boolean |
hasRedisHealthCheck()
Redis health check.
|
boolean |
hasReuseConnection()
Reuse health check connection between health checks.
|
boolean |
hasTcpHealthCheck()
TCP health check.
|
boolean |
hasTimeout()
The time to wait for a health check response.
|
boolean |
hasUnhealthyThreshold()
The number of unhealthy health checks required before a host is marked
unhealthy.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HealthCheckOuterClass.HealthCheck.Builder |
mergeAltPort(com.google.protobuf.UInt32Value value)
[#not-implemented-hide:] Non-serving port for health checking.
|
HealthCheckOuterClass.HealthCheck.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HealthCheckOuterClass.HealthCheck.Builder |
mergeFrom(HealthCheckOuterClass.HealthCheck other) |
HealthCheckOuterClass.HealthCheck.Builder |
mergeFrom(com.google.protobuf.Message other) |
HealthCheckOuterClass.HealthCheck.Builder |
mergeGrpcHealthCheck(HealthCheckOuterClass.HealthCheck.GrpcHealthCheck value)
[#not-implemented-hide:] GRPC health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
mergeHealthyThreshold(com.google.protobuf.UInt32Value value)
The number of healthy health checks required before a host is marked
healthy.
|
HealthCheckOuterClass.HealthCheck.Builder |
mergeHttpHealthCheck(HealthCheckOuterClass.HealthCheck.HttpHealthCheck value)
HTTP health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
mergeInterval(com.google.protobuf.Duration value)
The interval between health checks.
|
HealthCheckOuterClass.HealthCheck.Builder |
mergeIntervalJitter(com.google.protobuf.Duration value)
An optional jitter amount in millseconds.
|
HealthCheckOuterClass.HealthCheck.Builder |
mergeRedisHealthCheck(HealthCheckOuterClass.HealthCheck.RedisHealthCheck value)
Redis health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
mergeReuseConnection(com.google.protobuf.BoolValue value)
Reuse health check connection between health checks.
|
HealthCheckOuterClass.HealthCheck.Builder |
mergeTcpHealthCheck(HealthCheckOuterClass.HealthCheck.TcpHealthCheck value)
TCP health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
mergeTimeout(com.google.protobuf.Duration value)
The time to wait for a health check response.
|
HealthCheckOuterClass.HealthCheck.Builder |
mergeUnhealthyThreshold(com.google.protobuf.UInt32Value value)
The number of unhealthy health checks required before a host is marked
unhealthy.
|
HealthCheckOuterClass.HealthCheck.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HealthCheckOuterClass.HealthCheck.Builder |
setAltPort(com.google.protobuf.UInt32Value.Builder builderForValue)
[#not-implemented-hide:] Non-serving port for health checking.
|
HealthCheckOuterClass.HealthCheck.Builder |
setAltPort(com.google.protobuf.UInt32Value value)
[#not-implemented-hide:] Non-serving port for health checking.
|
HealthCheckOuterClass.HealthCheck.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HealthCheckOuterClass.HealthCheck.Builder |
setGrpcHealthCheck(HealthCheckOuterClass.HealthCheck.GrpcHealthCheck.Builder builderForValue)
[#not-implemented-hide:] GRPC health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
setGrpcHealthCheck(HealthCheckOuterClass.HealthCheck.GrpcHealthCheck value)
[#not-implemented-hide:] GRPC health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
setHealthyThreshold(com.google.protobuf.UInt32Value.Builder builderForValue)
The number of healthy health checks required before a host is marked
healthy.
|
HealthCheckOuterClass.HealthCheck.Builder |
setHealthyThreshold(com.google.protobuf.UInt32Value value)
The number of healthy health checks required before a host is marked
healthy.
|
HealthCheckOuterClass.HealthCheck.Builder |
setHttpHealthCheck(HealthCheckOuterClass.HealthCheck.HttpHealthCheck.Builder builderForValue)
HTTP health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
setHttpHealthCheck(HealthCheckOuterClass.HealthCheck.HttpHealthCheck value)
HTTP health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
setInterval(com.google.protobuf.Duration.Builder builderForValue)
The interval between health checks.
|
HealthCheckOuterClass.HealthCheck.Builder |
setInterval(com.google.protobuf.Duration value)
The interval between health checks.
|
HealthCheckOuterClass.HealthCheck.Builder |
setIntervalJitter(com.google.protobuf.Duration.Builder builderForValue)
An optional jitter amount in millseconds.
|
HealthCheckOuterClass.HealthCheck.Builder |
setIntervalJitter(com.google.protobuf.Duration value)
An optional jitter amount in millseconds.
|
HealthCheckOuterClass.HealthCheck.Builder |
setRedisHealthCheck(HealthCheckOuterClass.HealthCheck.RedisHealthCheck.Builder builderForValue)
Redis health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
setRedisHealthCheck(HealthCheckOuterClass.HealthCheck.RedisHealthCheck value)
Redis health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HealthCheckOuterClass.HealthCheck.Builder |
setReuseConnection(com.google.protobuf.BoolValue.Builder builderForValue)
Reuse health check connection between health checks.
|
HealthCheckOuterClass.HealthCheck.Builder |
setReuseConnection(com.google.protobuf.BoolValue value)
Reuse health check connection between health checks.
|
HealthCheckOuterClass.HealthCheck.Builder |
setTcpHealthCheck(HealthCheckOuterClass.HealthCheck.TcpHealthCheck.Builder builderForValue)
TCP health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
setTcpHealthCheck(HealthCheckOuterClass.HealthCheck.TcpHealthCheck value)
TCP health check.
|
HealthCheckOuterClass.HealthCheck.Builder |
setTimeout(com.google.protobuf.Duration.Builder builderForValue)
The time to wait for a health check response.
|
HealthCheckOuterClass.HealthCheck.Builder |
setTimeout(com.google.protobuf.Duration value)
The time to wait for a health check response.
|
HealthCheckOuterClass.HealthCheck.Builder |
setUnhealthyThreshold(com.google.protobuf.UInt32Value.Builder builderForValue)
The number of unhealthy health checks required before a host is marked
unhealthy.
|
HealthCheckOuterClass.HealthCheck.Builder |
setUnhealthyThreshold(com.google.protobuf.UInt32Value value)
The number of unhealthy health checks required before a host is marked
unhealthy.
|
HealthCheckOuterClass.HealthCheck.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckOuterClass.HealthCheck.Builder>public HealthCheckOuterClass.HealthCheck.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckOuterClass.HealthCheck.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<HealthCheckOuterClass.HealthCheck.Builder>public HealthCheckOuterClass.HealthCheck getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic HealthCheckOuterClass.HealthCheck build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic HealthCheckOuterClass.HealthCheck buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic HealthCheckOuterClass.HealthCheck.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckOuterClass.HealthCheck.Builder>public HealthCheckOuterClass.HealthCheck.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<HealthCheckOuterClass.HealthCheck.Builder>public HealthCheckOuterClass.HealthCheck.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckOuterClass.HealthCheck.Builder>public HealthCheckOuterClass.HealthCheck.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckOuterClass.HealthCheck.Builder>public HealthCheckOuterClass.HealthCheck.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<HealthCheckOuterClass.HealthCheck.Builder>public HealthCheckOuterClass.HealthCheck.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<HealthCheckOuterClass.HealthCheck.Builder>public HealthCheckOuterClass.HealthCheck.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HealthCheckOuterClass.HealthCheck.Builder>public HealthCheckOuterClass.HealthCheck.Builder mergeFrom(HealthCheckOuterClass.HealthCheck other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckOuterClass.HealthCheck.Builder>public HealthCheckOuterClass.HealthCheck.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<HealthCheckOuterClass.HealthCheck.Builder>IOExceptionpublic HealthCheckOuterClass.HealthCheck.HealthCheckerCase getHealthCheckerCase()
getHealthCheckerCase in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder clearHealthChecker()
public boolean hasTimeout()
The time to wait for a health check response. If the timeout is reached the health check attempt will be considered a failure.
.google.protobuf.Duration timeout = 1 [(.validate.rules) = { ... }hasTimeout in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic com.google.protobuf.Duration getTimeout()
The time to wait for a health check response. If the timeout is reached the health check attempt will be considered a failure.
.google.protobuf.Duration timeout = 1 [(.validate.rules) = { ... }getTimeout in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder setTimeout(com.google.protobuf.Duration value)
The time to wait for a health check response. If the timeout is reached the health check attempt will be considered a failure.
.google.protobuf.Duration timeout = 1 [(.validate.rules) = { ... }public HealthCheckOuterClass.HealthCheck.Builder setTimeout(com.google.protobuf.Duration.Builder builderForValue)
The time to wait for a health check response. If the timeout is reached the health check attempt will be considered a failure.
.google.protobuf.Duration timeout = 1 [(.validate.rules) = { ... }public HealthCheckOuterClass.HealthCheck.Builder mergeTimeout(com.google.protobuf.Duration value)
The time to wait for a health check response. If the timeout is reached the health check attempt will be considered a failure.
.google.protobuf.Duration timeout = 1 [(.validate.rules) = { ... }public HealthCheckOuterClass.HealthCheck.Builder clearTimeout()
The time to wait for a health check response. If the timeout is reached the health check attempt will be considered a failure.
.google.protobuf.Duration timeout = 1 [(.validate.rules) = { ... }public com.google.protobuf.Duration.Builder getTimeoutBuilder()
The time to wait for a health check response. If the timeout is reached the health check attempt will be considered a failure.
.google.protobuf.Duration timeout = 1 [(.validate.rules) = { ... }public com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder()
The time to wait for a health check response. If the timeout is reached the health check attempt will be considered a failure.
.google.protobuf.Duration timeout = 1 [(.validate.rules) = { ... }getTimeoutOrBuilder in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic boolean hasInterval()
The interval between health checks.
.google.protobuf.Duration interval = 2 [(.validate.rules) = { ... }hasInterval in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic com.google.protobuf.Duration getInterval()
The interval between health checks.
.google.protobuf.Duration interval = 2 [(.validate.rules) = { ... }getInterval in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder setInterval(com.google.protobuf.Duration value)
The interval between health checks.
.google.protobuf.Duration interval = 2 [(.validate.rules) = { ... }public HealthCheckOuterClass.HealthCheck.Builder setInterval(com.google.protobuf.Duration.Builder builderForValue)
The interval between health checks.
.google.protobuf.Duration interval = 2 [(.validate.rules) = { ... }public HealthCheckOuterClass.HealthCheck.Builder mergeInterval(com.google.protobuf.Duration value)
The interval between health checks.
.google.protobuf.Duration interval = 2 [(.validate.rules) = { ... }public HealthCheckOuterClass.HealthCheck.Builder clearInterval()
The interval between health checks.
.google.protobuf.Duration interval = 2 [(.validate.rules) = { ... }public com.google.protobuf.Duration.Builder getIntervalBuilder()
The interval between health checks.
.google.protobuf.Duration interval = 2 [(.validate.rules) = { ... }public com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
The interval between health checks.
.google.protobuf.Duration interval = 2 [(.validate.rules) = { ... }getIntervalOrBuilder in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic boolean hasIntervalJitter()
An optional jitter amount in millseconds. If specified, during every internal Envoy will add 0 to interval_jitter to the wait time.
.google.protobuf.Duration interval_jitter = 3;hasIntervalJitter in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic com.google.protobuf.Duration getIntervalJitter()
An optional jitter amount in millseconds. If specified, during every internal Envoy will add 0 to interval_jitter to the wait time.
.google.protobuf.Duration interval_jitter = 3;getIntervalJitter in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder setIntervalJitter(com.google.protobuf.Duration value)
An optional jitter amount in millseconds. If specified, during every internal Envoy will add 0 to interval_jitter to the wait time.
.google.protobuf.Duration interval_jitter = 3;public HealthCheckOuterClass.HealthCheck.Builder setIntervalJitter(com.google.protobuf.Duration.Builder builderForValue)
An optional jitter amount in millseconds. If specified, during every internal Envoy will add 0 to interval_jitter to the wait time.
.google.protobuf.Duration interval_jitter = 3;public HealthCheckOuterClass.HealthCheck.Builder mergeIntervalJitter(com.google.protobuf.Duration value)
An optional jitter amount in millseconds. If specified, during every internal Envoy will add 0 to interval_jitter to the wait time.
.google.protobuf.Duration interval_jitter = 3;public HealthCheckOuterClass.HealthCheck.Builder clearIntervalJitter()
An optional jitter amount in millseconds. If specified, during every internal Envoy will add 0 to interval_jitter to the wait time.
.google.protobuf.Duration interval_jitter = 3;public com.google.protobuf.Duration.Builder getIntervalJitterBuilder()
An optional jitter amount in millseconds. If specified, during every internal Envoy will add 0 to interval_jitter to the wait time.
.google.protobuf.Duration interval_jitter = 3;public com.google.protobuf.DurationOrBuilder getIntervalJitterOrBuilder()
An optional jitter amount in millseconds. If specified, during every internal Envoy will add 0 to interval_jitter to the wait time.
.google.protobuf.Duration interval_jitter = 3;getIntervalJitterOrBuilder in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic boolean hasUnhealthyThreshold()
The number of unhealthy health checks required before a host is marked unhealthy. Note that for *http* health checking if a host responds with 503 this threshold is ignored and the host is considered unhealthy immediately.
.google.protobuf.UInt32Value unhealthy_threshold = 4;hasUnhealthyThreshold in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic com.google.protobuf.UInt32Value getUnhealthyThreshold()
The number of unhealthy health checks required before a host is marked unhealthy. Note that for *http* health checking if a host responds with 503 this threshold is ignored and the host is considered unhealthy immediately.
.google.protobuf.UInt32Value unhealthy_threshold = 4;getUnhealthyThreshold in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder setUnhealthyThreshold(com.google.protobuf.UInt32Value value)
The number of unhealthy health checks required before a host is marked unhealthy. Note that for *http* health checking if a host responds with 503 this threshold is ignored and the host is considered unhealthy immediately.
.google.protobuf.UInt32Value unhealthy_threshold = 4;public HealthCheckOuterClass.HealthCheck.Builder setUnhealthyThreshold(com.google.protobuf.UInt32Value.Builder builderForValue)
The number of unhealthy health checks required before a host is marked unhealthy. Note that for *http* health checking if a host responds with 503 this threshold is ignored and the host is considered unhealthy immediately.
.google.protobuf.UInt32Value unhealthy_threshold = 4;public HealthCheckOuterClass.HealthCheck.Builder mergeUnhealthyThreshold(com.google.protobuf.UInt32Value value)
The number of unhealthy health checks required before a host is marked unhealthy. Note that for *http* health checking if a host responds with 503 this threshold is ignored and the host is considered unhealthy immediately.
.google.protobuf.UInt32Value unhealthy_threshold = 4;public HealthCheckOuterClass.HealthCheck.Builder clearUnhealthyThreshold()
The number of unhealthy health checks required before a host is marked unhealthy. Note that for *http* health checking if a host responds with 503 this threshold is ignored and the host is considered unhealthy immediately.
.google.protobuf.UInt32Value unhealthy_threshold = 4;public com.google.protobuf.UInt32Value.Builder getUnhealthyThresholdBuilder()
The number of unhealthy health checks required before a host is marked unhealthy. Note that for *http* health checking if a host responds with 503 this threshold is ignored and the host is considered unhealthy immediately.
.google.protobuf.UInt32Value unhealthy_threshold = 4;public com.google.protobuf.UInt32ValueOrBuilder getUnhealthyThresholdOrBuilder()
The number of unhealthy health checks required before a host is marked unhealthy. Note that for *http* health checking if a host responds with 503 this threshold is ignored and the host is considered unhealthy immediately.
.google.protobuf.UInt32Value unhealthy_threshold = 4;getUnhealthyThresholdOrBuilder in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic boolean hasHealthyThreshold()
The number of healthy health checks required before a host is marked healthy. Note that during startup, only a single successful health check is required to mark a host healthy.
.google.protobuf.UInt32Value healthy_threshold = 5;hasHealthyThreshold in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic com.google.protobuf.UInt32Value getHealthyThreshold()
The number of healthy health checks required before a host is marked healthy. Note that during startup, only a single successful health check is required to mark a host healthy.
.google.protobuf.UInt32Value healthy_threshold = 5;getHealthyThreshold in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder setHealthyThreshold(com.google.protobuf.UInt32Value value)
The number of healthy health checks required before a host is marked healthy. Note that during startup, only a single successful health check is required to mark a host healthy.
.google.protobuf.UInt32Value healthy_threshold = 5;public HealthCheckOuterClass.HealthCheck.Builder setHealthyThreshold(com.google.protobuf.UInt32Value.Builder builderForValue)
The number of healthy health checks required before a host is marked healthy. Note that during startup, only a single successful health check is required to mark a host healthy.
.google.protobuf.UInt32Value healthy_threshold = 5;public HealthCheckOuterClass.HealthCheck.Builder mergeHealthyThreshold(com.google.protobuf.UInt32Value value)
The number of healthy health checks required before a host is marked healthy. Note that during startup, only a single successful health check is required to mark a host healthy.
.google.protobuf.UInt32Value healthy_threshold = 5;public HealthCheckOuterClass.HealthCheck.Builder clearHealthyThreshold()
The number of healthy health checks required before a host is marked healthy. Note that during startup, only a single successful health check is required to mark a host healthy.
.google.protobuf.UInt32Value healthy_threshold = 5;public com.google.protobuf.UInt32Value.Builder getHealthyThresholdBuilder()
The number of healthy health checks required before a host is marked healthy. Note that during startup, only a single successful health check is required to mark a host healthy.
.google.protobuf.UInt32Value healthy_threshold = 5;public com.google.protobuf.UInt32ValueOrBuilder getHealthyThresholdOrBuilder()
The number of healthy health checks required before a host is marked healthy. Note that during startup, only a single successful health check is required to mark a host healthy.
.google.protobuf.UInt32Value healthy_threshold = 5;getHealthyThresholdOrBuilder in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic boolean hasAltPort()
[#not-implemented-hide:] Non-serving port for health checking.
.google.protobuf.UInt32Value alt_port = 6;hasAltPort in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic com.google.protobuf.UInt32Value getAltPort()
[#not-implemented-hide:] Non-serving port for health checking.
.google.protobuf.UInt32Value alt_port = 6;getAltPort in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder setAltPort(com.google.protobuf.UInt32Value value)
[#not-implemented-hide:] Non-serving port for health checking.
.google.protobuf.UInt32Value alt_port = 6;public HealthCheckOuterClass.HealthCheck.Builder setAltPort(com.google.protobuf.UInt32Value.Builder builderForValue)
[#not-implemented-hide:] Non-serving port for health checking.
.google.protobuf.UInt32Value alt_port = 6;public HealthCheckOuterClass.HealthCheck.Builder mergeAltPort(com.google.protobuf.UInt32Value value)
[#not-implemented-hide:] Non-serving port for health checking.
.google.protobuf.UInt32Value alt_port = 6;public HealthCheckOuterClass.HealthCheck.Builder clearAltPort()
[#not-implemented-hide:] Non-serving port for health checking.
.google.protobuf.UInt32Value alt_port = 6;public com.google.protobuf.UInt32Value.Builder getAltPortBuilder()
[#not-implemented-hide:] Non-serving port for health checking.
.google.protobuf.UInt32Value alt_port = 6;public com.google.protobuf.UInt32ValueOrBuilder getAltPortOrBuilder()
[#not-implemented-hide:] Non-serving port for health checking.
.google.protobuf.UInt32Value alt_port = 6;getAltPortOrBuilder in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic boolean hasReuseConnection()
Reuse health check connection between health checks. Default is true.
.google.protobuf.BoolValue reuse_connection = 7;hasReuseConnection in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic com.google.protobuf.BoolValue getReuseConnection()
Reuse health check connection between health checks. Default is true.
.google.protobuf.BoolValue reuse_connection = 7;getReuseConnection in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder setReuseConnection(com.google.protobuf.BoolValue value)
Reuse health check connection between health checks. Default is true.
.google.protobuf.BoolValue reuse_connection = 7;public HealthCheckOuterClass.HealthCheck.Builder setReuseConnection(com.google.protobuf.BoolValue.Builder builderForValue)
Reuse health check connection between health checks. Default is true.
.google.protobuf.BoolValue reuse_connection = 7;public HealthCheckOuterClass.HealthCheck.Builder mergeReuseConnection(com.google.protobuf.BoolValue value)
Reuse health check connection between health checks. Default is true.
.google.protobuf.BoolValue reuse_connection = 7;public HealthCheckOuterClass.HealthCheck.Builder clearReuseConnection()
Reuse health check connection between health checks. Default is true.
.google.protobuf.BoolValue reuse_connection = 7;public com.google.protobuf.BoolValue.Builder getReuseConnectionBuilder()
Reuse health check connection between health checks. Default is true.
.google.protobuf.BoolValue reuse_connection = 7;public com.google.protobuf.BoolValueOrBuilder getReuseConnectionOrBuilder()
Reuse health check connection between health checks. Default is true.
.google.protobuf.BoolValue reuse_connection = 7;getReuseConnectionOrBuilder in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic boolean hasHttpHealthCheck()
HTTP health check.
.envoy.api.v2.core.HealthCheck.HttpHealthCheck http_health_check = 8;hasHttpHealthCheck in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.HttpHealthCheck getHttpHealthCheck()
HTTP health check.
.envoy.api.v2.core.HealthCheck.HttpHealthCheck http_health_check = 8;getHttpHealthCheck in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder setHttpHealthCheck(HealthCheckOuterClass.HealthCheck.HttpHealthCheck value)
HTTP health check.
.envoy.api.v2.core.HealthCheck.HttpHealthCheck http_health_check = 8;public HealthCheckOuterClass.HealthCheck.Builder setHttpHealthCheck(HealthCheckOuterClass.HealthCheck.HttpHealthCheck.Builder builderForValue)
HTTP health check.
.envoy.api.v2.core.HealthCheck.HttpHealthCheck http_health_check = 8;public HealthCheckOuterClass.HealthCheck.Builder mergeHttpHealthCheck(HealthCheckOuterClass.HealthCheck.HttpHealthCheck value)
HTTP health check.
.envoy.api.v2.core.HealthCheck.HttpHealthCheck http_health_check = 8;public HealthCheckOuterClass.HealthCheck.Builder clearHttpHealthCheck()
HTTP health check.
.envoy.api.v2.core.HealthCheck.HttpHealthCheck http_health_check = 8;public HealthCheckOuterClass.HealthCheck.HttpHealthCheck.Builder getHttpHealthCheckBuilder()
HTTP health check.
.envoy.api.v2.core.HealthCheck.HttpHealthCheck http_health_check = 8;public HealthCheckOuterClass.HealthCheck.HttpHealthCheckOrBuilder getHttpHealthCheckOrBuilder()
HTTP health check.
.envoy.api.v2.core.HealthCheck.HttpHealthCheck http_health_check = 8;getHttpHealthCheckOrBuilder in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic boolean hasTcpHealthCheck()
TCP health check.
.envoy.api.v2.core.HealthCheck.TcpHealthCheck tcp_health_check = 9;hasTcpHealthCheck in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.TcpHealthCheck getTcpHealthCheck()
TCP health check.
.envoy.api.v2.core.HealthCheck.TcpHealthCheck tcp_health_check = 9;getTcpHealthCheck in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder setTcpHealthCheck(HealthCheckOuterClass.HealthCheck.TcpHealthCheck value)
TCP health check.
.envoy.api.v2.core.HealthCheck.TcpHealthCheck tcp_health_check = 9;public HealthCheckOuterClass.HealthCheck.Builder setTcpHealthCheck(HealthCheckOuterClass.HealthCheck.TcpHealthCheck.Builder builderForValue)
TCP health check.
.envoy.api.v2.core.HealthCheck.TcpHealthCheck tcp_health_check = 9;public HealthCheckOuterClass.HealthCheck.Builder mergeTcpHealthCheck(HealthCheckOuterClass.HealthCheck.TcpHealthCheck value)
TCP health check.
.envoy.api.v2.core.HealthCheck.TcpHealthCheck tcp_health_check = 9;public HealthCheckOuterClass.HealthCheck.Builder clearTcpHealthCheck()
TCP health check.
.envoy.api.v2.core.HealthCheck.TcpHealthCheck tcp_health_check = 9;public HealthCheckOuterClass.HealthCheck.TcpHealthCheck.Builder getTcpHealthCheckBuilder()
TCP health check.
.envoy.api.v2.core.HealthCheck.TcpHealthCheck tcp_health_check = 9;public HealthCheckOuterClass.HealthCheck.TcpHealthCheckOrBuilder getTcpHealthCheckOrBuilder()
TCP health check.
.envoy.api.v2.core.HealthCheck.TcpHealthCheck tcp_health_check = 9;getTcpHealthCheckOrBuilder in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic boolean hasRedisHealthCheck()
Redis health check.
.envoy.api.v2.core.HealthCheck.RedisHealthCheck redis_health_check = 10;hasRedisHealthCheck in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.RedisHealthCheck getRedisHealthCheck()
Redis health check.
.envoy.api.v2.core.HealthCheck.RedisHealthCheck redis_health_check = 10;getRedisHealthCheck in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder setRedisHealthCheck(HealthCheckOuterClass.HealthCheck.RedisHealthCheck value)
Redis health check.
.envoy.api.v2.core.HealthCheck.RedisHealthCheck redis_health_check = 10;public HealthCheckOuterClass.HealthCheck.Builder setRedisHealthCheck(HealthCheckOuterClass.HealthCheck.RedisHealthCheck.Builder builderForValue)
Redis health check.
.envoy.api.v2.core.HealthCheck.RedisHealthCheck redis_health_check = 10;public HealthCheckOuterClass.HealthCheck.Builder mergeRedisHealthCheck(HealthCheckOuterClass.HealthCheck.RedisHealthCheck value)
Redis health check.
.envoy.api.v2.core.HealthCheck.RedisHealthCheck redis_health_check = 10;public HealthCheckOuterClass.HealthCheck.Builder clearRedisHealthCheck()
Redis health check.
.envoy.api.v2.core.HealthCheck.RedisHealthCheck redis_health_check = 10;public HealthCheckOuterClass.HealthCheck.RedisHealthCheck.Builder getRedisHealthCheckBuilder()
Redis health check.
.envoy.api.v2.core.HealthCheck.RedisHealthCheck redis_health_check = 10;public HealthCheckOuterClass.HealthCheck.RedisHealthCheckOrBuilder getRedisHealthCheckOrBuilder()
Redis health check.
.envoy.api.v2.core.HealthCheck.RedisHealthCheck redis_health_check = 10;getRedisHealthCheckOrBuilder in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic boolean hasGrpcHealthCheck()
[#not-implemented-hide:] GRPC health check.
.envoy.api.v2.core.HealthCheck.GrpcHealthCheck grpc_health_check = 11;hasGrpcHealthCheck in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.GrpcHealthCheck getGrpcHealthCheck()
[#not-implemented-hide:] GRPC health check.
.envoy.api.v2.core.HealthCheck.GrpcHealthCheck grpc_health_check = 11;getGrpcHealthCheck in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic HealthCheckOuterClass.HealthCheck.Builder setGrpcHealthCheck(HealthCheckOuterClass.HealthCheck.GrpcHealthCheck value)
[#not-implemented-hide:] GRPC health check.
.envoy.api.v2.core.HealthCheck.GrpcHealthCheck grpc_health_check = 11;public HealthCheckOuterClass.HealthCheck.Builder setGrpcHealthCheck(HealthCheckOuterClass.HealthCheck.GrpcHealthCheck.Builder builderForValue)
[#not-implemented-hide:] GRPC health check.
.envoy.api.v2.core.HealthCheck.GrpcHealthCheck grpc_health_check = 11;public HealthCheckOuterClass.HealthCheck.Builder mergeGrpcHealthCheck(HealthCheckOuterClass.HealthCheck.GrpcHealthCheck value)
[#not-implemented-hide:] GRPC health check.
.envoy.api.v2.core.HealthCheck.GrpcHealthCheck grpc_health_check = 11;public HealthCheckOuterClass.HealthCheck.Builder clearGrpcHealthCheck()
[#not-implemented-hide:] GRPC health check.
.envoy.api.v2.core.HealthCheck.GrpcHealthCheck grpc_health_check = 11;public HealthCheckOuterClass.HealthCheck.GrpcHealthCheck.Builder getGrpcHealthCheckBuilder()
[#not-implemented-hide:] GRPC health check.
.envoy.api.v2.core.HealthCheck.GrpcHealthCheck grpc_health_check = 11;public HealthCheckOuterClass.HealthCheck.GrpcHealthCheckOrBuilder getGrpcHealthCheckOrBuilder()
[#not-implemented-hide:] GRPC health check.
.envoy.api.v2.core.HealthCheck.GrpcHealthCheck grpc_health_check = 11;getGrpcHealthCheckOrBuilder in interface HealthCheckOuterClass.HealthCheckOrBuilderpublic final HealthCheckOuterClass.HealthCheck.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckOuterClass.HealthCheck.Builder>public final HealthCheckOuterClass.HealthCheck.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckOuterClass.HealthCheck.Builder>Copyright © 2018 The Envoy Project. All rights reserved.