io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealthOrBuilder 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 LocalityEndpointsHealthOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.health.v3.LocalityEndpointsHealth)
com.google.protobuf.MessageOrBuilder {
/**
* .envoy.config.core.v3.Locality locality = 1;
* @return Whether the locality field is set.
*/
boolean hasLocality();
/**
* .envoy.config.core.v3.Locality locality = 1;
* @return The locality.
*/
io.envoyproxy.envoy.config.core.v3.Locality getLocality();
/**
* .envoy.config.core.v3.Locality locality = 1;
*/
io.envoyproxy.envoy.config.core.v3.LocalityOrBuilder getLocalityOrBuilder();
/**
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
*/
java.util.List
getEndpointsHealthList();
/**
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
*/
io.envoyproxy.envoy.service.health.v3.EndpointHealth getEndpointsHealth(int index);
/**
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
*/
int getEndpointsHealthCount();
/**
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
*/
java.util.List extends io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder>
getEndpointsHealthOrBuilderList();
/**
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
*/
io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder getEndpointsHealthOrBuilder(
int index);
}