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
Modifier and TypeMethodDescriptionThe type of failure that caused this event.intThe type of failure that caused this event.booleanWhether this event is the result of the first ever health check on a host.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFailureTypeValue
int getFailureTypeValue()The type of failure that caused this event.
.envoy.data.core.v2alpha.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.v2alpha.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.
-