public interface CommonExtensionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AdminConfig |
getAdminConfig()
If specified, the tap filter will be configured via an admin handler.
|
AdminConfigOrBuilder |
getAdminConfigOrBuilder()
If specified, the tap filter will be configured via an admin handler.
|
CommonExtensionConfig.ConfigTypeCase |
getConfigTypeCase() |
TapConfig |
getStaticConfig()
If specified, the tap filter will be configured via a static configuration that cannot be
changed.
|
TapConfigOrBuilder |
getStaticConfigOrBuilder()
If specified, the tap filter will be configured via a static configuration that cannot be
changed.
|
boolean |
hasAdminConfig()
If specified, the tap filter will be configured via an admin handler.
|
boolean |
hasStaticConfig()
If specified, the tap filter will be configured via a static configuration that cannot be
changed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAdminConfig()
If specified, the tap filter will be configured via an admin handler.
.envoy.config.common.tap.v2alpha.AdminConfig admin_config = 1;AdminConfig getAdminConfig()
If specified, the tap filter will be configured via an admin handler.
.envoy.config.common.tap.v2alpha.AdminConfig admin_config = 1;AdminConfigOrBuilder getAdminConfigOrBuilder()
If specified, the tap filter will be configured via an admin handler.
.envoy.config.common.tap.v2alpha.AdminConfig admin_config = 1;boolean hasStaticConfig()
If specified, the tap filter will be configured via a static configuration that cannot be changed.
.envoy.service.tap.v2alpha.TapConfig static_config = 2;TapConfig getStaticConfig()
If specified, the tap filter will be configured via a static configuration that cannot be changed.
.envoy.service.tap.v2alpha.TapConfig static_config = 2;TapConfigOrBuilder getStaticConfigOrBuilder()
If specified, the tap filter will be configured via a static configuration that cannot be changed.
.envoy.service.tap.v2alpha.TapConfig static_config = 2;CommonExtensionConfig.ConfigTypeCase getConfigTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.