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

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