回覆
更新的單一回應。
| JSON 表示法 | 
|---|
      { // Union field  | 
    
| 欄位 | |
|---|---|
      聯集欄位
      response。對應要求的相關回應。如果要求未得到回覆,可能不會設定任何欄位。
      response
      只能是下列其中一項:
      | 
    |
      replaceAllText
      | 
     
       
        取代文字的結果。  | 
    
      createNamedRange
      | 
     
       
        建立具名範圍的結果。  | 
    
      insertInlineImage
      | 
     
       
        插入內嵌圖片的結果。  | 
    
      insertInlineSheetsChart
      | 
     
       
        插入 Google 試算表內嵌圖表的結果。  | 
    
      createHeader
      | 
     
       
        建立標題的結果。  | 
    
      createFooter
      | 
     
       
        建立頁尾的結果。  | 
    
      createFootnote
      | 
     
       
        建立註腳的結果。  | 
    
ReplaceAllTextResponse
取代文字的結果。
| JSON 表示法 | 
|---|
      { "occurrencesChanged": integer }  | 
    
| 欄位 | |
|---|---|
      occurrencesChanged
      | 
     
       
        取代所有文字後變更的出現次數。  | 
    
CreateNamedRangeResponse
建立具名範圍的結果。
| JSON 表示法 | 
|---|
      { "namedRangeId": string }  | 
    
| 欄位 | |
|---|---|
      namedRangeId
      | 
     
       
        所建立具名範圍的 ID。  | 
    
InsertInlineImageResponse
插入內嵌圖片的結果。
| JSON 表示法 | 
|---|
      { "objectId": string }  | 
    
| 欄位 | |
|---|---|
      objectId
      | 
     
       
        
       所建立的 ID。
         | 
    
InsertInlineSheetsChartResponse
插入嵌入式 Google 試算表圖表的結果。
| JSON 表示法 | 
|---|
      { "objectId": string }  | 
    
| 欄位 | |
|---|---|
      objectId
      | 
     
       
        插入圖表的物件 ID。  | 
    
CreateHeaderResponse
建立標頭的結果。
| JSON 表示法 | 
|---|
      { "headerId": string }  | 
    
| 欄位 | |
|---|---|
      headerId
      | 
     
       
        所建立標頭的 ID。  | 
    
CreateFootnoteResponse
建立註腳的結果。
| JSON 表示法 | 
|---|
      { "footnoteId": string }  | 
    
| 欄位 | |
|---|---|
      footnoteId
      | 
     
       
        所建立註腳的 ID。  |