Uses of Class
io.envoyproxy.envoy.config.trace.v3.Tracing.Builder
Packages that use Tracing.Builder
-
Uses of Tracing.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Tracing.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Tracing, Tracing.Builder, TracingOrBuilder> Bootstrap.Builder.tracingBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Tracing.BuilderMethods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Tracing.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Tracing, Tracing.Builder, TracingOrBuilder> Bootstrap.Builder.internalGetTracingFieldBuilder()
Configuration for an external tracing provider.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Tracing.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.setTracing
(Tracing.Builder builderForValue) Deprecated. -
Uses of Tracing.Builder in io.envoyproxy.envoy.config.trace.v3
Methods in io.envoyproxy.envoy.config.trace.v3 that return Tracing.BuilderModifier and TypeMethodDescriptionTracing.Builder.clear()
Tracing.Builder.clearHttp()
Provides configuration for the HTTP tracer.Tracing.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Tracing.Builder.mergeFrom
(com.google.protobuf.Message other) Tracing.Builder.mergeHttp
(Tracing.Http value) Provides configuration for the HTTP tracer.static Tracing.Builder
Tracing.newBuilder()
static Tracing.Builder
Tracing.newBuilder
(Tracing prototype) Tracing.newBuilderForType()
protected Tracing.Builder
Tracing.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Tracing.Builder.setHttp
(Tracing.Http value) Provides configuration for the HTTP tracer.Tracing.Builder.setHttp
(Tracing.Http.Builder builderForValue) Provides configuration for the HTTP tracer.Tracing.toBuilder()