public static final class HealthCheckEvent.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckEvent.Builder> implements HealthCheckEventOrBuilder
[#next-free-field: 10]Protobuf type
envoy.data.core.v2alpha.HealthCheckEvent| Modifier and Type | Method and Description |
|---|---|
HealthCheckEvent.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HealthCheckEvent |
build() |
HealthCheckEvent |
buildPartial() |
HealthCheckEvent.Builder |
clear() |
HealthCheckEvent.Builder |
clearAddHealthyEvent()
Host addition.
|
HealthCheckEvent.Builder |
clearClusterName()
string cluster_name = 3 [(.validate.rules) = { ... } |
HealthCheckEvent.Builder |
clearDegradedHealthyHost()
Healthy host became degraded.
|
HealthCheckEvent.Builder |
clearEjectUnhealthyEvent()
Host ejection.
|
HealthCheckEvent.Builder |
clearEvent() |
HealthCheckEvent.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HealthCheckEvent.Builder |
clearHealthCheckerType()
.envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... } |
HealthCheckEvent.Builder |
clearHealthCheckFailureEvent()
Host failure.
|
HealthCheckEvent.Builder |
clearHost()
.envoy.api.v2.core.Address host = 2; |
HealthCheckEvent.Builder |
clearNoLongerDegradedHost()
A degraded host returned to being healthy.
|
HealthCheckEvent.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HealthCheckEvent.Builder |
clearTimestamp()
Timestamp for event.
|
HealthCheckEvent.Builder |
clone() |
HealthCheckAddHealthy |
getAddHealthyEvent()
Host addition.
|
HealthCheckAddHealthy.Builder |
getAddHealthyEventBuilder()
Host addition.
|
HealthCheckAddHealthyOrBuilder |
getAddHealthyEventOrBuilder()
Host addition.
|
String |
getClusterName()
string cluster_name = 3 [(.validate.rules) = { ... } |
com.google.protobuf.ByteString |
getClusterNameBytes()
string cluster_name = 3 [(.validate.rules) = { ... } |
HealthCheckEvent |
getDefaultInstanceForType() |
DegradedHealthyHost |
getDegradedHealthyHost()
Healthy host became degraded.
|
DegradedHealthyHost.Builder |
getDegradedHealthyHostBuilder()
Healthy host became degraded.
|
DegradedHealthyHostOrBuilder |
getDegradedHealthyHostOrBuilder()
Healthy host became degraded.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HealthCheckEjectUnhealthy |
getEjectUnhealthyEvent()
Host ejection.
|
HealthCheckEjectUnhealthy.Builder |
getEjectUnhealthyEventBuilder()
Host ejection.
|
HealthCheckEjectUnhealthyOrBuilder |
getEjectUnhealthyEventOrBuilder()
Host ejection.
|
HealthCheckEvent.EventCase |
getEventCase() |
HealthCheckerType |
getHealthCheckerType()
.envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... } |
int |
getHealthCheckerTypeValue()
.envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... } |
HealthCheckFailure |
getHealthCheckFailureEvent()
Host failure.
|
HealthCheckFailure.Builder |
getHealthCheckFailureEventBuilder()
Host failure.
|
HealthCheckFailureOrBuilder |
getHealthCheckFailureEventOrBuilder()
Host failure.
|
Address |
getHost()
.envoy.api.v2.core.Address host = 2; |
Address.Builder |
getHostBuilder()
.envoy.api.v2.core.Address host = 2; |
AddressOrBuilder |
getHostOrBuilder()
.envoy.api.v2.core.Address host = 2; |
NoLongerDegradedHost |
getNoLongerDegradedHost()
A degraded host returned to being healthy.
|
NoLongerDegradedHost.Builder |
getNoLongerDegradedHostBuilder()
A degraded host returned to being healthy.
|
NoLongerDegradedHostOrBuilder |
getNoLongerDegradedHostOrBuilder()
A degraded host returned to being healthy.
|
com.google.protobuf.Timestamp |
getTimestamp()
Timestamp for event.
|
com.google.protobuf.Timestamp.Builder |
getTimestampBuilder()
Timestamp for event.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Timestamp for event.
|
boolean |
hasAddHealthyEvent()
Host addition.
|
boolean |
hasDegradedHealthyHost()
Healthy host became degraded.
|
boolean |
hasEjectUnhealthyEvent()
Host ejection.
|
boolean |
hasHealthCheckFailureEvent()
Host failure.
|
boolean |
hasHost()
.envoy.api.v2.core.Address host = 2; |
boolean |
hasNoLongerDegradedHost()
A degraded host returned to being healthy.
|
boolean |
hasTimestamp()
Timestamp for event.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HealthCheckEvent.Builder |
mergeAddHealthyEvent(HealthCheckAddHealthy value)
Host addition.
|
HealthCheckEvent.Builder |
mergeDegradedHealthyHost(DegradedHealthyHost value)
Healthy host became degraded.
|
HealthCheckEvent.Builder |
mergeEjectUnhealthyEvent(HealthCheckEjectUnhealthy value)
Host ejection.
|
HealthCheckEvent.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HealthCheckEvent.Builder |
mergeFrom(HealthCheckEvent other) |
HealthCheckEvent.Builder |
mergeFrom(com.google.protobuf.Message other) |
HealthCheckEvent.Builder |
mergeHealthCheckFailureEvent(HealthCheckFailure value)
Host failure.
|
HealthCheckEvent.Builder |
mergeHost(Address value)
.envoy.api.v2.core.Address host = 2; |
HealthCheckEvent.Builder |
mergeNoLongerDegradedHost(NoLongerDegradedHost value)
A degraded host returned to being healthy.
|
HealthCheckEvent.Builder |
mergeTimestamp(com.google.protobuf.Timestamp value)
Timestamp for event.
|
HealthCheckEvent.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HealthCheckEvent.Builder |
setAddHealthyEvent(HealthCheckAddHealthy.Builder builderForValue)
Host addition.
|
HealthCheckEvent.Builder |
setAddHealthyEvent(HealthCheckAddHealthy value)
Host addition.
|
HealthCheckEvent.Builder |
setClusterName(String value)
string cluster_name = 3 [(.validate.rules) = { ... } |
HealthCheckEvent.Builder |
setClusterNameBytes(com.google.protobuf.ByteString value)
string cluster_name = 3 [(.validate.rules) = { ... } |
HealthCheckEvent.Builder |
setDegradedHealthyHost(DegradedHealthyHost.Builder builderForValue)
Healthy host became degraded.
|
HealthCheckEvent.Builder |
setDegradedHealthyHost(DegradedHealthyHost value)
Healthy host became degraded.
|
HealthCheckEvent.Builder |
setEjectUnhealthyEvent(HealthCheckEjectUnhealthy.Builder builderForValue)
Host ejection.
|
HealthCheckEvent.Builder |
setEjectUnhealthyEvent(HealthCheckEjectUnhealthy value)
Host ejection.
|
HealthCheckEvent.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HealthCheckEvent.Builder |
setHealthCheckerType(HealthCheckerType value)
.envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... } |
HealthCheckEvent.Builder |
setHealthCheckerTypeValue(int value)
.envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... } |
HealthCheckEvent.Builder |
setHealthCheckFailureEvent(HealthCheckFailure.Builder builderForValue)
Host failure.
|
HealthCheckEvent.Builder |
setHealthCheckFailureEvent(HealthCheckFailure value)
Host failure.
|
HealthCheckEvent.Builder |
setHost(Address.Builder builderForValue)
.envoy.api.v2.core.Address host = 2; |
HealthCheckEvent.Builder |
setHost(Address value)
.envoy.api.v2.core.Address host = 2; |
HealthCheckEvent.Builder |
setNoLongerDegradedHost(NoLongerDegradedHost.Builder builderForValue)
A degraded host returned to being healthy.
|
HealthCheckEvent.Builder |
setNoLongerDegradedHost(NoLongerDegradedHost value)
A degraded host returned to being healthy.
|
HealthCheckEvent.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HealthCheckEvent.Builder |
setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
Timestamp for event.
|
HealthCheckEvent.Builder |
setTimestamp(com.google.protobuf.Timestamp value)
Timestamp for event.
|
HealthCheckEvent.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<HealthCheckEvent.Builder>public HealthCheckEvent.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckEvent.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<HealthCheckEvent.Builder>public HealthCheckEvent getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic HealthCheckEvent build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic HealthCheckEvent buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic HealthCheckEvent.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckEvent.Builder>public HealthCheckEvent.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<HealthCheckEvent.Builder>public HealthCheckEvent.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckEvent.Builder>public HealthCheckEvent.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckEvent.Builder>public HealthCheckEvent.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<HealthCheckEvent.Builder>public HealthCheckEvent.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<HealthCheckEvent.Builder>public HealthCheckEvent.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<HealthCheckEvent.Builder>public HealthCheckEvent.Builder mergeFrom(HealthCheckEvent other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckEvent.Builder>public HealthCheckEvent.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<HealthCheckEvent.Builder>IOExceptionpublic HealthCheckEvent.EventCase getEventCase()
getEventCase in interface HealthCheckEventOrBuilderpublic HealthCheckEvent.Builder clearEvent()
public int getHealthCheckerTypeValue()
.envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... }getHealthCheckerTypeValue in interface HealthCheckEventOrBuilderpublic HealthCheckEvent.Builder setHealthCheckerTypeValue(int value)
.envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... }public HealthCheckerType getHealthCheckerType()
.envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... }getHealthCheckerType in interface HealthCheckEventOrBuilderpublic HealthCheckEvent.Builder setHealthCheckerType(HealthCheckerType value)
.envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... }public HealthCheckEvent.Builder clearHealthCheckerType()
.envoy.data.core.v2alpha.HealthCheckerType health_checker_type = 1 [(.validate.rules) = { ... }public boolean hasHost()
.envoy.api.v2.core.Address host = 2;hasHost in interface HealthCheckEventOrBuilderpublic Address getHost()
.envoy.api.v2.core.Address host = 2;getHost in interface HealthCheckEventOrBuilderpublic HealthCheckEvent.Builder setHost(Address value)
.envoy.api.v2.core.Address host = 2;public HealthCheckEvent.Builder setHost(Address.Builder builderForValue)
.envoy.api.v2.core.Address host = 2;public HealthCheckEvent.Builder mergeHost(Address value)
.envoy.api.v2.core.Address host = 2;public HealthCheckEvent.Builder clearHost()
.envoy.api.v2.core.Address host = 2;public Address.Builder getHostBuilder()
.envoy.api.v2.core.Address host = 2;public AddressOrBuilder getHostOrBuilder()
.envoy.api.v2.core.Address host = 2;getHostOrBuilder in interface HealthCheckEventOrBuilderpublic String getClusterName()
string cluster_name = 3 [(.validate.rules) = { ... }getClusterName in interface HealthCheckEventOrBuilderpublic com.google.protobuf.ByteString getClusterNameBytes()
string cluster_name = 3 [(.validate.rules) = { ... }getClusterNameBytes in interface HealthCheckEventOrBuilderpublic HealthCheckEvent.Builder setClusterName(String value)
string cluster_name = 3 [(.validate.rules) = { ... }public HealthCheckEvent.Builder clearClusterName()
string cluster_name = 3 [(.validate.rules) = { ... }public HealthCheckEvent.Builder setClusterNameBytes(com.google.protobuf.ByteString value)
string cluster_name = 3 [(.validate.rules) = { ... }public boolean hasEjectUnhealthyEvent()
Host ejection.
.envoy.data.core.v2alpha.HealthCheckEjectUnhealthy eject_unhealthy_event = 4;hasEjectUnhealthyEvent in interface HealthCheckEventOrBuilderpublic HealthCheckEjectUnhealthy getEjectUnhealthyEvent()
Host ejection.
.envoy.data.core.v2alpha.HealthCheckEjectUnhealthy eject_unhealthy_event = 4;getEjectUnhealthyEvent in interface HealthCheckEventOrBuilderpublic HealthCheckEvent.Builder setEjectUnhealthyEvent(HealthCheckEjectUnhealthy value)
Host ejection.
.envoy.data.core.v2alpha.HealthCheckEjectUnhealthy eject_unhealthy_event = 4;public HealthCheckEvent.Builder setEjectUnhealthyEvent(HealthCheckEjectUnhealthy.Builder builderForValue)
Host ejection.
.envoy.data.core.v2alpha.HealthCheckEjectUnhealthy eject_unhealthy_event = 4;public HealthCheckEvent.Builder mergeEjectUnhealthyEvent(HealthCheckEjectUnhealthy value)
Host ejection.
.envoy.data.core.v2alpha.HealthCheckEjectUnhealthy eject_unhealthy_event = 4;public HealthCheckEvent.Builder clearEjectUnhealthyEvent()
Host ejection.
.envoy.data.core.v2alpha.HealthCheckEjectUnhealthy eject_unhealthy_event = 4;public HealthCheckEjectUnhealthy.Builder getEjectUnhealthyEventBuilder()
Host ejection.
.envoy.data.core.v2alpha.HealthCheckEjectUnhealthy eject_unhealthy_event = 4;public HealthCheckEjectUnhealthyOrBuilder getEjectUnhealthyEventOrBuilder()
Host ejection.
.envoy.data.core.v2alpha.HealthCheckEjectUnhealthy eject_unhealthy_event = 4;getEjectUnhealthyEventOrBuilder in interface HealthCheckEventOrBuilderpublic boolean hasAddHealthyEvent()
Host addition.
.envoy.data.core.v2alpha.HealthCheckAddHealthy add_healthy_event = 5;hasAddHealthyEvent in interface HealthCheckEventOrBuilderpublic HealthCheckAddHealthy getAddHealthyEvent()
Host addition.
.envoy.data.core.v2alpha.HealthCheckAddHealthy add_healthy_event = 5;getAddHealthyEvent in interface HealthCheckEventOrBuilderpublic HealthCheckEvent.Builder setAddHealthyEvent(HealthCheckAddHealthy value)
Host addition.
.envoy.data.core.v2alpha.HealthCheckAddHealthy add_healthy_event = 5;public HealthCheckEvent.Builder setAddHealthyEvent(HealthCheckAddHealthy.Builder builderForValue)
Host addition.
.envoy.data.core.v2alpha.HealthCheckAddHealthy add_healthy_event = 5;public HealthCheckEvent.Builder mergeAddHealthyEvent(HealthCheckAddHealthy value)
Host addition.
.envoy.data.core.v2alpha.HealthCheckAddHealthy add_healthy_event = 5;public HealthCheckEvent.Builder clearAddHealthyEvent()
Host addition.
.envoy.data.core.v2alpha.HealthCheckAddHealthy add_healthy_event = 5;public HealthCheckAddHealthy.Builder getAddHealthyEventBuilder()
Host addition.
.envoy.data.core.v2alpha.HealthCheckAddHealthy add_healthy_event = 5;public HealthCheckAddHealthyOrBuilder getAddHealthyEventOrBuilder()
Host addition.
.envoy.data.core.v2alpha.HealthCheckAddHealthy add_healthy_event = 5;getAddHealthyEventOrBuilder in interface HealthCheckEventOrBuilderpublic boolean hasHealthCheckFailureEvent()
Host failure.
.envoy.data.core.v2alpha.HealthCheckFailure health_check_failure_event = 7;hasHealthCheckFailureEvent in interface HealthCheckEventOrBuilderpublic HealthCheckFailure getHealthCheckFailureEvent()
Host failure.
.envoy.data.core.v2alpha.HealthCheckFailure health_check_failure_event = 7;getHealthCheckFailureEvent in interface HealthCheckEventOrBuilderpublic HealthCheckEvent.Builder setHealthCheckFailureEvent(HealthCheckFailure value)
Host failure.
.envoy.data.core.v2alpha.HealthCheckFailure health_check_failure_event = 7;public HealthCheckEvent.Builder setHealthCheckFailureEvent(HealthCheckFailure.Builder builderForValue)
Host failure.
.envoy.data.core.v2alpha.HealthCheckFailure health_check_failure_event = 7;public HealthCheckEvent.Builder mergeHealthCheckFailureEvent(HealthCheckFailure value)
Host failure.
.envoy.data.core.v2alpha.HealthCheckFailure health_check_failure_event = 7;public HealthCheckEvent.Builder clearHealthCheckFailureEvent()
Host failure.
.envoy.data.core.v2alpha.HealthCheckFailure health_check_failure_event = 7;public HealthCheckFailure.Builder getHealthCheckFailureEventBuilder()
Host failure.
.envoy.data.core.v2alpha.HealthCheckFailure health_check_failure_event = 7;public HealthCheckFailureOrBuilder getHealthCheckFailureEventOrBuilder()
Host failure.
.envoy.data.core.v2alpha.HealthCheckFailure health_check_failure_event = 7;getHealthCheckFailureEventOrBuilder in interface HealthCheckEventOrBuilderpublic boolean hasDegradedHealthyHost()
Healthy host became degraded.
.envoy.data.core.v2alpha.DegradedHealthyHost degraded_healthy_host = 8;hasDegradedHealthyHost in interface HealthCheckEventOrBuilderpublic DegradedHealthyHost getDegradedHealthyHost()
Healthy host became degraded.
.envoy.data.core.v2alpha.DegradedHealthyHost degraded_healthy_host = 8;getDegradedHealthyHost in interface HealthCheckEventOrBuilderpublic HealthCheckEvent.Builder setDegradedHealthyHost(DegradedHealthyHost value)
Healthy host became degraded.
.envoy.data.core.v2alpha.DegradedHealthyHost degraded_healthy_host = 8;public HealthCheckEvent.Builder setDegradedHealthyHost(DegradedHealthyHost.Builder builderForValue)
Healthy host became degraded.
.envoy.data.core.v2alpha.DegradedHealthyHost degraded_healthy_host = 8;public HealthCheckEvent.Builder mergeDegradedHealthyHost(DegradedHealthyHost value)
Healthy host became degraded.
.envoy.data.core.v2alpha.DegradedHealthyHost degraded_healthy_host = 8;public HealthCheckEvent.Builder clearDegradedHealthyHost()
Healthy host became degraded.
.envoy.data.core.v2alpha.DegradedHealthyHost degraded_healthy_host = 8;public DegradedHealthyHost.Builder getDegradedHealthyHostBuilder()
Healthy host became degraded.
.envoy.data.core.v2alpha.DegradedHealthyHost degraded_healthy_host = 8;public DegradedHealthyHostOrBuilder getDegradedHealthyHostOrBuilder()
Healthy host became degraded.
.envoy.data.core.v2alpha.DegradedHealthyHost degraded_healthy_host = 8;getDegradedHealthyHostOrBuilder in interface HealthCheckEventOrBuilderpublic boolean hasNoLongerDegradedHost()
A degraded host returned to being healthy.
.envoy.data.core.v2alpha.NoLongerDegradedHost no_longer_degraded_host = 9;hasNoLongerDegradedHost in interface HealthCheckEventOrBuilderpublic NoLongerDegradedHost getNoLongerDegradedHost()
A degraded host returned to being healthy.
.envoy.data.core.v2alpha.NoLongerDegradedHost no_longer_degraded_host = 9;getNoLongerDegradedHost in interface HealthCheckEventOrBuilderpublic HealthCheckEvent.Builder setNoLongerDegradedHost(NoLongerDegradedHost value)
A degraded host returned to being healthy.
.envoy.data.core.v2alpha.NoLongerDegradedHost no_longer_degraded_host = 9;public HealthCheckEvent.Builder setNoLongerDegradedHost(NoLongerDegradedHost.Builder builderForValue)
A degraded host returned to being healthy.
.envoy.data.core.v2alpha.NoLongerDegradedHost no_longer_degraded_host = 9;public HealthCheckEvent.Builder mergeNoLongerDegradedHost(NoLongerDegradedHost value)
A degraded host returned to being healthy.
.envoy.data.core.v2alpha.NoLongerDegradedHost no_longer_degraded_host = 9;public HealthCheckEvent.Builder clearNoLongerDegradedHost()
A degraded host returned to being healthy.
.envoy.data.core.v2alpha.NoLongerDegradedHost no_longer_degraded_host = 9;public NoLongerDegradedHost.Builder getNoLongerDegradedHostBuilder()
A degraded host returned to being healthy.
.envoy.data.core.v2alpha.NoLongerDegradedHost no_longer_degraded_host = 9;public NoLongerDegradedHostOrBuilder getNoLongerDegradedHostOrBuilder()
A degraded host returned to being healthy.
.envoy.data.core.v2alpha.NoLongerDegradedHost no_longer_degraded_host = 9;getNoLongerDegradedHostOrBuilder in interface HealthCheckEventOrBuilderpublic boolean hasTimestamp()
Timestamp for event.
.google.protobuf.Timestamp timestamp = 6;hasTimestamp in interface HealthCheckEventOrBuilderpublic com.google.protobuf.Timestamp getTimestamp()
Timestamp for event.
.google.protobuf.Timestamp timestamp = 6;getTimestamp in interface HealthCheckEventOrBuilderpublic HealthCheckEvent.Builder setTimestamp(com.google.protobuf.Timestamp value)
Timestamp for event.
.google.protobuf.Timestamp timestamp = 6;public HealthCheckEvent.Builder setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
Timestamp for event.
.google.protobuf.Timestamp timestamp = 6;public HealthCheckEvent.Builder mergeTimestamp(com.google.protobuf.Timestamp value)
Timestamp for event.
.google.protobuf.Timestamp timestamp = 6;public HealthCheckEvent.Builder clearTimestamp()
Timestamp for event.
.google.protobuf.Timestamp timestamp = 6;public com.google.protobuf.Timestamp.Builder getTimestampBuilder()
Timestamp for event.
.google.protobuf.Timestamp timestamp = 6;public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Timestamp for event.
.google.protobuf.Timestamp timestamp = 6;getTimestampOrBuilder in interface HealthCheckEventOrBuilderpublic final HealthCheckEvent.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckEvent.Builder>public final HealthCheckEvent.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckEvent.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.