Interface TapOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Tap, Tap.Builder

    public interface TapOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CommonExtensionConfig getCommonConfig()
      Common configuration for the HTTP tap filter.
      CommonExtensionConfigOrBuilder getCommonConfigOrBuilder()
      Common configuration for the HTTP tap filter.
      boolean hasCommonConfig()
      Common configuration for the HTTP tap filter.
      • 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

      • hasCommonConfig

        boolean hasCommonConfig()
         Common configuration for the HTTP tap filter.
         
        .envoy.config.common.tap.v2alpha.CommonExtensionConfig common_config = 1 [(.validate.rules) = { ... }
        Returns:
        Whether the commonConfig field is set.
      • getCommonConfig

        CommonExtensionConfig getCommonConfig()
         Common configuration for the HTTP tap filter.
         
        .envoy.config.common.tap.v2alpha.CommonExtensionConfig common_config = 1 [(.validate.rules) = { ... }
        Returns:
        The commonConfig.
      • getCommonConfigOrBuilder

        CommonExtensionConfigOrBuilder getCommonConfigOrBuilder()
         Common configuration for the HTTP tap filter.
         
        .envoy.config.common.tap.v2alpha.CommonExtensionConfig common_config = 1 [(.validate.rules) = { ... }