Uses of Class
io.envoyproxy.envoy.type.matcher.StructMatcher
-
Packages that use StructMatcher Package Description io.envoyproxy.envoy.type.matcher -
-
Uses of StructMatcher in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return StructMatcher Modifier and Type Method Description StructMatcherStructMatcher.Builder. build()StructMatcherStructMatcher.Builder. buildPartial()static StructMatcherStructMatcher. getDefaultInstance()StructMatcherStructMatcher.Builder. getDefaultInstanceForType()StructMatcherStructMatcher. getDefaultInstanceForType()StructMatcherNodeMatcher.Builder. getNodeMetadatas(int index)Specifies match criteria on the node metadata.StructMatcherNodeMatcher. getNodeMetadatas(int index)Specifies match criteria on the node metadata.StructMatcherNodeMatcherOrBuilder. getNodeMetadatas(int index)Specifies match criteria on the node metadata.static StructMatcherStructMatcher. parseDelimitedFrom(InputStream input)static StructMatcherStructMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructMatcherStructMatcher. parseFrom(byte[] data)static StructMatcherStructMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructMatcherStructMatcher. parseFrom(com.google.protobuf.ByteString data)static StructMatcherStructMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructMatcherStructMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static StructMatcherStructMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructMatcherStructMatcher. parseFrom(InputStream input)static StructMatcherStructMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StructMatcherStructMatcher. parseFrom(ByteBuffer data)static StructMatcherStructMatcher. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.matcher that return types with arguments of type StructMatcher Modifier and Type Method Description List<StructMatcher>NodeMatcher.Builder. getNodeMetadatasList()Specifies match criteria on the node metadata.List<StructMatcher>NodeMatcher. getNodeMetadatasList()Specifies match criteria on the node metadata.List<StructMatcher>NodeMatcherOrBuilder. getNodeMetadatasList()Specifies match criteria on the node metadata.com.google.protobuf.Parser<StructMatcher>StructMatcher. getParserForType()static com.google.protobuf.Parser<StructMatcher>StructMatcher. parser()Methods in io.envoyproxy.envoy.type.matcher with parameters of type StructMatcher Modifier and Type Method Description NodeMatcher.BuilderNodeMatcher.Builder. addNodeMetadatas(int index, StructMatcher value)Specifies match criteria on the node metadata.NodeMatcher.BuilderNodeMatcher.Builder. addNodeMetadatas(StructMatcher value)Specifies match criteria on the node metadata.StructMatcher.BuilderStructMatcher.Builder. mergeFrom(StructMatcher other)static StructMatcher.BuilderStructMatcher. newBuilder(StructMatcher prototype)NodeMatcher.BuilderNodeMatcher.Builder. setNodeMetadatas(int index, StructMatcher value)Specifies match criteria on the node metadata.Method parameters in io.envoyproxy.envoy.type.matcher with type arguments of type StructMatcher Modifier and Type Method Description NodeMatcher.BuilderNodeMatcher.Builder. addAllNodeMetadatas(Iterable<? extends StructMatcher> values)Specifies match criteria on the node metadata.
-