BatchGetAccessBindingsResponse
BatchGetAccessBindings RPC-এর জন্য প্রতিক্রিয়া বার্তা।
JSON প্রতিনিধিত্ব |
---|
{
"accessBindings": [
{
object (AccessBinding )
}
]
} |
ক্ষেত্র |
---|
access Bindings[] | object ( AccessBinding ) অনুরোধ করা অ্যাক্সেস বাইন্ডিং। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-14 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"]]