Uses of Class
io.envoyproxy.envoy.type.matcher.v3.OrMatcher
Packages that use OrMatcher
-
Uses of OrMatcher in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return OrMatcherModifier and TypeMethodDescriptionOrMatcher.Builder.build()OrMatcher.Builder.buildPartial()static OrMatcherOrMatcher.getDefaultInstance()OrMatcher.Builder.getDefaultInstanceForType()OrMatcher.getDefaultInstanceForType()ValueMatcher.Builder.getOrMatch()If specified, a match occurs if and only if any of the alternatives in the match accept the value.ValueMatcher.getOrMatch()If specified, a match occurs if and only if any of the alternatives in the match accept the value.ValueMatcherOrBuilder.getOrMatch()If specified, a match occurs if and only if any of the alternatives in the match accept the value.static OrMatcherOrMatcher.parseDelimitedFrom(InputStream input) static OrMatcherOrMatcher.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrMatcherOrMatcher.parseFrom(byte[] data) static OrMatcherOrMatcher.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrMatcherOrMatcher.parseFrom(com.google.protobuf.ByteString data) static OrMatcherOrMatcher.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrMatcherOrMatcher.parseFrom(com.google.protobuf.CodedInputStream input) static OrMatcherOrMatcher.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrMatcherOrMatcher.parseFrom(InputStream input) static OrMatcherOrMatcher.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrMatcherOrMatcher.parseFrom(ByteBuffer data) static OrMatcherOrMatcher.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type OrMatcherModifier and TypeMethodDescriptioncom.google.protobuf.Parser<OrMatcher> OrMatcher.getParserForType()static com.google.protobuf.Parser<OrMatcher> OrMatcher.parser()Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type OrMatcherModifier and TypeMethodDescriptionValueMatcher.Builder.mergeOrMatch(OrMatcher value) If specified, a match occurs if and only if any of the alternatives in the match accept the value.static OrMatcher.BuilderOrMatcher.newBuilder(OrMatcher prototype) ValueMatcher.Builder.setOrMatch(OrMatcher value) If specified, a match occurs if and only if any of the alternatives in the match accept the value.