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)

התוצאה של יצירת הערת שוליים.

החלפת AllTextResponse

התוצאה של החלפת הטקסט.

ייצוג 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

מזהה האובייקט של התרשים שנוסף.

תשובה להוספה

התוצאה של יצירת כותרת עליונה.

ייצוג JSON
{
  "headerId": string
}
שדות
headerId

string

המזהה של הכותרת שנוצרה.

תשובה לכותרת תחתונה

התוצאה של יצירת כותרת תחתונה.

ייצוג JSON
{
  "footerId": string
}
שדות
footerId

string

המזהה של הכותרת התחתונה שנוצרה.

יצירה של הערת שוליים

התוצאה של יצירת הערת שוליים.

ייצוג JSON
{
  "footnoteId": string
}
שדות
footnoteId

string

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