public interface FilterConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
The content-type to pass to the upstream when the gRPC bridge filter is applied.
|
com.google.protobuf.ByteString |
getContentTypeBytes()
The content-type to pass to the upstream when the gRPC bridge filter is applied.
|
boolean |
getWithholdGrpcFrames()
If true, Envoy will assume that the upstream doesn't understand gRPC frames and
strip the gRPC frame from the request, and add it back in to the response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getContentType()
The content-type to pass to the upstream when the gRPC bridge filter is applied. The filter will also validate that the upstream responds with the same content type.
string content_type = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getContentTypeBytes()
The content-type to pass to the upstream when the gRPC bridge filter is applied. The filter will also validate that the upstream responds with the same content type.
string content_type = 1 [(.validate.rules) = { ... }boolean getWithholdGrpcFrames()
If true, Envoy will assume that the upstream doesn't understand gRPC frames and strip the gRPC frame from the request, and add it back in to the response. This will hide the gRPC semantics from the upstream, allowing it to receive and respond with a simple binary encoded protobuf.
bool withhold_grpc_frames = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.