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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ClusterEndpointsHealth> getClusterEndpointsHealthList()
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v4alpha.ClusterEndpointsHealth cluster_endpoints_health = 2;ClusterEndpointsHealth getClusterEndpointsHealth(int index)
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v4alpha.ClusterEndpointsHealth cluster_endpoints_health = 2;int getClusterEndpointsHealthCount()
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v4alpha.ClusterEndpointsHealth cluster_endpoints_health = 2;List<? extends ClusterEndpointsHealthOrBuilder> getClusterEndpointsHealthOrBuilderList()
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v4alpha.ClusterEndpointsHealth cluster_endpoints_health = 2;ClusterEndpointsHealthOrBuilder getClusterEndpointsHealthOrBuilder(int index)
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v4alpha.ClusterEndpointsHealth cluster_endpoints_health = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.