PostUserInfo
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このリソースのメソッドの一覧は、このページの最後に掲載されています。
リソースの表記
{
"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 により、投稿とユーザー情報のペアを 1 つ取得します。
- list
- 投稿と投稿のユーザー情報のペアのリストを取得します。結果をフィルタできます。投稿のユーザー情報には、その投稿に関するユーザーごとの情報(アクセス権など)が含まれます。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-26 UTC。
[[["わかりやすい","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"]],["最終更新日 2024-06-26 UTC。"],[[["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."]]],[]]