Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.BodyMutation
Packages that use BodyMutation
-
Uses of BodyMutation in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return BodyMutationModifier and TypeMethodDescriptionBodyMutation.Builder.build()BodyMutation.Builder.buildPartial()CommonResponse.Builder.getBodyMutation()Replace the body of the last message sent to the remote server on this stream.CommonResponse.getBodyMutation()Replace the body of the last message sent to the remote server on this stream.CommonResponseOrBuilder.getBodyMutation()Replace the body of the last message sent to the remote server on this stream.static BodyMutationBodyMutation.getDefaultInstance()BodyMutation.Builder.getDefaultInstanceForType()BodyMutation.getDefaultInstanceForType()static BodyMutationBodyMutation.parseDelimitedFrom(InputStream input) static BodyMutationBodyMutation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BodyMutationBodyMutation.parseFrom(byte[] data) static BodyMutationBodyMutation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BodyMutationBodyMutation.parseFrom(com.google.protobuf.ByteString data) static BodyMutationBodyMutation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BodyMutationBodyMutation.parseFrom(com.google.protobuf.CodedInputStream input) static BodyMutationBodyMutation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BodyMutationBodyMutation.parseFrom(InputStream input) static BodyMutationBodyMutation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BodyMutationBodyMutation.parseFrom(ByteBuffer data) static BodyMutationBodyMutation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return types with arguments of type BodyMutationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BodyMutation>BodyMutation.getParserForType()static com.google.protobuf.Parser<BodyMutation>BodyMutation.parser()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type BodyMutationModifier and TypeMethodDescriptionCommonResponse.Builder.mergeBodyMutation(BodyMutation value) Replace the body of the last message sent to the remote server on this stream.BodyMutation.Builder.mergeFrom(BodyMutation other) static BodyMutation.BuilderBodyMutation.newBuilder(BodyMutation prototype) CommonResponse.Builder.setBodyMutation(BodyMutation value) Replace the body of the last message sent to the remote server on this stream.