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

io.envoyproxy.envoy.config.bootstrap.v3.FatalActionOrBuilder 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/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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy