DeviceReference היא הפשטה של API שמאפשרת לספק ארגומנט device ל-method באמצעות אחד מסוגי המזהים הבאים:
מזהה מספרי של משאב API.
מזהי חומרה בעולם האמיתי, כמו מספר IMEI, השייכים למכשיר שיוצרו.
בשיטות שפועלות במכשירים, מוגדר סוג הפרמטר DeviceReference כפרמטר כי הוא גמיש יותר למתקשר. מידע נוסף על מזהי מכשירים זמין במאמר מזהים.
ייצוג JSON
{// Union field device can be only one of the following:"deviceId": string,"deviceIdentifier": {object (DeviceIdentifier)}// End of list of possible types for union field device.}
שדות
שדה איחוד device. חובה. המזהה הייחודי של המכשיר. device יכול להיות רק אחת מהאפשרויות הבאות:
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["A `DeviceReference` is used as a device argument in methods, accepting either a numeric API resource ID (`deviceId`) or real-world hardware IDs (`deviceIdentifier`) like IMEI. The JSON representation uses a union field named `device` that contains either a `deviceId` string (int64 format) or a `deviceIdentifier` object, which holds the device's hardware IDs. Methods use this type for increased flexibility in identifying devices.\n"]]