ClientInfo
The client metadata associated with Safe Browsing API requests.
JSON representation |
{
"clientId": string,
"clientVersion": string
} |
Fields |
clientId |
string
A client ID that (hopefully) uniquely identifies the client implementation of the Safe Browsing API.
|
clientVersion |
string
The version of the client implementation.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 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"]]