io.envoyproxy.envoy.config.bootstrap.v3.FatalActionOrBuilder 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 FatalActionOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.bootstrap.v3.FatalAction)
com.google.protobuf.MessageOrBuilder {
/**
*
* Extension specific configuration for the action. It's expected to conform
* to the ``Envoy::Server::Configuration::FatalAction`` interface.
*
*
* .envoy.config.core.v3.TypedExtensionConfig config = 1;
* @return Whether the config field is set.
*/
boolean hasConfig();
/**
*
* Extension specific configuration for the action. It's expected to conform
* to the ``Envoy::Server::Configuration::FatalAction`` interface.
*
*
* .envoy.config.core.v3.TypedExtensionConfig config = 1;
* @return The config.
*/
io.envoyproxy.envoy.config.core.v3.TypedExtensionConfig getConfig();
/**
*
* Extension specific configuration for the action. It's expected to conform
* to the ``Envoy::Server::Configuration::FatalAction`` interface.
*
*
* .envoy.config.core.v3.TypedExtensionConfig config = 1;
*/
io.envoyproxy.envoy.config.core.v3.TypedExtensionConfigOrBuilder getConfigOrBuilder();
}