Uses of Class
io.envoyproxy.envoy.type.matcher.v3.NodeMatcher.Builder
Packages that use NodeMatcher.Builder
-
Uses of NodeMatcher.Builder in io.envoyproxy.envoy.service.status.v3
Fields in io.envoyproxy.envoy.service.status.v3 with type parameters of type NodeMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<NodeMatcher, NodeMatcher.Builder, NodeMatcherOrBuilder> ClientStatusRequest.Builder.nodeMatchersBuilder_
Methods in io.envoyproxy.envoy.service.status.v3 that return NodeMatcher.BuilderModifier and TypeMethodDescriptionClientStatusRequest.Builder.addNodeMatchersBuilder()
Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.addNodeMatchersBuilder
(int index) Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.getNodeMatchersBuilder
(int index) Management server can use these match criteria to identify clients.Methods in io.envoyproxy.envoy.service.status.v3 that return types with arguments of type NodeMatcher.BuilderModifier and TypeMethodDescriptionClientStatusRequest.Builder.getNodeMatchersBuilderList()
Management server can use these match criteria to identify clients.private com.google.protobuf.RepeatedFieldBuilder
<NodeMatcher, NodeMatcher.Builder, NodeMatcherOrBuilder> ClientStatusRequest.Builder.getNodeMatchersFieldBuilder()
Methods in io.envoyproxy.envoy.service.status.v3 with parameters of type NodeMatcher.BuilderModifier and TypeMethodDescriptionClientStatusRequest.Builder.addNodeMatchers
(int index, NodeMatcher.Builder builderForValue) Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.addNodeMatchers
(NodeMatcher.Builder builderForValue) Management server can use these match criteria to identify clients.ClientStatusRequest.Builder.setNodeMatchers
(int index, NodeMatcher.Builder builderForValue) Management server can use these match criteria to identify clients. -
Uses of NodeMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return NodeMatcher.BuilderModifier and TypeMethodDescriptionNodeMatcher.Builder.addAllNodeMetadatas
(Iterable<? extends StructMatcher> values) Specifies match criteria on the node metadata.NodeMatcher.Builder.addNodeMetadatas
(int index, StructMatcher value) Specifies match criteria on the node metadata.NodeMatcher.Builder.addNodeMetadatas
(int index, StructMatcher.Builder builderForValue) Specifies match criteria on the node metadata.NodeMatcher.Builder.addNodeMetadatas
(StructMatcher value) Specifies match criteria on the node metadata.NodeMatcher.Builder.addNodeMetadatas
(StructMatcher.Builder builderForValue) Specifies match criteria on the node metadata.NodeMatcher.Builder.clear()
NodeMatcher.Builder.clearNodeId()
Specifies match criteria on the node id.NodeMatcher.Builder.clearNodeMetadatas()
Specifies match criteria on the node metadata.NodeMatcher.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) NodeMatcher.Builder.mergeFrom
(com.google.protobuf.Message other) NodeMatcher.Builder.mergeFrom
(NodeMatcher other) NodeMatcher.Builder.mergeNodeId
(StringMatcher value) Specifies match criteria on the node id.static NodeMatcher.Builder
NodeMatcher.newBuilder()
static NodeMatcher.Builder
NodeMatcher.newBuilder
(NodeMatcher prototype) NodeMatcher.newBuilderForType()
protected NodeMatcher.Builder
NodeMatcher.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) NodeMatcher.Builder.removeNodeMetadatas
(int index) Specifies match criteria on the node metadata.NodeMatcher.Builder.setNodeId
(StringMatcher value) Specifies match criteria on the node id.NodeMatcher.Builder.setNodeId
(StringMatcher.Builder builderForValue) Specifies match criteria on the node id.NodeMatcher.Builder.setNodeMetadatas
(int index, StructMatcher value) Specifies match criteria on the node metadata.NodeMatcher.Builder.setNodeMetadatas
(int index, StructMatcher.Builder builderForValue) Specifies match criteria on the node metadata.NodeMatcher.toBuilder()