Package com.github.xds.type.matcher.v3
Interface Matcher.MatcherTree.MatchMapOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Matcher.MatcherTree.MatchMap,Matcher.MatcherTree.MatchMap.Builder
- Enclosing class:
Matcher.MatcherTree
public static interface Matcher.MatcherTree.MatchMapOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMap(String key) map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ...getMap()Deprecated.intmap<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ...map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ...getMapOrDefault(String key, Matcher.OnMatch defaultValue) map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ...getMapOrThrow(String key) map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ...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
-
getMapCount
int getMapCount()map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ... } -
containsMap
map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ... } -
getMap
Deprecated.UsegetMapMap()instead. -
getMapMap
Map<String,Matcher.OnMatch> getMapMap()map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ... } -
getMapOrDefault
map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ... } -
getMapOrThrow
map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ... }
-