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 StringMatchergetNodeId()Specifies match criteria on the node id.StringMatcherOrBuildergetNodeIdOrBuilder()Specifies match criteria on the node id.StructMatchergetNodeMetadatas(int index)Specifies match criteria on the node metadata.intgetNodeMetadatasCount()Specifies match criteria on the node metadata.List<StructMatcher>getNodeMetadatasList()Specifies match criteria on the node metadata.StructMatcherOrBuildergetNodeMetadatasOrBuilder(int index)Specifies match criteria on the node metadata.List<? extends StructMatcherOrBuilder>getNodeMetadatasOrBuilderList()Specifies match criteria on the node metadata.booleanhasNodeId()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
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
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;
-
-