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
      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.
      • 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 Detail

      • 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;