Interface NodeMatcherOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeMatcher
,NodeMatcher.Builder
public interface NodeMatcherOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.java.util.List<StructMatcher>
getNodeMetadatasList()
Specifies match criteria on the node metadata.StructMatcherOrBuilder
getNodeMetadatasOrBuilder(int index)
Specifies match criteria on the node metadata.java.util.List<? extends StructMatcherOrBuilder>
getNodeMetadatasOrBuilderList()
Specifies match criteria on the node metadata.boolean
hasNodeId()
Specifies match criteria on the node id.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNodeId
boolean hasNodeId()
Specifies match criteria on the node id.
.envoy.type.matcher.v3.StringMatcher node_id = 1;
- Returns:
- Whether the nodeId field is set.
-
getNodeId
StringMatcher getNodeId()
Specifies match criteria on the node id.
.envoy.type.matcher.v3.StringMatcher node_id = 1;
- Returns:
- The nodeId.
-
getNodeIdOrBuilder
StringMatcherOrBuilder getNodeIdOrBuilder()
Specifies match criteria on the node id.
.envoy.type.matcher.v3.StringMatcher node_id = 1;
-
getNodeMetadatasList
java.util.List<StructMatcher> getNodeMetadatasList()
Specifies match criteria on the node metadata.
repeated .envoy.type.matcher.v3.StructMatcher node_metadatas = 2;
-
getNodeMetadatas
StructMatcher getNodeMetadatas(int index)
Specifies match criteria on the node metadata.
repeated .envoy.type.matcher.v3.StructMatcher node_metadatas = 2;
-
getNodeMetadatasCount
int getNodeMetadatasCount()
Specifies match criteria on the node metadata.
repeated .envoy.type.matcher.v3.StructMatcher node_metadatas = 2;
-
getNodeMetadatasOrBuilderList
java.util.List<? extends StructMatcherOrBuilder> getNodeMetadatasOrBuilderList()
Specifies match criteria on the node metadata.
repeated .envoy.type.matcher.v3.StructMatcher node_metadatas = 2;
-
getNodeMetadatasOrBuilder
StructMatcherOrBuilder getNodeMetadatasOrBuilder(int index)
Specifies match criteria on the node metadata.
repeated .envoy.type.matcher.v3.StructMatcher node_metadatas = 2;
-
-