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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminConfiggetAdminConfig()If specified, the tap filter will be configured via an admin handler.AdminConfigOrBuildergetAdminConfigOrBuilder()If specified, the tap filter will be configured via an admin handler.CommonExtensionConfig.ConfigTypeCasegetConfigTypeCase()TapConfiggetStaticConfig()If specified, the tap filter will be configured via a static configuration that cannot be changed.TapConfigOrBuildergetStaticConfigOrBuilder()If specified, the tap filter will be configured via a static configuration that cannot be changed.booleanhasAdminConfig()If specified, the tap filter will be configured via an admin handler.booleanhasStaticConfig()If specified, the tap filter will be configured via a static configuration that cannot be changed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-