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

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

  /**
   * repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;
   */
  java.util.List 
      getClusterHealthChecksList();
  /**
   * repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;
   */
  io.envoyproxy.envoy.service.discovery.v2.ClusterHealthCheck getClusterHealthChecks(int index);
  /**
   * repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;
   */
  int getClusterHealthChecksCount();
  /**
   * repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;
   */
  java.util.List 
      getClusterHealthChecksOrBuilderList();
  /**
   * repeated .envoy.service.discovery.v2.ClusterHealthCheck cluster_health_checks = 1;
   */
  io.envoyproxy.envoy.service.discovery.v2.ClusterHealthCheckOrBuilder getClusterHealthChecksOrBuilder(
      int index);

  /**
   * 
   * The default is 1 second.
   * 
* * .google.protobuf.Duration interval = 2; * @return Whether the interval field is set. */ boolean hasInterval(); /** *
   * The default is 1 second.
   * 
* * .google.protobuf.Duration interval = 2; * @return The interval. */ com.google.protobuf.Duration getInterval(); /** *
   * The default is 1 second.
   * 
* * .google.protobuf.Duration interval = 2; */ com.google.protobuf.DurationOrBuilder getIntervalOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy