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

io.envoyproxy.envoy.service.discovery.v2.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/discovery/v2/hds.proto

package io.envoyproxy.envoy.service.discovery.v2;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy