REST Resource: accounts.locations.questions.answers
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: Answer
JSON 表現 |
{
"name": string,
"author": {
object (Author )
},
"upvoteCount": integer,
"text": string,
"createTime": string,
"updateTime": string
} |
フィールド |
name |
string
出力専用。回答の一意の名前です。accounts/*/locations/*/questions/*/answers/*
|
author |
object (Author )
出力専用。回答者。
|
upvoteCount |
integer
出力専用。回答に対する賛成票の数です。
|
text |
string
回答のテキスト。空白以外の文字を少なくとも 1 つ含めます。最大長は 4,096 文字です。
|
createTime |
string (Timestamp format)
出力専用。回答が書き込まれたときのタイムスタンプ。 RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 。
|
updateTime |
string (Timestamp format)
出力専用。回答が最後に変更されたときのタイムスタンプ。 RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 。
|
メソッド |
|
現在のユーザーが質問に対して投稿した回答を削除します。 |
|
指定した質問に対する回答を、ページ分けされたリストで返します。 |
|
指定した質問に対して回答を作成するか、その質問についてユーザーが書いた既存の回答を更新します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-11 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-10-11 UTC。"],[[["The Answer resource represents an answer to a question, including details like author, upvote count, and text."],["Answers can be created, updated, deleted, and listed using the provided methods."],["Answer data is represented in JSON format with fields for name, author, upvote count, text, creation time, and update time."],["The text of an answer can be up to 4096 characters long and must contain at least one non-whitespace character."],["Answer timestamps are formatted according to RFC3339 UTC \"Zulu\" format with nanosecond resolution."]]],[]]