Interface EndpointHealthResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EndpointHealthResponse,EndpointHealthResponse.Builder
public interface EndpointHealthResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ClusterEndpointsHealthgetClusterEndpointsHealth(int index)Organize Endpoint health information by cluster.intgetClusterEndpointsHealthCount()Organize Endpoint health information by cluster.List<ClusterEndpointsHealth>getClusterEndpointsHealthList()Organize Endpoint health information by cluster.ClusterEndpointsHealthOrBuildergetClusterEndpointsHealthOrBuilder(int index)Organize Endpoint health information by cluster.List<? extends ClusterEndpointsHealthOrBuilder>getClusterEndpointsHealthOrBuilderList()Organize Endpoint health information by cluster.EndpointHealthgetEndpointsHealth(int index)Deprecated.intgetEndpointsHealthCount()Deprecated.List<EndpointHealth>getEndpointsHealthList()Deprecated.EndpointHealthOrBuildergetEndpointsHealthOrBuilder(int index)Deprecated.List<? extends EndpointHealthOrBuilder>getEndpointsHealthOrBuilderList()Deprecated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEndpointsHealthList
@Deprecated List<EndpointHealth> getEndpointsHealthList()
Deprecated.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"];
-
getEndpointsHealth
@Deprecated EndpointHealth getEndpointsHealth(int index)
Deprecated.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"];
-
getEndpointsHealthCount
@Deprecated int getEndpointsHealthCount()
Deprecated.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"];
-
getEndpointsHealthOrBuilderList
@Deprecated List<? extends EndpointHealthOrBuilder> getEndpointsHealthOrBuilderList()
Deprecated.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"];
-
getEndpointsHealthOrBuilder
@Deprecated EndpointHealthOrBuilder getEndpointsHealthOrBuilder(int index)
Deprecated.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"];
-
getClusterEndpointsHealthList
List<ClusterEndpointsHealth> getClusterEndpointsHealthList()
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
-
getClusterEndpointsHealth
ClusterEndpointsHealth getClusterEndpointsHealth(int index)
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
-
getClusterEndpointsHealthCount
int getClusterEndpointsHealthCount()
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
-
getClusterEndpointsHealthOrBuilderList
List<? extends ClusterEndpointsHealthOrBuilder> getClusterEndpointsHealthOrBuilderList()
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
-
getClusterEndpointsHealthOrBuilder
ClusterEndpointsHealthOrBuilder getClusterEndpointsHealthOrBuilder(int index)
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
-
-