发送反馈
DeviceReference
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
DeviceReference
是一种 API 抽象,可让您使用以下某种标识符类型向方法提供设备 参数:
数字形式的 API 资源 ID。
制造设备的真实硬件 ID,例如 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
只能是下列其中一项:
deviceId
string (int64 format)
设备的 ID。
deviceIdentifier
object (DeviceIdentifier
)
设备的硬件 ID。
发送反馈
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可 获得了许可,并且代码示例已根据 Apache 2.0 许可 获得了许可。有关详情,请参阅 Google 开发者网站政策 。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-08。
需要向我们提供更多信息?
[[["易于理解","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"]],["最后更新时间 (UTC):2024-11-08。"],[],[]]