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

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

  /**
   * .envoy.config.core.v3.Locality locality = 1;
   * @return Whether the locality field is set.
   */
  boolean hasLocality();
  /**
   * .envoy.config.core.v3.Locality locality = 1;
   * @return The locality.
   */
  io.envoyproxy.envoy.config.core.v3.Locality getLocality();
  /**
   * .envoy.config.core.v3.Locality locality = 1;
   */
  io.envoyproxy.envoy.config.core.v3.LocalityOrBuilder getLocalityOrBuilder();

  /**
   * repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
   */
  java.util.List 
      getEndpointsHealthList();
  /**
   * repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
   */
  io.envoyproxy.envoy.service.health.v3.EndpointHealth getEndpointsHealth(int index);
  /**
   * repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
   */
  int getEndpointsHealthCount();
  /**
   * repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
   */
  java.util.List 
      getEndpointsHealthOrBuilderList();
  /**
   * repeated .envoy.service.health.v3.EndpointHealth endpoints_health = 2;
   */
  io.envoyproxy.envoy.service.health.v3.EndpointHealthOrBuilder getEndpointsHealthOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy