Uses of Class
io.envoyproxy.envoy.config.route.v3.CookieMatcher.Builder
Packages that use CookieMatcher.Builder
-
Uses of CookieMatcher.Builder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return CookieMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.addCookiesBuilder()Specifies a set of cookies on which the route should match.RouteMatch.Builder.addCookiesBuilder(int index) Specifies a set of cookies on which the route should match.CookieMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CookieMatcher.Builder.clear()CookieMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CookieMatcher.Builder.clearInvertMatch()Invert the match result.CookieMatcher.Builder.clearName()Specifies the cookie name to evaluate.CookieMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CookieMatcher.Builder.clearStringMatch()Match the cookie value using :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>` semantics.CookieMatcher.Builder.clone()RouteMatch.Builder.getCookiesBuilder(int index) Specifies a set of cookies on which the route should match.CookieMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CookieMatcher.Builder.mergeFrom(com.google.protobuf.Message other) CookieMatcher.Builder.mergeFrom(CookieMatcher other) CookieMatcher.Builder.mergeStringMatch(StringMatcher value) Match the cookie value using :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>` semantics.final CookieMatcher.BuilderCookieMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CookieMatcher.BuilderCookieMatcher.newBuilder()static CookieMatcher.BuilderCookieMatcher.newBuilder(CookieMatcher prototype) CookieMatcher.newBuilderForType()protected CookieMatcher.BuilderCookieMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CookieMatcher.Builder.setInvertMatch(boolean value) Invert the match result.Specifies the cookie name to evaluate.CookieMatcher.Builder.setNameBytes(com.google.protobuf.ByteString value) Specifies the cookie name to evaluate.CookieMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CookieMatcher.Builder.setStringMatch(StringMatcher value) Match the cookie value using :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>` semantics.CookieMatcher.Builder.setStringMatch(StringMatcher.Builder builderForValue) Match the cookie value using :ref:`StringMatcher <envoy_v3_api_msg_type.matcher.v3.StringMatcher>` semantics.final CookieMatcher.BuilderCookieMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CookieMatcher.toBuilder()Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type CookieMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.getCookiesBuilderList()Specifies a set of cookies on which the route should match.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type CookieMatcher.BuilderModifier and TypeMethodDescriptionRouteMatch.Builder.addCookies(int index, CookieMatcher.Builder builderForValue) Specifies a set of cookies on which the route should match.RouteMatch.Builder.addCookies(CookieMatcher.Builder builderForValue) Specifies a set of cookies on which the route should match.RouteMatch.Builder.setCookies(int index, CookieMatcher.Builder builderForValue) Specifies a set of cookies on which the route should match.