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

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