public interface ImmediateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
The message body to return with the response which is sent using the
text/plain content type, or encoded in the grpc-message header.
|
com.google.protobuf.ByteString |
getBodyBytes()
The message body to return with the response which is sent using the
text/plain content type, or encoded in the grpc-message header.
|
String |
getDetails()
A string detailing why this local reply was sent, which may be included
in log and debug output.
|
com.google.protobuf.ByteString |
getDetailsBytes()
A string detailing why this local reply was sent, which may be included
in log and debug output.
|
GrpcStatus |
getGrpcStatus()
If set, then include a gRPC status trailer.
|
GrpcStatusOrBuilder |
getGrpcStatusOrBuilder()
If set, then include a gRPC status trailer.
|
HeaderMutation |
getHeaders()
Apply changes to the default headers, which will include content-type.
|
HeaderMutationOrBuilder |
getHeadersOrBuilder()
Apply changes to the default headers, which will include content-type.
|
HttpStatus |
getStatus()
The response code to return
.envoy.type.v3.HttpStatus status = 1 [(.validate.rules) = { ... } |
HttpStatusOrBuilder |
getStatusOrBuilder()
The response code to return
.envoy.type.v3.HttpStatus status = 1 [(.validate.rules) = { ... } |
boolean |
hasGrpcStatus()
If set, then include a gRPC status trailer.
|
boolean |
hasHeaders()
Apply changes to the default headers, which will include content-type.
|
boolean |
hasStatus()
The response code to return
.envoy.type.v3.HttpStatus status = 1 [(.validate.rules) = { ... } |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
The response code to return
.envoy.type.v3.HttpStatus status = 1 [(.validate.rules) = { ... }HttpStatus getStatus()
The response code to return
.envoy.type.v3.HttpStatus status = 1 [(.validate.rules) = { ... }HttpStatusOrBuilder getStatusOrBuilder()
The response code to return
.envoy.type.v3.HttpStatus status = 1 [(.validate.rules) = { ... }boolean hasHeaders()
Apply changes to the default headers, which will include content-type.
.envoy.service.ext_proc.v3alpha.HeaderMutation headers = 2;HeaderMutation getHeaders()
Apply changes to the default headers, which will include content-type.
.envoy.service.ext_proc.v3alpha.HeaderMutation headers = 2;HeaderMutationOrBuilder getHeadersOrBuilder()
Apply changes to the default headers, which will include content-type.
.envoy.service.ext_proc.v3alpha.HeaderMutation headers = 2;String getBody()
The message body to return with the response which is sent using the text/plain content type, or encoded in the grpc-message header.
string body = 3;com.google.protobuf.ByteString getBodyBytes()
The message body to return with the response which is sent using the text/plain content type, or encoded in the grpc-message header.
string body = 3;boolean hasGrpcStatus()
If set, then include a gRPC status trailer.
.envoy.service.ext_proc.v3alpha.GrpcStatus grpc_status = 4;GrpcStatus getGrpcStatus()
If set, then include a gRPC status trailer.
.envoy.service.ext_proc.v3alpha.GrpcStatus grpc_status = 4;GrpcStatusOrBuilder getGrpcStatusOrBuilder()
If set, then include a gRPC status trailer.
.envoy.service.ext_proc.v3alpha.GrpcStatus grpc_status = 4;String getDetails()
A string detailing why this local reply was sent, which may be included in log and debug output.
string details = 5;com.google.protobuf.ByteString getDetailsBytes()
A string detailing why this local reply was sent, which may be included in log and debug output.
string details = 5;Copyright © 2018–2021 The Envoy Project. All rights reserved.