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