io.envoyproxy.envoy.service.health.v3.HealthCheckRequestOrEndpointHealthResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/health/v3/hds.proto
package io.envoyproxy.envoy.service.health.v3;
public interface HealthCheckRequestOrEndpointHealthResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.health.v3.HealthCheckRequestOrEndpointHealthResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .envoy.service.health.v3.HealthCheckRequest health_check_request = 1;
* @return Whether the healthCheckRequest field is set.
*/
boolean hasHealthCheckRequest();
/**
* .envoy.service.health.v3.HealthCheckRequest health_check_request = 1;
* @return The healthCheckRequest.
*/
io.envoyproxy.envoy.service.health.v3.HealthCheckRequest getHealthCheckRequest();
/**
* .envoy.service.health.v3.HealthCheckRequest health_check_request = 1;
*/
io.envoyproxy.envoy.service.health.v3.HealthCheckRequestOrBuilder getHealthCheckRequestOrBuilder();
/**
* .envoy.service.health.v3.EndpointHealthResponse endpoint_health_response = 2;
* @return Whether the endpointHealthResponse field is set.
*/
boolean hasEndpointHealthResponse();
/**
* .envoy.service.health.v3.EndpointHealthResponse endpoint_health_response = 2;
* @return The endpointHealthResponse.
*/
io.envoyproxy.envoy.service.health.v3.EndpointHealthResponse getEndpointHealthResponse();
/**
* .envoy.service.health.v3.EndpointHealthResponse endpoint_health_response = 2;
*/
io.envoyproxy.envoy.service.health.v3.EndpointHealthResponseOrBuilder getEndpointHealthResponseOrBuilder();
public io.envoyproxy.envoy.service.health.v3.HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase getRequestTypeCase();
}