Uses of Class
io.envoyproxy.envoy.config.core.v3.HttpService
Packages that use HttpService
-
Uses of HttpService in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as HttpServiceFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HttpServiceModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<HttpService> HttpService.PARSERMethods in io.envoyproxy.envoy.config.core.v3 that return HttpServiceModifier and TypeMethodDescriptionHttpService.Builder.build()HttpService.Builder.buildPartial()static HttpServiceHttpService.getDefaultInstance()HttpService.Builder.getDefaultInstanceForType()HttpService.getDefaultInstanceForType()static HttpServiceHttpService.parseDelimitedFrom(InputStream input) static HttpServiceHttpService.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpServiceHttpService.parseFrom(byte[] data) static HttpServiceHttpService.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpServiceHttpService.parseFrom(com.google.protobuf.ByteString data) static HttpServiceHttpService.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpServiceHttpService.parseFrom(com.google.protobuf.CodedInputStream input) static HttpServiceHttpService.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpServiceHttpService.parseFrom(InputStream input) static HttpServiceHttpService.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HttpServiceHttpService.parseFrom(ByteBuffer data) static HttpServiceHttpService.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HttpServiceModifier and TypeMethodDescriptioncom.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 HttpServiceModifier and TypeMethodDescriptionprivate voidHttpService.Builder.buildPartial0(HttpService result) private voidHttpService.Builder.buildPartialRepeatedFields(HttpService result) HttpService.Builder.mergeFrom(HttpService other) static HttpService.BuilderHttpService.newBuilder(HttpService prototype) -
Uses of HttpService in io.envoyproxy.envoy.config.trace.v3
Fields in io.envoyproxy.envoy.config.trace.v3 declared as HttpServiceModifier and TypeFieldDescriptionprivate HttpServiceOpenTelemetryConfig.Builder.httpService_private HttpServiceOpenTelemetryConfig.httpService_Fields in io.envoyproxy.envoy.config.trace.v3 with type parameters of type HttpServiceModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<HttpService, HttpService.Builder, HttpServiceOrBuilder> OpenTelemetryConfig.Builder.httpServiceBuilder_Methods in io.envoyproxy.envoy.config.trace.v3 that return HttpServiceModifier and TypeMethodDescriptionOpenTelemetryConfig.Builder.getHttpService()The upstream HTTP cluster that will receive OTLP traces.OpenTelemetryConfig.getHttpService()The upstream HTTP cluster that will receive OTLP traces.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 HttpServiceModifier and TypeMethodDescriptionprivate 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 HttpServiceModifier and TypeMethodDescriptionOpenTelemetryConfig.Builder.mergeHttpService(HttpService value) The upstream HTTP cluster that will receive OTLP traces.OpenTelemetryConfig.Builder.setHttpService(HttpService value) The upstream HTTP cluster that will receive OTLP traces.