Class IdMatcher (1.2.0)

IdMatcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Matcher for Features of an EntityType by Feature ID. .. attribute:: ids

Required. The following are accepted as ids:

  • A single-element list containing only *, which selects all Features in the target EntityType, or
  • A list containing only Feature IDs, which selects only Features with those IDs in the target EntityType.

    :type: Sequence[str]

Inheritance

builtins.object > proto.message.Message > IdMatcher