Uses of Interface
io.envoyproxy.envoy.api.v2.route.QueryParameterMatcherOrBuilder
-
Packages that use QueryParameterMatcherOrBuilder Package Description io.envoyproxy.envoy.api.v2.route io.envoyproxy.envoy.config.filter.http.cache.v2alpha -
-
Uses of QueryParameterMatcherOrBuilder in io.envoyproxy.envoy.api.v2.route
Classes in io.envoyproxy.envoy.api.v2.route that implement QueryParameterMatcherOrBuilder Modifier and Type Class Description classQueryParameterMatcherQuery parameter matching treats the query string of a request's :path header as an ampersand-separated list of keys and/or key=value elements.static classQueryParameterMatcher.BuilderQuery parameter matching treats the query string of a request's :path header as an ampersand-separated list of keys and/or key=value elements.Methods in io.envoyproxy.envoy.api.v2.route that return QueryParameterMatcherOrBuilder Modifier and Type Method Description QueryParameterMatcherOrBuilderRouteMatch.Builder. getQueryParametersOrBuilder(int index)Specifies a set of URL query parameters on which the route should match.QueryParameterMatcherOrBuilderRouteMatch. getQueryParametersOrBuilder(int index)Specifies a set of URL query parameters on which the route should match.QueryParameterMatcherOrBuilderRouteMatchOrBuilder. getQueryParametersOrBuilder(int index)Specifies a set of URL query parameters on which the route should match.Methods in io.envoyproxy.envoy.api.v2.route that return types with arguments of type QueryParameterMatcherOrBuilder Modifier and Type Method Description List<? extends QueryParameterMatcherOrBuilder>RouteMatch.Builder. getQueryParametersOrBuilderList()Specifies a set of URL query parameters on which the route should match.List<? extends QueryParameterMatcherOrBuilder>RouteMatch. getQueryParametersOrBuilderList()Specifies a set of URL query parameters on which the route should match.List<? extends QueryParameterMatcherOrBuilder>RouteMatchOrBuilder. getQueryParametersOrBuilderList()Specifies a set of URL query parameters on which the route should match. -
Uses of QueryParameterMatcherOrBuilder in io.envoyproxy.envoy.config.filter.http.cache.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.cache.v2alpha that return QueryParameterMatcherOrBuilder Modifier and Type Method Description QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParams.Builder. getQueryParametersExcludedOrBuilder(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.QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParams. getQueryParametersExcludedOrBuilder(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.QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParamsOrBuilder. getQueryParametersExcludedOrBuilder(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.QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParams.Builder. getQueryParametersIncludedOrBuilder(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.QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParams. getQueryParametersIncludedOrBuilder(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.QueryParameterMatcherOrBuilderCacheConfig.KeyCreatorParamsOrBuilder. getQueryParametersIncludedOrBuilder(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.config.filter.http.cache.v2alpha that return types with arguments of type QueryParameterMatcherOrBuilder Modifier and Type Method Description List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParams.Builder. getQueryParametersExcludedOrBuilderList()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.List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParams. getQueryParametersExcludedOrBuilderList()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.List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParamsOrBuilder. getQueryParametersExcludedOrBuilderList()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.List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParams.Builder. getQueryParametersIncludedOrBuilderList()If *query_parameters_included* is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParams. getQueryParametersIncludedOrBuilderList()If *query_parameters_included* is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.List<? extends QueryParameterMatcherOrBuilder>CacheConfig.KeyCreatorParamsOrBuilder. getQueryParametersIncludedOrBuilderList()If *query_parameters_included* is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.
-