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

io.envoyproxy.envoy.config.overload.v3alpha.ThresholdTriggerOrBuilder 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/config/overload/v3alpha/overload.proto

package io.envoyproxy.envoy.config.overload.v3alpha;

public interface ThresholdTriggerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.overload.v3alpha.ThresholdTrigger)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * If the resource pressure is greater than or equal to this value, the trigger
   * will fire.
   * 
* * double value = 1 [(.validate.rules) = { ... } */ double getValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy