Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.BodyResponse.Builder
Packages that use BodyResponse.Builder
-
Uses of BodyResponse.Builder in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return BodyResponse.BuilderModifier and TypeMethodDescriptionBodyResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BodyResponse.Builder.clear()BodyResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) BodyResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) BodyResponse.Builder.clearResponse()Details the modifications (if any) to be made by the data plane to the current request/response.BodyResponse.Builder.clone()ProcessingResponse.Builder.getRequestBodyBuilder()The server must send back this message in response to a message with the ``request_body`` field set.ProcessingResponse.Builder.getResponseBodyBuilder()The server must send back this message in response to a message with the ``response_body`` field set.BodyResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BodyResponse.Builder.mergeFrom(com.google.protobuf.Message other) BodyResponse.Builder.mergeFrom(BodyResponse other) BodyResponse.Builder.mergeResponse(CommonResponse value) Details the modifications (if any) to be made by the data plane to the current request/response.final BodyResponse.BuilderBodyResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static BodyResponse.BuilderBodyResponse.newBuilder()static BodyResponse.BuilderBodyResponse.newBuilder(BodyResponse prototype) BodyResponse.newBuilderForType()protected BodyResponse.BuilderBodyResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) BodyResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) BodyResponse.Builder.setResponse(CommonResponse value) Details the modifications (if any) to be made by the data plane to the current request/response.BodyResponse.Builder.setResponse(CommonResponse.Builder builderForValue) Details the modifications (if any) to be made by the data plane to the current request/response.final BodyResponse.BuilderBodyResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) BodyResponse.toBuilder()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type BodyResponse.BuilderModifier and TypeMethodDescriptionProcessingResponse.Builder.setRequestBody(BodyResponse.Builder builderForValue) The server must send back this message in response to a message with the ``request_body`` field set.ProcessingResponse.Builder.setResponseBody(BodyResponse.Builder builderForValue) The server must send back this message in response to a message with the ``response_body`` field set.