Responses

Yanıt

Bir güncellemeden tek bir yanıt.

JSON gösterimi
{

  // 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.
}
Alanlar
Birlik alanı kind. Yanıtın türü. İsteğe yanıt verilmediyse hiç alan ayarlanmamış olabilir. kind. aşağıdakilerden yalnızca biri olabilir:
createSlide

object (CreateSlideResponse)

Slayt oluşturma işleminin sonucu.

createShape

object (CreateShapeResponse)

Şekil oluşturmanın sonucu.

createTable

object (CreateTableResponse)

Tablo oluşturma işleminin sonucu.

replaceAllText

object (ReplaceAllTextResponse)

Metin değiştirilmesinin sonucu.

createImage

object (CreateImageResponse)

Resim oluşturma işleminin sonucu.

createVideo

object (CreateVideoResponse)

Video oluşturma işleminin sonucu.

createSheetsChart

object (CreateSheetsChartResponse)

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

createLine

object (CreateLineResponse)

Satır oluşturma işleminin sonucu.

replaceAllShapesWithImage

object (ReplaceAllShapesWithImageResponse)

Bazı ölçütlere uyan tüm şekillerin bir resimle değiştirilmesinin sonucu.

duplicateObject

object (DuplicateObjectResponse)

Bir nesnenin kopyalanmasının sonucu.

replaceAllShapesWithSheetsChart

object (ReplaceAllShapesWithSheetsChartResponse)

Bazı ölçütlerle eşleşen tüm şekillerin bir Google E-Tablolar grafiğiyle değiştirilmesinin sonucu.

groupObjects

object (GroupObjectsResponse)

Nesnelerin gruplandırılmasını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şturma işleminin sonucu.

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

string

Oluşturulan tablonun nesne kimliği.

ReplaceAllTextResponse

Metin değiştirilmesinin sonucu.

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

integer

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

CreateImageResponse

Bir resim oluşturmanın sonucu.

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

string

Oluşturulan görüntünün nesne kimliği.

CreateVideoResponse

Video oluşturma işleminin 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 satırın nesne kimliği.

ReplaceAllShapesWithImageResponse

Şekillerin resimle değiştirilmesinin sonucu.

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

integer

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

DuplicateObjectResponse

Bir nesneyi kopyalama işleminin yanıtı.

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

string

Yeni kopya nesnenin kimliği.

ReplaceAllShapesWithSheetsChartResponse

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

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

integer

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

GroupObjectsResponse

Nesnelerin gruplandırılmasının sonucu.

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

string

Oluşturulan grubun nesne kimliği.