Uses of Class
io.envoyproxy.envoy.type.matcher.v3.FilterStateMatcher.Builder
Packages that use FilterStateMatcher.Builder
-
Uses of FilterStateMatcher.Builder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type FilterStateMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FilterStateMatcher, FilterStateMatcher.Builder, FilterStateMatcherOrBuilder> Principal.Builder.filterStateBuilder_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return FilterStateMatcher.BuilderModifier and TypeMethodDescriptionPrincipal.Builder.getFilterStateBuilder()
Identifies the principal using a filter state object.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type FilterStateMatcher.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FilterStateMatcher, FilterStateMatcher.Builder, FilterStateMatcherOrBuilder> Principal.Builder.internalGetFilterStateFieldBuilder()
Identifies the principal using a filter state object.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type FilterStateMatcher.BuilderModifier and TypeMethodDescriptionPrincipal.Builder.setFilterState
(FilterStateMatcher.Builder builderForValue) Identifies the principal using a filter state object. -
Uses of FilterStateMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return FilterStateMatcher.BuilderModifier and TypeMethodDescriptionFilterStateMatcher.Builder.clear()
FilterStateMatcher.Builder.clearKey()
The filter state key to retrieve the object.FilterStateMatcher.Builder.clearMatcher()
FilterStateMatcher.Builder.clearStringMatch()
Matches the filter state object as a string value.FilterStateMatcher.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FilterStateMatcher.Builder.mergeFrom
(com.google.protobuf.Message other) FilterStateMatcher.Builder.mergeFrom
(FilterStateMatcher other) FilterStateMatcher.Builder.mergeStringMatch
(StringMatcher value) Matches the filter state object as a string value.static FilterStateMatcher.Builder
FilterStateMatcher.newBuilder()
static FilterStateMatcher.Builder
FilterStateMatcher.newBuilder
(FilterStateMatcher prototype) FilterStateMatcher.newBuilderForType()
protected FilterStateMatcher.Builder
FilterStateMatcher.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) The filter state key to retrieve the object.FilterStateMatcher.Builder.setKeyBytes
(com.google.protobuf.ByteString value) The filter state key to retrieve the object.FilterStateMatcher.Builder.setStringMatch
(StringMatcher value) Matches the filter state object as a string value.FilterStateMatcher.Builder.setStringMatch
(StringMatcher.Builder builderForValue) Matches the filter state object as a string value.FilterStateMatcher.toBuilder()