レスポンス
アップデートからの単一のレスポンス。
JSON 表現 |
---|
{ // Union field |
フィールド | |
---|---|
共用体フィールド response 。対応するリクエストに対するレスポンス。リクエストにレスポンスがない場合、フィールドが設定されていない場合があります。
response は次のいずれかになります。 |
|
replace
|
テキストの置換結果。 |
create
|
名前付き範囲の作成結果。 |
insert
|
インライン画像を挿入した結果。 |
insert
|
インライン Google スプレッドシート グラフを挿入した結果。 |
create
|
ヘッダーの作成結果。 |
create
|
フッターの作成結果。 |
create
|
脚注の作成結果。 |
ReplaceAllTextResponse
テキストの置換結果。
JSON 表現 |
---|
{ "occurrencesChanged": integer } |
フィールド | |
---|---|
occurrences
|
すべてのテキストを置き換えることで変更された出現回数。 |
CreateNamedRangeResponse
名前付き範囲の作成結果。
JSON 表現 |
---|
{ "namedRangeId": string } |
フィールド | |
---|---|
named
|
作成された名前付き範囲の ID。 |
InsertInlineImageResponse
インライン画像を挿入した結果。
JSON 表現 |
---|
{ "objectId": string } |
フィールド | |
---|---|
object
|
作成された |
InsertInlineSheetsChartResponse
埋め込みの Google スプレッドシートのグラフを挿入した結果。
JSON 表現 |
---|
{ "objectId": string } |
フィールド | |
---|---|
object
|
挿入されたグラフのオブジェクト ID。 |
CreateHeaderResponse
ヘッダーの作成結果。
JSON 表現 |
---|
{ "headerId": string } |
フィールド | |
---|---|
header
|
作成されたヘッダーの ID。 |
CreateFootnoteResponse
脚注の作成結果。
JSON 表現 |
---|
{ "footnoteId": string } |
フィールド | |
---|---|
footnote
|
作成された脚注の ID。 |