Uses of Class
io.envoyproxy.envoy.type.matcher.v3.OrMatcher
Packages that use OrMatcher
-
Uses of OrMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as OrMatcherFields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type OrMatcherModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<OrMatcher, OrMatcher.Builder, OrMatcherOrBuilder> ValueMatcher.Builder.orMatchBuilder_
private static final com.google.protobuf.Parser
<OrMatcher> OrMatcher.PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return OrMatcherModifier and TypeMethodDescriptionOrMatcher.Builder.build()
OrMatcher.Builder.buildPartial()
static OrMatcher
OrMatcher.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 OrMatcher
OrMatcher.parseDelimitedFrom
(InputStream input) static OrMatcher
OrMatcher.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrMatcher
OrMatcher.parseFrom
(byte[] data) static OrMatcher
OrMatcher.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrMatcher
OrMatcher.parseFrom
(com.google.protobuf.ByteString data) static OrMatcher
OrMatcher.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrMatcher
OrMatcher.parseFrom
(com.google.protobuf.CodedInputStream input) static OrMatcher
OrMatcher.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrMatcher
OrMatcher.parseFrom
(InputStream input) static OrMatcher
OrMatcher.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static OrMatcher
OrMatcher.parseFrom
(ByteBuffer data) static OrMatcher
OrMatcher.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 TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<OrMatcher, OrMatcher.Builder, OrMatcherOrBuilder> ValueMatcher.Builder.getOrMatchFieldBuilder()
If specified, a match occurs if and only if any of the alternatives in the match accept the value.com.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 TypeMethodDescriptionprivate void
OrMatcher.Builder.buildPartial0
(OrMatcher result) private void
OrMatcher.Builder.buildPartialRepeatedFields
(OrMatcher result) ValueMatcher.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.Builder
OrMatcher.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.