Interface SocketTapConfigOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    Indicates to whether output the connection information per event This is only applicable if the streamed trace is enabled
    The contents of the transport tap's statistics prefix.
    com.google.protobuf.ByteString
    The contents of the transport tap's statistics prefix.

    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

    • getSetConnectionPerEvent

      boolean getSetConnectionPerEvent()
       Indicates to whether output the connection information per event
       This is only applicable if the streamed trace is enabled
       
      bool set_connection_per_event = 1;
      Returns:
      The setConnectionPerEvent.
    • getStatsPrefix

      String getStatsPrefix()
       The contents of the transport tap's statistics prefix.
       
      string stats_prefix = 2;
      Returns:
      The statsPrefix.
    • getStatsPrefixBytes

      com.google.protobuf.ByteString getStatsPrefixBytes()
       The contents of the transport tap's statistics prefix.
       
      string stats_prefix = 2;
      Returns:
      The bytes for statsPrefix.