io.envoyproxy.envoy.service.tap.v3alpha.FilePerTapSinkOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/tap/v3alpha/common.proto
package io.envoyproxy.envoy.service.tap.v3alpha;
public interface FilePerTapSinkOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.tap.v3alpha.FilePerTapSink)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
*/
java.lang.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) = { ... }
*/
com.google.protobuf.ByteString
getPathPrefixBytes();
}