Targeting
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
某项恢复操作的定位详细信息,例如地区、Android SDK 级别、应用版本等。
JSON 表示法 |
{
// Union field criteria can be only one of the following:
"regions": {
object (Regions )
},
"androidSdks": {
object (AndroidSdks )
},
"allUsers": {
object (AllUsers )
}
// End of list of possible types for union field criteria .
// Union field target_versions can be only one of the following:
"versionList": {
object (AppVersionList )
},
"versionRange": {
object (AppVersionRange )
}
// End of list of possible types for union field target_versions .
} |
字段 |
联合字段 criteria 。恢复操作的定位条件。criteria 只能是下列其中一项: |
regions |
object (Regions )
定位基于用户账号所在地区。
|
androidSdks |
object (AndroidSdks )
定位基于设备的 Android API 级别。
|
allUsers |
object (AllUsers )
定位所有用户。
|
联合字段 target_versions 。恢复操作定位的应用版本。必需。target_versions 只能是下列其中一项: |
versionList |
object (AppVersionList )
以列表形式显示的目标版本代码。
|
versionRange |
object (AppVersionRange )
以范围形式显示的目标版本代码。
|
AppVersionList
JSON 表示法 |
{
"versionCodes": [
string
]
} |
字段 |
versionCodes[] |
string (int64 format)
应用版本代码列表。
|
AppVersionRange
JSON 表示法 |
{
"versionCodeStart": string,
"versionCodeEnd": string
} |
字段 |
versionCodeStart |
string (int64 format)
相应范围(含边界值)内的最低应用版本。
|
versionCodeEnd |
string (int64 format)
相应范围(含边界值)内的最高应用版本。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-18。
[[["易于理解","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-12-18。"],[[["Targeting details for a recovery action include regions, Android SDK levels, and app versions."],["Recovery actions can target specific app versions using either a list of version codes or a range of version codes."],["You can target all users or filter by region or Android SDK level for recovery actions."],["`AppVersionList` defines target app versions using a list of version codes, while `AppVersionRange` uses a start and end version code for a continuous range."]]],[]]