All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.service.tap.v3alpha.FilePerTapSinkOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy