public static interface CaptureOuterClass.FileSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CaptureOuterClass.FileSink.Format |
getFormat()
.envoy.config.transport_socket.capture.v2alpha.FileSink.Format format = 2; |
int |
getFormatValue()
.envoy.config.transport_socket.capture.v2alpha.FileSink.Format format = 2; |
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 individual socket instances (the Envoy connection ID).
string path_prefix = 1;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 individual socket instances (the Envoy connection ID).
string path_prefix = 1;int getFormatValue()
.envoy.config.transport_socket.capture.v2alpha.FileSink.Format format = 2;CaptureOuterClass.FileSink.Format getFormat()
.envoy.config.transport_socket.capture.v2alpha.FileSink.Format format = 2;Copyright © 2018 The Envoy Project. All rights reserved.