Parses the top-level filter config from raw proto message. The message may be either a com.google.protobuf.Any or a com.google.protobuf.Struct.
(
Message rawProtoMessage, FilterConfigParseContext context)
| 98 | * com.google.protobuf.Any} or a {@link com.google.protobuf.Struct}. |
| 99 | */ |
| 100 | ConfigOrError<? extends FilterConfig> parseFilterConfig( |
| 101 | Message rawProtoMessage, FilterConfigParseContext context); |
| 102 | |
| 103 | /** |
no outgoing calls