DeviceReference एक एपीआई ऐब्स्ट्रैक्ट है, जो आपको किसी तरीके के लिए device आर्ग्युमेंट उपलब्ध कराने की सुविधा देता है. इसके लिए, इनमें से किसी एक आइडेंटिफ़ायर टाइप का इस्तेमाल किया जाता है:
संख्या वाले एपीआई का संसाधन आईडी.
डिवाइस बनाए गए डिवाइस के रीयल-वर्ल्ड हार्डवेयर आईडी, जैसे कि 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"]]