io.envoyproxy.envoy.config.trace.v3.LightstepConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/trace/v3/lightstep.proto
package io.envoyproxy.envoy.config.trace.v3;
public interface LightstepConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.trace.v3.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 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
* @deprecated envoy.config.trace.v3.LightstepConfig.access_token_file is deprecated.
* See envoy/config/trace/v3/lightstep.proto;l=49
* @return The accessTokenFile.
*/
@java.lang.Deprecated java.lang.String getAccessTokenFile();
/**
*
* File containing the access token to the `LightStep
* <https://lightstep.com/>`_ API.
*
*
* string access_token_file = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
* @deprecated envoy.config.trace.v3.LightstepConfig.access_token_file is deprecated.
* See envoy/config/trace/v3/lightstep.proto;l=49
* @return The bytes for accessTokenFile.
*/
@java.lang.Deprecated com.google.protobuf.ByteString
getAccessTokenFileBytes();
/**
*
* Access token to the `LightStep <https://lightstep.com/>`_ API.
*
*
* .envoy.config.core.v3.DataSource access_token = 4;
* @return Whether the accessToken field is set.
*/
boolean hasAccessToken();
/**
*
* Access token to the `LightStep <https://lightstep.com/>`_ API.
*
*
* .envoy.config.core.v3.DataSource access_token = 4;
* @return The accessToken.
*/
io.envoyproxy.envoy.config.core.v3.DataSource getAccessToken();
/**
*
* Access token to the `LightStep <https://lightstep.com/>`_ API.
*
*
* .envoy.config.core.v3.DataSource access_token = 4;
*/
io.envoyproxy.envoy.config.core.v3.DataSourceOrBuilder getAccessTokenOrBuilder();
/**
*
* Propagation modes to use by LightStep's tracer.
*
*
* repeated .envoy.config.trace.v3.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.v3.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.v3.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.v3.LightstepConfig.PropagationMode getPropagationModes(int index);
/**
*
* Propagation modes to use by LightStep's tracer.
*
*
* repeated .envoy.config.trace.v3.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.v3.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);
}