Responses

Yanıt

Güncellemeden tek bir yanıt.

JSON gösterimi
{

  "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)
  }
}
Alanlar
Birleşik alan kind. Yanıtın türü. İstek yanıtlanmadıysa alanlar ayarlanmamış olabilir. kind aşağıdakilerden yalnızca biri olabilir:
createSlide

object (CreateSlideResponse)

Slayt oluşturmanın sonucu.

createShape

object (CreateShapeResponse)

Şekil oluşturmanın sonucu.

createTable

object (CreateTableResponse)

Tablo oluşturmanın sonucu.

replaceAllText

object (ReplaceAllTextResponse)

Metin değiştirme sonucu.

createImage

object (CreateImageResponse)

Resim oluşturma sonucu.

createVideo

object (CreateVideoResponse)

Video oluşturmanın sonucu.

createSheetsChart

object (CreateSheetsChartResponse)

Google E-Tablolar'da grafik oluşturmanın sonucu.

createLine

object (CreateLineResponse)

Çizgi oluşturmanın sonucu.

replaceAllShapesWithImage

object (ReplaceAllShapesWithImageResponse)

Belirli ölçütlere uyan tüm şekillerin resimle değiştirilmesi sonucu.

duplicateObject

object (DuplicateObjectResponse)

Bir nesnenin kopyalanması sonucu.

replaceAllShapesWithSheetsChart

object (ReplaceAllShapesWithSheetsChartResponse)

Belirli ölçütlere uyan tüm şekillerin Google E-Tablolar grafiğiyle değiştirilmesi sonucu.

groupObjects

object (GroupObjectsResponse)

Nesneleri gruplandırmanın sonucu.

CreateSlideResponse

Slayt oluşturmanın sonucu.

JSON gösterimi
{
  "objectId": string
}
Alanlar
objectId

string

Oluşturulan slaytın nesne kimliği.

CreateShapeResponse

Şekil oluşturmanın sonucu.

JSON gösterimi
{
  "objectId": string
}
Alanlar
objectId

string

Oluşturulan şeklin nesne kimliği.

CreateTableResponse

Tablo oluşturmanın sonucu.

JSON gösterimi
{
  "objectId": string
}
Alanlar
objectId

string

Oluşturulan tablonun nesne kimliği.

ReplaceAllTextResponse

Metin değiştirme sonucu.

JSON gösterimi
{
  "occurrencesChanged": integer
}
Alanlar
occurrencesChanged

integer

Tüm metin değiştirilerek değiştirilen tekrar sayısı.

CreateImageResponse

Resim oluşturma sonucu.

JSON gösterimi
{
  "objectId": string
}
Alanlar
objectId

string

Oluşturulan resmin nesne kimliği.

CreateVideoResponse

Video oluşturmanın sonucu.

JSON gösterimi
{
  "objectId": string
}
Alanlar
objectId

string

Oluşturulan videonun nesne kimliği.

CreateSheetsChartResponse

Yerleştirilmiş bir Google E-Tablolar grafiği oluşturmanın sonucu.

JSON gösterimi
{
  "objectId": string
}
Alanlar
objectId

string

Oluşturulan grafiğin nesne kimliği.

CreateLineResponse

Çizgi oluşturmanın sonucu.

JSON gösterimi
{
  "objectId": string
}
Alanlar
objectId

string

Oluşturulan çizginin nesne kimliği.

ReplaceAllShapesWithImageResponse

Şekilleri resimle değiştirmenin sonucu.

JSON gösterimi
{
  "occurrencesChanged": integer
}
Alanlar
occurrencesChanged

integer

Resimlerle değiştirilen şekil sayısı.

DuplicateObjectResponse

Nesne kopyalama yanıtı.

JSON gösterimi
{
  "objectId": string
}
Alanlar
objectId

string

Yeni yinelenen nesnenin kimliği.

ReplaceAllShapesWithSheetsChartResponse

Şekillerin Google E-Tablolar grafiğiyle değiştirilmesinin sonucu.

JSON gösterimi
{
  "occurrencesChanged": integer
}
Alanlar
occurrencesChanged

integer

Grafiklerle değiştirilen şekil sayısı.

GroupObjectsResponse

Nesneleri gruplandırmanın sonucu.

JSON gösterimi
{
  "objectId": string
}
Alanlar
objectId

string

Oluşturulan grubun nesne kimliği.