Try the MCP server for Google Analytics. Install from
GitHub, and see the
announcement for more details.
ListAccessBindingsResponse
Stay organized with collections
Save and categorize content based on your preferences.
Response message for ListAccessBindings RPC.
| JSON representation |
{
"accessBindings": [
{
object (AccessBinding)
}
],
"nextPageToken": string
} |
| Fields |
accessBindings[] |
object (AccessBinding)
List of AccessBindings. These will be ordered stably, but in an arbitrary order.
|
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.
|
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 2025-04-02 UTC.
[null,null,["Last updated 2025-04-02 UTC."],[],["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"]]