BatchGetDocumentsMetadataResponse

Response message for DocumentService.BatchGetDocumentsMetadata method.

JSON representation
 { 
 "documentsMetadata" 
 : 
 [ 
 { 
 object (  DocumentMetadata 
 
) 
 } 
 ] 
 } 
Fields

MatcherValue

The value of the matcher that was used to match the Document .

JSON representation
 { 
 // Union field matcher_value 
can be only one of the following: 
 "uri" 
 : 
 string 
 , 
 "fhirResource" 
 : 
 string 
 // End of list of possible types for union field matcher_value 
. 
 } 
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

string

If match by URI, the URI of the Document .

fhirResource

string

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.
Design a Mobile Site
View Site in Mobile | Classic
Share by: