LightstepConfig.Builder |
LightstepConfig.Builder.addAllPropagationModes(java.lang.Iterable<? extends LightstepConfig.PropagationMode> values) |
Propagation modes to use by LightStep's tracer.
|
LightstepConfig.Builder |
LightstepConfig.Builder.addAllPropagationModesValue(java.lang.Iterable<java.lang.Integer> values) |
Propagation modes to use by LightStep's tracer.
|
LightstepConfig.Builder |
LightstepConfig.Builder.addPropagationModes(LightstepConfig.PropagationMode value) |
Propagation modes to use by LightStep's tracer.
|
LightstepConfig.Builder |
LightstepConfig.Builder.addPropagationModesValue(int value) |
Propagation modes to use by LightStep's tracer.
|
LightstepConfig.Builder |
LightstepConfig.Builder.clear() |
|
LightstepConfig.Builder |
LightstepConfig.Builder.clearAccessToken() |
Access token to the `LightStep <https://lightstep.com/>`_ API.
|
LightstepConfig.Builder |
LightstepConfig.Builder.clearAccessTokenFile() |
Deprecated.
|
LightstepConfig.Builder |
LightstepConfig.Builder.clearCollectorCluster() |
The cluster manager cluster that hosts the LightStep collectors.
|
LightstepConfig.Builder |
LightstepConfig.Builder.clearPropagationModes() |
Propagation modes to use by LightStep's tracer.
|
LightstepConfig.Builder |
LightstepConfig.Builder.mergeAccessToken(DataSource value) |
Access token to the `LightStep <https://lightstep.com/>`_ API.
|
LightstepConfig.Builder |
LightstepConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
LightstepConfig.Builder |
LightstepConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
LightstepConfig.Builder |
LightstepConfig.Builder.mergeFrom(LightstepConfig other) |
|
static LightstepConfig.Builder |
LightstepConfig.newBuilder() |
|
static LightstepConfig.Builder |
LightstepConfig.newBuilder(LightstepConfig prototype) |
|
LightstepConfig.Builder |
LightstepConfig.newBuilderForType() |
|
protected LightstepConfig.Builder |
LightstepConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
LightstepConfig.Builder |
LightstepConfig.Builder.setAccessToken(DataSource value) |
Access token to the `LightStep <https://lightstep.com/>`_ API.
|
LightstepConfig.Builder |
LightstepConfig.Builder.setAccessToken(DataSource.Builder builderForValue) |
Access token to the `LightStep <https://lightstep.com/>`_ API.
|
LightstepConfig.Builder |
LightstepConfig.Builder.setAccessTokenFile(java.lang.String value) |
Deprecated.
|
LightstepConfig.Builder |
LightstepConfig.Builder.setAccessTokenFileBytes(com.google.protobuf.ByteString value) |
Deprecated.
|
LightstepConfig.Builder |
LightstepConfig.Builder.setCollectorCluster(java.lang.String value) |
The cluster manager cluster that hosts the LightStep collectors.
|
LightstepConfig.Builder |
LightstepConfig.Builder.setCollectorClusterBytes(com.google.protobuf.ByteString value) |
The cluster manager cluster that hosts the LightStep collectors.
|
LightstepConfig.Builder |
LightstepConfig.Builder.setPropagationModes(int index,
LightstepConfig.PropagationMode value) |
Propagation modes to use by LightStep's tracer.
|
LightstepConfig.Builder |
LightstepConfig.Builder.setPropagationModesValue(int index,
int value) |
Propagation modes to use by LightStep's tracer.
|
LightstepConfig.Builder |
LightstepConfig.toBuilder() |
|