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 ListMatcherListMatcher. DEFAULT_INSTANCEFields 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. PARSERMethods 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(java.io.InputStream input)static ListMatcherListMatcher. parseDelimitedFrom(java.io.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(java.io.InputStream input)static ListMatcherListMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListMatcherListMatcher. parseFrom(java.nio.ByteBuffer data)static ListMatcherListMatcher. 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 voidListMatcher.Builder. buildPartial0(ListMatcher result)private voidListMatcher.Builder. buildPartialOneofs(ListMatcher result)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.
-