Class ProcessingResponse.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ProcessingResponseOrBuilder, Cloneable
    Enclosing class:
    ProcessingResponse

    public static final class ProcessingResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
    implements ProcessingResponseOrBuilder
     For every ProcessingRequest received by the server with the ``async_mode`` field
     set to false, the server must send back exactly one ProcessingResponse message.
     [#next-free-field: 11]
     
    Protobuf type envoy.service.ext_proc.v3.ProcessingResponse
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
      • clear

        public ProcessingResponse.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
      • getDefaultInstanceForType

        public ProcessingResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ProcessingResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ProcessingResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ProcessingResponse.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
      • setField

        public ProcessingResponse.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
      • clearField

        public ProcessingResponse.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
      • clearOneof

        public ProcessingResponse.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
      • setRepeatedField

        public ProcessingResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           int index,
                                                           Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
      • addRepeatedField

        public ProcessingResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
      • mergeFrom

        public ProcessingResponse.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProcessingResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
      • mergeFrom

        public ProcessingResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProcessingResponse.Builder>
        Throws:
        IOException
      • hasRequestHeaders

        public boolean hasRequestHeaders()
         The server must send back this message in response to a message with the
         ``request_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse request_headers = 1;
        Specified by:
        hasRequestHeaders in interface ProcessingResponseOrBuilder
        Returns:
        Whether the requestHeaders field is set.
      • getRequestHeaders

        public HeadersResponse getRequestHeaders()
         The server must send back this message in response to a message with the
         ``request_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse request_headers = 1;
        Specified by:
        getRequestHeaders in interface ProcessingResponseOrBuilder
        Returns:
        The requestHeaders.
      • setRequestHeaders

        public ProcessingResponse.Builder setRequestHeaders​(HeadersResponse value)
         The server must send back this message in response to a message with the
         ``request_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse request_headers = 1;
      • setRequestHeaders

        public ProcessingResponse.Builder setRequestHeaders​(HeadersResponse.Builder builderForValue)
         The server must send back this message in response to a message with the
         ``request_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse request_headers = 1;
      • mergeRequestHeaders

        public ProcessingResponse.Builder mergeRequestHeaders​(HeadersResponse value)
         The server must send back this message in response to a message with the
         ``request_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse request_headers = 1;
      • clearRequestHeaders

        public ProcessingResponse.Builder clearRequestHeaders()
         The server must send back this message in response to a message with the
         ``request_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse request_headers = 1;
      • getRequestHeadersBuilder

        public HeadersResponse.Builder getRequestHeadersBuilder()
         The server must send back this message in response to a message with the
         ``request_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse request_headers = 1;
      • hasResponseHeaders

        public boolean hasResponseHeaders()
         The server must send back this message in response to a message with the
         ``response_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse response_headers = 2;
        Specified by:
        hasResponseHeaders in interface ProcessingResponseOrBuilder
        Returns:
        Whether the responseHeaders field is set.
      • getResponseHeaders

        public HeadersResponse getResponseHeaders()
         The server must send back this message in response to a message with the
         ``response_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse response_headers = 2;
        Specified by:
        getResponseHeaders in interface ProcessingResponseOrBuilder
        Returns:
        The responseHeaders.
      • setResponseHeaders

        public ProcessingResponse.Builder setResponseHeaders​(HeadersResponse value)
         The server must send back this message in response to a message with the
         ``response_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse response_headers = 2;
      • setResponseHeaders

        public ProcessingResponse.Builder setResponseHeaders​(HeadersResponse.Builder builderForValue)
         The server must send back this message in response to a message with the
         ``response_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse response_headers = 2;
      • mergeResponseHeaders

        public ProcessingResponse.Builder mergeResponseHeaders​(HeadersResponse value)
         The server must send back this message in response to a message with the
         ``response_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse response_headers = 2;
      • clearResponseHeaders

        public ProcessingResponse.Builder clearResponseHeaders()
         The server must send back this message in response to a message with the
         ``response_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse response_headers = 2;
      • getResponseHeadersBuilder

        public HeadersResponse.Builder getResponseHeadersBuilder()
         The server must send back this message in response to a message with the
         ``response_headers`` field set.
         
        .envoy.service.ext_proc.v3.HeadersResponse response_headers = 2;
      • hasRequestBody

        public boolean hasRequestBody()
         The server must send back this message in response to a message with
         the ``request_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse request_body = 3;
        Specified by:
        hasRequestBody in interface ProcessingResponseOrBuilder
        Returns:
        Whether the requestBody field is set.
      • getRequestBody

        public BodyResponse getRequestBody()
         The server must send back this message in response to a message with
         the ``request_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse request_body = 3;
        Specified by:
        getRequestBody in interface ProcessingResponseOrBuilder
        Returns:
        The requestBody.
      • setRequestBody

        public ProcessingResponse.Builder setRequestBody​(BodyResponse value)
         The server must send back this message in response to a message with
         the ``request_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse request_body = 3;
      • setRequestBody

        public ProcessingResponse.Builder setRequestBody​(BodyResponse.Builder builderForValue)
         The server must send back this message in response to a message with
         the ``request_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse request_body = 3;
      • mergeRequestBody

        public ProcessingResponse.Builder mergeRequestBody​(BodyResponse value)
         The server must send back this message in response to a message with
         the ``request_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse request_body = 3;
      • clearRequestBody

        public ProcessingResponse.Builder clearRequestBody()
         The server must send back this message in response to a message with
         the ``request_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse request_body = 3;
      • getRequestBodyBuilder

        public BodyResponse.Builder getRequestBodyBuilder()
         The server must send back this message in response to a message with
         the ``request_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse request_body = 3;
      • hasResponseBody

        public boolean hasResponseBody()
         The server must send back this message in response to a message with
         the ``response_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse response_body = 4;
        Specified by:
        hasResponseBody in interface ProcessingResponseOrBuilder
        Returns:
        Whether the responseBody field is set.
      • getResponseBody

        public BodyResponse getResponseBody()
         The server must send back this message in response to a message with
         the ``response_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse response_body = 4;
        Specified by:
        getResponseBody in interface ProcessingResponseOrBuilder
        Returns:
        The responseBody.
      • setResponseBody

        public ProcessingResponse.Builder setResponseBody​(BodyResponse value)
         The server must send back this message in response to a message with
         the ``response_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse response_body = 4;
      • setResponseBody

        public ProcessingResponse.Builder setResponseBody​(BodyResponse.Builder builderForValue)
         The server must send back this message in response to a message with
         the ``response_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse response_body = 4;
      • mergeResponseBody

        public ProcessingResponse.Builder mergeResponseBody​(BodyResponse value)
         The server must send back this message in response to a message with
         the ``response_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse response_body = 4;
      • clearResponseBody

        public ProcessingResponse.Builder clearResponseBody()
         The server must send back this message in response to a message with
         the ``response_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse response_body = 4;
      • getResponseBodyBuilder

        public BodyResponse.Builder getResponseBodyBuilder()
         The server must send back this message in response to a message with
         the ``response_body`` field set.
         
        .envoy.service.ext_proc.v3.BodyResponse response_body = 4;
      • hasRequestTrailers

        public boolean hasRequestTrailers()
         The server must send back this message in response to a message with
         the ``request_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse request_trailers = 5;
        Specified by:
        hasRequestTrailers in interface ProcessingResponseOrBuilder
        Returns:
        Whether the requestTrailers field is set.
      • getRequestTrailers

        public TrailersResponse getRequestTrailers()
         The server must send back this message in response to a message with
         the ``request_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse request_trailers = 5;
        Specified by:
        getRequestTrailers in interface ProcessingResponseOrBuilder
        Returns:
        The requestTrailers.
      • setRequestTrailers

        public ProcessingResponse.Builder setRequestTrailers​(TrailersResponse value)
         The server must send back this message in response to a message with
         the ``request_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse request_trailers = 5;
      • setRequestTrailers

        public ProcessingResponse.Builder setRequestTrailers​(TrailersResponse.Builder builderForValue)
         The server must send back this message in response to a message with
         the ``request_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse request_trailers = 5;
      • mergeRequestTrailers

        public ProcessingResponse.Builder mergeRequestTrailers​(TrailersResponse value)
         The server must send back this message in response to a message with
         the ``request_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse request_trailers = 5;
      • clearRequestTrailers

        public ProcessingResponse.Builder clearRequestTrailers()
         The server must send back this message in response to a message with
         the ``request_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse request_trailers = 5;
      • getRequestTrailersBuilder

        public TrailersResponse.Builder getRequestTrailersBuilder()
         The server must send back this message in response to a message with
         the ``request_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse request_trailers = 5;
      • hasResponseTrailers

        public boolean hasResponseTrailers()
         The server must send back this message in response to a message with
         the ``response_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse response_trailers = 6;
        Specified by:
        hasResponseTrailers in interface ProcessingResponseOrBuilder
        Returns:
        Whether the responseTrailers field is set.
      • getResponseTrailers

        public TrailersResponse getResponseTrailers()
         The server must send back this message in response to a message with
         the ``response_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse response_trailers = 6;
        Specified by:
        getResponseTrailers in interface ProcessingResponseOrBuilder
        Returns:
        The responseTrailers.
      • setResponseTrailers

        public ProcessingResponse.Builder setResponseTrailers​(TrailersResponse value)
         The server must send back this message in response to a message with
         the ``response_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse response_trailers = 6;
      • setResponseTrailers

        public ProcessingResponse.Builder setResponseTrailers​(TrailersResponse.Builder builderForValue)
         The server must send back this message in response to a message with
         the ``response_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse response_trailers = 6;
      • mergeResponseTrailers

        public ProcessingResponse.Builder mergeResponseTrailers​(TrailersResponse value)
         The server must send back this message in response to a message with
         the ``response_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse response_trailers = 6;
      • clearResponseTrailers

        public ProcessingResponse.Builder clearResponseTrailers()
         The server must send back this message in response to a message with
         the ``response_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse response_trailers = 6;
      • getResponseTrailersBuilder

        public TrailersResponse.Builder getResponseTrailersBuilder()
         The server must send back this message in response to a message with
         the ``response_trailers`` field set.
         
        .envoy.service.ext_proc.v3.TrailersResponse response_trailers = 6;
      • hasImmediateResponse

        public boolean hasImmediateResponse()
         If specified, attempt to create a locally generated response, send it
         downstream, and stop processing additional filters and ignore any
         additional messages received from the remote server for this request or
         response. If a response has already started -- for example, if this
         message is sent response to a ``response_body`` message -- then
         this will either ship the reply directly to the downstream codec,
         or reset the stream.
         
        .envoy.service.ext_proc.v3.ImmediateResponse immediate_response = 7;
        Specified by:
        hasImmediateResponse in interface ProcessingResponseOrBuilder
        Returns:
        Whether the immediateResponse field is set.
      • getImmediateResponse

        public ImmediateResponse getImmediateResponse()
         If specified, attempt to create a locally generated response, send it
         downstream, and stop processing additional filters and ignore any
         additional messages received from the remote server for this request or
         response. If a response has already started -- for example, if this
         message is sent response to a ``response_body`` message -- then
         this will either ship the reply directly to the downstream codec,
         or reset the stream.
         
        .envoy.service.ext_proc.v3.ImmediateResponse immediate_response = 7;
        Specified by:
        getImmediateResponse in interface ProcessingResponseOrBuilder
        Returns:
        The immediateResponse.
      • setImmediateResponse

        public ProcessingResponse.Builder setImmediateResponse​(ImmediateResponse value)
         If specified, attempt to create a locally generated response, send it
         downstream, and stop processing additional filters and ignore any
         additional messages received from the remote server for this request or
         response. If a response has already started -- for example, if this
         message is sent response to a ``response_body`` message -- then
         this will either ship the reply directly to the downstream codec,
         or reset the stream.
         
        .envoy.service.ext_proc.v3.ImmediateResponse immediate_response = 7;
      • setImmediateResponse

        public ProcessingResponse.Builder setImmediateResponse​(ImmediateResponse.Builder builderForValue)
         If specified, attempt to create a locally generated response, send it
         downstream, and stop processing additional filters and ignore any
         additional messages received from the remote server for this request or
         response. If a response has already started -- for example, if this
         message is sent response to a ``response_body`` message -- then
         this will either ship the reply directly to the downstream codec,
         or reset the stream.
         
        .envoy.service.ext_proc.v3.ImmediateResponse immediate_response = 7;
      • mergeImmediateResponse

        public ProcessingResponse.Builder mergeImmediateResponse​(ImmediateResponse value)
         If specified, attempt to create a locally generated response, send it
         downstream, and stop processing additional filters and ignore any
         additional messages received from the remote server for this request or
         response. If a response has already started -- for example, if this
         message is sent response to a ``response_body`` message -- then
         this will either ship the reply directly to the downstream codec,
         or reset the stream.
         
        .envoy.service.ext_proc.v3.ImmediateResponse immediate_response = 7;
      • clearImmediateResponse

        public ProcessingResponse.Builder clearImmediateResponse()
         If specified, attempt to create a locally generated response, send it
         downstream, and stop processing additional filters and ignore any
         additional messages received from the remote server for this request or
         response. If a response has already started -- for example, if this
         message is sent response to a ``response_body`` message -- then
         this will either ship the reply directly to the downstream codec,
         or reset the stream.
         
        .envoy.service.ext_proc.v3.ImmediateResponse immediate_response = 7;
      • getImmediateResponseBuilder

        public ImmediateResponse.Builder getImmediateResponseBuilder()
         If specified, attempt to create a locally generated response, send it
         downstream, and stop processing additional filters and ignore any
         additional messages received from the remote server for this request or
         response. If a response has already started -- for example, if this
         message is sent response to a ``response_body`` message -- then
         this will either ship the reply directly to the downstream codec,
         or reset the stream.
         
        .envoy.service.ext_proc.v3.ImmediateResponse immediate_response = 7;
      • getImmediateResponseOrBuilder

        public ImmediateResponseOrBuilder getImmediateResponseOrBuilder()
         If specified, attempt to create a locally generated response, send it
         downstream, and stop processing additional filters and ignore any
         additional messages received from the remote server for this request or
         response. If a response has already started -- for example, if this
         message is sent response to a ``response_body`` message -- then
         this will either ship the reply directly to the downstream codec,
         or reset the stream.
         
        .envoy.service.ext_proc.v3.ImmediateResponse immediate_response = 7;
        Specified by:
        getImmediateResponseOrBuilder in interface ProcessingResponseOrBuilder
      • hasDynamicMetadata

        public boolean hasDynamicMetadata()
         [#not-implemented-hide:]
         Optional metadata that will be emitted as dynamic metadata to be consumed by the next
         filter. This metadata will be placed in the namespace ``envoy.filters.http.ext_proc``.
         
        .google.protobuf.Struct dynamic_metadata = 8;
        Specified by:
        hasDynamicMetadata in interface ProcessingResponseOrBuilder
        Returns:
        Whether the dynamicMetadata field is set.
      • getDynamicMetadata

        public com.google.protobuf.Struct getDynamicMetadata()
         [#not-implemented-hide:]
         Optional metadata that will be emitted as dynamic metadata to be consumed by the next
         filter. This metadata will be placed in the namespace ``envoy.filters.http.ext_proc``.
         
        .google.protobuf.Struct dynamic_metadata = 8;
        Specified by:
        getDynamicMetadata in interface ProcessingResponseOrBuilder
        Returns:
        The dynamicMetadata.
      • setDynamicMetadata

        public ProcessingResponse.Builder setDynamicMetadata​(com.google.protobuf.Struct value)
         [#not-implemented-hide:]
         Optional metadata that will be emitted as dynamic metadata to be consumed by the next
         filter. This metadata will be placed in the namespace ``envoy.filters.http.ext_proc``.
         
        .google.protobuf.Struct dynamic_metadata = 8;
      • setDynamicMetadata

        public ProcessingResponse.Builder setDynamicMetadata​(com.google.protobuf.Struct.Builder builderForValue)
         [#not-implemented-hide:]
         Optional metadata that will be emitted as dynamic metadata to be consumed by the next
         filter. This metadata will be placed in the namespace ``envoy.filters.http.ext_proc``.
         
        .google.protobuf.Struct dynamic_metadata = 8;
      • mergeDynamicMetadata

        public ProcessingResponse.Builder mergeDynamicMetadata​(com.google.protobuf.Struct value)
         [#not-implemented-hide:]
         Optional metadata that will be emitted as dynamic metadata to be consumed by the next
         filter. This metadata will be placed in the namespace ``envoy.filters.http.ext_proc``.
         
        .google.protobuf.Struct dynamic_metadata = 8;
      • clearDynamicMetadata

        public ProcessingResponse.Builder clearDynamicMetadata()
         [#not-implemented-hide:]
         Optional metadata that will be emitted as dynamic metadata to be consumed by the next
         filter. This metadata will be placed in the namespace ``envoy.filters.http.ext_proc``.
         
        .google.protobuf.Struct dynamic_metadata = 8;
      • getDynamicMetadataBuilder

        public com.google.protobuf.Struct.Builder getDynamicMetadataBuilder()
         [#not-implemented-hide:]
         Optional metadata that will be emitted as dynamic metadata to be consumed by the next
         filter. This metadata will be placed in the namespace ``envoy.filters.http.ext_proc``.
         
        .google.protobuf.Struct dynamic_metadata = 8;
      • getDynamicMetadataOrBuilder

        public com.google.protobuf.StructOrBuilder getDynamicMetadataOrBuilder()
         [#not-implemented-hide:]
         Optional metadata that will be emitted as dynamic metadata to be consumed by the next
         filter. This metadata will be placed in the namespace ``envoy.filters.http.ext_proc``.
         
        .google.protobuf.Struct dynamic_metadata = 8;
        Specified by:
        getDynamicMetadataOrBuilder in interface ProcessingResponseOrBuilder
      • hasModeOverride

        public boolean hasModeOverride()
         Override how parts of the HTTP request and response are processed
         for the duration of this particular request/response only. Servers
         may use this to intelligently control how requests are processed
         based on the headers and other metadata that they see.
         This field is only applicable when servers responding to the header requests.
         If it is set in the response to the body or trailer requests, it will be ignored by Envoy.
         It is also ignored by Envoy when the ext_proc filter config
         :ref:`allow_mode_override
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.allow_mode_override>`
         is set to false.
         
        .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode mode_override = 9;
        Specified by:
        hasModeOverride in interface ProcessingResponseOrBuilder
        Returns:
        Whether the modeOverride field is set.
      • getModeOverride

        public ProcessingMode getModeOverride()
         Override how parts of the HTTP request and response are processed
         for the duration of this particular request/response only. Servers
         may use this to intelligently control how requests are processed
         based on the headers and other metadata that they see.
         This field is only applicable when servers responding to the header requests.
         If it is set in the response to the body or trailer requests, it will be ignored by Envoy.
         It is also ignored by Envoy when the ext_proc filter config
         :ref:`allow_mode_override
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.allow_mode_override>`
         is set to false.
         
        .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode mode_override = 9;
        Specified by:
        getModeOverride in interface ProcessingResponseOrBuilder
        Returns:
        The modeOverride.
      • setModeOverride

        public ProcessingResponse.Builder setModeOverride​(ProcessingMode value)
         Override how parts of the HTTP request and response are processed
         for the duration of this particular request/response only. Servers
         may use this to intelligently control how requests are processed
         based on the headers and other metadata that they see.
         This field is only applicable when servers responding to the header requests.
         If it is set in the response to the body or trailer requests, it will be ignored by Envoy.
         It is also ignored by Envoy when the ext_proc filter config
         :ref:`allow_mode_override
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.allow_mode_override>`
         is set to false.
         
        .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode mode_override = 9;
      • setModeOverride

        public ProcessingResponse.Builder setModeOverride​(ProcessingMode.Builder builderForValue)
         Override how parts of the HTTP request and response are processed
         for the duration of this particular request/response only. Servers
         may use this to intelligently control how requests are processed
         based on the headers and other metadata that they see.
         This field is only applicable when servers responding to the header requests.
         If it is set in the response to the body or trailer requests, it will be ignored by Envoy.
         It is also ignored by Envoy when the ext_proc filter config
         :ref:`allow_mode_override
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.allow_mode_override>`
         is set to false.
         
        .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode mode_override = 9;
      • mergeModeOverride

        public ProcessingResponse.Builder mergeModeOverride​(ProcessingMode value)
         Override how parts of the HTTP request and response are processed
         for the duration of this particular request/response only. Servers
         may use this to intelligently control how requests are processed
         based on the headers and other metadata that they see.
         This field is only applicable when servers responding to the header requests.
         If it is set in the response to the body or trailer requests, it will be ignored by Envoy.
         It is also ignored by Envoy when the ext_proc filter config
         :ref:`allow_mode_override
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.allow_mode_override>`
         is set to false.
         
        .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode mode_override = 9;
      • clearModeOverride

        public ProcessingResponse.Builder clearModeOverride()
         Override how parts of the HTTP request and response are processed
         for the duration of this particular request/response only. Servers
         may use this to intelligently control how requests are processed
         based on the headers and other metadata that they see.
         This field is only applicable when servers responding to the header requests.
         If it is set in the response to the body or trailer requests, it will be ignored by Envoy.
         It is also ignored by Envoy when the ext_proc filter config
         :ref:`allow_mode_override
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.allow_mode_override>`
         is set to false.
         
        .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode mode_override = 9;
      • getModeOverrideBuilder

        public ProcessingMode.Builder getModeOverrideBuilder()
         Override how parts of the HTTP request and response are processed
         for the duration of this particular request/response only. Servers
         may use this to intelligently control how requests are processed
         based on the headers and other metadata that they see.
         This field is only applicable when servers responding to the header requests.
         If it is set in the response to the body or trailer requests, it will be ignored by Envoy.
         It is also ignored by Envoy when the ext_proc filter config
         :ref:`allow_mode_override
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.allow_mode_override>`
         is set to false.
         
        .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode mode_override = 9;
      • getModeOverrideOrBuilder

        public ProcessingModeOrBuilder getModeOverrideOrBuilder()
         Override how parts of the HTTP request and response are processed
         for the duration of this particular request/response only. Servers
         may use this to intelligently control how requests are processed
         based on the headers and other metadata that they see.
         This field is only applicable when servers responding to the header requests.
         If it is set in the response to the body or trailer requests, it will be ignored by Envoy.
         It is also ignored by Envoy when the ext_proc filter config
         :ref:`allow_mode_override
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.allow_mode_override>`
         is set to false.
         
        .envoy.extensions.filters.http.ext_proc.v3.ProcessingMode mode_override = 9;
        Specified by:
        getModeOverrideOrBuilder in interface ProcessingResponseOrBuilder
      • hasOverrideMessageTimeout

        public boolean hasOverrideMessageTimeout()
         When ext_proc server receives a request message, in case it needs more
         time to process the message, it sends back a ProcessingResponse message
         with a new timeout value. When Envoy receives this response message,
         it ignores other fields in the response, just stop the original timer,
         which has the timeout value specified in
         :ref:`message_timeout
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.message_timeout>`
         and start a new timer with this ``override_message_timeout`` value and keep the
         Envoy ext_proc filter state machine intact.
         Has to be >= 1ms and <=
         :ref:`max_message_timeout <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.max_message_timeout>`
         Such message can be sent at most once in a particular Envoy ext_proc filter processing state.
         To enable this API, one has to set ``max_message_timeout`` to a number >= 1ms.
         
        .google.protobuf.Duration override_message_timeout = 10;
        Specified by:
        hasOverrideMessageTimeout in interface ProcessingResponseOrBuilder
        Returns:
        Whether the overrideMessageTimeout field is set.
      • getOverrideMessageTimeout

        public com.google.protobuf.Duration getOverrideMessageTimeout()
         When ext_proc server receives a request message, in case it needs more
         time to process the message, it sends back a ProcessingResponse message
         with a new timeout value. When Envoy receives this response message,
         it ignores other fields in the response, just stop the original timer,
         which has the timeout value specified in
         :ref:`message_timeout
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.message_timeout>`
         and start a new timer with this ``override_message_timeout`` value and keep the
         Envoy ext_proc filter state machine intact.
         Has to be >= 1ms and <=
         :ref:`max_message_timeout <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.max_message_timeout>`
         Such message can be sent at most once in a particular Envoy ext_proc filter processing state.
         To enable this API, one has to set ``max_message_timeout`` to a number >= 1ms.
         
        .google.protobuf.Duration override_message_timeout = 10;
        Specified by:
        getOverrideMessageTimeout in interface ProcessingResponseOrBuilder
        Returns:
        The overrideMessageTimeout.
      • setOverrideMessageTimeout

        public ProcessingResponse.Builder setOverrideMessageTimeout​(com.google.protobuf.Duration value)
         When ext_proc server receives a request message, in case it needs more
         time to process the message, it sends back a ProcessingResponse message
         with a new timeout value. When Envoy receives this response message,
         it ignores other fields in the response, just stop the original timer,
         which has the timeout value specified in
         :ref:`message_timeout
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.message_timeout>`
         and start a new timer with this ``override_message_timeout`` value and keep the
         Envoy ext_proc filter state machine intact.
         Has to be >= 1ms and <=
         :ref:`max_message_timeout <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.max_message_timeout>`
         Such message can be sent at most once in a particular Envoy ext_proc filter processing state.
         To enable this API, one has to set ``max_message_timeout`` to a number >= 1ms.
         
        .google.protobuf.Duration override_message_timeout = 10;
      • setOverrideMessageTimeout

        public ProcessingResponse.Builder setOverrideMessageTimeout​(com.google.protobuf.Duration.Builder builderForValue)
         When ext_proc server receives a request message, in case it needs more
         time to process the message, it sends back a ProcessingResponse message
         with a new timeout value. When Envoy receives this response message,
         it ignores other fields in the response, just stop the original timer,
         which has the timeout value specified in
         :ref:`message_timeout
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.message_timeout>`
         and start a new timer with this ``override_message_timeout`` value and keep the
         Envoy ext_proc filter state machine intact.
         Has to be >= 1ms and <=
         :ref:`max_message_timeout <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.max_message_timeout>`
         Such message can be sent at most once in a particular Envoy ext_proc filter processing state.
         To enable this API, one has to set ``max_message_timeout`` to a number >= 1ms.
         
        .google.protobuf.Duration override_message_timeout = 10;
      • mergeOverrideMessageTimeout

        public ProcessingResponse.Builder mergeOverrideMessageTimeout​(com.google.protobuf.Duration value)
         When ext_proc server receives a request message, in case it needs more
         time to process the message, it sends back a ProcessingResponse message
         with a new timeout value. When Envoy receives this response message,
         it ignores other fields in the response, just stop the original timer,
         which has the timeout value specified in
         :ref:`message_timeout
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.message_timeout>`
         and start a new timer with this ``override_message_timeout`` value and keep the
         Envoy ext_proc filter state machine intact.
         Has to be >= 1ms and <=
         :ref:`max_message_timeout <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.max_message_timeout>`
         Such message can be sent at most once in a particular Envoy ext_proc filter processing state.
         To enable this API, one has to set ``max_message_timeout`` to a number >= 1ms.
         
        .google.protobuf.Duration override_message_timeout = 10;
      • clearOverrideMessageTimeout

        public ProcessingResponse.Builder clearOverrideMessageTimeout()
         When ext_proc server receives a request message, in case it needs more
         time to process the message, it sends back a ProcessingResponse message
         with a new timeout value. When Envoy receives this response message,
         it ignores other fields in the response, just stop the original timer,
         which has the timeout value specified in
         :ref:`message_timeout
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.message_timeout>`
         and start a new timer with this ``override_message_timeout`` value and keep the
         Envoy ext_proc filter state machine intact.
         Has to be >= 1ms and <=
         :ref:`max_message_timeout <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.max_message_timeout>`
         Such message can be sent at most once in a particular Envoy ext_proc filter processing state.
         To enable this API, one has to set ``max_message_timeout`` to a number >= 1ms.
         
        .google.protobuf.Duration override_message_timeout = 10;
      • getOverrideMessageTimeoutBuilder

        public com.google.protobuf.Duration.Builder getOverrideMessageTimeoutBuilder()
         When ext_proc server receives a request message, in case it needs more
         time to process the message, it sends back a ProcessingResponse message
         with a new timeout value. When Envoy receives this response message,
         it ignores other fields in the response, just stop the original timer,
         which has the timeout value specified in
         :ref:`message_timeout
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.message_timeout>`
         and start a new timer with this ``override_message_timeout`` value and keep the
         Envoy ext_proc filter state machine intact.
         Has to be >= 1ms and <=
         :ref:`max_message_timeout <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.max_message_timeout>`
         Such message can be sent at most once in a particular Envoy ext_proc filter processing state.
         To enable this API, one has to set ``max_message_timeout`` to a number >= 1ms.
         
        .google.protobuf.Duration override_message_timeout = 10;
      • getOverrideMessageTimeoutOrBuilder

        public com.google.protobuf.DurationOrBuilder getOverrideMessageTimeoutOrBuilder()
         When ext_proc server receives a request message, in case it needs more
         time to process the message, it sends back a ProcessingResponse message
         with a new timeout value. When Envoy receives this response message,
         it ignores other fields in the response, just stop the original timer,
         which has the timeout value specified in
         :ref:`message_timeout
         <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.message_timeout>`
         and start a new timer with this ``override_message_timeout`` value and keep the
         Envoy ext_proc filter state machine intact.
         Has to be >= 1ms and <=
         :ref:`max_message_timeout <envoy_v3_api_field_extensions.filters.http.ext_proc.v3.ExternalProcessor.max_message_timeout>`
         Such message can be sent at most once in a particular Envoy ext_proc filter processing state.
         To enable this API, one has to set ``max_message_timeout`` to a number >= 1ms.
         
        .google.protobuf.Duration override_message_timeout = 10;
        Specified by:
        getOverrideMessageTimeoutOrBuilder in interface ProcessingResponseOrBuilder
      • setUnknownFields

        public final ProcessingResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>
      • mergeUnknownFields

        public final ProcessingResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingResponse.Builder>