Uses of Class
io.envoyproxy.envoy.config.route.v3.FilterConfig.Builder
Packages that use FilterConfig.Builder
-
Uses of FilterConfig.Builder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return FilterConfig.BuilderModifier and TypeMethodDescriptionFilterConfig.Builder.clear()
FilterConfig.Builder.clearConfig()
The filter config.FilterConfig.Builder.clearDisabled()
If true, the filter is disabled in the route or virtual host and the ``config`` field is ignored.FilterConfig.Builder.clearIsOptional()
If true, the filter is optional, meaning that if the client does not support the specified filter, it may ignore the map entry rather than rejecting the config.FilterConfig.Builder.mergeConfig
(com.google.protobuf.Any value) The filter config.FilterConfig.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FilterConfig.Builder.mergeFrom
(com.google.protobuf.Message other) FilterConfig.Builder.mergeFrom
(FilterConfig other) static FilterConfig.Builder
FilterConfig.newBuilder()
static FilterConfig.Builder
FilterConfig.newBuilder
(FilterConfig prototype) FilterConfig.newBuilderForType()
protected FilterConfig.Builder
FilterConfig.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) FilterConfig.Builder.setConfig
(com.google.protobuf.Any value) The filter config.FilterConfig.Builder.setConfig
(com.google.protobuf.Any.Builder builderForValue) The filter config.FilterConfig.Builder.setDisabled
(boolean value) If true, the filter is disabled in the route or virtual host and the ``config`` field is ignored.FilterConfig.Builder.setIsOptional
(boolean value) If true, the filter is optional, meaning that if the client does not support the specified filter, it may ignore the map entry rather than rejecting the config.FilterConfig.toBuilder()