Uses of Class
io.envoyproxy.envoy.type.matcher.ListStringMatcher.Builder
Packages that use ListStringMatcher.Builder
Package
Description
-
Uses of ListStringMatcher.Builder in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 that return ListStringMatcher.BuilderModifier and TypeMethodDescriptionAuthorizationResponse.Builder.getAllowedClientHeadersBuilder()When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>` is set, authorization response headers that have a correspondent match will be added to the client's response.AuthorizationRequest.Builder.getAllowedHeadersBuilder()Authorization request will include the client request headers that have a correspondent match in the :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>`.AuthorizationResponse.Builder.getAllowedUpstreamHeadersBuilder()When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>` is set, authorization response headers that have a correspondent match will be added to the original client request.Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 with parameters of type ListStringMatcher.BuilderModifier and TypeMethodDescriptionAuthorizationResponse.Builder.setAllowedClientHeaders(ListStringMatcher.Builder builderForValue) When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>` is set, authorization response headers that have a correspondent match will be added to the client's response.AuthorizationRequest.Builder.setAllowedHeaders(ListStringMatcher.Builder builderForValue) Authorization request will include the client request headers that have a correspondent match in the :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>`.AuthorizationResponse.Builder.setAllowedUpstreamHeaders(ListStringMatcher.Builder builderForValue) When this :ref:`list <envoy_api_msg_type.matcher.ListStringMatcher>` is set, authorization response headers that have a correspondent match will be added to the original client request. -
Uses of ListStringMatcher.Builder in io.envoyproxy.envoy.config.metrics.v2
Methods in io.envoyproxy.envoy.config.metrics.v2 that return ListStringMatcher.BuilderModifier and TypeMethodDescriptionStatsMatcher.Builder.getExclusionListBuilder()Exclusive match.StatsMatcher.Builder.getInclusionListBuilder()Inclusive match.Methods in io.envoyproxy.envoy.config.metrics.v2 with parameters of type ListStringMatcher.BuilderModifier and TypeMethodDescriptionStatsMatcher.Builder.setExclusionList(ListStringMatcher.Builder builderForValue) Exclusive match.StatsMatcher.Builder.setInclusionList(ListStringMatcher.Builder builderForValue) Inclusive match. -
Uses of ListStringMatcher.Builder in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return ListStringMatcher.BuilderModifier and TypeMethodDescriptionListStringMatcher.Builder.addAllPatterns(Iterable<? extends StringMatcher> values) repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.Builder.addPatterns(int index, StringMatcher value) repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.Builder.addPatterns(int index, StringMatcher.Builder builderForValue) repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.Builder.addPatterns(StringMatcher value) repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.Builder.addPatterns(StringMatcher.Builder builderForValue) repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ListStringMatcher.Builder.clear()ListStringMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ListStringMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ListStringMatcher.Builder.clearPatterns()repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.Builder.clone()ListStringMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListStringMatcher.Builder.mergeFrom(com.google.protobuf.Message other) ListStringMatcher.Builder.mergeFrom(ListStringMatcher other) ListStringMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ListStringMatcher.BuilderListStringMatcher.newBuilder()static ListStringMatcher.BuilderListStringMatcher.newBuilder(ListStringMatcher prototype) ListStringMatcher.newBuilderForType()protected ListStringMatcher.BuilderListStringMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ListStringMatcher.Builder.removePatterns(int index) repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ListStringMatcher.Builder.setPatterns(int index, StringMatcher value) repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.Builder.setPatterns(int index, StringMatcher.Builder builderForValue) repeated .envoy.type.matcher.StringMatcher patterns = 1 [(.validate.rules) = { ... }ListStringMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ListStringMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ListStringMatcher.toBuilder()