Responses

Respons

Satu respons dari update.

Representasi 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.
}
Kolom
Kolom gabungan kind. Jenis balasan. Mungkin tidak ada kolom yang ditetapkan jika permintaan tidak memiliki respons. kind hanya dapat berupa salah satu dari hal berikut:
createSlide

object (CreateSlideResponse)

Hasil pembuatan slide.

createShape

object (CreateShapeResponse)

Hasil pembuatan bentuk.

createTable

object (CreateTableResponse)

Hasil pembuatan tabel.

replaceAllText

object (ReplaceAllTextResponse)

Hasil penggantian teks.

createImage

object (CreateImageResponse)

Hasil pembuatan gambar.

createVideo

object (CreateVideoResponse)

Hasil pembuatan video.

createSheetsChart

object (CreateSheetsChartResponse)

Hasil pembuatan diagram Google Spreadsheet.

createLine

object (CreateLineResponse)

Hasil pembuatan garis.

replaceAllShapesWithImage

object (ReplaceAllShapesWithImageResponse)

Hasil dari penggantian semua bentuk yang cocok dengan beberapa kriteria dengan gambar.

duplicateObject

object (DuplicateObjectResponse)

Hasil duplikasi objek.

replaceAllShapesWithSheetsChart

object (ReplaceAllShapesWithSheetsChartResponse)

Hasil dari penggantian semua bentuk yang sesuai dengan beberapa kriteria menggunakan diagram Google Spreadsheet.

groupObjects

object (GroupObjectsResponse)

Hasil pengelompokan objek.

CreateSlideResponse

Hasil dari pembuatan slide.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek dari slide yang dibuat.

CreateShapeResponse

Hasil pembuatan bentuk.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek bentuk yang dibuat.

CreateTableResponse

Hasil pembuatan tabel.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek tabel yang dibuat.

ReplaceAllTextResponse

Hasil penggantian teks.

Representasi JSON
{
  "occurrencesChanged": integer
}
Kolom
occurrencesChanged

integer

Jumlah kejadian berubah dengan mengganti semua teks.

CreateImageResponse

Hasil pembuatan gambar.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek gambar yang dibuat.

CreateVideoResponse

Hasil pembuatan video.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek video yang dibuat.

CreateSheetsChartResponse

Hasil dari pembuatan diagram Google Spreadsheet yang disematkan.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek diagram yang dibuat.

CreateLineResponse

Hasil pembuatan garis.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek baris yang dibuat.

ReplaceAllShapesWithImageResponse

Hasil penggantian bentuk dengan gambar.

Representasi JSON
{
  "occurrencesChanged": integer
}
Kolom
occurrencesChanged

integer

Jumlah bentuk yang diganti dengan gambar.

DuplicateObjectResponse

Respons duplikasi objek.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek duplikat baru.

ReplaceAllShapesWithSheetsChartResponse

Hasil penggantian bentuk dengan diagram Google Spreadsheet.

Representasi JSON
{
  "occurrencesChanged": integer
}
Kolom
occurrencesChanged

integer

Jumlah bentuk yang diganti dengan diagram.

GroupObjectsResponse

Hasil pengelompokan objek.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek grup yang dibuat.