BatchGetDocumentsMetadataResponse

DocumentService.BatchGetDocumentsMetadata 메서드의 응답 메시지입니다.

JSON 표현
{
  "documentsMetadata": [
    {
      object (DocumentMetadata)
    }
  ]
}
필드
documentsMetadata[]

object (DocumentMetadata)

Document의 메타데이터입니다.

DocumentMetadata

Document의 메타데이터입니다.

JSON 표현
{
  "matcherValue": {
    object (MatcherValue)
  },
  "state": enum (State),
  "lastRefreshedTime": string,
  "dataIngestionSource": string
}
필드
matcherValue

object (MatcherValue)

Document를 일치시키는 데 사용된 매처의 값입니다.

state

enum (State)

문서의 상태입니다.

lastRefreshedTime

string (Timestamp format)

Document의 색인이 마지막으로 생성된 시간의 타임스탬프입니다.

생성된 출력은 항상 Z-정규화되고 소수점 이하 0, 3, 6 또는 9자리인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30"입니다.

dataIngestionSource

string

Document의 데이터 수집 소스입니다.

허용되는 값은 다음과 같습니다.

  • batch: Batch API를 통해 수집된 데이터입니다(예: ImportDocuments
  • 스트리밍 API를 통해 수집된 streaming 데이터(예: FHIR 스트리밍

MatcherValue

Document를 일치시키는 데 사용된 매처의 값입니다.

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.
}
필드
통합 필드 matcher_value. Document를 일치시키는 데 사용된 매처의 값입니다. matcher_value은 다음 중 하나일 수 있습니다.
uri

string

URI로 일치하는 경우 Document의 URI입니다.

fhirResource

string

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

Document의 상태입니다.

열거형
STATE_UNSPECIFIED 설정하면 안 됩니다.
INDEXED Document에 색인이 생성됩니다.
NOT_IN_TARGET_SITE Document의 URI가 TargetSite에 없으므로 색인이 생성되지 않습니다.
NOT_IN_INDEX Document의 색인이 생성되지 않습니다.