BatchGetDocumentsMetadataResponse

Messaggio di risposta per il metodo DocumentService.BatchGetDocumentsMetadata.

Rappresentazione JSON
{
  "documentsMetadata": [
    {
      object (DocumentMetadata)
    }
  ]
}
Campi
documentsMetadata[]

object (DocumentMetadata)

I metadati degli Document.

DocumentMetadata

I metadati di un Document.

Rappresentazione JSON
{
  "matcherValue": {
    object (MatcherValue)
  },
  "state": enum (State),
  "lastRefreshedTime": string,
  "dataIngestionSource": string
}
Campi
matcherValue

object (MatcherValue)

Il valore del matcher utilizzato per trovare una corrispondenza per Document.

state

enum (State)

Lo stato del documento.

lastRefreshedTime

string (Timestamp format)

Il timestamp dell'ultima volta che l'Document è stato indicizzato.

Utilizza RFC 3339, in cui l'output generato è sempre normalizzato in base al fuso orario UTC e utilizza 0, 3, 6 o 9 cifre frazionarie. Sono accettati anche offset diversi da "Z". Esempi: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" o "2014-10-02T15:01:23+05:30".

dataIngestionSource

string

L'origine di importazione dati di Document.

I valori consentiti sono:

  • batch: Dati importati tramite l'API Batch, ad es. ImportDocuments.
  • streaming dati importati tramite l'API Streaming, ad esempio FHIR streaming.

MatcherValue

Il valore del matcher utilizzato per trovare una corrispondenza per Document.

Rappresentazione JSON
{

  // 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.
}
Campi
Campo unione matcher_value. Il valore del matcher utilizzato per trovare una corrispondenza per Document. matcher_value può essere solo uno dei seguenti:
uri

string

Se la corrispondenza avviene tramite URI, l'URI di Document.

fhirResource

string

Formato: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}

Stato

Lo stato di Document.

Enum
STATE_UNSPECIFIED Non deve mai essere impostato.
INDEXED Document è indicizzato.
NOT_IN_TARGET_SITE Document non è indicizzato perché il suo URI non è in TargetSite.
NOT_IN_INDEX Document non è indicizzato.