Uses of Class
io.envoyproxy.envoy.service.ext_proc.v3.CommonResponse.Builder
Packages that use CommonResponse.Builder
-
Uses of CommonResponse.Builder in io.envoyproxy.envoy.service.ext_proc.v3
Methods in io.envoyproxy.envoy.service.ext_proc.v3 that return CommonResponse.BuilderModifier and TypeMethodDescriptionCommonResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommonResponse.Builder.clear()CommonResponse.Builder.clearBodyMutation()Replace the body of the last message sent to the remote server on this stream.CommonResponse.Builder.clearClearRouteCache()Clear the route cache for the current client request.CommonResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CommonResponse.Builder.clearHeaderMutation()Instructions on how to manipulate the headers.CommonResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CommonResponse.Builder.clearStatus()If set, provide additional direction on how the data plane should handle the rest of the HTTP filter chain.CommonResponse.Builder.clearTrailers()[#not-implemented-hide:] Add new trailers to the message.CommonResponse.Builder.clone()BodyResponse.Builder.getResponseBuilder()Details the modifications (if any) to be made by the data plane to the current request/response.HeadersResponse.Builder.getResponseBuilder()Details the modifications (if any) to be made by the data plane to the current request/response.CommonResponse.Builder.mergeBodyMutation(BodyMutation value) Replace the body of the last message sent to the remote server on this stream.CommonResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CommonResponse.Builder.mergeFrom(com.google.protobuf.Message other) CommonResponse.Builder.mergeFrom(CommonResponse other) CommonResponse.Builder.mergeHeaderMutation(HeaderMutation value) Instructions on how to manipulate the headers.CommonResponse.Builder.mergeTrailers(HeaderMap value) [#not-implemented-hide:] Add new trailers to the message.final CommonResponse.BuilderCommonResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CommonResponse.BuilderCommonResponse.newBuilder()static CommonResponse.BuilderCommonResponse.newBuilder(CommonResponse prototype) CommonResponse.newBuilderForType()protected CommonResponse.BuilderCommonResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CommonResponse.Builder.setBodyMutation(BodyMutation value) Replace the body of the last message sent to the remote server on this stream.CommonResponse.Builder.setBodyMutation(BodyMutation.Builder builderForValue) Replace the body of the last message sent to the remote server on this stream.CommonResponse.Builder.setClearRouteCache(boolean value) Clear the route cache for the current client request.CommonResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CommonResponse.Builder.setHeaderMutation(HeaderMutation value) Instructions on how to manipulate the headers.CommonResponse.Builder.setHeaderMutation(HeaderMutation.Builder builderForValue) Instructions on how to manipulate the headers.CommonResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CommonResponse.Builder.setStatus(CommonResponse.ResponseStatus value) If set, provide additional direction on how the data plane should handle the rest of the HTTP filter chain.CommonResponse.Builder.setStatusValue(int value) If set, provide additional direction on how the data plane should handle the rest of the HTTP filter chain.CommonResponse.Builder.setTrailers(HeaderMap value) [#not-implemented-hide:] Add new trailers to the message.CommonResponse.Builder.setTrailers(HeaderMap.Builder builderForValue) [#not-implemented-hide:] Add new trailers to the message.final CommonResponse.BuilderCommonResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CommonResponse.toBuilder()Methods in io.envoyproxy.envoy.service.ext_proc.v3 with parameters of type CommonResponse.BuilderModifier and TypeMethodDescriptionBodyResponse.Builder.setResponse(CommonResponse.Builder builderForValue) Details the modifications (if any) to be made by the data plane to the current request/response.HeadersResponse.Builder.setResponse(CommonResponse.Builder builderForValue) Details the modifications (if any) to be made by the data plane to the current request/response.