io.envoyproxy.envoy.service.discovery.v2.EndpointHealthResponseOrBuilder 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 EndpointHealthResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.discovery.v2.EndpointHealthResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;
*/
java.util.List
getEndpointsHealthList();
/**
* repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;
*/
io.envoyproxy.envoy.service.discovery.v2.EndpointHealth getEndpointsHealth(int index);
/**
* repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;
*/
int getEndpointsHealthCount();
/**
* repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;
*/
java.util.List extends io.envoyproxy.envoy.service.discovery.v2.EndpointHealthOrBuilder>
getEndpointsHealthOrBuilderList();
/**
* repeated .envoy.service.discovery.v2.EndpointHealth endpoints_health = 1;
*/
io.envoyproxy.envoy.service.discovery.v2.EndpointHealthOrBuilder getEndpointsHealthOrBuilder(
int index);
}