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 שנבלעים באמצעות Streaming API, למשל: סטרימינג של 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, ה-URI של Document.

fhirResource

string

פורמט: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhirStore}/fhir/{resourceType}/{fhir_resource_id}

מדינה

המצב של Document.

טיפוסים בני מנייה (enum)
STATE_UNSPECIFIED אסור להגדיר את הערך הזה.
INDEXED ה-Document נוסף לאינדקס.
NOT_IN_TARGET_SITE הדף Document לא נוסף לאינדקס כי ה-URI שלו לא נמצא ב-TargetSite.
NOT_IN_INDEX ה-Document לא נוסף לאינדקס.