ClientInfo
与 Safe Browsing API 请求关联的客户端元数据。
JSON 表示法 |
{
"clientId": string,
"clientVersion": string
} |
字段 |
clientId |
string
客户端 ID(有可能)唯一标识 Safe Browsing API 的客户端实现。
|
clientVersion |
string
客户端实现的版本。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-12。
[null,null,["最后更新时间 (UTC):2024-09-12。"],[[["Client metadata, including a unique client ID and version, is sent with Safe Browsing API requests."],["This metadata is represented using a JSON object with `clientId` and `clientVersion` fields."],["Developers should provide a unique `clientId` to identify their implementation and `clientVersion` to specify the version being used."]]],[]]