io.envoyproxy.envoy.service.health.v3.LocalityEndpointsOrBuilder 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 LocalityEndpointsOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.health.v3.LocalityEndpoints)
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.config.endpoint.v3.Endpoint endpoints = 2;
*/
java.util.List
getEndpointsList();
/**
* repeated .envoy.config.endpoint.v3.Endpoint endpoints = 2;
*/
io.envoyproxy.envoy.config.endpoint.v3.Endpoint getEndpoints(int index);
/**
* repeated .envoy.config.endpoint.v3.Endpoint endpoints = 2;
*/
int getEndpointsCount();
/**
* repeated .envoy.config.endpoint.v3.Endpoint endpoints = 2;
*/
java.util.List extends io.envoyproxy.envoy.config.endpoint.v3.EndpointOrBuilder>
getEndpointsOrBuilderList();
/**
* repeated .envoy.config.endpoint.v3.Endpoint endpoints = 2;
*/
io.envoyproxy.envoy.config.endpoint.v3.EndpointOrBuilder getEndpointsOrBuilder(
int index);
}