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

    Modifier and Type
    Method
    Description
    Common configuration for the HTTP tap filter.
    Common configuration for the HTTP tap filter.
    boolean
    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 Details

    • 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) = { ... }