View Source Envoy.Service.Health.V3.HealthCheckRequestOrEndpointHealthResponse (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Service.Health.V3.HealthCheckRequestOrEndpointHealthResponse{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  request_type:
    {:health_check_request,
     Envoy.Service.Health.V3.HealthCheckRequest.t() | nil}
    | {:endpoint_health_response,
       Envoy.Service.Health.V3.EndpointHealthResponse.t() | nil}
    | nil
}