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

io.envoyproxy.envoy.extensions.wasm.v3.ReloadConfigOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/extensions/wasm/v3/wasm.proto

// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.extensions.wasm.v3;

public interface ReloadConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.extensions.wasm.v3.ReloadConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Backoff strategy for the VM failure reload. If not specified, the default 1s base interval
   * will be applied.
   * 
* * .envoy.config.core.v3.BackoffStrategy backoff = 1; * @return Whether the backoff field is set. */ boolean hasBackoff(); /** *
   * Backoff strategy for the VM failure reload. If not specified, the default 1s base interval
   * will be applied.
   * 
* * .envoy.config.core.v3.BackoffStrategy backoff = 1; * @return The backoff. */ io.envoyproxy.envoy.config.core.v3.BackoffStrategy getBackoff(); /** *
   * Backoff strategy for the VM failure reload. If not specified, the default 1s base interval
   * will be applied.
   * 
* * .envoy.config.core.v3.BackoffStrategy backoff = 1; */ io.envoyproxy.envoy.config.core.v3.BackoffStrategyOrBuilder getBackoffOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy