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

io.envoyproxy.envoy.service.health.v3.ClusterEndpointsHealthOrBuilder 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 ClusterEndpointsHealthOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.health.v3.ClusterEndpointsHealth)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string cluster_name = 1;
   * @return The clusterName.
   */
  java.lang.String getClusterName();
  /**
   * string cluster_name = 1;
   * @return The bytes for clusterName.
   */
  com.google.protobuf.ByteString
      getClusterNameBytes();

  /**
   * repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;
   */
  java.util.List 
      getLocalityEndpointsHealthList();
  /**
   * repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;
   */
  io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealth getLocalityEndpointsHealth(int index);
  /**
   * repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;
   */
  int getLocalityEndpointsHealthCount();
  /**
   * repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;
   */
  java.util.List 
      getLocalityEndpointsHealthOrBuilderList();
  /**
   * repeated .envoy.service.health.v3.LocalityEndpointsHealth locality_endpoints_health = 2;
   */
  io.envoyproxy.envoy.service.health.v3.LocalityEndpointsHealthOrBuilder getLocalityEndpointsHealthOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy