public interface FatalActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
getConfig()
Extension specific configuration for the action.
|
TypedExtensionConfigOrBuilder |
getConfigOrBuilder()
Extension specific configuration for the action.
|
boolean |
hasConfig()
Extension specific configuration for the action.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;TypedExtensionConfigOrBuilder getConfigOrBuilder()
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;Copyright © 2018–2021 The Envoy Project. All rights reserved.