Class Decompressor.CommonDirectionConfig.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Decompressor.CommonDirectionConfig.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Decompressor.CommonDirectionConfig.Builder>
      • getDefaultInstanceForType

        public Decompressor.CommonDirectionConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Decompressor.CommonDirectionConfig build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Decompressor.CommonDirectionConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Decompressor.CommonDirectionConfig.Builder>
      • hasEnabled

        public boolean hasEnabled()
         Runtime flag that controls whether the filter is enabled for decompression or not. If set to false, the
         filter will operate as a pass-through filter. If the message is unspecified, the filter will be enabled.
         
        .envoy.config.core.v3.RuntimeFeatureFlag enabled = 1;
        Specified by:
        hasEnabled in interface Decompressor.CommonDirectionConfigOrBuilder
        Returns:
        Whether the enabled field is set.
      • getEnabled

        public RuntimeFeatureFlag getEnabled()
         Runtime flag that controls whether the filter is enabled for decompression or not. If set to false, the
         filter will operate as a pass-through filter. If the message is unspecified, the filter will be enabled.
         
        .envoy.config.core.v3.RuntimeFeatureFlag enabled = 1;
        Specified by:
        getEnabled in interface Decompressor.CommonDirectionConfigOrBuilder
        Returns:
        The enabled.
      • setEnabled

        public Decompressor.CommonDirectionConfig.Builder setEnabled​(RuntimeFeatureFlag value)
         Runtime flag that controls whether the filter is enabled for decompression or not. If set to false, the
         filter will operate as a pass-through filter. If the message is unspecified, the filter will be enabled.
         
        .envoy.config.core.v3.RuntimeFeatureFlag enabled = 1;
      • setEnabled

        public Decompressor.CommonDirectionConfig.Builder setEnabled​(RuntimeFeatureFlag.Builder builderForValue)
         Runtime flag that controls whether the filter is enabled for decompression or not. If set to false, the
         filter will operate as a pass-through filter. If the message is unspecified, the filter will be enabled.
         
        .envoy.config.core.v3.RuntimeFeatureFlag enabled = 1;
      • mergeEnabled

        public Decompressor.CommonDirectionConfig.Builder mergeEnabled​(RuntimeFeatureFlag value)
         Runtime flag that controls whether the filter is enabled for decompression or not. If set to false, the
         filter will operate as a pass-through filter. If the message is unspecified, the filter will be enabled.
         
        .envoy.config.core.v3.RuntimeFeatureFlag enabled = 1;
      • clearEnabled

        public Decompressor.CommonDirectionConfig.Builder clearEnabled()
         Runtime flag that controls whether the filter is enabled for decompression or not. If set to false, the
         filter will operate as a pass-through filter. If the message is unspecified, the filter will be enabled.
         
        .envoy.config.core.v3.RuntimeFeatureFlag enabled = 1;
      • getEnabledBuilder

        public RuntimeFeatureFlag.Builder getEnabledBuilder()
         Runtime flag that controls whether the filter is enabled for decompression or not. If set to false, the
         filter will operate as a pass-through filter. If the message is unspecified, the filter will be enabled.
         
        .envoy.config.core.v3.RuntimeFeatureFlag enabled = 1;
      • getIgnoreNoTransformHeader

        public boolean getIgnoreNoTransformHeader()
         If set to true, will decompress response even if a ``no-transform`` cache control header is set.
         
        bool ignore_no_transform_header = 2;
        Specified by:
        getIgnoreNoTransformHeader in interface Decompressor.CommonDirectionConfigOrBuilder
        Returns:
        The ignoreNoTransformHeader.
      • setIgnoreNoTransformHeader

        public Decompressor.CommonDirectionConfig.Builder setIgnoreNoTransformHeader​(boolean value)
         If set to true, will decompress response even if a ``no-transform`` cache control header is set.
         
        bool ignore_no_transform_header = 2;
        Parameters:
        value - The ignoreNoTransformHeader to set.
        Returns:
        This builder for chaining.
      • clearIgnoreNoTransformHeader

        public Decompressor.CommonDirectionConfig.Builder clearIgnoreNoTransformHeader()
         If set to true, will decompress response even if a ``no-transform`` cache control header is set.
         
        bool ignore_no_transform_header = 2;
        Returns:
        This builder for chaining.