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

io.envoyproxy.envoy.config.trace.v3alpha.LightstepConfigOrBuilder 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/trace/v3alpha/trace.proto

package io.envoyproxy.envoy.config.trace.v3alpha;

public interface LightstepConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.trace.v3alpha.LightstepConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The cluster manager cluster that hosts the LightStep collectors.
   * 
* * string collector_cluster = 1 [(.validate.rules) = { ... } */ java.lang.String getCollectorCluster(); /** *
   * The cluster manager cluster that hosts the LightStep collectors.
   * 
* * string collector_cluster = 1 [(.validate.rules) = { ... } */ com.google.protobuf.ByteString getCollectorClusterBytes(); /** *
   * File containing the access token to the `LightStep
   * <https://lightstep.com/>`_ API.
   * 
* * string access_token_file = 2 [(.validate.rules) = { ... } */ java.lang.String getAccessTokenFile(); /** *
   * File containing the access token to the `LightStep
   * <https://lightstep.com/>`_ API.
   * 
* * string access_token_file = 2 [(.validate.rules) = { ... } */ com.google.protobuf.ByteString getAccessTokenFileBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy