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

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