Попробуйте сервер MCP для Google Analytics. Установите его с
GitHub и ознакомьтесь с
анонсом для получения более подробной информации.
BatchUpdateAccessBindingsResponse
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Ответное сообщение для RPC BatchUpdateAccessBindings.
JSON-представление |
---|
{
"accessBindings": [
{
object (AccessBinding )
}
]
} |
Поля |
---|
accessBindings[] | object ( AccessBinding ) Привязки доступа обновлены. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eThis documentation details the response message structure for the BatchUpdateAccessBindings RPC.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an \u003ccode\u003eaccessBindings\u003c/code\u003e field containing an array of updated \u003ccode\u003eAccessBinding\u003c/code\u003e objects in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eAccessBinding\u003c/code\u003e object represents specific access permissions and is further detailed in linked documentation.\u003c/p\u003e\n"]]],["The BatchUpdateAccessBindings RPC returns a response message containing updated access bindings. The response is in JSON format and includes a single field: `accessBindings`. This field is an array of `AccessBinding` objects, each representing a modified access binding. Each `AccessBinding` object's specific details can be found in the linked documentation for AccessBinding.\n"],null,["# BatchUpdateAccessBindingsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for BatchUpdateAccessBindings RPC.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"accessBindings\": [ { object (/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding) } ] } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `accessBindings[]` | `object (`[AccessBinding](/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding)`)` The access bindings updated. |"]]