io.envoyproxy.envoy.config.bootstrap.v3.WatchdogsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/bootstrap/v3/bootstrap.proto
package io.envoyproxy.envoy.config.bootstrap.v3;
public interface WatchdogsOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.bootstrap.v3.Watchdogs)
com.google.protobuf.MessageOrBuilder {
/**
*
* Watchdog for the main thread.
*
*
* .envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1;
* @return Whether the mainThreadWatchdog field is set.
*/
boolean hasMainThreadWatchdog();
/**
*
* Watchdog for the main thread.
*
*
* .envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1;
* @return The mainThreadWatchdog.
*/
io.envoyproxy.envoy.config.bootstrap.v3.Watchdog getMainThreadWatchdog();
/**
*
* Watchdog for the main thread.
*
*
* .envoy.config.bootstrap.v3.Watchdog main_thread_watchdog = 1;
*/
io.envoyproxy.envoy.config.bootstrap.v3.WatchdogOrBuilder getMainThreadWatchdogOrBuilder();
/**
*
* Watchdog for the worker threads.
*
*
* .envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2;
* @return Whether the workerWatchdog field is set.
*/
boolean hasWorkerWatchdog();
/**
*
* Watchdog for the worker threads.
*
*
* .envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2;
* @return The workerWatchdog.
*/
io.envoyproxy.envoy.config.bootstrap.v3.Watchdog getWorkerWatchdog();
/**
*
* Watchdog for the worker threads.
*
*
* .envoy.config.bootstrap.v3.Watchdog worker_watchdog = 2;
*/
io.envoyproxy.envoy.config.bootstrap.v3.WatchdogOrBuilder getWorkerWatchdogOrBuilder();
}