public static final class ProcessingRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder> implements ProcessingRequestOrBuilder
This represents the different types of messages that Envoy can send to an external processing server. [#next-free-field: 8]Protobuf type
envoy.service.ext_proc.v3alpha.ProcessingRequest| Modifier and Type | Method and Description |
|---|---|
ProcessingRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProcessingRequest |
build() |
ProcessingRequest |
buildPartial() |
ProcessingRequest.Builder |
clear() |
ProcessingRequest.Builder |
clearAsyncMode()
Specify whether the filter that sent this request is running in synchronous
or asynchronous mode.
|
ProcessingRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ProcessingRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ProcessingRequest.Builder |
clearRequest() |
ProcessingRequest.Builder |
clearRequestBody()
A chunk of the HTTP request body.
|
ProcessingRequest.Builder |
clearRequestHeaders()
Information about the HTTP request headers, as well as peer info and additional
properties.
|
ProcessingRequest.Builder |
clearRequestTrailers()
The HTTP trailers for the request path.
|
ProcessingRequest.Builder |
clearResponseBody()
A chunk of the HTTP request body.
|
ProcessingRequest.Builder |
clearResponseHeaders()
Information about the HTTP response headers, as well as peer info and additional
properties.
|
ProcessingRequest.Builder |
clearResponseTrailers()
The HTTP trailers for the response path.
|
ProcessingRequest.Builder |
clone() |
boolean |
getAsyncMode()
Specify whether the filter that sent this request is running in synchronous
or asynchronous mode.
|
ProcessingRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HttpBody |
getRequestBody()
A chunk of the HTTP request body.
|
HttpBody.Builder |
getRequestBodyBuilder()
A chunk of the HTTP request body.
|
HttpBodyOrBuilder |
getRequestBodyOrBuilder()
A chunk of the HTTP request body.
|
ProcessingRequest.RequestCase |
getRequestCase() |
HttpHeaders |
getRequestHeaders()
Information about the HTTP request headers, as well as peer info and additional
properties.
|
HttpHeaders.Builder |
getRequestHeadersBuilder()
Information about the HTTP request headers, as well as peer info and additional
properties.
|
HttpHeadersOrBuilder |
getRequestHeadersOrBuilder()
Information about the HTTP request headers, as well as peer info and additional
properties.
|
HttpTrailers |
getRequestTrailers()
The HTTP trailers for the request path.
|
HttpTrailers.Builder |
getRequestTrailersBuilder()
The HTTP trailers for the request path.
|
HttpTrailersOrBuilder |
getRequestTrailersOrBuilder()
The HTTP trailers for the request path.
|
HttpBody |
getResponseBody()
A chunk of the HTTP request body.
|
HttpBody.Builder |
getResponseBodyBuilder()
A chunk of the HTTP request body.
|
HttpBodyOrBuilder |
getResponseBodyOrBuilder()
A chunk of the HTTP request body.
|
HttpHeaders |
getResponseHeaders()
Information about the HTTP response headers, as well as peer info and additional
properties.
|
HttpHeaders.Builder |
getResponseHeadersBuilder()
Information about the HTTP response headers, as well as peer info and additional
properties.
|
HttpHeadersOrBuilder |
getResponseHeadersOrBuilder()
Information about the HTTP response headers, as well as peer info and additional
properties.
|
HttpTrailers |
getResponseTrailers()
The HTTP trailers for the response path.
|
HttpTrailers.Builder |
getResponseTrailersBuilder()
The HTTP trailers for the response path.
|
HttpTrailersOrBuilder |
getResponseTrailersOrBuilder()
The HTTP trailers for the response path.
|
boolean |
hasRequestBody()
A chunk of the HTTP request body.
|
boolean |
hasRequestHeaders()
Information about the HTTP request headers, as well as peer info and additional
properties.
|
boolean |
hasRequestTrailers()
The HTTP trailers for the request path.
|
boolean |
hasResponseBody()
A chunk of the HTTP request body.
|
boolean |
hasResponseHeaders()
Information about the HTTP response headers, as well as peer info and additional
properties.
|
boolean |
hasResponseTrailers()
The HTTP trailers for the response path.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ProcessingRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProcessingRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ProcessingRequest.Builder |
mergeFrom(ProcessingRequest other) |
ProcessingRequest.Builder |
mergeRequestBody(HttpBody value)
A chunk of the HTTP request body.
|
ProcessingRequest.Builder |
mergeRequestHeaders(HttpHeaders value)
Information about the HTTP request headers, as well as peer info and additional
properties.
|
ProcessingRequest.Builder |
mergeRequestTrailers(HttpTrailers value)
The HTTP trailers for the request path.
|
ProcessingRequest.Builder |
mergeResponseBody(HttpBody value)
A chunk of the HTTP request body.
|
ProcessingRequest.Builder |
mergeResponseHeaders(HttpHeaders value)
Information about the HTTP response headers, as well as peer info and additional
properties.
|
ProcessingRequest.Builder |
mergeResponseTrailers(HttpTrailers value)
The HTTP trailers for the response path.
|
ProcessingRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ProcessingRequest.Builder |
setAsyncMode(boolean value)
Specify whether the filter that sent this request is running in synchronous
or asynchronous mode.
|
ProcessingRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ProcessingRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ProcessingRequest.Builder |
setRequestBody(HttpBody.Builder builderForValue)
A chunk of the HTTP request body.
|
ProcessingRequest.Builder |
setRequestBody(HttpBody value)
A chunk of the HTTP request body.
|
ProcessingRequest.Builder |
setRequestHeaders(HttpHeaders.Builder builderForValue)
Information about the HTTP request headers, as well as peer info and additional
properties.
|
ProcessingRequest.Builder |
setRequestHeaders(HttpHeaders value)
Information about the HTTP request headers, as well as peer info and additional
properties.
|
ProcessingRequest.Builder |
setRequestTrailers(HttpTrailers.Builder builderForValue)
The HTTP trailers for the request path.
|
ProcessingRequest.Builder |
setRequestTrailers(HttpTrailers value)
The HTTP trailers for the request path.
|
ProcessingRequest.Builder |
setResponseBody(HttpBody.Builder builderForValue)
A chunk of the HTTP request body.
|
ProcessingRequest.Builder |
setResponseBody(HttpBody value)
A chunk of the HTTP request body.
|
ProcessingRequest.Builder |
setResponseHeaders(HttpHeaders.Builder builderForValue)
Information about the HTTP response headers, as well as peer info and additional
properties.
|
ProcessingRequest.Builder |
setResponseHeaders(HttpHeaders value)
Information about the HTTP response headers, as well as peer info and additional
properties.
|
ProcessingRequest.Builder |
setResponseTrailers(HttpTrailers.Builder builderForValue)
The HTTP trailers for the response path.
|
ProcessingRequest.Builder |
setResponseTrailers(HttpTrailers value)
The HTTP trailers for the response path.
|
ProcessingRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>public ProcessingRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>public ProcessingRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ProcessingRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ProcessingRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ProcessingRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>public ProcessingRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>public ProcessingRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>public ProcessingRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>public ProcessingRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>public ProcessingRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>public ProcessingRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProcessingRequest.Builder>public ProcessingRequest.Builder mergeFrom(ProcessingRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>public ProcessingRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ProcessingRequest.Builder>IOExceptionpublic ProcessingRequest.RequestCase getRequestCase()
getRequestCase in interface ProcessingRequestOrBuilderpublic ProcessingRequest.Builder clearRequest()
public boolean getAsyncMode()
Specify whether the filter that sent this request is running in synchronous or asynchronous mode. If false, then the server must either respond with exactly one ProcessingResponse message or close the stream. If true, however, then the server must not respond with an additional message, although it may still close the stream. The choice of synchronous or asynchronous mode can be chosen in the filter configuration.
bool async_mode = 1;getAsyncMode in interface ProcessingRequestOrBuilderpublic ProcessingRequest.Builder setAsyncMode(boolean value)
Specify whether the filter that sent this request is running in synchronous or asynchronous mode. If false, then the server must either respond with exactly one ProcessingResponse message or close the stream. If true, however, then the server must not respond with an additional message, although it may still close the stream. The choice of synchronous or asynchronous mode can be chosen in the filter configuration.
bool async_mode = 1;public ProcessingRequest.Builder clearAsyncMode()
Specify whether the filter that sent this request is running in synchronous or asynchronous mode. If false, then the server must either respond with exactly one ProcessingResponse message or close the stream. If true, however, then the server must not respond with an additional message, although it may still close the stream. The choice of synchronous or asynchronous mode can be chosen in the filter configuration.
bool async_mode = 1;public boolean hasRequestHeaders()
Information about the HTTP request headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders request_headers = 2;hasRequestHeaders in interface ProcessingRequestOrBuilderpublic HttpHeaders getRequestHeaders()
Information about the HTTP request headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders request_headers = 2;getRequestHeaders in interface ProcessingRequestOrBuilderpublic ProcessingRequest.Builder setRequestHeaders(HttpHeaders value)
Information about the HTTP request headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders request_headers = 2;public ProcessingRequest.Builder setRequestHeaders(HttpHeaders.Builder builderForValue)
Information about the HTTP request headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders request_headers = 2;public ProcessingRequest.Builder mergeRequestHeaders(HttpHeaders value)
Information about the HTTP request headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders request_headers = 2;public ProcessingRequest.Builder clearRequestHeaders()
Information about the HTTP request headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders request_headers = 2;public HttpHeaders.Builder getRequestHeadersBuilder()
Information about the HTTP request headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders request_headers = 2;public HttpHeadersOrBuilder getRequestHeadersOrBuilder()
Information about the HTTP request headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders request_headers = 2;getRequestHeadersOrBuilder in interface ProcessingRequestOrBuilderpublic boolean hasResponseHeaders()
Information about the HTTP response headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders response_headers = 3;hasResponseHeaders in interface ProcessingRequestOrBuilderpublic HttpHeaders getResponseHeaders()
Information about the HTTP response headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders response_headers = 3;getResponseHeaders in interface ProcessingRequestOrBuilderpublic ProcessingRequest.Builder setResponseHeaders(HttpHeaders value)
Information about the HTTP response headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders response_headers = 3;public ProcessingRequest.Builder setResponseHeaders(HttpHeaders.Builder builderForValue)
Information about the HTTP response headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders response_headers = 3;public ProcessingRequest.Builder mergeResponseHeaders(HttpHeaders value)
Information about the HTTP response headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders response_headers = 3;public ProcessingRequest.Builder clearResponseHeaders()
Information about the HTTP response headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders response_headers = 3;public HttpHeaders.Builder getResponseHeadersBuilder()
Information about the HTTP response headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders response_headers = 3;public HttpHeadersOrBuilder getResponseHeadersOrBuilder()
Information about the HTTP response headers, as well as peer info and additional properties. If "response_required" is set, the server must send back a HeaderResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpHeaders response_headers = 3;getResponseHeadersOrBuilder in interface ProcessingRequestOrBuilderpublic boolean hasRequestBody()
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody request_body = 4;hasRequestBody in interface ProcessingRequestOrBuilderpublic HttpBody getRequestBody()
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody request_body = 4;getRequestBody in interface ProcessingRequestOrBuilderpublic ProcessingRequest.Builder setRequestBody(HttpBody value)
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody request_body = 4;public ProcessingRequest.Builder setRequestBody(HttpBody.Builder builderForValue)
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody request_body = 4;public ProcessingRequest.Builder mergeRequestBody(HttpBody value)
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody request_body = 4;public ProcessingRequest.Builder clearRequestBody()
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody request_body = 4;public HttpBody.Builder getRequestBodyBuilder()
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody request_body = 4;public HttpBodyOrBuilder getRequestBodyOrBuilder()
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message, an ImmediateResponse message, or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody request_body = 4;getRequestBodyOrBuilder in interface ProcessingRequestOrBuilderpublic boolean hasResponseBody()
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody response_body = 5;hasResponseBody in interface ProcessingRequestOrBuilderpublic HttpBody getResponseBody()
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody response_body = 5;getResponseBody in interface ProcessingRequestOrBuilderpublic ProcessingRequest.Builder setResponseBody(HttpBody value)
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody response_body = 5;public ProcessingRequest.Builder setResponseBody(HttpBody.Builder builderForValue)
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody response_body = 5;public ProcessingRequest.Builder mergeResponseBody(HttpBody value)
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody response_body = 5;public ProcessingRequest.Builder clearResponseBody()
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody response_body = 5;public HttpBody.Builder getResponseBodyBuilder()
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody response_body = 5;public HttpBodyOrBuilder getResponseBodyOrBuilder()
A chunk of the HTTP request body. If "response_required" is set, the server must send back a BodyResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpBody response_body = 5;getResponseBodyOrBuilder in interface ProcessingRequestOrBuilderpublic boolean hasRequestTrailers()
The HTTP trailers for the request path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers request_trailers = 6;hasRequestTrailers in interface ProcessingRequestOrBuilderpublic HttpTrailers getRequestTrailers()
The HTTP trailers for the request path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers request_trailers = 6;getRequestTrailers in interface ProcessingRequestOrBuilderpublic ProcessingRequest.Builder setRequestTrailers(HttpTrailers value)
The HTTP trailers for the request path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers request_trailers = 6;public ProcessingRequest.Builder setRequestTrailers(HttpTrailers.Builder builderForValue)
The HTTP trailers for the request path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers request_trailers = 6;public ProcessingRequest.Builder mergeRequestTrailers(HttpTrailers value)
The HTTP trailers for the request path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers request_trailers = 6;public ProcessingRequest.Builder clearRequestTrailers()
The HTTP trailers for the request path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers request_trailers = 6;public HttpTrailers.Builder getRequestTrailersBuilder()
The HTTP trailers for the request path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers request_trailers = 6;public HttpTrailersOrBuilder getRequestTrailersOrBuilder()
The HTTP trailers for the request path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers request_trailers = 6;getRequestTrailersOrBuilder in interface ProcessingRequestOrBuilderpublic boolean hasResponseTrailers()
The HTTP trailers for the response path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers response_trailers = 7;hasResponseTrailers in interface ProcessingRequestOrBuilderpublic HttpTrailers getResponseTrailers()
The HTTP trailers for the response path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers response_trailers = 7;getResponseTrailers in interface ProcessingRequestOrBuilderpublic ProcessingRequest.Builder setResponseTrailers(HttpTrailers value)
The HTTP trailers for the response path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers response_trailers = 7;public ProcessingRequest.Builder setResponseTrailers(HttpTrailers.Builder builderForValue)
The HTTP trailers for the response path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers response_trailers = 7;public ProcessingRequest.Builder mergeResponseTrailers(HttpTrailers value)
The HTTP trailers for the response path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers response_trailers = 7;public ProcessingRequest.Builder clearResponseTrailers()
The HTTP trailers for the response path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers response_trailers = 7;public HttpTrailers.Builder getResponseTrailersBuilder()
The HTTP trailers for the response path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers response_trailers = 7;public HttpTrailersOrBuilder getResponseTrailersOrBuilder()
The HTTP trailers for the response path. If "response_required" is set, the server must send back a TrailerResponse message or close the stream.
.envoy.service.ext_proc.v3alpha.HttpTrailers response_trailers = 7;getResponseTrailersOrBuilder in interface ProcessingRequestOrBuilderpublic final ProcessingRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>public final ProcessingRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ProcessingRequest.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.