public interface NodeMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StringMatcher |
getNodeId()
Specifies match criteria on the node id.
|
StringMatcherOrBuilder |
getNodeIdOrBuilder()
Specifies match criteria on the node id.
|
StructMatcher |
getNodeMetadatas(int index)
Specifies match criteria on the node metadata.
|
int |
getNodeMetadatasCount()
Specifies match criteria on the node metadata.
|
List<StructMatcher> |
getNodeMetadatasList()
Specifies match criteria on the node metadata.
|
StructMatcherOrBuilder |
getNodeMetadatasOrBuilder(int index)
Specifies match criteria on the node metadata.
|
List<? extends StructMatcherOrBuilder> |
getNodeMetadatasOrBuilderList()
Specifies match criteria on the node metadata.
|
boolean |
hasNodeId()
Specifies match criteria on the node id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNodeId()
Specifies match criteria on the node id.
.envoy.type.matcher.v3.StringMatcher node_id = 1;StringMatcher getNodeId()
Specifies match criteria on the node id.
.envoy.type.matcher.v3.StringMatcher node_id = 1;StringMatcherOrBuilder getNodeIdOrBuilder()
Specifies match criteria on the node id.
.envoy.type.matcher.v3.StringMatcher node_id = 1;List<StructMatcher> getNodeMetadatasList()
Specifies match criteria on the node metadata.
repeated .envoy.type.matcher.v3.StructMatcher node_metadatas = 2;StructMatcher getNodeMetadatas(int index)
Specifies match criteria on the node metadata.
repeated .envoy.type.matcher.v3.StructMatcher node_metadatas = 2;int getNodeMetadatasCount()
Specifies match criteria on the node metadata.
repeated .envoy.type.matcher.v3.StructMatcher node_metadatas = 2;List<? extends StructMatcherOrBuilder> getNodeMetadatasOrBuilderList()
Specifies match criteria on the node metadata.
repeated .envoy.type.matcher.v3.StructMatcher node_metadatas = 2;StructMatcherOrBuilder getNodeMetadatasOrBuilder(int index)
Specifies match criteria on the node metadata.
repeated .envoy.type.matcher.v3.StructMatcher node_metadatas = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.