פרטי משתמש של פוסט
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
רשימה של ה-methods במשאב הזה מופיעה בסוף הדף.
ייצוגי משאבים
{
"kind": "blogger#postUserInfo",
"post": posts Resource,
"post_user_info": {
"kind": "blogger#postPerUserInfo",
"userId": string,
"blogId": string,
"postId": string,
"hasEditAccess": boolean
}
}
שם הנכס |
ערך של Gpa education |
תיאור |
הערות |
kind |
string |
סוג הישות הזו. תמיד blogger#postUserInfo |
|
post |
nested object |
המשאב 'פוסט'. |
|
post_user_info |
nested object |
מידע על המשתמש בפוסט. |
|
post_user_info.kind |
string |
סוג הישות הזו. תמיד blogger#postPerUserInfo |
|
post_user_info.userId |
string |
המזהה של המשתמש. |
|
post_user_info.blogId |
string |
המזהה של הבלוג שאליו שייך משאב הפוסט. |
|
post_user_info.postId |
string |
המזהה של משאב הפוסט. |
|
post_user_info.hasEditAccess |
boolean |
הערך הוא True אם למשתמש יש גישה ברמת 'מחבר' לפוסט. |
|
שיטות
- הורדה
- מקבלים צמד אחד של פוסט ופרטי משתמש מ-postId ומ-userId.
- list
- מאחזר רשימה של פוסטים ומציגים צמדים של פרטי משתמש, שעשויים להיות מסוננים. פרטי המשתמש בפוסט מכילים מידע ספציפי לכל משתמש על הפוסט, כמו הרשאות גישה.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-06-26 (שעון UTC).
[null,null,["עדכון אחרון: 2024-06-26 (שעון UTC)."],[[["\u003cp\u003eThe \u003ccode\u003ezelos.RenderInfo.getDesiredRowWidth_()\u003c/code\u003e method calculates and returns the desired width of a specific row within a rendered block.\u003c/p\u003e\n"],["\u003cp\u003eThis method accepts a \u003ccode\u003eRow\u003c/code\u003e object as input, representing the row for which the width is being determined.\u003c/p\u003e\n"],["\u003cp\u003eThe output is a numerical value indicating the calculated width of the given row.\u003c/p\u003e\n"]]],[],null,["# PostUserInfos\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n```scdoc\n{\n \"kind\": \"blogger#postUserInfo\",\n \"post\": posts Resource,\n \"post_user_info\": {\n \"kind\": \"blogger#postPerUserInfo\",\n \"userId\": string,\n \"blogId\": string,\n \"postId\": string,\n \"hasEditAccess\": boolean\n }\n}\n```\n\n| Property name | Value | Description | Notes |\n|--------------------------------|-----------------|-----------------------------------------------------------|-------|\n| `kind` | `string` | The kind of this entity. Always `blogger#postUserInfo` | |\n| `post` | `nested object` | The Post resource. | |\n| `post_user_info` | `nested object` | Information about a User for the Post. | |\n| post_user_info.`kind` | `string` | The kind of this entity. Always `blogger#postPerUserInfo` | |\n| post_user_info.`userId` | `string` | ID of the User. | |\n| post_user_info.`blogId` | `string` | ID of the Blog that the post resource belongs to. | |\n| post_user_info.`postId` | `string` | ID of the Post resource. | |\n| post_user_info.`hasEditAccess` | `boolean` | True if the user has Author level access to the post. | |\n\nMethods\n-------\n\n[get](/blogger/docs/3.0/reference/postUserInfos/get)\n: Gets one post and user info pair by \u003cvar class=\"apiparam\" translate=\"no\"\u003epostId\u003c/var\u003e and \u003cvar class=\"apiparam\" translate=\"no\"\u003euserId\u003c/var\u003e.\n\n[list](/blogger/docs/3.0/reference/postUserInfos/list)\n: Retrieves a list of post and post user info pairs, possibly filtered. The post user info contains per-user information about the post, such as access rights, specific to the user."]]