Uses of Class
io.envoyproxy.envoy.config.route.v3.QueryParameterMatcher
-
Packages that use QueryParameterMatcher Package Description io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.extensions.filters.http.cache.v3 -
-
Uses of QueryParameterMatcher in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return QueryParameterMatcher Modifier and Type Method Description QueryParameterMatcherQueryParameterMatcher.Builder. build()QueryParameterMatcherQueryParameterMatcher.Builder. buildPartial()static QueryParameterMatcherQueryParameterMatcher. getDefaultInstance()QueryParameterMatcherQueryParameterMatcher.Builder. getDefaultInstanceForType()QueryParameterMatcherQueryParameterMatcher. getDefaultInstanceForType()QueryParameterMatcherRouteMatch.Builder. getQueryParameters(int index)Specifies a set of URL query parameters on which the route should match.QueryParameterMatcherRouteMatch. getQueryParameters(int index)Specifies a set of URL query parameters on which the route should match.QueryParameterMatcherRouteMatchOrBuilder. 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.config.route.v3 that return types with arguments of type QueryParameterMatcher Modifier and Type Method Description com.google.protobuf.Parser<QueryParameterMatcher>QueryParameterMatcher. getParserForType()List<QueryParameterMatcher>RouteMatch.Builder. getQueryParametersList()Specifies a set of URL query parameters on which the route should match.List<QueryParameterMatcher>RouteMatch. getQueryParametersList()Specifies a set of URL query parameters on which the route should match.List<QueryParameterMatcher>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.config.route.v3 with parameters of type QueryParameterMatcher Modifier and Type Method Description RouteMatch.BuilderRouteMatch.Builder. addQueryParameters(int index, QueryParameterMatcher value)Specifies a set of URL query parameters on which the route should match.RouteMatch.BuilderRouteMatch.Builder. addQueryParameters(QueryParameterMatcher value)Specifies a set of URL query parameters on which the route should match.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. mergeFrom(QueryParameterMatcher other)static QueryParameterMatcher.BuilderQueryParameterMatcher. newBuilder(QueryParameterMatcher prototype)RouteMatch.BuilderRouteMatch.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.config.route.v3 with type arguments of type QueryParameterMatcher Modifier and Type Method Description RouteMatch.BuilderRouteMatch.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.extensions.filters.http.cache.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.cache.v3 that return QueryParameterMatcher Modifier and Type Method Description QueryParameterMatcherCacheConfig.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.QueryParameterMatcherCacheConfig.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.QueryParameterMatcherCacheConfig.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.QueryParameterMatcherCacheConfig.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.QueryParameterMatcherCacheConfig.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.QueryParameterMatcherCacheConfig.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.extensions.filters.http.cache.v3 that return types with arguments of type QueryParameterMatcher Modifier and Type Method Description List<QueryParameterMatcher>CacheConfig.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.List<QueryParameterMatcher>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.List<QueryParameterMatcher>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.List<QueryParameterMatcher>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.List<QueryParameterMatcher>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.List<QueryParameterMatcher>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.extensions.filters.http.cache.v3 with parameters of type QueryParameterMatcher Modifier and Type Method Description CacheConfig.KeyCreatorParams.BuilderCacheConfig.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.BuilderCacheConfig.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.BuilderCacheConfig.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.BuilderCacheConfig.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.BuilderCacheConfig.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.BuilderCacheConfig.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.extensions.filters.http.cache.v3 with type arguments of type QueryParameterMatcher Modifier and Type Method Description CacheConfig.KeyCreatorParams.BuilderCacheConfig.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.BuilderCacheConfig.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.
-