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
Modifier and TypeMethodDescriptiongetClusterEndpointsHealth(int index) Organize Endpoint health information by cluster.intOrganize Endpoint health information by cluster.Organize Endpoint health information by cluster.getClusterEndpointsHealthOrBuilder(int index) Organize Endpoint health information by cluster.List<? extends ClusterEndpointsHealthOrBuilder>Organize Endpoint health information by cluster.getEndpointsHealth(int index) Deprecated.intDeprecated.Deprecated.getEndpointsHealthOrBuilder(int index) Deprecated.List<? extends EndpointHealthOrBuilder>Deprecated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.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.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.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.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
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
Organize Endpoint health information by cluster.
repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2;
-