Uses of Class
io.envoyproxy.envoy.config.route.v3.QueryParameterMatcher.Builder
-
Packages that use QueryParameterMatcher.Builder Package Description io.envoyproxy.envoy.config.route.v3 io.envoyproxy.envoy.extensions.filters.http.cache.v3 -
-
Uses of QueryParameterMatcher.Builder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return QueryParameterMatcher.Builder Modifier and Type Method Description QueryParameterMatcher.BuilderRouteMatch.Builder. addQueryParametersBuilder()Specifies a set of URL query parameters on which the route should match.QueryParameterMatcher.BuilderRouteMatch.Builder. addQueryParametersBuilder(int index)Specifies a set of URL query parameters on which the route should match.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. clear()QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. clearName()Specifies the name of a key that must be present in the requested ``path``'s query string.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. clearPresentMatch()Specifies whether a query parameter should be present.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. clearQueryParameterMatchSpecifier()QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. clearStringMatch()Specifies whether a query parameter value should match against a string.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. clone()QueryParameterMatcher.BuilderRouteMatch.Builder. getQueryParametersBuilder(int index)Specifies a set of URL query parameters on which the route should match.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. mergeFrom(com.google.protobuf.Message other)QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. mergeFrom(QueryParameterMatcher other)QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. mergeStringMatch(StringMatcher value)Specifies whether a query parameter value should match against a string.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static QueryParameterMatcher.BuilderQueryParameterMatcher. newBuilder()static QueryParameterMatcher.BuilderQueryParameterMatcher. newBuilder(QueryParameterMatcher prototype)QueryParameterMatcher.BuilderQueryParameterMatcher. newBuilderForType()protected QueryParameterMatcher.BuilderQueryParameterMatcher. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. setName(String value)Specifies the name of a key that must be present in the requested ``path``'s query string.QueryParameterMatcher.BuilderQueryParameterMatcher.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.BuilderQueryParameterMatcher.Builder. setPresentMatch(boolean value)Specifies whether a query parameter should be present.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. setStringMatch(StringMatcher value)Specifies whether a query parameter value should match against a string.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. setStringMatch(StringMatcher.Builder builderForValue)Specifies whether a query parameter value should match against a string.QueryParameterMatcher.BuilderQueryParameterMatcher.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)QueryParameterMatcher.BuilderQueryParameterMatcher. toBuilder()Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type QueryParameterMatcher.Builder Modifier and Type Method Description List<QueryParameterMatcher.Builder>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.Builder Modifier and Type Method Description RouteMatch.BuilderRouteMatch.Builder. addQueryParameters(int index, QueryParameterMatcher.Builder builderForValue)Specifies a set of URL query parameters on which the route should match.RouteMatch.BuilderRouteMatch.Builder. addQueryParameters(QueryParameterMatcher.Builder builderForValue)Specifies a set of URL query parameters on which the route should match.RouteMatch.BuilderRouteMatch.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.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.cache.v3 that return QueryParameterMatcher.Builder Modifier and Type Method Description QueryParameterMatcher.BuilderCacheConfig.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.QueryParameterMatcher.BuilderCacheConfig.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.QueryParameterMatcher.BuilderCacheConfig.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.QueryParameterMatcher.BuilderCacheConfig.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.QueryParameterMatcher.BuilderCacheConfig.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.QueryParameterMatcher.BuilderCacheConfig.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.Builder Modifier and Type Method Description List<QueryParameterMatcher.Builder>CacheConfig.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.List<QueryParameterMatcher.Builder>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.Builder Modifier and Type Method Description CacheConfig.KeyCreatorParams.BuilderCacheConfig.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.BuilderCacheConfig.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.BuilderCacheConfig.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.BuilderCacheConfig.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.BuilderCacheConfig.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.BuilderCacheConfig.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.
-