BatchGetAccessBindingsResponse
پیام پاسخ برای BatchGetAccessBindings RPC.
نمایندگی JSON |
---|
{
"accessBindings": [
{
object (AccessBinding )
}
]
} |
فیلدها |
---|
access Bindings[] | object ( AccessBinding ) الزامات دسترسی درخواستی |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی."],[[["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"]]