public interface ClientStatusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NodeMatcher |
getNodeMatchers(int index)
Management server can use these match criteria to identify clients.
|
int |
getNodeMatchersCount()
Management server can use these match criteria to identify clients.
|
List<NodeMatcher> |
getNodeMatchersList()
Management server can use these match criteria to identify clients.
|
NodeMatcherOrBuilder |
getNodeMatchersOrBuilder(int index)
Management server can use these match criteria to identify clients.
|
List<? extends NodeMatcherOrBuilder> |
getNodeMatchersOrBuilderList()
Management server can use these match criteria to identify clients.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<NodeMatcher> getNodeMatchersList()
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;NodeMatcher getNodeMatchers(int index)
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;int getNodeMatchersCount()
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;List<? extends NodeMatcherOrBuilder> getNodeMatchersOrBuilderList()
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;NodeMatcherOrBuilder getNodeMatchersOrBuilder(int index)
Management server can use these match criteria to identify clients. The match follows OR semantics.
repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.