Uses of Class
io.envoyproxy.envoy.type.matcher.v3.StructMatcher.Builder
Packages that use StructMatcher.Builder
-
Uses of StructMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type StructMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<StructMatcher, StructMatcher.Builder, StructMatcherOrBuilder> NodeMatcher.Builder.nodeMetadatasBuilder_
Methods in io.envoyproxy.envoy.type.matcher.v3 that return StructMatcher.BuilderModifier and TypeMethodDescriptionStructMatcher.Builder.addAllPath
(Iterable<? extends StructMatcher.PathSegment> values) The path to retrieve the Value from the Struct.NodeMatcher.Builder.addNodeMetadatasBuilder()
Specifies match criteria on the node metadata.NodeMatcher.Builder.addNodeMetadatasBuilder
(int index) Specifies match criteria on the node metadata.StructMatcher.Builder.addPath
(int index, StructMatcher.PathSegment value) The path to retrieve the Value from the Struct.StructMatcher.Builder.addPath
(int index, StructMatcher.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.StructMatcher.Builder.addPath
(StructMatcher.PathSegment value) The path to retrieve the Value from the Struct.StructMatcher.Builder.addPath
(StructMatcher.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.StructMatcher.Builder.clear()
StructMatcher.Builder.clearPath()
The path to retrieve the Value from the Struct.StructMatcher.Builder.clearValue()
The StructMatcher is matched if the value retrieved by path is matched to this value.NodeMatcher.Builder.getNodeMetadatasBuilder
(int index) Specifies match criteria on the node metadata.StructMatcher.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StructMatcher.Builder.mergeFrom
(com.google.protobuf.Message other) StructMatcher.Builder.mergeFrom
(StructMatcher other) StructMatcher.Builder.mergeValue
(ValueMatcher value) The StructMatcher is matched if the value retrieved by path is matched to this value.static StructMatcher.Builder
StructMatcher.newBuilder()
static StructMatcher.Builder
StructMatcher.newBuilder
(StructMatcher prototype) StructMatcher.newBuilderForType()
protected StructMatcher.Builder
StructMatcher.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) StructMatcher.Builder.removePath
(int index) The path to retrieve the Value from the Struct.StructMatcher.Builder.setPath
(int index, StructMatcher.PathSegment value) The path to retrieve the Value from the Struct.StructMatcher.Builder.setPath
(int index, StructMatcher.PathSegment.Builder builderForValue) The path to retrieve the Value from the Struct.StructMatcher.Builder.setValue
(ValueMatcher value) The StructMatcher is matched if the value retrieved by path is matched to this value.StructMatcher.Builder.setValue
(ValueMatcher.Builder builderForValue) The StructMatcher is matched if the value retrieved by path is matched to this value.StructMatcher.toBuilder()
Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type StructMatcher.BuilderModifier and TypeMethodDescriptionNodeMatcher.Builder.getNodeMetadatasBuilderList()
Specifies match criteria on the node metadata.private com.google.protobuf.RepeatedFieldBuilder
<StructMatcher, StructMatcher.Builder, StructMatcherOrBuilder> NodeMatcher.Builder.getNodeMetadatasFieldBuilder()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type StructMatcher.BuilderModifier and TypeMethodDescriptionNodeMatcher.Builder.addNodeMetadatas
(int index, StructMatcher.Builder builderForValue) Specifies match criteria on the node metadata.NodeMatcher.Builder.addNodeMetadatas
(StructMatcher.Builder builderForValue) Specifies match criteria on the node metadata.NodeMatcher.Builder.setNodeMetadatas
(int index, StructMatcher.Builder builderForValue) Specifies match criteria on the node metadata.