Responses

जवाब

अपडेट से मिला एक जवाब.

JSON के काेड में दिखाना
{

  // Union field response can be only one of the following:
  "replaceAllText": {
    object (ReplaceAllTextResponse)
  },
  "createNamedRange": {
    object (CreateNamedRangeResponse)
  },
  "insertInlineImage": {
    object (InsertInlineImageResponse)
  },
  "insertInlineSheetsChart": {
    object (InsertInlineSheetsChartResponse)
  },
  "createHeader": {
    object (CreateHeaderResponse)
  },
  "createFooter": {
    object (CreateFooterResponse)
  },
  "createFootnote": {
    object (CreateFootnoteResponse)
  }
  // End of list of possible types for union field response.
}
फ़ील्ड
यूनियन फ़ील्ड response. अनुरोध का जवाब. अगर अनुरोध का कोई जवाब नहीं मिला है, तो हो सकता है कि कोई फ़ील्ड सेट न किया गया हो. response इनमें से सिर्फ़ एक हो सकता है:
replaceAllText

object (ReplaceAllTextResponse)

टेक्स्ट बदलने के बाद मिला नतीजा.

createNamedRange

object (CreateNamedRangeResponse)

नाम वाली रेंज बनाने का नतीजा.

insertInlineImage

object (InsertInlineImageResponse)

इनलाइन इमेज डालने का नतीजा.

insertInlineSheetsChart

object (InsertInlineSheetsChartResponse)

Google Sheets के इनलाइन चार्ट को शामिल करने का नतीजा.

createHeader

object (CreateHeaderResponse)

हेडर बनाने का नतीजा.

createFootnote

object (CreateFootnoteResponse)

फ़ुटनोट बनाने का नतीजा.

ReplaceAllTextResponse

टेक्स्ट बदलने के बाद मिला नतीजा.

JSON के काेड में दिखाना
{
  "occurrencesChanged": integer
}
फ़ील्ड
occurrencesChanged

integer

पूरे टेक्स्ट को बदलने पर, बदलावों की संख्या.

CreateNamedRangeResponse

नाम वाली रेंज बनाने का नतीजा.

JSON के काेड में दिखाना
{
  "namedRangeId": string
}
फ़ील्ड
namedRangeId

string

बनाई गई नाम वाली रेंज का आईडी.

InsertInlineImageResponse

इनलाइन इमेज डालने का नतीजा.

JSON के काेड में दिखाना
{
  "objectId": string
}
फ़ील्ड
objectId

string

बनाए गए InlineObject का आईडी.

InsertInlineSheetsChartResponse

Google Sheets के एम्बेड किए गए चार्ट को शामिल करने पर मिलने वाला नतीजा.

JSON के काेड में दिखाना
{
  "objectId": string
}
फ़ील्ड
objectId

string

यह डाले गए चार्ट का ऑब्जेक्ट आईडी है.

CreateHeaderResponse

हेडर बनाने का नतीजा.

JSON के काेड में दिखाना
{
  "headerId": string
}
फ़ील्ड
headerId

string

बनाए गए हेडर का आईडी.

CreateFooterResponse

फ़ुटर बनाने का नतीजा.

JSON के काेड में दिखाना
{
  "footerId": string
}
फ़ील्ड
footerId

string

बनाए गए फ़ुटर का आईडी.

CreateFootnoteResponse

फ़ुटनोट बनाने का नतीजा.

JSON के काेड में दिखाना
{
  "footnoteId": string
}
फ़ील्ड
footnoteId

string

बनाए गए फ़ुटनोट का आईडी.