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 Type
    Method
    Description
    boolean
    map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ...
    Deprecated.
    int
    map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ...
    map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ...
    map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ...
    map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ...

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      boolean containsMap(String key)
      map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ... }
    • getMap

      Deprecated.
      Use getMapMap() instead.
    • getMapMap

      Map<String,Matcher.OnMatch> getMapMap()
      map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ... }
    • getMapOrDefault

      Matcher.OnMatch getMapOrDefault(String key, Matcher.OnMatch defaultValue)
      map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ... }
    • getMapOrThrow

      Matcher.OnMatch getMapOrThrow(String key)
      map<string, .xds.type.matcher.v3.Matcher.OnMatch> map = 1 [(.validate.rules) = { ... }