Uses of Class
io.envoyproxy.envoy.type.matcher.v3.NodeMatcher.Builder
-
Packages that use NodeMatcher.Builder Package Description io.envoyproxy.envoy.service.status.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
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.Builder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<NodeMatcher,NodeMatcher.Builder,NodeMatcherOrBuilder>
ClientStatusRequest.Builder. nodeMatchersBuilder_
Methods in io.envoyproxy.envoy.service.status.v3 that return NodeMatcher.Builder Modifier and Type Method Description NodeMatcher.Builder
ClientStatusRequest.Builder. addNodeMatchersBuilder()
Management server can use these match criteria to identify clients.NodeMatcher.Builder
ClientStatusRequest.Builder. addNodeMatchersBuilder(int index)
Management server can use these match criteria to identify clients.NodeMatcher.Builder
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.Builder Modifier and Type Method Description java.util.List<NodeMatcher.Builder>
ClientStatusRequest.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.Builder Modifier and Type Method Description ClientStatusRequest.Builder
ClientStatusRequest.Builder. addNodeMatchers(int index, NodeMatcher.Builder builderForValue)
Management server can use these match criteria to identify clients.ClientStatusRequest.Builder
ClientStatusRequest.Builder. addNodeMatchers(NodeMatcher.Builder builderForValue)
Management server can use these match criteria to identify clients.ClientStatusRequest.Builder
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.Builder Modifier and Type Method Description NodeMatcher.Builder
NodeMatcher.Builder. addAllNodeMetadatas(java.lang.Iterable<? extends StructMatcher> values)
Specifies match criteria on the node metadata.NodeMatcher.Builder
NodeMatcher.Builder. addNodeMetadatas(int index, StructMatcher value)
Specifies match criteria on the node metadata.NodeMatcher.Builder
NodeMatcher.Builder. addNodeMetadatas(int index, StructMatcher.Builder builderForValue)
Specifies match criteria on the node metadata.NodeMatcher.Builder
NodeMatcher.Builder. addNodeMetadatas(StructMatcher value)
Specifies match criteria on the node metadata.NodeMatcher.Builder
NodeMatcher.Builder. addNodeMetadatas(StructMatcher.Builder builderForValue)
Specifies match criteria on the node metadata.NodeMatcher.Builder
NodeMatcher.Builder. clear()
NodeMatcher.Builder
NodeMatcher.Builder. clearNodeId()
Specifies match criteria on the node id.NodeMatcher.Builder
NodeMatcher.Builder. clearNodeMetadatas()
Specifies match criteria on the node metadata.NodeMatcher.Builder
NodeMatcher.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NodeMatcher.Builder
NodeMatcher.Builder. mergeFrom(com.google.protobuf.Message other)
NodeMatcher.Builder
NodeMatcher.Builder. mergeFrom(NodeMatcher other)
NodeMatcher.Builder
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.Builder
NodeMatcher. newBuilderForType()
protected NodeMatcher.Builder
NodeMatcher. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
NodeMatcher.Builder
NodeMatcher.Builder. removeNodeMetadatas(int index)
Specifies match criteria on the node metadata.NodeMatcher.Builder
NodeMatcher.Builder. setNodeId(StringMatcher value)
Specifies match criteria on the node id.NodeMatcher.Builder
NodeMatcher.Builder. setNodeId(StringMatcher.Builder builderForValue)
Specifies match criteria on the node id.NodeMatcher.Builder
NodeMatcher.Builder. setNodeMetadatas(int index, StructMatcher value)
Specifies match criteria on the node metadata.NodeMatcher.Builder
NodeMatcher.Builder. setNodeMetadatas(int index, StructMatcher.Builder builderForValue)
Specifies match criteria on the node metadata.NodeMatcher.Builder
NodeMatcher. toBuilder()
-