Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.FilterStateMatcherOrBuilder
-
Packages that use FilterStateMatcherOrBuilder Package Description io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of FilterStateMatcherOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type FilterStateMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<FilterStateMatcher,FilterStateMatcher.Builder,FilterStateMatcherOrBuilder>
Principal.Builder. filterStateBuilder_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return FilterStateMatcherOrBuilder Modifier and Type Method Description FilterStateMatcherOrBuilder
Principal.Builder. getFilterStateOrBuilder()
Identifies the principal using a filter state object.FilterStateMatcherOrBuilder
Principal. getFilterStateOrBuilder()
Identifies the principal using a filter state object.FilterStateMatcherOrBuilder
PrincipalOrBuilder. getFilterStateOrBuilder()
Identifies the principal using a filter state object.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type FilterStateMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FilterStateMatcher,FilterStateMatcher.Builder,FilterStateMatcherOrBuilder>
Principal.Builder. getFilterStateFieldBuilder()
Identifies the principal using a filter state object. -
Uses of FilterStateMatcherOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement FilterStateMatcherOrBuilder Modifier and Type Class Description class
FilterStateMatcher
FilterStateMatcher provides a general interface for matching the filter state objects.static class
FilterStateMatcher.Builder
FilterStateMatcher provides a general interface for matching the filter state objects.
-