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 TypeMethodDescriptionbooleanIndicates to whether output the connection information per event This is only applicable if the streamed trace is enabledMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-