Uses of Class
io.envoyproxy.envoy.config.trace.v2.Tracing.Builder
-
Packages that use Tracing.Builder Package Description io.envoyproxy.envoy.config.bootstrap.v2 io.envoyproxy.envoy.config.trace.v2 -
-
Uses of Tracing.Builder in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return Tracing.Builder Modifier and Type Method Description Tracing.BuilderBootstrap.Builder. getTracingBuilder()Configuration for an external tracing provider. .. attention:: This field has been deprecated in favor of :ref:`HttpConnectionManager.Tracing.provider <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.provider>`.Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type Tracing.Builder Modifier and Type Method Description Bootstrap.BuilderBootstrap.Builder. setTracing(Tracing.Builder builderForValue)Configuration for an external tracing provider. .. attention:: This field has been deprecated in favor of :ref:`HttpConnectionManager.Tracing.provider <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.provider>`. -
Uses of Tracing.Builder in io.envoyproxy.envoy.config.trace.v2
Methods in io.envoyproxy.envoy.config.trace.v2 that return Tracing.Builder Modifier and Type Method Description Tracing.BuilderTracing.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Tracing.BuilderTracing.Builder. clear()Tracing.BuilderTracing.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Tracing.BuilderTracing.Builder. clearHttp()Provides configuration for the HTTP tracer.Tracing.BuilderTracing.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Tracing.BuilderTracing.Builder. clone()Tracing.BuilderTracing.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Tracing.BuilderTracing.Builder. mergeFrom(com.google.protobuf.Message other)Tracing.BuilderTracing.Builder. mergeFrom(Tracing other)Tracing.BuilderTracing.Builder. mergeHttp(Tracing.Http value)Provides configuration for the HTTP tracer.Tracing.BuilderTracing.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Tracing.BuilderTracing. newBuilder()static Tracing.BuilderTracing. newBuilder(Tracing prototype)Tracing.BuilderTracing. newBuilderForType()protected Tracing.BuilderTracing. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Tracing.BuilderTracing.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Tracing.BuilderTracing.Builder. setHttp(Tracing.Http value)Provides configuration for the HTTP tracer.Tracing.BuilderTracing.Builder. setHttp(Tracing.Http.Builder builderForValue)Provides configuration for the HTTP tracer.Tracing.BuilderTracing.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Tracing.BuilderTracing.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Tracing.BuilderTracing. toBuilder()
-