Interface HealthCheckRequestOrEndpointHealthResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HealthCheckRequestOrEndpointHealthResponse, HealthCheckRequestOrEndpointHealthResponse.Builder

public interface HealthCheckRequestOrEndpointHealthResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasHealthCheckRequest

      boolean hasHealthCheckRequest()
      .envoy.service.health.v3.HealthCheckRequest health_check_request = 1;
      Returns:
      Whether the healthCheckRequest field is set.
    • getHealthCheckRequest

      HealthCheckRequest getHealthCheckRequest()
      .envoy.service.health.v3.HealthCheckRequest health_check_request = 1;
      Returns:
      The healthCheckRequest.
    • getHealthCheckRequestOrBuilder

      HealthCheckRequestOrBuilder getHealthCheckRequestOrBuilder()
      .envoy.service.health.v3.HealthCheckRequest health_check_request = 1;
    • hasEndpointHealthResponse

      boolean hasEndpointHealthResponse()
      .envoy.service.health.v3.EndpointHealthResponse endpoint_health_response = 2;
      Returns:
      Whether the endpointHealthResponse field is set.
    • getEndpointHealthResponse

      EndpointHealthResponse getEndpointHealthResponse()
      .envoy.service.health.v3.EndpointHealthResponse endpoint_health_response = 2;
      Returns:
      The endpointHealthResponse.
    • getEndpointHealthResponseOrBuilder

      EndpointHealthResponseOrBuilder getEndpointHealthResponseOrBuilder()
      .envoy.service.health.v3.EndpointHealthResponse endpoint_health_response = 2;
    • getRequestTypeCase