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 OrMatcher
OrMatcher. DEFAULT_INSTANCE
Fields 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. PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return OrMatcher Modifier and Type Method Description OrMatcher
OrMatcher.Builder. build()
OrMatcher
OrMatcher.Builder. buildPartial()
static OrMatcher
OrMatcher. getDefaultInstance()
OrMatcher
OrMatcher.Builder. getDefaultInstanceForType()
OrMatcher
OrMatcher. getDefaultInstanceForType()
OrMatcher
ValueMatcher.Builder. getOrMatch()
If specified, a match occurs if and only if any of the alternatives in the match accept the value.OrMatcher
ValueMatcher. getOrMatch()
If specified, a match occurs if and only if any of the alternatives in the match accept the value.OrMatcher
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(java.io.InputStream input)
static OrMatcher
OrMatcher. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static OrMatcher
OrMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OrMatcher
OrMatcher. parseFrom(java.nio.ByteBuffer data)
static OrMatcher
OrMatcher. 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 void
OrMatcher.Builder. buildPartial0(OrMatcher result)
private void
OrMatcher.Builder. buildPartialRepeatedFields(OrMatcher result)
OrMatcher.Builder
OrMatcher.Builder. mergeFrom(OrMatcher other)
ValueMatcher.Builder
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
ValueMatcher.Builder. setOrMatch(OrMatcher value)
If specified, a match occurs if and only if any of the alternatives in the match accept the value.
-