Uses of Class
io.envoyproxy.envoy.type.matcher.v3.NodeMatcher
-
Packages that use NodeMatcher Package Description io.envoyproxy.envoy.service.status.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of NodeMatcher in io.envoyproxy.envoy.service.status.v3
Fields in io.envoyproxy.envoy.service.status.v3 with type parameters of type NodeMatcher Modifier and Type Field Description private java.util.List<NodeMatcher>
ClientStatusRequest.Builder. nodeMatchers_
private java.util.List<NodeMatcher>
ClientStatusRequest. nodeMatchers_
private com.google.protobuf.RepeatedFieldBuilder<NodeMatcher,NodeMatcher.Builder,NodeMatcherOrBuilder>
ClientStatusRequest.Builder. nodeMatchersBuilder_
Methods in io.envoyproxy.envoy.service.status.v3 that return NodeMatcher Modifier and Type Method Description NodeMatcher
ClientStatusRequest.Builder. getNodeMatchers(int index)
Management server can use these match criteria to identify clients.NodeMatcher
ClientStatusRequest. getNodeMatchers(int index)
Management server can use these match criteria to identify clients.NodeMatcher
ClientStatusRequestOrBuilder. getNodeMatchers(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 Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<NodeMatcher,NodeMatcher.Builder,NodeMatcherOrBuilder>
ClientStatusRequest.Builder. getNodeMatchersFieldBuilder()
java.util.List<NodeMatcher>
ClientStatusRequest.Builder. getNodeMatchersList()
Management server can use these match criteria to identify clients.java.util.List<NodeMatcher>
ClientStatusRequest. getNodeMatchersList()
Management server can use these match criteria to identify clients.java.util.List<NodeMatcher>
ClientStatusRequestOrBuilder. getNodeMatchersList()
Management server can use these match criteria to identify clients.Methods in io.envoyproxy.envoy.service.status.v3 with parameters of type NodeMatcher Modifier and Type Method Description ClientStatusRequest.Builder
ClientStatusRequest.Builder. addNodeMatchers(int index, NodeMatcher value)
Management server can use these match criteria to identify clients.ClientStatusRequest.Builder
ClientStatusRequest.Builder. addNodeMatchers(NodeMatcher value)
Management server can use these match criteria to identify clients.ClientStatusRequest.Builder
ClientStatusRequest.Builder. setNodeMatchers(int index, NodeMatcher value)
Management server can use these match criteria to identify clients.Method parameters in io.envoyproxy.envoy.service.status.v3 with type arguments of type NodeMatcher Modifier and Type Method Description ClientStatusRequest.Builder
ClientStatusRequest.Builder. addAllNodeMatchers(java.lang.Iterable<? extends NodeMatcher> values)
Management server can use these match criteria to identify clients. -
Uses of NodeMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as NodeMatcher Modifier and Type Field Description private static NodeMatcher
NodeMatcher. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type NodeMatcher Modifier and Type Field Description private static com.google.protobuf.Parser<NodeMatcher>
NodeMatcher. PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return NodeMatcher Modifier and Type Method Description NodeMatcher
NodeMatcher.Builder. build()
NodeMatcher
NodeMatcher.Builder. buildPartial()
static NodeMatcher
NodeMatcher. getDefaultInstance()
NodeMatcher
NodeMatcher.Builder. getDefaultInstanceForType()
NodeMatcher
NodeMatcher. getDefaultInstanceForType()
static NodeMatcher
NodeMatcher. parseDelimitedFrom(java.io.InputStream input)
static NodeMatcher
NodeMatcher. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeMatcher
NodeMatcher. parseFrom(byte[] data)
static NodeMatcher
NodeMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeMatcher
NodeMatcher. parseFrom(com.google.protobuf.ByteString data)
static NodeMatcher
NodeMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeMatcher
NodeMatcher. parseFrom(com.google.protobuf.CodedInputStream input)
static NodeMatcher
NodeMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeMatcher
NodeMatcher. parseFrom(java.io.InputStream input)
static NodeMatcher
NodeMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeMatcher
NodeMatcher. parseFrom(java.nio.ByteBuffer data)
static NodeMatcher
NodeMatcher. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.type.matcher.v3 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.v3 with parameters of type NodeMatcher Modifier and Type Method Description private void
NodeMatcher.Builder. buildPartial0(NodeMatcher result)
private void
NodeMatcher.Builder. buildPartialRepeatedFields(NodeMatcher result)
NodeMatcher.Builder
NodeMatcher.Builder. mergeFrom(NodeMatcher other)
static NodeMatcher.Builder
NodeMatcher. newBuilder(NodeMatcher prototype)
-