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

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

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

public interface OverloadManagerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.overload.v3.OverloadManager)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The interval for refreshing resource usage.
   * 
* * .google.protobuf.Duration refresh_interval = 1; * @return Whether the refreshInterval field is set. */ boolean hasRefreshInterval(); /** *
   * The interval for refreshing resource usage.
   * 
* * .google.protobuf.Duration refresh_interval = 1; * @return The refreshInterval. */ com.google.protobuf.Duration getRefreshInterval(); /** *
   * The interval for refreshing resource usage.
   * 
* * .google.protobuf.Duration refresh_interval = 1; */ com.google.protobuf.DurationOrBuilder getRefreshIntervalOrBuilder(); /** *
   * The set of resources to monitor.
   * 
* * repeated .envoy.config.overload.v3.ResourceMonitor resource_monitors = 2 [(.validate.rules) = { ... } */ java.util.List getResourceMonitorsList(); /** *
   * The set of resources to monitor.
   * 
* * repeated .envoy.config.overload.v3.ResourceMonitor resource_monitors = 2 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.config.overload.v3.ResourceMonitor getResourceMonitors(int index); /** *
   * The set of resources to monitor.
   * 
* * repeated .envoy.config.overload.v3.ResourceMonitor resource_monitors = 2 [(.validate.rules) = { ... } */ int getResourceMonitorsCount(); /** *
   * The set of resources to monitor.
   * 
* * repeated .envoy.config.overload.v3.ResourceMonitor resource_monitors = 2 [(.validate.rules) = { ... } */ java.util.List getResourceMonitorsOrBuilderList(); /** *
   * The set of resources to monitor.
   * 
* * repeated .envoy.config.overload.v3.ResourceMonitor resource_monitors = 2 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.config.overload.v3.ResourceMonitorOrBuilder getResourceMonitorsOrBuilder( int index); /** *
   * The set of overload actions.
   * 
* * repeated .envoy.config.overload.v3.OverloadAction actions = 3; */ java.util.List getActionsList(); /** *
   * The set of overload actions.
   * 
* * repeated .envoy.config.overload.v3.OverloadAction actions = 3; */ io.envoyproxy.envoy.config.overload.v3.OverloadAction getActions(int index); /** *
   * The set of overload actions.
   * 
* * repeated .envoy.config.overload.v3.OverloadAction actions = 3; */ int getActionsCount(); /** *
   * The set of overload actions.
   * 
* * repeated .envoy.config.overload.v3.OverloadAction actions = 3; */ java.util.List getActionsOrBuilderList(); /** *
   * The set of overload actions.
   * 
* * repeated .envoy.config.overload.v3.OverloadAction actions = 3; */ io.envoyproxy.envoy.config.overload.v3.OverloadActionOrBuilder getActionsOrBuilder( int index); /** *
   * The set of load shed points.
   * 
* * repeated .envoy.config.overload.v3.LoadShedPoint loadshed_points = 5; */ java.util.List getLoadshedPointsList(); /** *
   * The set of load shed points.
   * 
* * repeated .envoy.config.overload.v3.LoadShedPoint loadshed_points = 5; */ io.envoyproxy.envoy.config.overload.v3.LoadShedPoint getLoadshedPoints(int index); /** *
   * The set of load shed points.
   * 
* * repeated .envoy.config.overload.v3.LoadShedPoint loadshed_points = 5; */ int getLoadshedPointsCount(); /** *
   * The set of load shed points.
   * 
* * repeated .envoy.config.overload.v3.LoadShedPoint loadshed_points = 5; */ java.util.List getLoadshedPointsOrBuilderList(); /** *
   * The set of load shed points.
   * 
* * repeated .envoy.config.overload.v3.LoadShedPoint loadshed_points = 5; */ io.envoyproxy.envoy.config.overload.v3.LoadShedPointOrBuilder getLoadshedPointsOrBuilder( int index); /** *
   * Configuration for buffer factory.
   * 
* * .envoy.config.overload.v3.BufferFactoryConfig buffer_factory_config = 4; * @return Whether the bufferFactoryConfig field is set. */ boolean hasBufferFactoryConfig(); /** *
   * Configuration for buffer factory.
   * 
* * .envoy.config.overload.v3.BufferFactoryConfig buffer_factory_config = 4; * @return The bufferFactoryConfig. */ io.envoyproxy.envoy.config.overload.v3.BufferFactoryConfig getBufferFactoryConfig(); /** *
   * Configuration for buffer factory.
   * 
* * .envoy.config.overload.v3.BufferFactoryConfig buffer_factory_config = 4; */ io.envoyproxy.envoy.config.overload.v3.BufferFactoryConfigOrBuilder getBufferFactoryConfigOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy