public static interface Decompressor.RequestDirectionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getAdvertiseAcceptEncoding()
If set to true, and response decompression is enabled, the filter modifies the Accept-Encoding
request header by appending the decompressor_library's encoding.
|
com.google.protobuf.BoolValueOrBuilder |
getAdvertiseAcceptEncodingOrBuilder()
If set to true, and response decompression is enabled, the filter modifies the Accept-Encoding
request header by appending the decompressor_library's encoding.
|
Decompressor.CommonDirectionConfig |
getCommonConfig()
.envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1; |
Decompressor.CommonDirectionConfigOrBuilder |
getCommonConfigOrBuilder()
.envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1; |
boolean |
hasAdvertiseAcceptEncoding()
If set to true, and response decompression is enabled, the filter modifies the Accept-Encoding
request header by appending the decompressor_library's encoding.
|
boolean |
hasCommonConfig()
.envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommonConfig()
.envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1;Decompressor.CommonDirectionConfig getCommonConfig()
.envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1;Decompressor.CommonDirectionConfigOrBuilder getCommonConfigOrBuilder()
.envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1;boolean hasAdvertiseAcceptEncoding()
If set to true, and response decompression is enabled, the filter modifies the Accept-Encoding request header by appending the decompressor_library's encoding. Defaults to true.
.google.protobuf.BoolValue advertise_accept_encoding = 2;com.google.protobuf.BoolValue getAdvertiseAcceptEncoding()
If set to true, and response decompression is enabled, the filter modifies the Accept-Encoding request header by appending the decompressor_library's encoding. Defaults to true.
.google.protobuf.BoolValue advertise_accept_encoding = 2;com.google.protobuf.BoolValueOrBuilder getAdvertiseAcceptEncodingOrBuilder()
If set to true, and response decompression is enabled, the filter modifies the Accept-Encoding request header by appending the decompressor_library's encoding. Defaults to true.
.google.protobuf.BoolValue advertise_accept_encoding = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.