Package io.envoyproxy.envoy.data.core.v3
Interface HealthCheckFailureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthCheckFailure,HealthCheckFailure.Builder
public interface HealthCheckFailureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HealthCheckFailureTypegetFailureType()The type of failure that caused this event.intgetFailureTypeValue()The type of failure that caused this event.booleangetFirstCheck()Whether this event is the result of the first ever health check on a host.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFailureTypeValue
int getFailureTypeValue()
The type of failure that caused this event.
.envoy.data.core.v3.HealthCheckFailureType failure_type = 1 [(.validate.rules) = { ... }- Returns:
- The enum numeric value on the wire for failureType.
-
getFailureType
HealthCheckFailureType getFailureType()
The type of failure that caused this event.
.envoy.data.core.v3.HealthCheckFailureType failure_type = 1 [(.validate.rules) = { ... }- Returns:
- The failureType.
-
getFirstCheck
boolean getFirstCheck()
Whether this event is the result of the first ever health check on a host.
bool first_check = 2;- Returns:
- The firstCheck.
-
-