ClientInfo
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Güvenli Tarama API istekleriyle ilişkili istemci meta verileri.
JSON gösterimi |
{
"clientId": string,
"clientVersion": string
} |
Alanlar |
clientId |
string
Güvenli Tarama API'sinin istemci uygulamasını benzersiz şekilde tanımlayan bir istemci kimliği.
|
clientVersion |
string
İstemci uygulamasının sürümü.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[[["\u003cp\u003eClient metadata, including a unique client ID and version, is sent with Safe Browsing API requests.\u003c/p\u003e\n"],["\u003cp\u003eThis metadata is represented using a JSON object with \u003ccode\u003eclientId\u003c/code\u003e and \u003ccode\u003eclientVersion\u003c/code\u003e fields.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should provide a unique \u003ccode\u003eclientId\u003c/code\u003e to identify their implementation and \u003ccode\u003eclientVersion\u003c/code\u003e to specify the version being used.\u003c/p\u003e\n"]]],["The provided JSON represents client metadata for Safe Browsing API requests. It includes two key fields: `clientId`, a unique string identifying the client implementation, and `clientVersion`, a string indicating the client's version. This data structure, represented as `{\"clientId\": string, \"clientVersion\": string}`, is used to track and identify different clients interacting with the Safe Browsing API.\n"],null,["# ClientInfo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe client metadata associated with Safe Browsing API requests.\n\n| JSON representation |\n|---------------------------------------------------------|\n| ``` { \"clientId\": string, \"clientVersion\": string } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------|\n| `clientId` | `string` A client ID that (hopefully) uniquely identifies the client implementation of the Safe Browsing API. |\n| `clientVersion` | `string` The version of the client implementation. |"]]