| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.trace.v3 |
| Modifier and Type | Method and Description |
|---|---|
static OpenCensusConfig.TraceContext |
OpenCensusConfig.TraceContext.forNumber(int value) |
OpenCensusConfig.TraceContext |
OpenCensusConfig.getIncomingTraceContext(int index)
List of incoming trace context headers we will accept.
|
OpenCensusConfig.TraceContext |
OpenCensusConfig.Builder.getIncomingTraceContext(int index)
List of incoming trace context headers we will accept.
|
OpenCensusConfig.TraceContext |
OpenCensusConfigOrBuilder.getIncomingTraceContext(int index)
List of incoming trace context headers we will accept.
|
OpenCensusConfig.TraceContext |
OpenCensusConfig.getOutgoingTraceContext(int index)
List of outgoing trace context headers we will produce.
|
OpenCensusConfig.TraceContext |
OpenCensusConfig.Builder.getOutgoingTraceContext(int index)
List of outgoing trace context headers we will produce.
|
OpenCensusConfig.TraceContext |
OpenCensusConfigOrBuilder.getOutgoingTraceContext(int index)
List of outgoing trace context headers we will produce.
|
static OpenCensusConfig.TraceContext |
OpenCensusConfig.TraceContext.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OpenCensusConfig.TraceContext |
OpenCensusConfig.TraceContext.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OpenCensusConfig.TraceContext |
OpenCensusConfig.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<OpenCensusConfig.TraceContext> |
OpenCensusConfig.getIncomingTraceContextList()
List of incoming trace context headers we will accept.
|
List<OpenCensusConfig.TraceContext> |
OpenCensusConfig.Builder.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.getOutgoingTraceContextList()
List of outgoing trace context headers we will produce.
|
List<OpenCensusConfig.TraceContext> |
OpenCensusConfig.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
OpenCensusConfig.Builder |
OpenCensusConfig.Builder.addIncomingTraceContext(OpenCensusConfig.TraceContext value)
List of incoming trace context headers we will accept.
|
OpenCensusConfig.Builder |
OpenCensusConfig.Builder.addOutgoingTraceContext(OpenCensusConfig.TraceContext value)
List of outgoing trace context headers we will produce.
|
OpenCensusConfig.Builder |
OpenCensusConfig.Builder.setIncomingTraceContext(int index,
OpenCensusConfig.TraceContext value)
List of incoming trace context headers we will accept.
|
OpenCensusConfig.Builder |
OpenCensusConfig.Builder.setOutgoingTraceContext(int index,
OpenCensusConfig.TraceContext value)
List of outgoing trace context headers we will produce.
|
| Modifier and Type | Method and Description |
|---|---|
OpenCensusConfig.Builder |
OpenCensusConfig.Builder.addAllIncomingTraceContext(Iterable<? extends OpenCensusConfig.TraceContext> values)
List of incoming trace context headers we will accept.
|
OpenCensusConfig.Builder |
OpenCensusConfig.Builder.addAllOutgoingTraceContext(Iterable<? extends OpenCensusConfig.TraceContext> values)
List of outgoing trace context headers we will produce.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.