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 union 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 dari pembuatan slide.

createShape

object (CreateShapeResponse)

Hasil pembuatan bentuk.

createTable

object (CreateTableResponse)

Hasil pembuatan tabel.

replaceAllText

object (ReplaceAllTextResponse)

Hasil dari penggantian teks.

createImage

object (CreateImageResponse)

Hasil pembuatan gambar.

createVideo

object (CreateVideoResponse)

Hasil dari pembuatan video.

createSheetsChart

object (CreateSheetsChartResponse)

Hasil dari pembuatan bagan Google Sheets.

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

CreateTableResponse

Hasil pembuatan tabel.

Representasi JSON
{
  "objectId": string
}
Kolom
objectId

string

ID objek dari tabel yang dibuat.

ReplaceAllTextResponse

Hasil dari 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 dari 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 dari 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 dari 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.