io.envoyproxy.envoy.service.discovery.v2.EndpointHealthOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/discovery/v2/hds.proto
package io.envoyproxy.envoy.service.discovery.v2;
public interface EndpointHealthOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.discovery.v2.EndpointHealth)
com.google.protobuf.MessageOrBuilder {
/**
* .envoy.api.v2.endpoint.Endpoint endpoint = 1;
* @return Whether the endpoint field is set.
*/
boolean hasEndpoint();
/**
* .envoy.api.v2.endpoint.Endpoint endpoint = 1;
* @return The endpoint.
*/
io.envoyproxy.envoy.api.v2.endpoint.Endpoint getEndpoint();
/**
* .envoy.api.v2.endpoint.Endpoint endpoint = 1;
*/
io.envoyproxy.envoy.api.v2.endpoint.EndpointOrBuilder getEndpointOrBuilder();
/**
* .envoy.api.v2.core.HealthStatus health_status = 2;
* @return The enum numeric value on the wire for healthStatus.
*/
int getHealthStatusValue();
/**
* .envoy.api.v2.core.HealthStatus health_status = 2;
* @return The healthStatus.
*/
io.envoyproxy.envoy.api.v2.core.HealthStatus getHealthStatus();
}