Uses of Class
io.envoyproxy.envoy.config.route.v3.QueryParameterMatcher.Builder
Packages that use QueryParameterMatcher.Builder
Package
Description
-
Uses of QueryParameterMatcher.Builder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionRateLimit.Action.QueryParameterValueMatch.Builder.addQueryParametersBuilder()Specifies a set of query parameters that the rate limit action should match on.RateLimit.Action.QueryParameterValueMatch.Builder.addQueryParametersBuilder(int index) Specifies a set of query parameters that the rate limit action should match on.RouteMatch.Builder.addQueryParametersBuilder()Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.addQueryParametersBuilder(int index) Specifies a set of URL query parameters on which the route should match.QueryParameterMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) QueryParameterMatcher.Builder.clear()QueryParameterMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) QueryParameterMatcher.Builder.clearName()Specifies the name of a key that must be present in the requested ``path``'s query string.QueryParameterMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) QueryParameterMatcher.Builder.clearPresentMatch()Specifies whether a query parameter should be present.QueryParameterMatcher.Builder.clearQueryParameterMatchSpecifier()QueryParameterMatcher.Builder.clearStringMatch()Specifies whether a query parameter value should match against a string.QueryParameterMatcher.Builder.clone()RateLimit.Action.QueryParameterValueMatch.Builder.getQueryParametersBuilder(int index) Specifies a set of query parameters that the rate limit action should match on.RouteMatch.Builder.getQueryParametersBuilder(int index) Specifies a set of URL query parameters on which the route should match.QueryParameterMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) QueryParameterMatcher.Builder.mergeFrom(com.google.protobuf.Message other) QueryParameterMatcher.Builder.mergeFrom(QueryParameterMatcher other) QueryParameterMatcher.Builder.mergeStringMatch(StringMatcher value) Specifies whether a query parameter value should match against a string.QueryParameterMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) QueryParameterMatcher.newBuilder()QueryParameterMatcher.newBuilder(QueryParameterMatcher prototype) QueryParameterMatcher.newBuilderForType()protected QueryParameterMatcher.BuilderQueryParameterMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) QueryParameterMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Specifies the name of a key that must be present in the requested ``path``'s query string.QueryParameterMatcher.Builder.setNameBytes(com.google.protobuf.ByteString value) Specifies the name of a key that must be present in the requested ``path``'s query string.QueryParameterMatcher.Builder.setPresentMatch(boolean value) Specifies whether a query parameter should be present.QueryParameterMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) QueryParameterMatcher.Builder.setStringMatch(StringMatcher value) Specifies whether a query parameter value should match against a string.QueryParameterMatcher.Builder.setStringMatch(StringMatcher.Builder builderForValue) Specifies whether a query parameter value should match against a string.QueryParameterMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) QueryParameterMatcher.toBuilder()Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionRateLimit.Action.QueryParameterValueMatch.Builder.getQueryParametersBuilderList()Specifies a set of query parameters that the rate limit action should match on.RouteMatch.Builder.getQueryParametersBuilderList()Specifies a set of URL query parameters on which the route should match.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionRateLimit.Action.QueryParameterValueMatch.Builder.addQueryParameters(int index, QueryParameterMatcher.Builder builderForValue) Specifies a set of query parameters that the rate limit action should match on.RateLimit.Action.QueryParameterValueMatch.Builder.addQueryParameters(QueryParameterMatcher.Builder builderForValue) Specifies a set of query parameters that the rate limit action should match on.RouteMatch.Builder.addQueryParameters(int index, QueryParameterMatcher.Builder builderForValue) Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.addQueryParameters(QueryParameterMatcher.Builder builderForValue) Specifies a set of URL query parameters on which the route should match.RateLimit.Action.QueryParameterValueMatch.Builder.setQueryParameters(int index, QueryParameterMatcher.Builder builderForValue) Specifies a set of query parameters that the rate limit action should match on.RouteMatch.Builder.setQueryParameters(int index, QueryParameterMatcher.Builder builderForValue) Specifies a set of URL query parameters on which the route should match. -
Uses of QueryParameterMatcher.Builder in io.envoyproxy.envoy.extensions.filters.http.cache_v2.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.cache_v2.v3 that return QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionCacheV2Config.KeyCreatorParams.Builder.addQueryParametersExcludedBuilder()If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheV2Config.KeyCreatorParams.Builder.addQueryParametersExcludedBuilder(int index) If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheV2Config.KeyCreatorParams.Builder.addQueryParametersIncludedBuilder()If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.CacheV2Config.KeyCreatorParams.Builder.addQueryParametersIncludedBuilder(int index) If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.CacheV2Config.KeyCreatorParams.Builder.getQueryParametersExcludedBuilder(int index) If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheV2Config.KeyCreatorParams.Builder.getQueryParametersIncludedBuilder(int index) If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.Methods in io.envoyproxy.envoy.extensions.filters.http.cache_v2.v3 that return types with arguments of type QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionCacheV2Config.KeyCreatorParams.Builder.getQueryParametersExcludedBuilderList()If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheV2Config.KeyCreatorParams.Builder.getQueryParametersIncludedBuilderList()If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.Methods in io.envoyproxy.envoy.extensions.filters.http.cache_v2.v3 with parameters of type QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionCacheV2Config.KeyCreatorParams.Builder.addQueryParametersExcluded(int index, QueryParameterMatcher.Builder builderForValue) If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheV2Config.KeyCreatorParams.Builder.addQueryParametersExcluded(QueryParameterMatcher.Builder builderForValue) If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheV2Config.KeyCreatorParams.Builder.addQueryParametersIncluded(int index, QueryParameterMatcher.Builder builderForValue) If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.CacheV2Config.KeyCreatorParams.Builder.addQueryParametersIncluded(QueryParameterMatcher.Builder builderForValue) If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.CacheV2Config.KeyCreatorParams.Builder.setQueryParametersExcluded(int index, QueryParameterMatcher.Builder builderForValue) If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheV2Config.KeyCreatorParams.Builder.setQueryParametersIncluded(int index, QueryParameterMatcher.Builder builderForValue) If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key. -
Uses of QueryParameterMatcher.Builder in io.envoyproxy.envoy.extensions.filters.http.cache.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.cache.v3 that return QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionCacheConfig.KeyCreatorParams.Builder.addQueryParametersExcludedBuilder()If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheConfig.KeyCreatorParams.Builder.addQueryParametersExcludedBuilder(int index) If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheConfig.KeyCreatorParams.Builder.addQueryParametersIncludedBuilder()If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.CacheConfig.KeyCreatorParams.Builder.addQueryParametersIncludedBuilder(int index) If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.CacheConfig.KeyCreatorParams.Builder.getQueryParametersExcludedBuilder(int index) If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheConfig.KeyCreatorParams.Builder.getQueryParametersIncludedBuilder(int index) If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.Methods in io.envoyproxy.envoy.extensions.filters.http.cache.v3 that return types with arguments of type QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionCacheConfig.KeyCreatorParams.Builder.getQueryParametersExcludedBuilderList()If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheConfig.KeyCreatorParams.Builder.getQueryParametersIncludedBuilderList()If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.Methods in io.envoyproxy.envoy.extensions.filters.http.cache.v3 with parameters of type QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionCacheConfig.KeyCreatorParams.Builder.addQueryParametersExcluded(int index, QueryParameterMatcher.Builder builderForValue) If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheConfig.KeyCreatorParams.Builder.addQueryParametersExcluded(QueryParameterMatcher.Builder builderForValue) If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheConfig.KeyCreatorParams.Builder.addQueryParametersIncluded(int index, QueryParameterMatcher.Builder builderForValue) If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.CacheConfig.KeyCreatorParams.Builder.addQueryParametersIncluded(QueryParameterMatcher.Builder builderForValue) If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.CacheConfig.KeyCreatorParams.Builder.setQueryParametersExcluded(int index, QueryParameterMatcher.Builder builderForValue) If ``query_parameters_excluded`` is nonempty, query parameters matched by one or more of its matchers are excluded from the cache key (even if also matched by ``query_parameters_included``), and will not affect cache lookup.CacheConfig.KeyCreatorParams.Builder.setQueryParametersIncluded(int index, QueryParameterMatcher.Builder builderForValue) If ``query_parameters_included`` is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.