Uses of Class
io.envoyproxy.envoy.config.trace.v3.OpenCensusConfig.TraceContext
-
Packages that use OpenCensusConfig.TraceContext Package Description io.envoyproxy.envoy.config.trace.v3 -
-
Uses of OpenCensusConfig.TraceContext in io.envoyproxy.envoy.config.trace.v3
Methods in io.envoyproxy.envoy.config.trace.v3 that return OpenCensusConfig.TraceContext Modifier and Type Method Description static OpenCensusConfig.TraceContextOpenCensusConfig.TraceContext. forNumber(int value)OpenCensusConfig.TraceContextOpenCensusConfig.Builder. getIncomingTraceContext(int index)List of incoming trace context headers we will accept.OpenCensusConfig.TraceContextOpenCensusConfig. getIncomingTraceContext(int index)List of incoming trace context headers we will accept.OpenCensusConfig.TraceContextOpenCensusConfigOrBuilder. getIncomingTraceContext(int index)List of incoming trace context headers we will accept.OpenCensusConfig.TraceContextOpenCensusConfig.Builder. getOutgoingTraceContext(int index)List of outgoing trace context headers we will produce.OpenCensusConfig.TraceContextOpenCensusConfig. getOutgoingTraceContext(int index)List of outgoing trace context headers we will produce.OpenCensusConfig.TraceContextOpenCensusConfigOrBuilder. getOutgoingTraceContext(int index)List of outgoing trace context headers we will produce.static OpenCensusConfig.TraceContextOpenCensusConfig.TraceContext. valueOf(int value)Deprecated.static OpenCensusConfig.TraceContextOpenCensusConfig.TraceContext. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OpenCensusConfig.TraceContextOpenCensusConfig.TraceContext. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenCensusConfig.TraceContext[]OpenCensusConfig.TraceContext. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.trace.v3 that return types with arguments of type OpenCensusConfig.TraceContext Modifier and Type Method Description List<OpenCensusConfig.TraceContext>OpenCensusConfig.Builder. getIncomingTraceContextList()List of incoming trace context headers we will accept.List<OpenCensusConfig.TraceContext>OpenCensusConfig. getIncomingTraceContextList()List of incoming trace context headers we will accept.List<OpenCensusConfig.TraceContext>OpenCensusConfigOrBuilder. getIncomingTraceContextList()List of incoming trace context headers we will accept.List<OpenCensusConfig.TraceContext>OpenCensusConfig.Builder. getOutgoingTraceContextList()List of outgoing trace context headers we will produce.List<OpenCensusConfig.TraceContext>OpenCensusConfig. getOutgoingTraceContextList()List of outgoing trace context headers we will produce.List<OpenCensusConfig.TraceContext>OpenCensusConfigOrBuilder. getOutgoingTraceContextList()List of outgoing trace context headers we will produce.static com.google.protobuf.Internal.EnumLiteMap<OpenCensusConfig.TraceContext>OpenCensusConfig.TraceContext. internalGetValueMap()Methods in io.envoyproxy.envoy.config.trace.v3 with parameters of type OpenCensusConfig.TraceContext Modifier and Type Method Description OpenCensusConfig.BuilderOpenCensusConfig.Builder. addIncomingTraceContext(OpenCensusConfig.TraceContext value)List of incoming trace context headers we will accept.OpenCensusConfig.BuilderOpenCensusConfig.Builder. addOutgoingTraceContext(OpenCensusConfig.TraceContext value)List of outgoing trace context headers we will produce.OpenCensusConfig.BuilderOpenCensusConfig.Builder. setIncomingTraceContext(int index, OpenCensusConfig.TraceContext value)List of incoming trace context headers we will accept.OpenCensusConfig.BuilderOpenCensusConfig.Builder. setOutgoingTraceContext(int index, OpenCensusConfig.TraceContext value)List of outgoing trace context headers we will produce.Method parameters in io.envoyproxy.envoy.config.trace.v3 with type arguments of type OpenCensusConfig.TraceContext Modifier and Type Method Description OpenCensusConfig.BuilderOpenCensusConfig.Builder. addAllIncomingTraceContext(Iterable<? extends OpenCensusConfig.TraceContext> values)List of incoming trace context headers we will accept.OpenCensusConfig.BuilderOpenCensusConfig.Builder. addAllOutgoingTraceContext(Iterable<? extends OpenCensusConfig.TraceContext> values)List of outgoing trace context headers we will produce.
-