Essayez le serveur MCP pour Google Analytics. Installez-le depuis
GitHub et consultez l'
annonce pour en savoir plus.
BatchGetAccessBindingsResponse
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Message de réponse pour le RPC BatchGetAccessBindings.
Représentation JSON |
{
"accessBindings": [
{
object (AccessBinding )
}
]
} |
Champs |
accessBindings[] |
object (AccessBinding )
Liaisons d'accès demandées.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 2025/07/26 (UTC)."],[[["This documentation details the response message structure for the BatchGetAccessBindings RPC."],["The response includes an `accessBindings` array containing objects representing individual AccessBindings, as defined in the provided schema link."],["Each AccessBinding object provides information about access permissions, following the structure specified in the linked documentation."]]],["The BatchGetAccessBindings RPC response contains a JSON representation with a single field: `accessBindings`. This field is an array of `AccessBinding` objects, each detailing a specific access binding. The response provides the requested access bindings within this array. Each object in the array has detail information, defined by the `AccessBinding` schema. The `accessBindings` array holds all the retrieved access bindings.\n"]]