Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.HttpBody.Builder
-
Packages that use HttpBody.Builder Package Description io.envoyproxy.envoy.service.ext_proc.v3 -
-
Uses of HttpBody.Builder in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return HttpBody.Builder Modifier and Type Method Description HttpBody.BuilderHttpBody.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HttpBody.BuilderHttpBody.Builder. clear()HttpBody.BuilderHttpBody.Builder. clearBody()bytes body = 1;HttpBody.BuilderHttpBody.Builder. clearEndOfStream()bool end_of_stream = 2;HttpBody.BuilderHttpBody.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)HttpBody.BuilderHttpBody.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)HttpBody.BuilderHttpBody.Builder. clone()HttpBody.BuilderProcessingRequest.Builder. getRequestBodyBuilder()A chunk of the HTTP request body.HttpBody.BuilderProcessingRequest.Builder. getResponseBodyBuilder()A chunk of the HTTP request body.HttpBody.BuilderHttpBody.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)HttpBody.BuilderHttpBody.Builder. mergeFrom(com.google.protobuf.Message other)HttpBody.BuilderHttpBody.Builder. mergeFrom(HttpBody other)HttpBody.BuilderHttpBody.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static HttpBody.BuilderHttpBody. newBuilder()static HttpBody.BuilderHttpBody. newBuilder(HttpBody prototype)HttpBody.BuilderHttpBody. newBuilderForType()protected HttpBody.BuilderHttpBody. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)HttpBody.BuilderHttpBody.Builder. setBody(com.google.protobuf.ByteString value)bytes body = 1;HttpBody.BuilderHttpBody.Builder. setEndOfStream(boolean value)bool end_of_stream = 2;HttpBody.BuilderHttpBody.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HttpBody.BuilderHttpBody.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)HttpBody.BuilderHttpBody.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)HttpBody.BuilderHttpBody. toBuilder()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type HttpBody.Builder Modifier and Type Method Description ProcessingRequest.BuilderProcessingRequest.Builder. setRequestBody(HttpBody.Builder builderForValue)A chunk of the HTTP request body.ProcessingRequest.BuilderProcessingRequest.Builder. setResponseBody(HttpBody.Builder builderForValue)A chunk of the HTTP request body.
-