BatchGetDocumentsMetadataResponse

Pesan respons untuk metode DocumentService.BatchGetDocumentsMetadata.

Representasi JSON
{
  "documentsMetadata": [
    {
      object (DocumentMetadata)
    }
  ]
}
Kolom
documentsMetadata[]

object (DocumentMetadata)

Metadata Document.

DocumentMetadata

Metadata Document.

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

object (MatcherValue)

Nilai pencocok yang digunakan untuk mencocokkan Document.

state

enum (State)

Status dokumen.

lastRefreshedTime

string (Timestamp format)

Stempel waktu saat Document terakhir diindeks.

Menggunakan RFC 3339 yang outputnya akan selalu dinormalisasi Z dan menggunakan 0, 3, 6, atau 9 digit pecahan. Offset selain "Z" juga diterima. Contoh: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z", atau "2014-10-02T15:01:23+05:30".

dataIngestionSource

string

Sumber penyerapan data Document.

Nilai yang diperbolehkan adalah:

  • batch: Data yang di-ingest melalui Batch API, misalnya, ImportDocuments.
  • Data streaming yang di-ingest melalui Streaming API, misalnya, Streaming FHIR.

MatcherValue

Nilai pencocok yang digunakan untuk mencocokkan Document.

Representasi 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.
}
Kolom
Kolom union matcher_value. Nilai pencocok yang digunakan untuk mencocokkan Document. matcher_value hanya dapat berupa salah satu dari hal berikut:
uri

string

Jika cocok menurut URI, URI Document.

fhirResource

string

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

Negara bagian/Provinsi

Status Document.

Enum
STATE_UNSPECIFIED Tidak boleh disetel.
INDEXED Document diindeks.
NOT_IN_TARGET_SITE Document tidak diindeks karena URI-nya tidak ada di TargetSite.
NOT_IN_INDEX Document tidak diindeks.