Uses of Class
io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.Tracing
-
Packages that use HttpConnectionManager.Tracing Package Description io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 -
-
Uses of HttpConnectionManager.Tracing in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 declared as HttpConnectionManager.Tracing Modifier and Type Field Description private static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. DEFAULT_INSTANCE
private HttpConnectionManager.Tracing
HttpConnectionManager.Builder. tracing_
private HttpConnectionManager.Tracing
HttpConnectionManager. tracing_
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type HttpConnectionManager.Tracing Modifier and Type Field Description private static com.google.protobuf.Parser<HttpConnectionManager.Tracing>
HttpConnectionManager.Tracing. PARSER
private com.google.protobuf.SingleFieldBuilder<HttpConnectionManager.Tracing,HttpConnectionManager.Tracing.Builder,HttpConnectionManager.TracingOrBuilder>
HttpConnectionManager.Builder. tracingBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return HttpConnectionManager.Tracing Modifier and Type Method Description HttpConnectionManager.Tracing
HttpConnectionManager.Tracing.Builder. build()
HttpConnectionManager.Tracing
HttpConnectionManager.Tracing.Builder. buildPartial()
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. getDefaultInstance()
HttpConnectionManager.Tracing
HttpConnectionManager.Tracing.Builder. getDefaultInstanceForType()
HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. getDefaultInstanceForType()
HttpConnectionManager.Tracing
HttpConnectionManager.Builder. getTracing()
Presence of the object defines whether the connection manager emits :ref:`tracing <arch_overview_tracing>` data to the :ref:`configured tracing provider <envoy_v3_api_msg_config.trace.v3.Tracing>`.HttpConnectionManager.Tracing
HttpConnectionManager. getTracing()
Presence of the object defines whether the connection manager emits :ref:`tracing <arch_overview_tracing>` data to the :ref:`configured tracing provider <envoy_v3_api_msg_config.trace.v3.Tracing>`.HttpConnectionManager.Tracing
HttpConnectionManagerOrBuilder. getTracing()
Presence of the object defines whether the connection manager emits :ref:`tracing <arch_overview_tracing>` data to the :ref:`configured tracing provider <envoy_v3_api_msg_config.trace.v3.Tracing>`.static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseDelimitedFrom(java.io.InputStream input)
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseFrom(byte[] data)
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseFrom(com.google.protobuf.ByteString data)
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseFrom(com.google.protobuf.CodedInputStream input)
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseFrom(java.io.InputStream input)
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseFrom(java.nio.ByteBuffer data)
static HttpConnectionManager.Tracing
HttpConnectionManager.Tracing. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type HttpConnectionManager.Tracing Modifier and Type Method Description com.google.protobuf.Parser<HttpConnectionManager.Tracing>
HttpConnectionManager.Tracing. getParserForType()
private com.google.protobuf.SingleFieldBuilder<HttpConnectionManager.Tracing,HttpConnectionManager.Tracing.Builder,HttpConnectionManager.TracingOrBuilder>
HttpConnectionManager.Builder. getTracingFieldBuilder()
Presence of the object defines whether the connection manager emits :ref:`tracing <arch_overview_tracing>` data to the :ref:`configured tracing provider <envoy_v3_api_msg_config.trace.v3.Tracing>`.static com.google.protobuf.Parser<HttpConnectionManager.Tracing>
HttpConnectionManager.Tracing. parser()
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type HttpConnectionManager.Tracing Modifier and Type Method Description private void
HttpConnectionManager.Tracing.Builder. buildPartial0(HttpConnectionManager.Tracing result)
private void
HttpConnectionManager.Tracing.Builder. buildPartialRepeatedFields(HttpConnectionManager.Tracing result)
HttpConnectionManager.Tracing.Builder
HttpConnectionManager.Tracing.Builder. mergeFrom(HttpConnectionManager.Tracing other)
HttpConnectionManager.Builder
HttpConnectionManager.Builder. mergeTracing(HttpConnectionManager.Tracing value)
Presence of the object defines whether the connection manager emits :ref:`tracing <arch_overview_tracing>` data to the :ref:`configured tracing provider <envoy_v3_api_msg_config.trace.v3.Tracing>`.static HttpConnectionManager.Tracing.Builder
HttpConnectionManager.Tracing. newBuilder(HttpConnectionManager.Tracing prototype)
HttpConnectionManager.Builder
HttpConnectionManager.Builder. setTracing(HttpConnectionManager.Tracing value)
Presence of the object defines whether the connection manager emits :ref:`tracing <arch_overview_tracing>` data to the :ref:`configured tracing provider <envoy_v3_api_msg_config.trace.v3.Tracing>`.
-