io.envoyproxy.envoy.service.discovery.v2.LocalityEndpointsOrBuilder 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 LocalityEndpointsOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.discovery.v2.LocalityEndpoints)
com.google.protobuf.MessageOrBuilder {
/**
* .envoy.api.v2.core.Locality locality = 1;
* @return Whether the locality field is set.
*/
boolean hasLocality();
/**
* .envoy.api.v2.core.Locality locality = 1;
* @return The locality.
*/
io.envoyproxy.envoy.api.v2.core.Locality getLocality();
/**
* .envoy.api.v2.core.Locality locality = 1;
*/
io.envoyproxy.envoy.api.v2.core.LocalityOrBuilder getLocalityOrBuilder();
/**
* repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;
*/
java.util.List
getEndpointsList();
/**
* repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;
*/
io.envoyproxy.envoy.api.v2.endpoint.Endpoint getEndpoints(int index);
/**
* repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;
*/
int getEndpointsCount();
/**
* repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;
*/
java.util.List extends io.envoyproxy.envoy.api.v2.endpoint.EndpointOrBuilder>
getEndpointsOrBuilderList();
/**
* repeated .envoy.api.v2.endpoint.Endpoint endpoints = 2;
*/
io.envoyproxy.envoy.api.v2.endpoint.EndpointOrBuilder getEndpointsOrBuilder(
int index);
}