public interface FilePerTapSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FilePerTapSink.Format |
getFormat()
.envoy.service.tap.v2alpha.FilePerTapSink.Format format = 2 [(.validate.rules) = { ... } |
int |
getFormatValue()
.envoy.service.tap.v2alpha.FilePerTapSink.Format format = 2 [(.validate.rules) = { ... } |
String |
getPathPrefix()
Path prefix.
|
com.google.protobuf.ByteString |
getPathPrefixBytes()
Path prefix.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }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) = { ... }int getFormatValue()
.envoy.service.tap.v2alpha.FilePerTapSink.Format format = 2 [(.validate.rules) = { ... }FilePerTapSink.Format getFormat()
.envoy.service.tap.v2alpha.FilePerTapSink.Format format = 2 [(.validate.rules) = { ... }Copyright © 2018–2019 The Envoy Project. All rights reserved.