io.envoyproxy.envoy.config.trace.v3alpha.LightstepConfigOrBuilder Maven / Gradle / Ivy
// 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();
}