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

    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.