Uses of Class
io.envoyproxy.envoy.type.matcher.v3.StructMatcher
Packages that use StructMatcher
-
Uses of StructMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as StructMatcherModifier and TypeFieldDescriptionprivate static final StructMatcher
StructMatcher.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type StructMatcherModifier and TypeFieldDescriptionprivate List
<StructMatcher> NodeMatcher.Builder.nodeMetadatas_
private List
<StructMatcher> NodeMatcher.nodeMetadatas_
private com.google.protobuf.RepeatedFieldBuilder
<StructMatcher, StructMatcher.Builder, StructMatcherOrBuilder> NodeMatcher.Builder.nodeMetadatasBuilder_
private static final com.google.protobuf.Parser
<StructMatcher> StructMatcher.PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return StructMatcherModifier and TypeMethodDescriptionStructMatcher.Builder.build()
StructMatcher.Builder.buildPartial()
static StructMatcher
StructMatcher.getDefaultInstance()
StructMatcher.Builder.getDefaultInstanceForType()
StructMatcher.getDefaultInstanceForType()
NodeMatcher.Builder.getNodeMetadatas
(int index) Specifies match criteria on the node metadata.NodeMatcher.getNodeMetadatas
(int index) Specifies match criteria on the node metadata.NodeMatcherOrBuilder.getNodeMetadatas
(int index) Specifies match criteria on the node metadata.static StructMatcher
StructMatcher.parseDelimitedFrom
(InputStream input) static StructMatcher
StructMatcher.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructMatcher
StructMatcher.parseFrom
(byte[] data) static StructMatcher
StructMatcher.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructMatcher
StructMatcher.parseFrom
(com.google.protobuf.ByteString data) static StructMatcher
StructMatcher.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructMatcher
StructMatcher.parseFrom
(com.google.protobuf.CodedInputStream input) static StructMatcher
StructMatcher.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructMatcher
StructMatcher.parseFrom
(InputStream input) static StructMatcher
StructMatcher.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StructMatcher
StructMatcher.parseFrom
(ByteBuffer data) static StructMatcher
StructMatcher.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type StructMatcherModifier and TypeMethodDescriptionNodeMatcher.Builder.getNodeMetadatasList()
Specifies match criteria on the node metadata.NodeMatcher.getNodeMetadatasList()
Specifies match criteria on the node metadata.NodeMatcherOrBuilder.getNodeMetadatasList()
Specifies match criteria on the node metadata.com.google.protobuf.Parser
<StructMatcher> StructMatcher.getParserForType()
private com.google.protobuf.RepeatedFieldBuilder
<StructMatcher, StructMatcher.Builder, StructMatcherOrBuilder> NodeMatcher.Builder.internalGetNodeMetadatasFieldBuilder()
static com.google.protobuf.Parser
<StructMatcher> StructMatcher.parser()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type StructMatcherModifier and TypeMethodDescriptionNodeMatcher.Builder.addNodeMetadatas
(int index, StructMatcher value) Specifies match criteria on the node metadata.NodeMatcher.Builder.addNodeMetadatas
(StructMatcher value) Specifies match criteria on the node metadata.private void
StructMatcher.Builder.buildPartial0
(StructMatcher result) private void
StructMatcher.Builder.buildPartialRepeatedFields
(StructMatcher result) StructMatcher.Builder.mergeFrom
(StructMatcher other) static StructMatcher.Builder
StructMatcher.newBuilder
(StructMatcher prototype) NodeMatcher.Builder.setNodeMetadatas
(int index, StructMatcher value) Specifies match criteria on the node metadata.Method parameters in io.envoyproxy.envoy.type.matcher.v3 with type arguments of type StructMatcherModifier and TypeMethodDescriptionNodeMatcher.Builder.addAllNodeMetadatas
(Iterable<? extends StructMatcher> values) Specifies match criteria on the node metadata.