io.envoyproxy.envoy.config.tap.v3.FilePerTapSinkOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/tap/v3/common.proto
package io.envoyproxy.envoy.config.tap.v3;
public interface FilePerTapSinkOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.tap.v3.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) = { ... }
* @return The pathPrefix.
*/
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) = { ... }
* @return The bytes for pathPrefix.
*/
com.google.protobuf.ByteString
getPathPrefixBytes();
}