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 enabledThe contents of the transport tap's statistics prefix.com.google.protobuf.ByteStringThe contents of the transport tap's statistics prefix.Methods 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.
-
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.
-