Interface NodeMatcherOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeMatcher,NodeMatcher.Builder
@Generated
public interface NodeMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies match criteria on the node id.Specifies match criteria on the node id.getNodeMetadatas(int index) Specifies match criteria on the node metadata.intSpecifies match criteria on the node metadata.Specifies match criteria on the node metadata.getNodeMetadatasOrBuilder(int index) Specifies match criteria on the node metadata.List<? extends StructMatcherOrBuilder> Specifies match criteria on the node metadata.booleanSpecifies match criteria on the node id.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
Specifies match criteria on the node metadata.
repeated .envoy.type.matcher.v3.StructMatcher node_metadatas = 2;
-