All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.service.health.v3.EndpointHealthResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/health/v3/hds.proto

package io.envoyproxy.envoy.service.health.v3;

public interface EndpointHealthResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.health.v3.EndpointHealthResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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"]; */ @java.lang.Deprecated java.util.List getEndpointsHealthList(); /** *
   * 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"]; */ @java.lang.Deprecated io.envoyproxy.envoy.service.health.v3.EndpointHealth getEndpointsHealth(int index); /** *
   * 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"]; */ @java.lang.Deprecated int getEndpointsHealthCount(); /** *
   * 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"]; */ @java.lang.Deprecated java.util.List getEndpointsHealthOrBuilderList(); /** *
   * 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"]; */ @java.lang.Deprecated io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder getEndpointsHealthOrBuilder( int index); /** *
   * Organize Endpoint health information by cluster.
   * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ java.util.List getClusterEndpointsHealthList(); /** *
   * Organize Endpoint health information by cluster.
   * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ io.envoyproxy.envoy.service.health.v3.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; */ java.util.List getClusterEndpointsHealthOrBuilderList(); /** *
   * Organize Endpoint health information by cluster.
   * 
* * repeated .envoy.service.health.v3.ClusterEndpointsHealth cluster_endpoints_health = 2; */ io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealthOrBuilder getClusterEndpointsHealthOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy