Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.BodyResponse
-
Packages that use BodyResponse Package Description io.envoyproxy.envoy.service.ext_proc.v3 -
-
Uses of BodyResponse in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return BodyResponse Modifier and Type Method Description BodyResponseBodyResponse.Builder. build()BodyResponseBodyResponse.Builder. buildPartial()static BodyResponseBodyResponse. getDefaultInstance()BodyResponseBodyResponse.Builder. getDefaultInstanceForType()BodyResponseBodyResponse. getDefaultInstanceForType()BodyResponseProcessingResponse.Builder. getRequestBody()The server must send back this message in response to a message with the ``request_body`` field set.BodyResponseProcessingResponse. getRequestBody()The server must send back this message in response to a message with the ``request_body`` field set.BodyResponseProcessingResponseOrBuilder. getRequestBody()The server must send back this message in response to a message with the ``request_body`` field set.BodyResponseProcessingResponse.Builder. getResponseBody()The server must send back this message in response to a message with the ``response_body`` field set.BodyResponseProcessingResponse. getResponseBody()The server must send back this message in response to a message with the ``response_body`` field set.BodyResponseProcessingResponseOrBuilder. getResponseBody()The server must send back this message in response to a message with the ``response_body`` field set.static BodyResponseBodyResponse. parseDelimitedFrom(InputStream input)static BodyResponseBodyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BodyResponseBodyResponse. parseFrom(byte[] data)static BodyResponseBodyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BodyResponseBodyResponse. parseFrom(com.google.protobuf.ByteString data)static BodyResponseBodyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BodyResponseBodyResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BodyResponseBodyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BodyResponseBodyResponse. parseFrom(InputStream input)static BodyResponseBodyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BodyResponseBodyResponse. parseFrom(ByteBuffer data)static BodyResponseBodyResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type BodyResponse Modifier and Type Method Description com.google.protobuf.Parser<BodyResponse>BodyResponse. getParserForType()static com.google.protobuf.Parser<BodyResponse>BodyResponse. parser()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type BodyResponse Modifier and Type Method Description BodyResponse.BuilderBodyResponse.Builder. mergeFrom(BodyResponse other)ProcessingResponse.BuilderProcessingResponse.Builder. mergeRequestBody(BodyResponse value)The server must send back this message in response to a message with the ``request_body`` field set.ProcessingResponse.BuilderProcessingResponse.Builder. mergeResponseBody(BodyResponse value)The server must send back this message in response to a message with the ``response_body`` field set.static BodyResponse.BuilderBodyResponse. newBuilder(BodyResponse prototype)ProcessingResponse.BuilderProcessingResponse.Builder. setRequestBody(BodyResponse value)The server must send back this message in response to a message with the ``request_body`` field set.ProcessingResponse.BuilderProcessingResponse.Builder. setResponseBody(BodyResponse value)The server must send back this message in response to a message with the ``response_body`` field set.
-