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

io.envoyproxy.envoy.config.tap.v3.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/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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy