ListAccessBindingsResponse
הודעת תגובה ל-RPC ב-ListAccessBindings.
ייצוג JSON |
{
"accessBindings": [
{
object (AccessBinding )
}
],
"nextPageToken": string
} |
שדות |
accessBindings[] |
object (AccessBinding )
רשימת קישורי גישה. הערכים האלה יוצגו בצורה יציבה, אבל בסדר שרירותי.
|
nextPageToken |
string
אסימון, שניתן לשלוח בתור pageToken כדי לאחזר את הדף הבא. אם השדה הזה יושמט, אין דפים נוספים.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-04-02 (שעון UTC).
[null,null,["עדכון אחרון: 2025-04-02 (שעון UTC)."],[[["This documentation details the structure of the JSON response for the ListAccessBindings RPC."],["The response includes a list of AccessBindings and a token for retrieving subsequent pages, if available."],["AccessBindings within the response will be ordered, but the order itself is not guaranteed to be meaningful."]]],["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"]]