io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealthOrBuilder 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 ClusterEndpointsHealthOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.health.v3.ClusterEndpointsHealth)
com.google.protobuf.MessageOrBuilder {
/**
* string cluster_name = 1;
* @return The clusterName.
*/
java.lang.String getClusterName();
/**
* string cluster_name = 1;
* @return The bytes for clusterName.
*/
com.google.protobuf.ByteString
getClusterNameBytes();
/**
* repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;
*/
java.util.List
getLocalityEndpointsHealthList();
/**
* repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;
*/
io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealth getLocalityEndpointsHealth(int index);
/**
* repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;
*/
int getLocalityEndpointsHealthCount();
/**
* repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;
*/
java.util.List extends io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealthOrBuilder>
getLocalityEndpointsHealthOrBuilderList();
/**
* repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;
*/
io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealthOrBuilder getLocalityEndpointsHealthOrBuilder(
int index);
}