io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder 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 EndpointHealthOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.health.v3.EndpointHealth)
com.google.protobuf.MessageOrBuilder {
/**
* .envoy.config.endpoint.v3.Endpoint endpoint = 1;
* @return Whether the endpoint field is set.
*/
boolean hasEndpoint();
/**
* .envoy.config.endpoint.v3.Endpoint endpoint = 1;
* @return The endpoint.
*/
io.envoyproxy.envoy.config.endpoint.v3.Endpoint getEndpoint();
/**
* .envoy.config.endpoint.v3.Endpoint endpoint = 1;
*/
io.envoyproxy.envoy.config.endpoint.v3.EndpointOrBuilder getEndpointOrBuilder();
/**
* .envoy.config.core.v3.HealthStatus health_status = 2;
* @return The enum numeric value on the wire for healthStatus.
*/
int getHealthStatusValue();
/**
* .envoy.config.core.v3.HealthStatus health_status = 2;
* @return The healthStatus.
*/
io.envoyproxy.envoy.config.core.v3.HealthStatus getHealthStatus();
}