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
Methods in io.envoyproxy.envoy.type.matcher.v3 that return ListMatcher Modifier and Type Method Description ListMatcherListMatcher.Builder. build()ListMatcherListMatcher.Builder. buildPartial()static ListMatcherListMatcher. getDefaultInstance()ListMatcherListMatcher.Builder. getDefaultInstanceForType()ListMatcherListMatcher. getDefaultInstanceForType()ListMatcherValueMatcher.Builder. getListMatch()If specified, a match occurs if and only if the target value is a list value and is matched to this field.ListMatcherValueMatcher. getListMatch()If specified, a match occurs if and only if the target value is a list value and is matched to this field.ListMatcherValueMatcherOrBuilder. getListMatch()If specified, a match occurs if and only if the target value is a list value and is matched to this field.static ListMatcherListMatcher. parseDelimitedFrom(InputStream input)static ListMatcherListMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMatcherListMatcher. parseFrom(byte[] data)static ListMatcherListMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMatcherListMatcher. parseFrom(com.google.protobuf.ByteString data)static ListMatcherListMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMatcherListMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static ListMatcherListMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMatcherListMatcher. parseFrom(InputStream input)static ListMatcherListMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMatcherListMatcher. parseFrom(ByteBuffer data)static ListMatcherListMatcher. parseFrom(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 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 ListMatcher.BuilderListMatcher.Builder. mergeFrom(ListMatcher other)ValueMatcher.BuilderValueMatcher.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.BuilderListMatcher. newBuilder(ListMatcher prototype)ValueMatcher.BuilderValueMatcher.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.
-