ClientInfo
Die Clientmetadaten, die mit Safe Browsing API-Anfragen verknüpft sind.
JSON-Darstellung |
{
"clientId": string,
"clientVersion": string
} |
Felder |
clientId |
string
Eine Client-ID, die die Clientimplementierung der Safe Browsing API (hoffentlich) eindeutig identifiziert.
|
clientVersion |
string
Die Version der Clientimplementierung.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-12 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-09-12 (UTC)."],[[["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."]]],["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"]]