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 Type
    Method
    Description
    The type of failure that caused this event.
    int
    The type of failure that caused this event.
    boolean
    Whether this event is the result of the first ever health check on a host.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.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.