Interface StreamedImmediateResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamedImmediateResponse,StreamedImmediateResponse.Builder
public interface StreamedImmediateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionResponse body to be sent downstream.Response body to be sent downstream.Response headers to be sent downstream.Response headers to be sent downstream.Response trailers to be sent downstream.Response trailers to be sent downstream.booleanResponse body to be sent downstream.booleanResponse headers to be sent downstream.booleanResponse trailers to be sent downstream.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasHeadersResponse
boolean hasHeadersResponse()Response headers to be sent downstream. The ":status" header must be set.
.envoy.service.ext_proc.v3.HttpHeaders headers_response = 1;- Returns:
- Whether the headersResponse field is set.
-
getHeadersResponse
HttpHeaders getHeadersResponse()Response headers to be sent downstream. The ":status" header must be set.
.envoy.service.ext_proc.v3.HttpHeaders headers_response = 1;- Returns:
- The headersResponse.
-
getHeadersResponseOrBuilder
HttpHeadersOrBuilder getHeadersResponseOrBuilder()Response headers to be sent downstream. The ":status" header must be set.
.envoy.service.ext_proc.v3.HttpHeaders headers_response = 1; -
hasBodyResponse
boolean hasBodyResponse()Response body to be sent downstream.
.envoy.service.ext_proc.v3.StreamedBodyResponse body_response = 2;- Returns:
- Whether the bodyResponse field is set.
-
getBodyResponse
StreamedBodyResponse getBodyResponse()Response body to be sent downstream.
.envoy.service.ext_proc.v3.StreamedBodyResponse body_response = 2;- Returns:
- The bodyResponse.
-
getBodyResponseOrBuilder
StreamedBodyResponseOrBuilder getBodyResponseOrBuilder()Response body to be sent downstream.
.envoy.service.ext_proc.v3.StreamedBodyResponse body_response = 2; -
hasTrailersResponse
boolean hasTrailersResponse()Response trailers to be sent downstream.
.envoy.config.core.v3.HeaderMap trailers_response = 3;- Returns:
- Whether the trailersResponse field is set.
-
getTrailersResponse
HeaderMap getTrailersResponse()Response trailers to be sent downstream.
.envoy.config.core.v3.HeaderMap trailers_response = 3;- Returns:
- The trailersResponse.
-
getTrailersResponseOrBuilder
HeaderMapOrBuilder getTrailersResponseOrBuilder()Response trailers to be sent downstream.
.envoy.config.core.v3.HeaderMap trailers_response = 3; -
getResponseCase
StreamedImmediateResponse.ResponseCase getResponseCase()
-