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 が最後にインデックスに登録された時刻のタイムスタンプ。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「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。
  • Streaming 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.
}
Fields
共用体フィールド matcher_valueDocument の照合に使用されたマッチャーの値。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 にないため、Document はインデックスに登録されません。
NOT_IN_INDEX Document はインデックスに登録されていません。