io.envoyproxy.envoy.config.overload.v3.LoadShedPointOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/overload/v3/overload.proto
package io.envoyproxy.envoy.config.overload.v3;
public interface LoadShedPointOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.overload.v3.LoadShedPoint)
com.google.protobuf.MessageOrBuilder {
/**
*
* This is just a well-known string for the LoadShedPoint.
* Deployment specific LoadShedPoints e.g. within a custom extension should
* be prefixed by the company / deployment name to avoid colliding with any
* open source LoadShedPoints.
*
*
* string name = 1 [(.validate.rules) = { ... }
* @return The name.
*/
java.lang.String getName();
/**
*
* This is just a well-known string for the LoadShedPoint.
* Deployment specific LoadShedPoints e.g. within a custom extension should
* be prefixed by the company / deployment name to avoid colliding with any
* open source LoadShedPoints.
*
*
* string name = 1 [(.validate.rules) = { ... }
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* A set of triggers for this LoadShedPoint. The LoadShedPoint will use the
* the maximum state of all triggers, which can be scalar values between 0 and
* 1 or saturated. A LoadShedPoint can only have one trigger for a given
* resource e.g. :ref:`Trigger.name
* <envoy_v3_api_field_config.overload.v3.Trigger.name>` must be unique in
* this list.
*
*
* repeated .envoy.config.overload.v3.Trigger triggers = 2 [(.validate.rules) = { ... }
*/
java.util.List
getTriggersList();
/**
*
* A set of triggers for this LoadShedPoint. The LoadShedPoint will use the
* the maximum state of all triggers, which can be scalar values between 0 and
* 1 or saturated. A LoadShedPoint can only have one trigger for a given
* resource e.g. :ref:`Trigger.name
* <envoy_v3_api_field_config.overload.v3.Trigger.name>` must be unique in
* this list.
*
*
* repeated .envoy.config.overload.v3.Trigger triggers = 2 [(.validate.rules) = { ... }
*/
io.envoyproxy.envoy.config.overload.v3.Trigger getTriggers(int index);
/**
*
* A set of triggers for this LoadShedPoint. The LoadShedPoint will use the
* the maximum state of all triggers, which can be scalar values between 0 and
* 1 or saturated. A LoadShedPoint can only have one trigger for a given
* resource e.g. :ref:`Trigger.name
* <envoy_v3_api_field_config.overload.v3.Trigger.name>` must be unique in
* this list.
*
*
* repeated .envoy.config.overload.v3.Trigger triggers = 2 [(.validate.rules) = { ... }
*/
int getTriggersCount();
/**
*
* A set of triggers for this LoadShedPoint. The LoadShedPoint will use the
* the maximum state of all triggers, which can be scalar values between 0 and
* 1 or saturated. A LoadShedPoint can only have one trigger for a given
* resource e.g. :ref:`Trigger.name
* <envoy_v3_api_field_config.overload.v3.Trigger.name>` must be unique in
* this list.
*
*
* repeated .envoy.config.overload.v3.Trigger triggers = 2 [(.validate.rules) = { ... }
*/
java.util.List extends io.envoyproxy.envoy.config.overload.v3.TriggerOrBuilder>
getTriggersOrBuilderList();
/**
*
* A set of triggers for this LoadShedPoint. The LoadShedPoint will use the
* the maximum state of all triggers, which can be scalar values between 0 and
* 1 or saturated. A LoadShedPoint can only have one trigger for a given
* resource e.g. :ref:`Trigger.name
* <envoy_v3_api_field_config.overload.v3.Trigger.name>` must be unique in
* this list.
*
*
* repeated .envoy.config.overload.v3.Trigger triggers = 2 [(.validate.rules) = { ... }
*/
io.envoyproxy.envoy.config.overload.v3.TriggerOrBuilder getTriggersOrBuilder(
int index);
}