Responses

תשובה

תגובה אחת מעדכון.

ייצוג JSON
{

  // Union field kind can be only one of the following:
  "createSlide": {
    object (CreateSlideResponse)
  },
  "createShape": {
    object (CreateShapeResponse)
  },
  "createTable": {
    object (CreateTableResponse)
  },
  "replaceAllText": {
    object (ReplaceAllTextResponse)
  },
  "createImage": {
    object (CreateImageResponse)
  },
  "createVideo": {
    object (CreateVideoResponse)
  },
  "createSheetsChart": {
    object (CreateSheetsChartResponse)
  },
  "createLine": {
    object (CreateLineResponse)
  },
  "replaceAllShapesWithImage": {
    object (ReplaceAllShapesWithImageResponse)
  },
  "duplicateObject": {
    object (DuplicateObjectResponse)
  },
  "replaceAllShapesWithSheetsChart": {
    object (ReplaceAllShapesWithSheetsChartResponse)
  },
  "groupObjects": {
    object (GroupObjectsResponse)
  }
  // End of list of possible types for union field kind.
}
שדות
שדה איחוד kind. סוג התשובה. אם לא התקבלה תגובה לבקשה, לא ניתן להגדיר שדות כלשהם. kind יכול להיות רק אחד מהבאים:
createSlide

object (CreateSlideResponse)

התוצאה של יצירת שקף.

createShape

object (CreateShapeResponse)

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

createTable

object (CreateTableResponse)

התוצאה של יצירת טבלה.

replaceAllText

object (ReplaceAllTextResponse)

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

createImage

object (CreateImageResponse)

התוצאה של יצירת התמונה.

createVideo

object (CreateVideoResponse)

התוצאה של יצירת סרטון.

createSheetsChart

object (CreateSheetsChartResponse)

התוצאה של יצירת תרשים ב-Google Sheets.

createLine

object (CreateLineResponse)

התוצאה של יצירת קו.

replaceAllShapesWithImage

object (ReplaceAllShapesWithImageResponse)

התוצאה של החלפת כל הצורות שתואמות בקריטריונים מסוימים בתמונה.

duplicateObject

object (DuplicateObjectResponse)

התוצאה של שכפול אובייקט.

replaceAllShapesWithSheetsChart

object (ReplaceAllShapesWithSheetsChartResponse)

התוצאה של החלפת כל הצורות שתואמות לקריטריונים מסוימים בתרשים Google Sheets.

groupObjects

object (GroupObjectsResponse)

התוצאה של קיבוץ אובייקטים.

CreateSlideResponse

התוצאה של יצירת שקף.

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

string

מזהה האובייקט של השקף שנוצר.

CreateצורResponse

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

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

string

מזהה האובייקט של הצורה שנוצרה.

CreateTableResponse

התוצאה של יצירת טבלה.

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

string

מזהה האובייקט של הטבלה שנוצרה.

החלפת AllTextResponse

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

ייצוג JSON
{
  "occurrencesChanged": integer
}
שדות
occurrencesChanged

integer

מספר המופעים השתנה על ידי החלפת כל הטקסט.

CreateImageResponse

התוצאה של יצירת התמונה.

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

string

מזהה האובייקט של התמונה שנוצרה.

CreateVideoResponse

התוצאה של יצירת סרטון.

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

string

מזהה האובייקט של הסרטון שנוצר.

CreateSheetsChartResponse

התוצאה של יצירת תרשים מוטמע של Google Sheets.

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

string

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

CreateLineResponse

התוצאה של יצירת קו.

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

string

מזהה האובייקט של השורה שנוצרה.

החלפת כל הצורות עם ImageImageResponse

התוצאה של החלפת צורות בתמונה.

ייצוג JSON
{
  "occurrencesChanged": integer
}
שדות
occurrencesChanged

integer

מספר הצורות הוחלפו בתמונות.

תשובה לאובייקט משוכפל

התגובה של שכפול אובייקט.

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

string

המזהה של האובייקט הכפול החדש.

החלפת כל הצורות עםSheetsChartResponse

התוצאה של החלפת צורות בתרשים Google Sheets.

ייצוג JSON
{
  "occurrencesChanged": integer
}
שדות
occurrencesChanged

integer

מספר הצורות הוחלפו בתרשימים.

קבוצת האובייקטObjectsResponse

התוצאה של קיבוץ אובייקטים.

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

string

מזהה האובייקט של הקבוצה שנוצרה.