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

io.envoyproxy.envoy.config.overload.v3alpha.TriggerOrBuilder 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 TriggerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.overload.v3alpha.Trigger)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the resource this is a trigger for.
   * 
* * string name = 1 [(.validate.rules) = { ... } */ java.lang.String getName(); /** *
   * The name of the resource this is a trigger for.
   * 
* * string name = 1 [(.validate.rules) = { ... } */ com.google.protobuf.ByteString getNameBytes(); /** * .envoy.config.overload.v3alpha.ThresholdTrigger threshold = 2; */ boolean hasThreshold(); /** * .envoy.config.overload.v3alpha.ThresholdTrigger threshold = 2; */ io.envoyproxy.envoy.config.overload.v3alpha.ThresholdTrigger getThreshold(); /** * .envoy.config.overload.v3alpha.ThresholdTrigger threshold = 2; */ io.envoyproxy.envoy.config.overload.v3alpha.ThresholdTriggerOrBuilder getThresholdOrBuilder(); public io.envoyproxy.envoy.config.overload.v3alpha.Trigger.TriggerOneofCase getTriggerOneofCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy