Uses of Class
io.envoyproxy.envoy.api.v2.route.QueryParameterMatcher
Packages that use QueryParameterMatcher
Package
Description
-
Uses of QueryParameterMatcher in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return QueryParameterMatcherModifier and TypeMethodDescriptionQueryParameterMatcher.Builder.build()QueryParameterMatcher.Builder.buildPartial()static QueryParameterMatcherQueryParameterMatcher.getDefaultInstance()QueryParameterMatcher.Builder.getDefaultInstanceForType()QueryParameterMatcher.getDefaultInstanceForType()RouteMatch.Builder.getQueryParameters(int index) Specifies a set of URL query parameters on which the route should match.RouteMatch.getQueryParameters(int index) Specifies a set of URL query parameters on which the route should match.RouteMatchOrBuilder.getQueryParameters(int index) Specifies a set of URL query parameters on which the route should match.static QueryParameterMatcherQueryParameterMatcher.parseDelimitedFrom(InputStream input) static QueryParameterMatcherQueryParameterMatcher.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryParameterMatcherQueryParameterMatcher.parseFrom(byte[] data) static QueryParameterMatcherQueryParameterMatcher.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryParameterMatcherQueryParameterMatcher.parseFrom(com.google.protobuf.ByteString data) static QueryParameterMatcherQueryParameterMatcher.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryParameterMatcherQueryParameterMatcher.parseFrom(com.google.protobuf.CodedInputStream input) static QueryParameterMatcherQueryParameterMatcher.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryParameterMatcherQueryParameterMatcher.parseFrom(InputStream input) static QueryParameterMatcherQueryParameterMatcher.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryParameterMatcherQueryParameterMatcher.parseFrom(ByteBuffer data) static QueryParameterMatcherQueryParameterMatcher.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.api.v2.route that return types with arguments of type QueryParameterMatcherModifier and TypeMethodDescriptioncom.google.protobuf.Parser<QueryParameterMatcher>QueryParameterMatcher.getParserForType()RouteMatch.Builder.getQueryParametersList()Specifies a set of URL query parameters on which the route should match.RouteMatch.getQueryParametersList()Specifies a set of URL query parameters on which the route should match.RouteMatchOrBuilder.getQueryParametersList()Specifies a set of URL query parameters on which the route should match.static com.google.protobuf.Parser<QueryParameterMatcher>QueryParameterMatcher.parser()Methods in io.envoyproxy.envoy.api.v2.route with parameters of type QueryParameterMatcherModifier and TypeMethodDescriptionRouteMatch.Builder.addQueryParameters(int index, QueryParameterMatcher value) Specifies a set of URL query parameters on which the route should match.RouteMatch.Builder.addQueryParameters(QueryParameterMatcher value) Specifies a set of URL query parameters on which the route should match.QueryParameterMatcher.Builder.mergeFrom(QueryParameterMatcher other) QueryParameterMatcher.newBuilder(QueryParameterMatcher prototype) RouteMatch.Builder.setQueryParameters(int index, QueryParameterMatcher value) Specifies a set of URL query parameters on which the route should match.Method parameters in io.envoyproxy.envoy.api.v2.route with type arguments of type QueryParameterMatcherModifier and TypeMethodDescriptionRouteMatch.Builder.addAllQueryParameters(Iterable<? extends QueryParameterMatcher> values) Specifies a set of URL query parameters on which the route should match. -
Uses of QueryParameterMatcher in io.envoyproxy.envoy.config.filter.http.cache.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.cache.v2alpha that return QueryParameterMatcherModifier and TypeMethodDescriptionCacheConfig.KeyCreatorParams.Builder.getQueryParametersExcluded(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.getQueryParametersExcluded(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.KeyCreatorParamsOrBuilder.getQueryParametersExcluded(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.getQueryParametersIncluded(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.getQueryParametersIncluded(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.KeyCreatorParamsOrBuilder.getQueryParametersIncluded(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 QueryParameterMatcherModifier and TypeMethodDescriptionCacheConfig.KeyCreatorParams.Builder.getQueryParametersExcludedList()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.getQueryParametersExcludedList()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.KeyCreatorParamsOrBuilder.getQueryParametersExcludedList()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.getQueryParametersIncludedList()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.getQueryParametersIncludedList()If *query_parameters_included* is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.CacheConfig.KeyCreatorParamsOrBuilder.getQueryParametersIncludedList()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 with parameters of type QueryParameterMatcherModifier and TypeMethodDescriptionCacheConfig.KeyCreatorParams.Builder.addQueryParametersExcluded(int index, QueryParameterMatcher value) 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 value) 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 value) 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 value) 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 value) 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 value) If *query_parameters_included* is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.Method parameters in io.envoyproxy.envoy.config.filter.http.cache.v2alpha with type arguments of type QueryParameterMatcherModifier and TypeMethodDescriptionCacheConfig.KeyCreatorParams.Builder.addAllQueryParametersExcluded(Iterable<? extends QueryParameterMatcher> values) 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.addAllQueryParametersIncluded(Iterable<? extends QueryParameterMatcher> values) If *query_parameters_included* is nonempty, only query parameters matched by one or more of its matchers are included in the cache key.