Uses of Interface
io.envoyproxy.envoy.config.core.v3.HttpServiceOrBuilder
-
Packages that use HttpServiceOrBuilder Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.trace.v3 -
-
Uses of HttpServiceOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement HttpServiceOrBuilder Modifier and Type Class Description class
HttpService
HTTP service configuration.static class
HttpService.Builder
HTTP service configuration. -
Uses of HttpServiceOrBuilder in io.envoyproxy.envoy.config.trace.v3
Fields in io.envoyproxy.envoy.config.trace.v3 with type parameters of type HttpServiceOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<HttpService,HttpService.Builder,HttpServiceOrBuilder>
OpenTelemetryConfig.Builder. httpServiceBuilder_
Methods in io.envoyproxy.envoy.config.trace.v3 that return HttpServiceOrBuilder Modifier and Type Method Description HttpServiceOrBuilder
OpenTelemetryConfig.Builder. getHttpServiceOrBuilder()
The upstream HTTP cluster that will receive OTLP traces.HttpServiceOrBuilder
OpenTelemetryConfig. getHttpServiceOrBuilder()
The upstream HTTP cluster that will receive OTLP traces.HttpServiceOrBuilder
OpenTelemetryConfigOrBuilder. getHttpServiceOrBuilder()
The upstream HTTP cluster that will receive OTLP traces.Methods in io.envoyproxy.envoy.config.trace.v3 that return types with arguments of type HttpServiceOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<HttpService,HttpService.Builder,HttpServiceOrBuilder>
OpenTelemetryConfig.Builder. getHttpServiceFieldBuilder()
The upstream HTTP cluster that will receive OTLP traces.
-