Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpService
-
Packages that use HttpService Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.trace.v3 -
-
Uses of HttpService in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as HttpService Modifier and Type Field Description private static HttpService
HttpService. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HttpService Modifier and Type Field Description private static com.google.protobuf.Parser<HttpService>
HttpService. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return HttpService Modifier and Type Method Description HttpService
HttpService.Builder. build()
HttpService
HttpService.Builder. buildPartial()
static HttpService
HttpService. getDefaultInstance()
HttpService
HttpService.Builder. getDefaultInstanceForType()
HttpService
HttpService. getDefaultInstanceForType()
static HttpService
HttpService. parseDelimitedFrom(java.io.InputStream input)
static HttpService
HttpService. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpService
HttpService. parseFrom(byte[] data)
static HttpService
HttpService. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpService
HttpService. parseFrom(com.google.protobuf.ByteString data)
static HttpService
HttpService. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpService
HttpService. parseFrom(com.google.protobuf.CodedInputStream input)
static HttpService
HttpService. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpService
HttpService. parseFrom(java.io.InputStream input)
static HttpService
HttpService. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpService
HttpService. parseFrom(java.nio.ByteBuffer data)
static HttpService
HttpService. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HttpService Modifier and Type Method Description com.google.protobuf.Parser<HttpService>
HttpService. getParserForType()
static com.google.protobuf.Parser<HttpService>
HttpService. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HttpService Modifier and Type Method Description private void
HttpService.Builder. buildPartial0(HttpService result)
private void
HttpService.Builder. buildPartialRepeatedFields(HttpService result)
HttpService.Builder
HttpService.Builder. mergeFrom(HttpService other)
static HttpService.Builder
HttpService. newBuilder(HttpService prototype)
-
Uses of HttpService in io.envoyproxy.envoy.config.trace.v3
Fields in io.envoyproxy.envoy.config.trace.v3 declared as HttpService Modifier and Type Field Description private HttpService
OpenTelemetryConfig.Builder. httpService_
private HttpService
OpenTelemetryConfig. httpService_
Fields in io.envoyproxy.envoy.config.trace.v3 with type parameters of type HttpService 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 HttpService Modifier and Type Method Description HttpService
OpenTelemetryConfig.Builder. getHttpService()
The upstream HTTP cluster that will receive OTLP traces.HttpService
OpenTelemetryConfig. getHttpService()
The upstream HTTP cluster that will receive OTLP traces.HttpService
OpenTelemetryConfigOrBuilder. getHttpService()
The upstream HTTP cluster that will receive OTLP traces.Methods in io.envoyproxy.envoy.config.trace.v3 that return types with arguments of type HttpService 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.Methods in io.envoyproxy.envoy.config.trace.v3 with parameters of type HttpService Modifier and Type Method Description OpenTelemetryConfig.Builder
OpenTelemetryConfig.Builder. mergeHttpService(HttpService value)
The upstream HTTP cluster that will receive OTLP traces.OpenTelemetryConfig.Builder
OpenTelemetryConfig.Builder. setHttpService(HttpService value)
The upstream HTTP cluster that will receive OTLP traces.
-