Uses of Class
io.envoyproxy.envoy.type.matcher.v3.FilterStateMatcher.Builder
Packages that use FilterStateMatcher.Builder
Package
Description
-
Uses of FilterStateMatcher.Builder in io.envoyproxy.envoy.config.rbac.v3
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 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.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return FilterStateMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.addFilterStateBuilder()Specifies a set of filter state matchers on which the route should match.RouteMatch.Builder.addFilterStateBuilder(int index) Specifies a set of filter state matchers on which the route should match.RouteMatch.Builder.getFilterStateBuilder(int index) Specifies a set of filter state matchers on which the route should match.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type FilterStateMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.getFilterStateBuilderList()Specifies a set of filter state matchers on which the route should match.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type FilterStateMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.addFilterState(int index, FilterStateMatcher.Builder builderForValue) Specifies a set of filter state matchers on which the route should match.RouteMatch.Builder.addFilterState(FilterStateMatcher.Builder builderForValue) Specifies a set of filter state matchers on which the route should match.RouteMatch.Builder.setFilterState(int index, FilterStateMatcher.Builder builderForValue) Specifies a set of filter state matchers on which the route should match. -
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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FilterStateMatcher.Builder.clear()FilterStateMatcher.Builder.clearAddressMatch()Matches the filter state object as a ip Instance.FilterStateMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FilterStateMatcher.Builder.clearKey()The filter state key to retrieve the object.FilterStateMatcher.Builder.clearMatcher()FilterStateMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FilterStateMatcher.Builder.clearStringMatch()Matches the filter state object as a string value.FilterStateMatcher.Builder.clone()FilterStateMatcher.Builder.mergeAddressMatch(AddressMatcher value) Matches the filter state object as a ip Instance.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.FilterStateMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FilterStateMatcher.BuilderFilterStateMatcher.newBuilder()static FilterStateMatcher.BuilderFilterStateMatcher.newBuilder(FilterStateMatcher prototype) FilterStateMatcher.newBuilderForType()protected FilterStateMatcher.BuilderFilterStateMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FilterStateMatcher.Builder.setAddressMatch(AddressMatcher value) Matches the filter state object as a ip Instance.FilterStateMatcher.Builder.setAddressMatch(AddressMatcher.Builder builderForValue) Matches the filter state object as a ip Instance.FilterStateMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FilterStateMatcher.toBuilder()