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"

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"

تمثيل JSON
{
  "objectId": string
}
الحقول
objectId

string

رقم تعريف العنصر للرسم البياني المُدرَج.

CreateHeaderResponse

نتيجة إنشاء عنوان

تمثيل JSON
{
  "headerId": string
}
الحقول
headerId

string

رقم تعريف العنوان الذي تم إنشاؤه.

CreateFooterResponse

نتيجة إنشاء تذييل

تمثيل JSON
{
  "footerId": string
}
الحقول
footerId

string

معرّف التذييل الذي تم إنشاؤه

CreateFootnoteResponse

نتيجة إنشاء إشارة سفلية

تمثيل JSON
{
  "footnoteId": string
}
الحقول
footnoteId

string

معرّف الهامش السفلي الذي تم إنشاؤه