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

io.envoyproxy.envoy.config.overload.v2alpha.OverloadManagerOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/overload/v2alpha/overload.proto

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

public interface OverloadManagerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.overload.v2alpha.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.v2alpha.ResourceMonitor resource_monitors = 2 [(.validate.rules) = { ... } */ java.util.List getResourceMonitorsList(); /** *
   * The set of resources to monitor.
   * 
* * repeated .envoy.config.overload.v2alpha.ResourceMonitor resource_monitors = 2 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.config.overload.v2alpha.ResourceMonitor getResourceMonitors(int index); /** *
   * The set of resources to monitor.
   * 
* * repeated .envoy.config.overload.v2alpha.ResourceMonitor resource_monitors = 2 [(.validate.rules) = { ... } */ int getResourceMonitorsCount(); /** *
   * The set of resources to monitor.
   * 
* * repeated .envoy.config.overload.v2alpha.ResourceMonitor resource_monitors = 2 [(.validate.rules) = { ... } */ java.util.List getResourceMonitorsOrBuilderList(); /** *
   * The set of resources to monitor.
   * 
* * repeated .envoy.config.overload.v2alpha.ResourceMonitor resource_monitors = 2 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.config.overload.v2alpha.ResourceMonitorOrBuilder getResourceMonitorsOrBuilder( int index); /** *
   * The set of overload actions.
   * 
* * repeated .envoy.config.overload.v2alpha.OverloadAction actions = 3; */ java.util.List getActionsList(); /** *
   * The set of overload actions.
   * 
* * repeated .envoy.config.overload.v2alpha.OverloadAction actions = 3; */ io.envoyproxy.envoy.config.overload.v2alpha.OverloadAction getActions(int index); /** *
   * The set of overload actions.
   * 
* * repeated .envoy.config.overload.v2alpha.OverloadAction actions = 3; */ int getActionsCount(); /** *
   * The set of overload actions.
   * 
* * repeated .envoy.config.overload.v2alpha.OverloadAction actions = 3; */ java.util.List getActionsOrBuilderList(); /** *
   * The set of overload actions.
   * 
* * repeated .envoy.config.overload.v2alpha.OverloadAction actions = 3; */ io.envoyproxy.envoy.config.overload.v2alpha.OverloadActionOrBuilder getActionsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy