io.envoyproxy.envoy.service.health.v3.EndpointHealthResponseOrBuilder 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 EndpointHealthResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.health.v3.EndpointHealthResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Deprecated - Flat list of endpoint health information.
*
*
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
*/
@java.lang.Deprecated java.util.List
getEndpointsHealthList();
/**
*
* Deprecated - Flat list of endpoint health information.
*
*
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
*/
@java.lang.Deprecated io.envoyproxy.envoy.service.health.v3.EndpointHealth getEndpointsHealth(int index);
/**
*
* Deprecated - Flat list of endpoint health information.
*
*
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
*/
@java.lang.Deprecated int getEndpointsHealthCount();
/**
*
* Deprecated - Flat list of endpoint health information.
*
*
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
*/
@java.lang.Deprecated java.util.List extends io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder>
getEndpointsHealthOrBuilderList();
/**
*
* Deprecated - Flat list of endpoint health information.
*
*
* repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
*/
@java.lang.Deprecated io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder getEndpointsHealthOrBuilder(
int index);
/**
*
* Organize Endpoint health information by cluster.
*
*
* repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
*/
java.util.List
getClusterEndpointsHealthList();
/**
*
* Organize Endpoint health information by cluster.
*
*
* repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
*/
io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealth getClusterEndpointsHealth(int index);
/**
*
* Organize Endpoint health information by cluster.
*
*
* repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
*/
int getClusterEndpointsHealthCount();
/**
*
* Organize Endpoint health information by cluster.
*
*
* repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
*/
java.util.List extends io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealthOrBuilder>
getClusterEndpointsHealthOrBuilderList();
/**
*
* Organize Endpoint health information by cluster.
*
*
* repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
*/
io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealthOrBuilder getClusterEndpointsHealthOrBuilder(
int index);
}