Class CacheConfig.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CacheConfigOrBuilder, Cloneable
    Enclosing class:
    CacheConfig

    public static final class CacheConfig.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<CacheConfig.Builder>
    implements CacheConfigOrBuilder
     [#extension: envoy.filters.http.cache]
     
    Protobuf type envoy.extensions.filters.http.cache.v3.CacheConfig
    • 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<CacheConfig.Builder>
      • clear

        public CacheConfig.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<CacheConfig.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<CacheConfig.Builder>
      • getDefaultInstanceForType

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

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

        public CacheConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public CacheConfig.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<CacheConfig.Builder>
      • setField

        public CacheConfig.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                            Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<CacheConfig.Builder>
      • clearField

        public CacheConfig.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CacheConfig.Builder>
      • clearOneof

        public CacheConfig.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CacheConfig.Builder>
      • setRepeatedField

        public CacheConfig.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    int index,
                                                    Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CacheConfig.Builder>
      • addRepeatedField

        public CacheConfig.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                    Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CacheConfig.Builder>
      • mergeFrom

        public CacheConfig.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CacheConfig.Builder>
      • isInitialized

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

        public CacheConfig.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CacheConfig.Builder>
        Throws:
        IOException
      • hasTypedConfig

        public boolean hasTypedConfig()
         Config specific to the cache storage implementation.
         [#extension-category: envoy.http.cache]
         
        .google.protobuf.Any typed_config = 1 [(.validate.rules) = { ... }
        Specified by:
        hasTypedConfig in interface CacheConfigOrBuilder
        Returns:
        Whether the typedConfig field is set.
      • getTypedConfig

        public com.google.protobuf.Any getTypedConfig()
         Config specific to the cache storage implementation.
         [#extension-category: envoy.http.cache]
         
        .google.protobuf.Any typed_config = 1 [(.validate.rules) = { ... }
        Specified by:
        getTypedConfig in interface CacheConfigOrBuilder
        Returns:
        The typedConfig.
      • setTypedConfig

        public CacheConfig.Builder setTypedConfig​(com.google.protobuf.Any value)
         Config specific to the cache storage implementation.
         [#extension-category: envoy.http.cache]
         
        .google.protobuf.Any typed_config = 1 [(.validate.rules) = { ... }
      • setTypedConfig

        public CacheConfig.Builder setTypedConfig​(com.google.protobuf.Any.Builder builderForValue)
         Config specific to the cache storage implementation.
         [#extension-category: envoy.http.cache]
         
        .google.protobuf.Any typed_config = 1 [(.validate.rules) = { ... }
      • mergeTypedConfig

        public CacheConfig.Builder mergeTypedConfig​(com.google.protobuf.Any value)
         Config specific to the cache storage implementation.
         [#extension-category: envoy.http.cache]
         
        .google.protobuf.Any typed_config = 1 [(.validate.rules) = { ... }
      • clearTypedConfig

        public CacheConfig.Builder clearTypedConfig()
         Config specific to the cache storage implementation.
         [#extension-category: envoy.http.cache]
         
        .google.protobuf.Any typed_config = 1 [(.validate.rules) = { ... }
      • getTypedConfigBuilder

        public com.google.protobuf.Any.Builder getTypedConfigBuilder()
         Config specific to the cache storage implementation.
         [#extension-category: envoy.http.cache]
         
        .google.protobuf.Any typed_config = 1 [(.validate.rules) = { ... }
      • getTypedConfigOrBuilder

        public com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
         Config specific to the cache storage implementation.
         [#extension-category: envoy.http.cache]
         
        .google.protobuf.Any typed_config = 1 [(.validate.rules) = { ... }
        Specified by:
        getTypedConfigOrBuilder in interface CacheConfigOrBuilder
      • getAllowedVaryHeadersList

        public List<StringMatcher> getAllowedVaryHeadersList()
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
        Specified by:
        getAllowedVaryHeadersList in interface CacheConfigOrBuilder
      • getAllowedVaryHeadersCount

        public int getAllowedVaryHeadersCount()
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
        Specified by:
        getAllowedVaryHeadersCount in interface CacheConfigOrBuilder
      • getAllowedVaryHeaders

        public StringMatcher getAllowedVaryHeaders​(int index)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
        Specified by:
        getAllowedVaryHeaders in interface CacheConfigOrBuilder
      • setAllowedVaryHeaders

        public CacheConfig.Builder setAllowedVaryHeaders​(int index,
                                                         StringMatcher value)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • setAllowedVaryHeaders

        public CacheConfig.Builder setAllowedVaryHeaders​(int index,
                                                         StringMatcher.Builder builderForValue)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • addAllowedVaryHeaders

        public CacheConfig.Builder addAllowedVaryHeaders​(StringMatcher value)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • addAllowedVaryHeaders

        public CacheConfig.Builder addAllowedVaryHeaders​(int index,
                                                         StringMatcher value)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • addAllowedVaryHeaders

        public CacheConfig.Builder addAllowedVaryHeaders​(StringMatcher.Builder builderForValue)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • addAllowedVaryHeaders

        public CacheConfig.Builder addAllowedVaryHeaders​(int index,
                                                         StringMatcher.Builder builderForValue)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • addAllAllowedVaryHeaders

        public CacheConfig.Builder addAllAllowedVaryHeaders​(Iterable<? extends StringMatcher> values)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • clearAllowedVaryHeaders

        public CacheConfig.Builder clearAllowedVaryHeaders()
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • removeAllowedVaryHeaders

        public CacheConfig.Builder removeAllowedVaryHeaders​(int index)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • getAllowedVaryHeadersBuilder

        public StringMatcher.Builder getAllowedVaryHeadersBuilder​(int index)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • getAllowedVaryHeadersOrBuilder

        public StringMatcherOrBuilder getAllowedVaryHeadersOrBuilder​(int index)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
        Specified by:
        getAllowedVaryHeadersOrBuilder in interface CacheConfigOrBuilder
      • getAllowedVaryHeadersOrBuilderList

        public List<? extends StringMatcherOrBuilder> getAllowedVaryHeadersOrBuilderList()
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
        Specified by:
        getAllowedVaryHeadersOrBuilderList in interface CacheConfigOrBuilder
      • addAllowedVaryHeadersBuilder

        public StringMatcher.Builder addAllowedVaryHeadersBuilder()
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • addAllowedVaryHeadersBuilder

        public StringMatcher.Builder addAllowedVaryHeadersBuilder​(int index)
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • getAllowedVaryHeadersBuilderList

        public List<StringMatcher.Builder> getAllowedVaryHeadersBuilderList()
         List of matching rules that defines allowed ``Vary`` headers.
         The ``vary`` response header holds a list of header names that affect the
         contents of a response, as described by
         https://httpwg.org/specs/rfc7234.html#caching.negotiated.responses.
         During insertion, ``allowed_vary_headers`` acts as a allowlist: if a
         response's ``vary`` header mentions any header names that aren't matched by any rules in
         ``allowed_vary_headers``, that response will not be cached.
         During lookup, ``allowed_vary_headers`` controls what request headers will be
         sent to the cache storage implementation.
         
        repeated .envoy.type.matcher.v3.StringMatcher allowed_vary_headers = 2;
      • hasKeyCreatorParams

        public boolean hasKeyCreatorParams()
         [#not-implemented-hide:]
         <TODO(toddmgreer) implement key customization>
         Modifies cache key creation by restricting which parts of the URL are included.
         
        .envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams key_creator_params = 3;
        Specified by:
        hasKeyCreatorParams in interface CacheConfigOrBuilder
        Returns:
        Whether the keyCreatorParams field is set.
      • getKeyCreatorParams

        public CacheConfig.KeyCreatorParams getKeyCreatorParams()
         [#not-implemented-hide:]
         <TODO(toddmgreer) implement key customization>
         Modifies cache key creation by restricting which parts of the URL are included.
         
        .envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams key_creator_params = 3;
        Specified by:
        getKeyCreatorParams in interface CacheConfigOrBuilder
        Returns:
        The keyCreatorParams.
      • setKeyCreatorParams

        public CacheConfig.Builder setKeyCreatorParams​(CacheConfig.KeyCreatorParams value)
         [#not-implemented-hide:]
         <TODO(toddmgreer) implement key customization>
         Modifies cache key creation by restricting which parts of the URL are included.
         
        .envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams key_creator_params = 3;
      • setKeyCreatorParams

        public CacheConfig.Builder setKeyCreatorParams​(CacheConfig.KeyCreatorParams.Builder builderForValue)
         [#not-implemented-hide:]
         <TODO(toddmgreer) implement key customization>
         Modifies cache key creation by restricting which parts of the URL are included.
         
        .envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams key_creator_params = 3;
      • mergeKeyCreatorParams

        public CacheConfig.Builder mergeKeyCreatorParams​(CacheConfig.KeyCreatorParams value)
         [#not-implemented-hide:]
         <TODO(toddmgreer) implement key customization>
         Modifies cache key creation by restricting which parts of the URL are included.
         
        .envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams key_creator_params = 3;
      • clearKeyCreatorParams

        public CacheConfig.Builder clearKeyCreatorParams()
         [#not-implemented-hide:]
         <TODO(toddmgreer) implement key customization>
         Modifies cache key creation by restricting which parts of the URL are included.
         
        .envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams key_creator_params = 3;
      • getKeyCreatorParamsBuilder

        public CacheConfig.KeyCreatorParams.Builder getKeyCreatorParamsBuilder()
         [#not-implemented-hide:]
         <TODO(toddmgreer) implement key customization>
         Modifies cache key creation by restricting which parts of the URL are included.
         
        .envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams key_creator_params = 3;
      • getKeyCreatorParamsOrBuilder

        public CacheConfig.KeyCreatorParamsOrBuilder getKeyCreatorParamsOrBuilder()
         [#not-implemented-hide:]
         <TODO(toddmgreer) implement key customization>
         Modifies cache key creation by restricting which parts of the URL are included.
         
        .envoy.extensions.filters.http.cache.v3.CacheConfig.KeyCreatorParams key_creator_params = 3;
        Specified by:
        getKeyCreatorParamsOrBuilder in interface CacheConfigOrBuilder
      • getMaxBodyBytes

        public int getMaxBodyBytes()
         [#not-implemented-hide:]
         <TODO(toddmgreer) implement size limit>
         Max body size the cache filter will insert into a cache. 0 means unlimited (though the cache
         storage implementation may have its own limit beyond which it will reject insertions).
         
        uint32 max_body_bytes = 4;
        Specified by:
        getMaxBodyBytes in interface CacheConfigOrBuilder
        Returns:
        The maxBodyBytes.
      • setMaxBodyBytes

        public CacheConfig.Builder setMaxBodyBytes​(int value)
         [#not-implemented-hide:]
         <TODO(toddmgreer) implement size limit>
         Max body size the cache filter will insert into a cache. 0 means unlimited (though the cache
         storage implementation may have its own limit beyond which it will reject insertions).
         
        uint32 max_body_bytes = 4;
        Parameters:
        value - The maxBodyBytes to set.
        Returns:
        This builder for chaining.
      • clearMaxBodyBytes

        public CacheConfig.Builder clearMaxBodyBytes()
         [#not-implemented-hide:]
         <TODO(toddmgreer) implement size limit>
         Max body size the cache filter will insert into a cache. 0 means unlimited (though the cache
         storage implementation may have its own limit beyond which it will reject insertions).
         
        uint32 max_body_bytes = 4;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final CacheConfig.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CacheConfig.Builder>
      • mergeUnknownFields

        public final CacheConfig.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CacheConfig.Builder>