Response
A single response from an update.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field
response . The response for the corresponding request. May have no fields set if the request had no response.
response
can be only one of the following:
|
|
replace
|
The result of replacing text. |
create
|
The result of creating a named range. |
insert
|
The result of inserting an inline image. |
insert
|
The result of inserting an inline Google Sheets chart. |
create
|
The result of creating a header. |
create
|
The result of creating a footer. |
create
|
The result of creating a footnote. |
ReplaceAllTextResponse
The result of replacing text.
JSON representation |
---|
{ "occurrencesChanged": integer } |
Fields | |
---|---|
occurrences
|
The number of occurrences changed by replacing all text. |
CreateNamedRangeResponse
The result of creating a named range.
JSON representation |
---|
{ "namedRangeId": string } |
Fields | |
---|---|
named
|
The ID of the created named range. |
InsertInlineImageResponse
The result of inserting an inline image.
JSON representation |
---|
{ "objectId": string } |
Fields | |
---|---|
object
|
The ID of the created
|
InsertInlineSheetsChartResponse
The result of inserting an embedded Google Sheets chart.
JSON representation |
---|
{ "objectId": string } |
Fields | |
---|---|
object
|
The object ID of the inserted chart. |
CreateHeaderResponse
The result of creating a header.
JSON representation |
---|
{ "headerId": string } |
Fields | |
---|---|
header
|
The ID of the created header. |
CreateFootnoteResponse
The result of creating a footnote.
JSON representation |
---|
{ "footnoteId": string } |
Fields | |
---|---|
footnote
|
The ID of the created footnote. |