Uses of Class
io.envoyproxy.envoy.type.matcher.v3.OrMatcher
-
Packages that use OrMatcher Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of OrMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as OrMatcher Modifier and Type Field Description private static OrMatcherOrMatcher. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type OrMatcher Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<OrMatcher,OrMatcher.Builder,OrMatcherOrBuilder>ValueMatcher.Builder. orMatchBuilder_private static com.google.protobuf.Parser<OrMatcher>OrMatcher. PARSERMethods in io.envoyproxy.envoy.type.matcher.v3 that return OrMatcher Modifier and Type Method Description OrMatcherOrMatcher.Builder. build()OrMatcherOrMatcher.Builder. buildPartial()static OrMatcherOrMatcher. getDefaultInstance()OrMatcherOrMatcher.Builder. getDefaultInstanceForType()OrMatcherOrMatcher. getDefaultInstanceForType()OrMatcherValueMatcher.Builder. getOrMatch()If specified, a match occurs if and only if any of the alternatives in the match accept the value.OrMatcherValueMatcher. getOrMatch()If specified, a match occurs if and only if any of the alternatives in the match accept the value.OrMatcherValueMatcherOrBuilder. getOrMatch()If specified, a match occurs if and only if any of the alternatives in the match accept the value.static OrMatcherOrMatcher. parseDelimitedFrom(java.io.InputStream input)static OrMatcherOrMatcher. parseDelimitedFrom(java.io.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(java.io.InputStream input)static OrMatcherOrMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrMatcherOrMatcher. parseFrom(java.nio.ByteBuffer data)static OrMatcherOrMatcher. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type OrMatcher Modifier and Type Method Description private 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 OrMatcher Modifier and Type Method Description private voidOrMatcher.Builder. buildPartial0(OrMatcher result)private voidOrMatcher.Builder. buildPartialRepeatedFields(OrMatcher result)OrMatcher.BuilderOrMatcher.Builder. mergeFrom(OrMatcher other)ValueMatcher.BuilderValueMatcher.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.BuilderValueMatcher.Builder. setOrMatch(OrMatcher value)If specified, a match occurs if and only if any of the alternatives in the match accept the value.
-