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

io.envoyproxy.envoy.service.discovery.v2.ClusterHealthCheckOrBuilder 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 ClusterHealthCheckOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.discovery.v2.ClusterHealthCheck)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string cluster_name = 1;
   */
  java.lang.String getClusterName();
  /**
   * string cluster_name = 1;
   */
  com.google.protobuf.ByteString
      getClusterNameBytes();

  /**
   * repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
   */
  java.util.List 
      getHealthChecksList();
  /**
   * repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
   */
  io.envoyproxy.envoy.api.v2.core.HealthCheck getHealthChecks(int index);
  /**
   * repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
   */
  int getHealthChecksCount();
  /**
   * repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
   */
  java.util.List 
      getHealthChecksOrBuilderList();
  /**
   * repeated .envoy.api.v2.core.HealthCheck health_checks = 2;
   */
  io.envoyproxy.envoy.api.v2.core.HealthCheckOrBuilder getHealthChecksOrBuilder(
      int index);

  /**
   * repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
   */
  java.util.List 
      getLocalityEndpointsList();
  /**
   * repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
   */
  io.envoyproxy.envoy.service.discovery.v2.LocalityEndpoints getLocalityEndpoints(int index);
  /**
   * repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
   */
  int getLocalityEndpointsCount();
  /**
   * repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
   */
  java.util.List 
      getLocalityEndpointsOrBuilderList();
  /**
   * repeated .envoy.service.discovery.v2.LocalityEndpoints locality_endpoints = 3;
   */
  io.envoyproxy.envoy.service.discovery.v2.LocalityEndpointsOrBuilder getLocalityEndpointsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy