试用 Google Analytics 的 MCP 服务器。从
GitHub 安装,并参阅
公告了解详情。
BatchCreateAccessBindingsResponse
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
BatchCreateAccessBindings RPC 的响应消息。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThis documentation details the response message structure for the BatchCreateAccessBindings RPC.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an \u003ccode\u003eaccessBindings\u003c/code\u003e field containing an array of created \u003ccode\u003eAccessBinding\u003c/code\u003e objects in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eEach \u003ccode\u003eAccessBinding\u003c/code\u003e object represents a newly created access binding, with further details available in the provided link.\u003c/p\u003e\n"]]],["The JSON representation of the BatchCreateAccessBindings response includes an array named `accessBindings`. Each element within this array is an `AccessBinding` object. The response's key action is providing a list of the newly created access bindings. The `accessBindings` field contains detailed information about each created access binding, and it is represented in an object format.\n"],null,["# BatchCreateAccessBindingsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for BatchCreateAccessBindings 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 created. |"]]