Matcher

Matcher for theDocuments. Currently supports matching by exact URIs.

JSON representation
{// Union fieldmatcher can be only one of the following:"urisMatcher":{object (UrisMatcher)},"fhirMatcher":{object (FhirMatcher)}// End of list of possible types for union fieldmatcher.}
Fields
Union fieldmatcher. Matcher for theDocuments.matcher can be only one of the following:
urisMatcher

object (UrisMatcher)

Matcher by exact URIs.

fhirMatcher

object (FhirMatcher)

Matcher by FHIR resource names.

UrisMatcher

Matcher for theDocuments by exact uris.

JSON representation
{"uris":[string]}
Fields
uris[]

string

The exact URIs to match by.

FhirMatcher

Matcher for theDocuments by FHIR resource names.

JSON representation
{"fhirResources":[string]}
Fields
fhirResources[]

string

Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-06-27 UTC.