Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.ProcessingRequest.Builder
Packages that use ProcessingRequest.Builder
-
Uses of ProcessingRequest.Builder in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return ProcessingRequest.BuilderModifier and TypeMethodDescriptionProcessingRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ProcessingRequest.Builder.clear()ProcessingRequest.Builder.clearAttributes()ProcessingRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ProcessingRequest.Builder.clearMetadataContext()Dynamic metadata associated with the request.ProcessingRequest.Builder.clearObservabilityMode()Specify whether the filter that sent this request is running in :ref:`observability_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.observability_mode>` and defaults to falseProcessingRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ProcessingRequest.Builder.clearProtocolConfig()Specify the filter protocol configurations to be sent to the server.ProcessingRequest.Builder.clearRequest()ProcessingRequest.Builder.clearRequestBody()A chunk of the HTTP request body.ProcessingRequest.Builder.clearRequestHeaders()Information about the HTTP request headers, as well as peer info and additional properties.ProcessingRequest.Builder.clearRequestTrailers()The HTTP trailers for the request path.ProcessingRequest.Builder.clearResponseBody()A chunk of the HTTP response body.ProcessingRequest.Builder.clearResponseHeaders()Information about the HTTP response headers, as well as peer info and additional properties.ProcessingRequest.Builder.clearResponseTrailers()The HTTP trailers for the response path.ProcessingRequest.Builder.clone()ProcessingRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ProcessingRequest.Builder.mergeFrom(com.google.protobuf.Message other) ProcessingRequest.Builder.mergeFrom(ProcessingRequest other) ProcessingRequest.Builder.mergeMetadataContext(Metadata value) Dynamic metadata associated with the request.ProcessingRequest.Builder.mergeProtocolConfig(ProtocolConfiguration value) Specify the filter protocol configurations to be sent to the server.ProcessingRequest.Builder.mergeRequestBody(HttpBody value) A chunk of the HTTP request body.ProcessingRequest.Builder.mergeRequestHeaders(HttpHeaders value) Information about the HTTP request headers, as well as peer info and additional properties.ProcessingRequest.Builder.mergeRequestTrailers(HttpTrailers value) The HTTP trailers for the request path.ProcessingRequest.Builder.mergeResponseBody(HttpBody value) A chunk of the HTTP response body.ProcessingRequest.Builder.mergeResponseHeaders(HttpHeaders value) Information about the HTTP response headers, as well as peer info and additional properties.ProcessingRequest.Builder.mergeResponseTrailers(HttpTrailers value) The HTTP trailers for the response path.ProcessingRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ProcessingRequest.BuilderProcessingRequest.newBuilder()static ProcessingRequest.BuilderProcessingRequest.newBuilder(ProcessingRequest prototype) ProcessingRequest.newBuilderForType()protected ProcessingRequest.BuilderProcessingRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ProcessingRequest.Builder.putAllAttributes(Map<String, com.google.protobuf.Struct> values) The values of properties selected by the ``request_attributes`` or ``response_attributes`` list in the configuration.ProcessingRequest.Builder.putAttributes(String key, com.google.protobuf.Struct value) The values of properties selected by the ``request_attributes`` or ``response_attributes`` list in the configuration.ProcessingRequest.Builder.removeAttributes(String key) The values of properties selected by the ``request_attributes`` or ``response_attributes`` list in the configuration.ProcessingRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ProcessingRequest.Builder.setMetadataContext(Metadata value) Dynamic metadata associated with the request.ProcessingRequest.Builder.setMetadataContext(Metadata.Builder builderForValue) Dynamic metadata associated with the request.ProcessingRequest.Builder.setObservabilityMode(boolean value) Specify whether the filter that sent this request is running in :ref:`observability_mode <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.observability_mode>` and defaults to falseProcessingRequest.Builder.setProtocolConfig(ProtocolConfiguration value) Specify the filter protocol configurations to be sent to the server.ProcessingRequest.Builder.setProtocolConfig(ProtocolConfiguration.Builder builderForValue) Specify the filter protocol configurations to be sent to the server.ProcessingRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ProcessingRequest.Builder.setRequestBody(HttpBody value) A chunk of the HTTP request body.ProcessingRequest.Builder.setRequestBody(HttpBody.Builder builderForValue) A chunk of the HTTP request body.ProcessingRequest.Builder.setRequestHeaders(HttpHeaders value) Information about the HTTP request headers, as well as peer info and additional properties.ProcessingRequest.Builder.setRequestHeaders(HttpHeaders.Builder builderForValue) Information about the HTTP request headers, as well as peer info and additional properties.ProcessingRequest.Builder.setRequestTrailers(HttpTrailers value) The HTTP trailers for the request path.ProcessingRequest.Builder.setRequestTrailers(HttpTrailers.Builder builderForValue) The HTTP trailers for the request path.ProcessingRequest.Builder.setResponseBody(HttpBody value) A chunk of the HTTP response body.ProcessingRequest.Builder.setResponseBody(HttpBody.Builder builderForValue) A chunk of the HTTP response body.ProcessingRequest.Builder.setResponseHeaders(HttpHeaders value) Information about the HTTP response headers, as well as peer info and additional properties.ProcessingRequest.Builder.setResponseHeaders(HttpHeaders.Builder builderForValue) Information about the HTTP response headers, as well as peer info and additional properties.ProcessingRequest.Builder.setResponseTrailers(HttpTrailers value) The HTTP trailers for the response path.ProcessingRequest.Builder.setResponseTrailers(HttpTrailers.Builder builderForValue) The HTTP trailers for the response path.ProcessingRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ProcessingRequest.toBuilder()