试用 Google Analytics 的 MCP 服务器。从
GitHub 安装,并参阅
公告了解详情。
ListAccessBindingsResponse
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
ListAccessBindings RPC 的响应消息。
JSON 表示法 |
{
"accessBindings": [
{
object (AccessBinding )
}
],
"nextPageToken": string
} |
字段 |
accessBindings[] |
object (AccessBinding )
AccessBinding 列表。这些变量会稳定地排序,但顺序是任意的。
|
nextPageToken |
string
可作为 pageToken 发送并用于检索下一页的令牌。如果省略此字段,则不存在后续页面。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThis documentation details the structure of the JSON response for the ListAccessBindings RPC.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a list of AccessBindings and a token for retrieving subsequent pages, if available.\u003c/p\u003e\n"],["\u003cp\u003eAccessBindings within the response will be ordered, but the order itself is not guaranteed to be meaningful.\u003c/p\u003e\n"]]],["The `ListAccessBindings` RPC returns a JSON object containing a list of `accessBindings`. Each `accessBinding` is an object. The `nextPageToken` field, a string, provides a token to retrieve subsequent pages of `accessBindings`; if omitted, no further pages exist. The `accessBindings` are ordered in a stable, arbitrary manner. This response allows for paginated retrieval of access bindings.\n"],null,["# ListAccessBindingsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for ListAccessBindings RPC.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"accessBindings\": [ { object (/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `accessBindings[]` | `object (`[AccessBinding](/analytics/devguides/config/admin/v1/rest/v1alpha/accounts.accessBindings#AccessBinding)`)` List of AccessBindings. These will be ordered stably, but in an arbitrary order. |\n| `nextPageToken` | `string` A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages. |"]]