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.BuilderClientStatusRequest.Builder. addNodeMatchersBuilder()Management server can use these match criteria to identify clients.NodeMatcher.BuilderClientStatusRequest.Builder. addNodeMatchersBuilder(int index)Management server can use these match criteria to identify clients.NodeMatcher.BuilderClientStatusRequest.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.BuilderClientStatusRequest.Builder. addNodeMatchers(int index, NodeMatcher.Builder builderForValue)Management server can use these match criteria to identify clients.ClientStatusRequest.BuilderClientStatusRequest.Builder. addNodeMatchers(NodeMatcher.Builder builderForValue)Management server can use these match criteria to identify clients.ClientStatusRequest.BuilderClientStatusRequest.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.BuilderNodeMatcher.Builder. addAllNodeMetadatas(java.lang.Iterable<? extends StructMatcher> values)Specifies match criteria on the node metadata.NodeMatcher.BuilderNodeMatcher.Builder. addNodeMetadatas(int index, StructMatcher value)Specifies match criteria on the node metadata.NodeMatcher.BuilderNodeMatcher.Builder. addNodeMetadatas(int index, StructMatcher.Builder builderForValue)Specifies match criteria on the node metadata.NodeMatcher.BuilderNodeMatcher.Builder. addNodeMetadatas(StructMatcher value)Specifies match criteria on the node metadata.NodeMatcher.BuilderNodeMatcher.Builder. addNodeMetadatas(StructMatcher.Builder builderForValue)Specifies match criteria on the node metadata.NodeMatcher.BuilderNodeMatcher.Builder. clear()NodeMatcher.BuilderNodeMatcher.Builder. clearNodeId()Specifies match criteria on the node id.NodeMatcher.BuilderNodeMatcher.Builder. clearNodeMetadatas()Specifies match criteria on the node metadata.NodeMatcher.BuilderNodeMatcher.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)NodeMatcher.BuilderNodeMatcher.Builder. mergeFrom(com.google.protobuf.Message other)NodeMatcher.BuilderNodeMatcher.Builder. mergeFrom(NodeMatcher other)NodeMatcher.BuilderNodeMatcher.Builder. mergeNodeId(StringMatcher value)Specifies match criteria on the node id.static NodeMatcher.BuilderNodeMatcher. newBuilder()static NodeMatcher.BuilderNodeMatcher. newBuilder(NodeMatcher prototype)NodeMatcher.BuilderNodeMatcher. newBuilderForType()protected NodeMatcher.BuilderNodeMatcher. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)NodeMatcher.BuilderNodeMatcher.Builder. removeNodeMetadatas(int index)Specifies match criteria on the node metadata.NodeMatcher.BuilderNodeMatcher.Builder. setNodeId(StringMatcher value)Specifies match criteria on the node id.NodeMatcher.BuilderNodeMatcher.Builder. setNodeId(StringMatcher.Builder builderForValue)Specifies match criteria on the node id.NodeMatcher.BuilderNodeMatcher.Builder. setNodeMetadatas(int index, StructMatcher value)Specifies match criteria on the node metadata.NodeMatcher.BuilderNodeMatcher.Builder. setNodeMetadatas(int index, StructMatcher.Builder builderForValue)Specifies match criteria on the node metadata.NodeMatcher.BuilderNodeMatcher. toBuilder()
-