Interface Decompressor.RequestDirectionConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Decompressor.RequestDirectionConfig, Decompressor.RequestDirectionConfig.Builder
Enclosing class:
Decompressor

public static interface Decompressor.RequestDirectionConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.BoolValue
    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
    If set to true, and response decompression is enabled, the filter modifies the Accept-Encoding request header by appending the decompressor_library's encoding.
    .envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1;
    .envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1;
    boolean
    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
    .envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasCommonConfig

      boolean hasCommonConfig()
      .envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1;
      Returns:
      Whether the commonConfig field is set.
    • getCommonConfig

      .envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1;
      Returns:
      The commonConfig.
    • getCommonConfigOrBuilder

      .envoy.extensions.filters.http.decompressor.v3.Decompressor.CommonDirectionConfig common_config = 1;
    • hasAdvertiseAcceptEncoding

      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;
      Returns:
      Whether the advertiseAcceptEncoding field is set.
    • getAdvertiseAcceptEncoding

      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;
      Returns:
      The advertiseAcceptEncoding.
    • getAdvertiseAcceptEncodingOrBuilder

      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;