发布用户信息
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源表示法
{
"kind": "blogger#postUserInfo",
"post": posts Resource,
"post_user_info": {
"kind": "blogger#postPerUserInfo",
"userId": string,
"blogId": string,
"postId": string,
"hasEditAccess": boolean
}
}
属性名称 |
价值 |
说明 |
备注 |
kind |
string |
此实体的种类。始终为 blogger#postUserInfo |
|
post |
nested object |
“帖子”资源。 |
|
post_user_info |
nested object |
帖子用户的相关信息。 |
|
post_user_info.kind |
string |
此实体的种类。始终为 blogger#postPerUserInfo |
|
post_user_info.userId |
string |
用户的 ID。 |
|
post_user_info.blogId |
string |
帖子资源所属的博客的 ID。 |
|
post_user_info.postId |
string |
帖子资源的 ID。 |
|
post_user_info.hasEditAccess |
boolean |
如果用户对博文具有“作者”级别的访问权限,则为“true”。 |
|
方法
- get
- 通过 postId 和 userId 获取一个帖子和用户信息对。
- list
- 检索帖子和帖子用户信息对列表,可能是过滤后的。帖子用户信息包含特定于该帖子的每个用户信息,例如访问权限等。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-26。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-06-26。"],[[["The `zelos.RenderInfo.getDesiredRowWidth_()` method calculates and returns the desired width of a specific row within a rendered block."],["This method accepts a `Row` object as input, representing the row for which the width is being determined."],["The output is a numerical value indicating the calculated width of the given row."]]],[]]