Uses of Class
io.envoyproxy.envoy.type.matcher.v3.ListMatcher
-
Packages that use ListMatcher Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of ListMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as ListMatcher Modifier and Type Field Description private static ListMatcher
ListMatcher. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type ListMatcher Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<ListMatcher,ListMatcher.Builder,ListMatcherOrBuilder>
ValueMatcher.Builder. listMatchBuilder_
private static com.google.protobuf.Parser<ListMatcher>
ListMatcher. PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return ListMatcher Modifier and Type Method Description ListMatcher
ListMatcher.Builder. build()
ListMatcher
ListMatcher.Builder. buildPartial()
static ListMatcher
ListMatcher. getDefaultInstance()
ListMatcher
ListMatcher.Builder. getDefaultInstanceForType()
ListMatcher
ListMatcher. getDefaultInstanceForType()
ListMatcher
ValueMatcher.Builder. getListMatch()
If specified, a match occurs if and only if the target value is a list value and is matched to this field.ListMatcher
ValueMatcher. getListMatch()
If specified, a match occurs if and only if the target value is a list value and is matched to this field.ListMatcher
ValueMatcherOrBuilder. getListMatch()
If specified, a match occurs if and only if the target value is a list value and is matched to this field.static ListMatcher
ListMatcher. parseDelimitedFrom(java.io.InputStream input)
static ListMatcher
ListMatcher. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMatcher
ListMatcher. parseFrom(byte[] data)
static ListMatcher
ListMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMatcher
ListMatcher. parseFrom(com.google.protobuf.ByteString data)
static ListMatcher
ListMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMatcher
ListMatcher. parseFrom(com.google.protobuf.CodedInputStream input)
static ListMatcher
ListMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMatcher
ListMatcher. parseFrom(java.io.InputStream input)
static ListMatcher
ListMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListMatcher
ListMatcher. parseFrom(java.nio.ByteBuffer data)
static ListMatcher
ListMatcher. 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 ListMatcher Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<ListMatcher,ListMatcher.Builder,ListMatcherOrBuilder>
ValueMatcher.Builder. getListMatchFieldBuilder()
If specified, a match occurs if and only if the target value is a list value and is matched to this field.com.google.protobuf.Parser<ListMatcher>
ListMatcher. getParserForType()
static com.google.protobuf.Parser<ListMatcher>
ListMatcher. parser()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type ListMatcher Modifier and Type Method Description private void
ListMatcher.Builder. buildPartial0(ListMatcher result)
private void
ListMatcher.Builder. buildPartialOneofs(ListMatcher result)
ListMatcher.Builder
ListMatcher.Builder. mergeFrom(ListMatcher other)
ValueMatcher.Builder
ValueMatcher.Builder. mergeListMatch(ListMatcher value)
If specified, a match occurs if and only if the target value is a list value and is matched to this field.static ListMatcher.Builder
ListMatcher. newBuilder(ListMatcher prototype)
ValueMatcher.Builder
ValueMatcher.Builder. setListMatch(ListMatcher value)
If specified, a match occurs if and only if the target value is a list value and is matched to this field.
-