回覆
更新的單一回應。
| JSON 表示法 |
|---|
{ "replaceAllText": { object ( |
| 欄位 | |
|---|---|
聯集欄位
response。對應要求的相關回應。如果要求未得到回覆,可能不會設定任何欄位。
response
只能是下列其中一項:
|
|
replaceAllText
|
取代文字的結果。 |
createNamedRange
|
建立具名範圍的結果。 |
insertInlineImage
|
插入內嵌圖片的結果。 |
insertInlineSheetsChart
|
插入內嵌 Google 試算表圖表的結果。 |
createHeader
|
建立標題的結果。 |
createFooter
|
建立頁尾的結果。 |
createFootnote
|
建立註腳的結果。 |
addDocumentTab
|
新增文件分頁的結果。 |
insertComment
|
插入註解的結果。
|
addCommentReply
|
對留言或建議新增回覆的結果。
|
ReplaceAllTextResponse
取代文字的結果。
| JSON 表示法 |
|---|
{ "occurrencesChanged": integer } |
| 欄位 | |
|---|---|
occurrencesChanged
|
取代所有文字後變更的出現次數。 |
CreateNamedRangeResponse
建立具名範圍的結果。
| JSON 表示法 |
|---|
{ "namedRangeId": string } |
| 欄位 | |
|---|---|
namedRangeId
|
所建立具名範圍的 ID。 |
InsertInlineImageResponse
插入內嵌圖片的結果。
| JSON 表示法 |
|---|
{ "objectId": string } |
| 欄位 | |
|---|---|
objectId
|
所建立 |
InsertInlineSheetsChartResponse
插入嵌入式 Google 試算表圖表的結果。
| JSON 表示法 |
|---|
{ "objectId": string } |
| 欄位 | |
|---|---|
objectId
|
插入圖表的物件 ID。 |
CreateHeaderResponse
建立標頭的結果。
| JSON 表示法 |
|---|
{ "headerId": string } |
| 欄位 | |
|---|---|
headerId
|
所建立標題的 ID。 |
CreateFootnoteResponse
建立註腳的結果。
| JSON 表示法 |
|---|
{ "footnoteId": string } |
| 欄位 | |
|---|---|
footnoteId
|
所建立註腳的 ID。 |
AddDocumentTabResponse
新增文件分頁的結果。
| JSON 表示法 |
|---|
{
"tabProperties": {
object ( |
| 欄位 | |
|---|---|
tabProperties
|
新加入分頁的屬性。 |
InsertCommentResponse
插入留言的回覆訊息。
| JSON 表示法 |
|---|
{
"commentThread": {
object ( |
| 欄位 | |
|---|---|
commentThread
|
新插入的註解討論串。 |
AddCommentReplyResponse
新增回覆的回應訊息。
| JSON 表示法 |
|---|
{
"post": {
object ( |
| 欄位 | |
|---|---|
post
|
新插入的回覆
|