Interface FilterConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FilterConfig,FilterConfig.Builder
public interface FilterConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.envoy.extensions.filters.http.alternate_protocols_cache.v3.FilterConfig.alternate_protocols_cache_options is deprecated.Deprecated.booleanDeprecated.envoy.extensions.filters.http.alternate_protocols_cache.v3.FilterConfig.alternate_protocols_cache_options is deprecated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAlternateProtocolsCacheOptions
Deprecated.envoy.extensions.filters.http.alternate_protocols_cache.v3.FilterConfig.alternate_protocols_cache_options is deprecated. See envoy/extensions/filters/http/alternate_protocols_cache/v3/alternate_protocols_cache.proto;l=22This field is ignored: the alternate protocols cache filter will use the cache for the cluster the request is routed to.
.envoy.config.core.v3.AlternateProtocolsCacheOptions alternate_protocols_cache_options = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Returns:
- Whether the alternateProtocolsCacheOptions field is set.
-
getAlternateProtocolsCacheOptions
Deprecated.envoy.extensions.filters.http.alternate_protocols_cache.v3.FilterConfig.alternate_protocols_cache_options is deprecated. See envoy/extensions/filters/http/alternate_protocols_cache/v3/alternate_protocols_cache.proto;l=22This field is ignored: the alternate protocols cache filter will use the cache for the cluster the request is routed to.
.envoy.config.core.v3.AlternateProtocolsCacheOptions alternate_protocols_cache_options = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];- Returns:
- The alternateProtocolsCacheOptions.
-
getAlternateProtocolsCacheOptionsOrBuilder
Deprecated.This field is ignored: the alternate protocols cache filter will use the cache for the cluster the request is routed to.
.envoy.config.core.v3.AlternateProtocolsCacheOptions alternate_protocols_cache_options = 1 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
-