Responses

Tanggapan

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 union kind. Jenis balasan. Mungkin tidak ada kolom yang ditetapkan jika permintaan tidak memiliki respons. kind hanya dapat berupa salah satu dari 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 penggantian semua bentuk yang cocok dengan beberapa kriteria gambar.

duplicateObject

object (DuplicateObjectResponse)

Hasil duplikasi objek.

replaceAllShapesWithSheetsChart

object (ReplaceAllShapesWithSheetsChartResponse)

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

groupObjects

object (GroupObjectsResponse)

Hasil pengelompokan objek.

CreateSlideResponse

Hasil 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 dari bentuk yang dibuat.

CreateTableResponse

Hasil pembuatan tabel.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek dari tabel yang dibuat.

GantiAllTextResponse

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 dari gambar yang dibuat.

CreateVideoResponse

Hasil pembuatan video.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek dari video yang dibuat.

MembuatSheetsChartResponse

Hasil dari pembuatan diagram Google Spreadsheet yang disematkan.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek dari diagram yang dibuat.

CreateLineResponse

Hasil pembuatan garis.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek dari baris yang dibuat.

GantiAllShapesWithImageResponse

Hasil penggantian bentuk dengan gambar.

Representasi JSON
{
  "occurrencesChanged": integer
}
Kolom
occurrencesChanged

integer

Jumlah bentuk yang diganti dengan gambar.

DuplikatObjectResponse

Respons saat menduplikasi objek.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek duplikat baru.

GantiAllShapesWithSheetsChartResponse

Hasil penggantian bentuk dengan diagram Google Spreadsheet.

Representasi JSON
{
  "occurrencesChanged": integer
}
Kolom
occurrencesChanged

integer

Jumlah bentuk yang diganti dengan diagram.

Respons GroupObjects

Hasil pengelompokan objek.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek dari grup yang dibuat.