Class Matcher (0.12.3)

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

Matcher for the Documents. Currently supports matching by exact URIs.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
uris_matcher google.cloud.discoveryengine_v1.types.BatchGetDocumentsMetadataRequest.UrisMatcher
Matcher by exact URIs. This field is a member of oneof_ matcher.
fhir_matcher google.cloud.discoveryengine_v1.types.BatchGetDocumentsMetadataRequest.FhirMatcher
Matcher by FHIR resource names. This field is a member of oneof_ matcher.