io.envoyproxy.envoy.config.trace.v2.LightstepConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/trace/v2/lightstep.proto
package io.envoyproxy.envoy.config.trace.v2;
public interface LightstepConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.trace.v2.LightstepConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* The cluster manager cluster that hosts the LightStep collectors.
*
*
* string collector_cluster = 1 [(.validate.rules) = { ... }
* @return The collectorCluster.
*/
java.lang.String getCollectorCluster();
/**
*
* The cluster manager cluster that hosts the LightStep collectors.
*
*
* string collector_cluster = 1 [(.validate.rules) = { ... }
* @return The bytes for collectorCluster.
*/
com.google.protobuf.ByteString
getCollectorClusterBytes();
/**
*
* File containing the access token to the `LightStep
* <https://lightstep.com/>`_ API.
*
*
* string access_token_file = 2 [(.validate.rules) = { ... }
* @return The accessTokenFile.
*/
java.lang.String getAccessTokenFile();
/**
*
* File containing the access token to the `LightStep
* <https://lightstep.com/>`_ API.
*
*
* string access_token_file = 2 [(.validate.rules) = { ... }
* @return The bytes for accessTokenFile.
*/
com.google.protobuf.ByteString
getAccessTokenFileBytes();
/**
*
* Propagation modes to use by LightStep's tracer.
*
*
* repeated .envoy.config.trace.v2.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
* @return A list containing the propagationModes.
*/
java.util.List getPropagationModesList();
/**
*
* Propagation modes to use by LightStep's tracer.
*
*
* repeated .envoy.config.trace.v2.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
* @return The count of propagationModes.
*/
int getPropagationModesCount();
/**
*
* Propagation modes to use by LightStep's tracer.
*
*
* repeated .envoy.config.trace.v2.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
* @param index The index of the element to return.
* @return The propagationModes at the given index.
*/
io.envoyproxy.envoy.config.trace.v2.LightstepConfig.PropagationMode getPropagationModes(int index);
/**
*
* Propagation modes to use by LightStep's tracer.
*
*
* repeated .envoy.config.trace.v2.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
* @return A list containing the enum numeric values on the wire for propagationModes.
*/
java.util.List
getPropagationModesValueList();
/**
*
* Propagation modes to use by LightStep's tracer.
*
*
* repeated .envoy.config.trace.v2.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
* @param index The index of the value to return.
* @return The enum numeric value on the wire of propagationModes at the given index.
*/
int getPropagationModesValue(int index);
}