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

המזהה של הערת השוליים שנוצרה.