public interface EndpointHealthResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClusterEndpointsHealth |
getClusterEndpointsHealth(int index)
Organize Endpoint health information by cluster.
|
int |
getClusterEndpointsHealthCount()
Organize Endpoint health information by cluster.
|
List<ClusterEndpointsHealth> |
getClusterEndpointsHealthList()
Organize Endpoint health information by cluster.
|
ClusterEndpointsHealthOrBuilder |
getClusterEndpointsHealthOrBuilder(int index)
Organize Endpoint health information by cluster.
|
List<? extends ClusterEndpointsHealthOrBuilder> |
getClusterEndpointsHealthOrBuilderList()
Organize Endpoint health information by cluster.
|
EndpointHealth |
getEndpointsHealth(int index)
Deprecated.
|
int |
getEndpointsHealthCount()
Deprecated.
|
List<EndpointHealth> |
getEndpointsHealthList()
Deprecated.
|
EndpointHealthOrBuilder |
getEndpointsHealthOrBuilder(int index)
Deprecated.
|
List<? extends EndpointHealthOrBuilder> |
getEndpointsHealthOrBuilderList()
Deprecated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated List<EndpointHealth> getEndpointsHealthList()
Deprecated - Flat list of endpoint health information.
repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true];@Deprecated EndpointHealth getEndpointsHealth(int index)
Deprecated - Flat list of endpoint health information.
repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true];@Deprecated int getEndpointsHealthCount()
Deprecated - Flat list of endpoint health information.
repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true];@Deprecated List<? extends EndpointHealthOrBuilder> getEndpointsHealthOrBuilderList()
Deprecated - Flat list of endpoint health information.
repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true];@Deprecated EndpointHealthOrBuilder getEndpointsHealthOrBuilder(int index)
Deprecated - Flat list of endpoint health information.
repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 1 [deprecated = true];List<ClusterEndpointsHealth> getClusterEndpointsHealthList()
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;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;List<? extends ClusterEndpointsHealthOrBuilder> getClusterEndpointsHealthOrBuilderList()
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;ClusterEndpointsHealthOrBuilder getClusterEndpointsHealthOrBuilder(int index)
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.