Interface FilePerTapSinkOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FilePerTapSink,FilePerTapSink.Builder
public interface FilePerTapSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPath prefix.com.google.protobuf.ByteStringPath 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
-
getPathPrefix
String getPathPrefix()Path prefix. The output file will be of the form <path_prefix>_<id>.pb, where <id> is an identifier distinguishing the recorded trace for stream instances (the Envoy connection ID, HTTP stream ID, etc.).
string path_prefix = 1 [(.validate.rules) = { ... }- Returns:
- The pathPrefix.
-
getPathPrefixBytes
com.google.protobuf.ByteString getPathPrefixBytes()Path prefix. The output file will be of the form <path_prefix>_<id>.pb, where <id> is an identifier distinguishing the recorded trace for stream instances (the Envoy connection ID, HTTP stream ID, etc.).
string path_prefix = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for pathPrefix.
-