Interface CommonExtensionConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonExtensionConfig,CommonExtensionConfig.Builder
public interface CommonExtensionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIf specified, the tap filter will be configured via an admin handler.If specified, the tap filter will be configured via an admin handler.If specified, the tap filter will be configured via a static configuration that cannot be changed.If specified, the tap filter will be configured via a static configuration that cannot be changed.booleanIf specified, the tap filter will be configured via an admin handler.booleanIf specified, the tap filter will be configured via a static configuration that cannot be changed.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAdminConfig
boolean hasAdminConfig()If specified, the tap filter will be configured via an admin handler.
.envoy.extensions.common.tap.v3.AdminConfig admin_config = 1;- Returns:
- Whether the adminConfig field is set.
-
getAdminConfig
AdminConfig getAdminConfig()If specified, the tap filter will be configured via an admin handler.
.envoy.extensions.common.tap.v3.AdminConfig admin_config = 1;- Returns:
- The adminConfig.
-
getAdminConfigOrBuilder
AdminConfigOrBuilder getAdminConfigOrBuilder()If specified, the tap filter will be configured via an admin handler.
.envoy.extensions.common.tap.v3.AdminConfig admin_config = 1; -
hasStaticConfig
boolean hasStaticConfig()If specified, the tap filter will be configured via a static configuration that cannot be changed.
.envoy.config.tap.v3.TapConfig static_config = 2;- Returns:
- Whether the staticConfig field is set.
-
getStaticConfig
TapConfig getStaticConfig()If specified, the tap filter will be configured via a static configuration that cannot be changed.
.envoy.config.tap.v3.TapConfig static_config = 2;- Returns:
- The staticConfig.
-
getStaticConfigOrBuilder
TapConfigOrBuilder getStaticConfigOrBuilder()If specified, the tap filter will be configured via a static configuration that cannot be changed.
.envoy.config.tap.v3.TapConfig static_config = 2; -
getConfigTypeCase
CommonExtensionConfig.ConfigTypeCase getConfigTypeCase()
-