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 Type
    Method
    Description
    If 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.
    boolean
    If specified, the tap filter will be configured via an admin handler.
    boolean
    If specified, the tap filter will be configured via a static configuration that cannot be changed.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.config.common.tap.v2alpha.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.config.common.tap.v2alpha.AdminConfig admin_config = 1;
      Returns:
      The adminConfig.
    • getAdminConfigOrBuilder

      AdminConfigOrBuilder getAdminConfigOrBuilder()
       If specified, the tap filter will be configured via an admin handler.
       
      .envoy.config.common.tap.v2alpha.AdminConfig admin_config = 1;
    • hasStaticConfig

      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;
      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.service.tap.v2alpha.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.service.tap.v2alpha.TapConfig static_config = 2;
    • getConfigTypeCase