Interface LightstepConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LightstepConfig,LightstepConfig.Builder
public interface LightstepConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DataSourcegetAccessToken()Access token to the `LightStep <https://lightstep.com/>`_ API.StringgetAccessTokenFile()Deprecated.com.google.protobuf.ByteStringgetAccessTokenFileBytes()Deprecated.DataSourceOrBuildergetAccessTokenOrBuilder()Access token to the `LightStep <https://lightstep.com/>`_ API.StringgetCollectorCluster()The cluster manager cluster that hosts the LightStep collectors.com.google.protobuf.ByteStringgetCollectorClusterBytes()The cluster manager cluster that hosts the LightStep collectors.LightstepConfig.PropagationModegetPropagationModes(int index)Propagation modes to use by LightStep's tracer.intgetPropagationModesCount()Propagation modes to use by LightStep's tracer.List<LightstepConfig.PropagationMode>getPropagationModesList()Propagation modes to use by LightStep's tracer.intgetPropagationModesValue(int index)Propagation modes to use by LightStep's tracer.List<Integer>getPropagationModesValueList()Propagation modes to use by LightStep's tracer.booleanhasAccessToken()Access token to the `LightStep <https://lightstep.com/>`_ API.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCollectorCluster
String getCollectorCluster()
The cluster manager cluster that hosts the LightStep collectors.
string collector_cluster = 1 [(.validate.rules) = { ... }
-
getCollectorClusterBytes
com.google.protobuf.ByteString getCollectorClusterBytes()
The cluster manager cluster that hosts the LightStep collectors.
string collector_cluster = 1 [(.validate.rules) = { ... }
-
getAccessTokenFile
@Deprecated String getAccessTokenFile()
Deprecated.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"];
-
getAccessTokenFileBytes
@Deprecated com.google.protobuf.ByteString getAccessTokenFileBytes()
Deprecated.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"];
-
hasAccessToken
boolean hasAccessToken()
Access token to the `LightStep <https://lightstep.com/>`_ API.
.envoy.config.core.v3.DataSource access_token = 4;
-
getAccessToken
DataSource getAccessToken()
Access token to the `LightStep <https://lightstep.com/>`_ API.
.envoy.config.core.v3.DataSource access_token = 4;
-
getAccessTokenOrBuilder
DataSourceOrBuilder getAccessTokenOrBuilder()
Access token to the `LightStep <https://lightstep.com/>`_ API.
.envoy.config.core.v3.DataSource access_token = 4;
-
getPropagationModesList
List<LightstepConfig.PropagationMode> getPropagationModesList()
Propagation modes to use by LightStep's tracer.
repeated .envoy.config.trace.v3.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
-
getPropagationModesCount
int getPropagationModesCount()
Propagation modes to use by LightStep's tracer.
repeated .envoy.config.trace.v3.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
-
getPropagationModes
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) = { ... }
-
getPropagationModesValueList
List<Integer> getPropagationModesValueList()
Propagation modes to use by LightStep's tracer.
repeated .envoy.config.trace.v3.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
-
getPropagationModesValue
int getPropagationModesValue(int index)
Propagation modes to use by LightStep's tracer.
repeated .envoy.config.trace.v3.LightstepConfig.PropagationMode propagation_modes = 3 [(.validate.rules) = { ... }
-
-