Responses

जवाब

किसी अपडेट के बाद एक जवाब.

जेएसओएन के काेड में दिखाना
{

  // 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)

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

सभी टेक्स्ट को बदलें

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

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

integer

सभी टेक्स्ट को बदलने के बाद दोहराए जाने की संख्या.

CreateNamedRangeResponse

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

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

string

बनाई गई नामित रेंज का आईडी.

इनलाइन इमेज रिस्पॉन्स डालें

इनलाइन इमेज शामिल करने का नतीजा.

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

string

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

इनलाइन शीट चार्ट रिस्पॉन्स डालें

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

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

string

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

बनाएं हेडर रिस्पॉन्स

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

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

string

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

फ़ुटरस्पॉन्सर बनाएं

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

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

string

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

CreateFootnoteResponse

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

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

string

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