ClientInfo
فراداده مشتری مرتبط با درخواست های API مرور ایمن.
نمایندگی JSON |
---|
{
"clientId": string,
"clientVersion": string
} |
فیلدها |
---|
clientId | string شناسه سرویس گیرنده ای که (امیدواریم) به طور منحصر به فرد اجرای سرویس گیرنده Safe Browsing API را مشخص می کند. |
clientVersion | string نسخه اجرای مشتری. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-10 بهوقت ساعت هماهنگ جهانی."],[[["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"]]