Response message for DocumentService.BatchGetDocumentsMetadata method.
| JSON representation | 
|---|
{
  "documentsMetadata": [
    {
      object ( | 
            
| Fields | |
|---|---|
documentsMetadata[] | 
              
                 
 The metadata of the   | 
            
DocumentMetadata
The metadata of a Document.
| JSON representation | 
|---|
{ "matcherValue": { object (  | 
              
| Fields | |
|---|---|
matcherValue | 
                
                   
 The value of the matcher that was used to match the   | 
              
state | 
                
                   
 The state of the document.  | 
              
lastRefreshedTime | 
                
                   
 The timestamp of the last time the  Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:   | 
              
dataIngestionSource | 
                
                   
 The data ingestion source of the  Allowed values are: 
  | 
              
MatcherValue
The value of the matcher that was used to match the Document.
| JSON representation | 
|---|
{ // Union field  | 
              
| Fields | |
|---|---|
Union field matcher_value. The value of the matcher that was used to match the Document. matcher_value can be only one of the following: | 
              |
uri | 
                
                   
 If match by URI, the URI of the   | 
              
fhirResource | 
                
                   
 Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}  | 
              
State
The state of the Document.
| Enums | |
|---|---|
STATE_UNSPECIFIED | 
                Should never be set. | 
INDEXED | 
                The Document is indexed. | 
              
NOT_IN_TARGET_SITE | 
                The Document is not indexed because its URI is not in the TargetSite. | 
              
NOT_IN_INDEX | 
                The Document is not indexed. |