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 Details

    • 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;