俄罗斯信奉什么教
百度 实际上,这是非常片面的说法,就拿这辆瑞虎5x来说,市场定位为紧凑型SUV,而在主被动安全方面,其实超越了很多竞品大车,比如,在被动安全方面,它采用了5横6纵高强度车身结构,这样设计会更有利于车体在受到严重撞击后,最大限度的减小形变可能,保障内部空间,配合全方位环护式6安全气囊,进一步保障乘员的安全;而在主动安全方面,瑞虎5x几乎配备了所有同级领先的电子配置、LDW车道偏离预警系统、HHC智能坡道辅助系统、HDC陡坡缓降辅助控制系统、全方位360度全景影像、TPMS实时胎压监测显示系统等等,并且全系标配了博世系统。
与应用恢复操作相关的信息。
JSON 表示法 |
{
"appRecoveryId": string,
"status": enum (RecoveryStatus ),
"targeting": {
object (Targeting )
},
"createTime": string,
"deployTime": string,
"cancelTime": string,
"lastUpdateTime": string,
// Union field recovery_action_data can be only one of the following:
"remoteInAppUpdateData": {
object (RemoteInAppUpdateData )
}
// End of list of possible types for union field recovery_action_data .
} |
字段 |
appRecoveryId |
string (int64 format)
与应用恢复操作对应的 ID。
|
status |
enum (RecoveryStatus )
恢复操作的状态。
|
targeting |
object (Targeting )
指定恢复操作的定位条件,如地区、Android SDK 版本、应用版本等。
|
createTime |
string (Timestamp format)
开发者创建应用恢复操作的时间戳。始终在恢复操作创建之后设置。 采用 RFC 3339 标准,生成的输出将始终在末尾带 Z,并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2025-08-04T15:01:23Z" 、"2025-08-04T15:01:23.045123456Z" 或 "2025-08-04T15:01:23+05:30" 。
|
deployTime |
string (Timestamp format)
为用户部署应用恢复操作的时间戳。仅在已部署恢复操作的情况下才会设置。 采用 RFC 3339 标准,生成的输出将始终在末尾带 Z,并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2025-08-04T15:01:23Z" 、"2025-08-04T15:01:23.045123456Z" 或 "2025-08-04T15:01:23+05:30" 。
|
cancelTime |
string (Timestamp format)
开发者取消应用恢复操作的时间戳。仅在已取消恢复操作的情况下才会设置。 采用 RFC 3339 标准,生成的输出将始终在末尾带 Z,并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2025-08-04T15:01:23Z" 、"2025-08-04T15:01:23.045123456Z" 或 "2025-08-04T15:01:23+05:30" 。
|
lastUpdateTime |
string (Timestamp format)
开发者上次更新恢复操作的时间戳。如果操作被取消,则对应取消时间。始终在恢复操作创建之后设置。 采用 RFC 3339 标准,生成的输出将始终在末尾带 Z,并使用 0、3、6 或 9 个小数位。不带“Z”的偏差时间也是可以接受的。示例:"2025-08-04T15:01:23Z" 、"2025-08-04T15:01:23.045123456Z" 或 "2025-08-04T15:01:23+05:30" 。
|
联合字段 recovery_action_data 。与恢复操作相关的数据。recovery_action_data 只能是下列其中一项: |
remoteInAppUpdateData |
object (RemoteInAppUpdateData )
有关远程应用内更新操作的数据,例如已恢复的用户群、可恢复的用户群等。仅当恢复操作类型为“远程应用内更新”时才会设置。
|
RemoteInAppUpdateData
与远程应用内更新操作相关的数据,例如已恢复的用户数量、受影响的用户数量等。
RemoteInAppUpdateDataPerBundle
JSON 表示法 |
{
"versionCode": string,
"recoveredDeviceCount": string,
"totalDeviceCount": string
} |
字段 |
versionCode |
string (int64 format)
与目标软件包对应的版本代码。
|
recoveredDeviceCount |
string (int64 format)
已恢复的设备总数。
|
totalDeviceCount |
string (int64 format)
受与应用软件包相关联的相应恢复操作影响的设备总数。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-04。
[[["易于理解","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):2025-08-04。"],[[["AppRecoveryAction provides information about an app's recovery action, including its status, targeting criteria, and timestamps for creation, deployment, cancellation, and last update."],["It can include RemoteInAppUpdateData, which details the recovered user base and affected user base for a Remote In-App Update action."],["RemoteInAppUpdateData contains data at the bundle level, such as version code, recovered device count, and total affected device count."]]],["App recovery actions, identified by an `appRecoveryId`, have a `status`, `targeting` criteria, and timestamps for `createTime`, `deployTime`, `cancelTime`, and `lastUpdateTime`. Actions can have a `remoteInAppUpdateData` field, detailing bundle-level recovery via `remoteAppUpdateDataPerBundle`, including the `versionCode`, `recoveredDeviceCount`, and `totalDeviceCount`. `RemoteInAppUpdateData` aggregates recovery data for in app updates.\n"]]