対応
更新からの単一のレスポンス。
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。 |