Uses of Class
io.envoyproxy.envoy.type.matcher.NodeMatcher
-
Packages that use NodeMatcher Package Description io.envoyproxy.envoy.service.status.v2 io.envoyproxy.envoy.type.matcher -
-
Uses of NodeMatcher in io.envoyproxy.envoy.service.status.v2
Methods in io.envoyproxy.envoy.service.status.v2 that return NodeMatcher Modifier and Type Method Description NodeMatcherClientStatusRequest.Builder. getNodeMatchers(int index)Management server can use these match criteria to identify clients.NodeMatcherClientStatusRequest. getNodeMatchers(int index)Management server can use these match criteria to identify clients.NodeMatcherClientStatusRequestOrBuilder. getNodeMatchers(int index)Management server can use these match criteria to identify clients.Methods in io.envoyproxy.envoy.service.status.v2 that return types with arguments of type NodeMatcher Modifier and Type Method Description List<NodeMatcher>ClientStatusRequest.Builder. getNodeMatchersList()Management server can use these match criteria to identify clients.List<NodeMatcher>ClientStatusRequest. getNodeMatchersList()Management server can use these match criteria to identify clients.List<NodeMatcher>ClientStatusRequestOrBuilder. getNodeMatchersList()Management server can use these match criteria to identify clients.Methods in io.envoyproxy.envoy.service.status.v2 with parameters of type NodeMatcher Modifier and Type Method Description ClientStatusRequest.BuilderClientStatusRequest.Builder. addNodeMatchers(int index, NodeMatcher value)Management server can use these match criteria to identify clients.ClientStatusRequest.BuilderClientStatusRequest.Builder. addNodeMatchers(NodeMatcher value)Management server can use these match criteria to identify clients.ClientStatusRequest.BuilderClientStatusRequest.Builder. setNodeMatchers(int index, NodeMatcher value)Management server can use these match criteria to identify clients.Method parameters in io.envoyproxy.envoy.service.status.v2 with type arguments of type NodeMatcher Modifier and Type Method Description ClientStatusRequest.BuilderClientStatusRequest.Builder. addAllNodeMatchers(Iterable<? extends NodeMatcher> values)Management server can use these match criteria to identify clients. -
Uses of NodeMatcher in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return NodeMatcher Modifier and Type Method Description NodeMatcherNodeMatcher.Builder. build()NodeMatcherNodeMatcher.Builder. buildPartial()static NodeMatcherNodeMatcher. getDefaultInstance()NodeMatcherNodeMatcher.Builder. getDefaultInstanceForType()NodeMatcherNodeMatcher. getDefaultInstanceForType()static NodeMatcherNodeMatcher. parseDelimitedFrom(InputStream input)static NodeMatcherNodeMatcher. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeMatcherNodeMatcher. parseFrom(byte[] data)static NodeMatcherNodeMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeMatcherNodeMatcher. parseFrom(com.google.protobuf.ByteString data)static NodeMatcherNodeMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeMatcherNodeMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static NodeMatcherNodeMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeMatcherNodeMatcher. parseFrom(InputStream input)static NodeMatcherNodeMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodeMatcherNodeMatcher. parseFrom(ByteBuffer data)static NodeMatcherNodeMatcher. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.matcher that return types with arguments of type NodeMatcher Modifier and Type Method Description com.google.protobuf.Parser<NodeMatcher>NodeMatcher. getParserForType()static com.google.protobuf.Parser<NodeMatcher>NodeMatcher. parser()Methods in io.envoyproxy.envoy.type.matcher with parameters of type NodeMatcher Modifier and Type Method Description NodeMatcher.BuilderNodeMatcher.Builder. mergeFrom(NodeMatcher other)static NodeMatcher.BuilderNodeMatcher. newBuilder(NodeMatcher prototype)
-