Uses of Class
io.envoyproxy.envoy.config.trace.v2.LightstepConfig.PropagationMode
-
Packages that use LightstepConfig.PropagationMode Package Description io.envoyproxy.envoy.config.trace.v2 -
-
Uses of LightstepConfig.PropagationMode in io.envoyproxy.envoy.config.trace.v2
Methods in io.envoyproxy.envoy.config.trace.v2 that return LightstepConfig.PropagationMode Modifier and Type Method Description static LightstepConfig.PropagationModeLightstepConfig.PropagationMode. forNumber(int value)LightstepConfig.PropagationModeLightstepConfig.Builder. getPropagationModes(int index)Propagation modes to use by LightStep's tracer.LightstepConfig.PropagationModeLightstepConfig. getPropagationModes(int index)Propagation modes to use by LightStep's tracer.LightstepConfig.PropagationModeLightstepConfigOrBuilder. getPropagationModes(int index)Propagation modes to use by LightStep's tracer.static LightstepConfig.PropagationModeLightstepConfig.PropagationMode. valueOf(int value)Deprecated.static LightstepConfig.PropagationModeLightstepConfig.PropagationMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LightstepConfig.PropagationModeLightstepConfig.PropagationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static LightstepConfig.PropagationMode[]LightstepConfig.PropagationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.trace.v2 that return types with arguments of type LightstepConfig.PropagationMode Modifier and Type Method Description List<LightstepConfig.PropagationMode>LightstepConfig.Builder. getPropagationModesList()Propagation modes to use by LightStep's tracer.List<LightstepConfig.PropagationMode>LightstepConfig. getPropagationModesList()Propagation modes to use by LightStep's tracer.List<LightstepConfig.PropagationMode>LightstepConfigOrBuilder. getPropagationModesList()Propagation modes to use by LightStep's tracer.static com.google.protobuf.Internal.EnumLiteMap<LightstepConfig.PropagationMode>LightstepConfig.PropagationMode. internalGetValueMap()Methods in io.envoyproxy.envoy.config.trace.v2 with parameters of type LightstepConfig.PropagationMode Modifier and Type Method Description LightstepConfig.BuilderLightstepConfig.Builder. addPropagationModes(LightstepConfig.PropagationMode value)Propagation modes to use by LightStep's tracer.LightstepConfig.BuilderLightstepConfig.Builder. setPropagationModes(int index, LightstepConfig.PropagationMode value)Propagation modes to use by LightStep's tracer.Method parameters in io.envoyproxy.envoy.config.trace.v2 with type arguments of type LightstepConfig.PropagationMode Modifier and Type Method Description LightstepConfig.BuilderLightstepConfig.Builder. addAllPropagationModes(Iterable<? extends LightstepConfig.PropagationMode> values)Propagation modes to use by LightStep's tracer.
-