Uses of Class
io.envoyproxy.envoy.api.v2.route.QueryParameterMatcher.Builder
Packages that use QueryParameterMatcher.Builder
Package
Description
-
Uses of QueryParameterMatcher.Builder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.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.clearRegex()Deprecated.QueryParameterMatcher.Builder.clearStringMatch()Specifies whether a query parameter value should match against a string.QueryParameterMatcher.Builder.clearValue()Deprecated.envoy.api.v2.route.QueryParameterMatcher.value is deprecated.QueryParameterMatcher.Builder.clone()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.mergeRegex(com.google.protobuf.BoolValue value) Deprecated.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.setRegex(com.google.protobuf.BoolValue value) Deprecated.QueryParameterMatcher.Builder.setRegex(com.google.protobuf.BoolValue.Builder builderForValue) Deprecated.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) Deprecated.envoy.api.v2.route.QueryParameterMatcher.value is deprecated.QueryParameterMatcher.Builder.setValueBytes(com.google.protobuf.ByteString value) Deprecated.envoy.api.v2.route.QueryParameterMatcher.value is deprecated.QueryParameterMatcher.toBuilder()Methods in io.envoyproxy.envoy.api.v2.route that return types with arguments of type QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.getQueryParametersBuilderList()Specifies a set of URL query parameters on which the route should match.Methods in io.envoyproxy.envoy.api.v2.route with parameters of type QueryParameterMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.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.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.config.filter.http.cache.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.cache.v2alpha 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.config.filter.http.cache.v2alpha 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.config.filter.http.cache.v2alpha 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.