Responses

Réponse

Une seule réponse d'une mise à jour.

Représentation JSON
{

  // Union field response can be only one of the following:
  "replaceAllText": {
    object (ReplaceAllTextResponse)
  },
  "createNamedRange": {
    object (CreateNamedRangeResponse)
  },
  "insertInlineImage": {
    object (InsertInlineImageResponse)
  },
  "insertInlineSheetsChart": {
    object (InsertInlineSheetsChartResponse)
  },
  "createHeader": {
    object (CreateHeaderResponse)
  },
  "createFooter": {
    object (CreateFooterResponse)
  },
  "createFootnote": {
    object (CreateFootnoteResponse)
  }
  // End of list of possible types for union field response.
}
Champs
Champ d'union response Réponse à la requête correspondante. Il est possible qu'aucun champ ne soit défini si la requête n'a reçu aucune réponse. response ne peut être qu'un des éléments suivants :
replaceAllText

object (ReplaceAllTextResponse)

Résultat du remplacement de texte.

createNamedRange

object (CreateNamedRangeResponse)

Résultat de la création d'une plage nommée.

insertInlineImage

object (InsertInlineImageResponse)

Résultat de l'insertion d'une image intégrée.

insertInlineSheetsChart

object (InsertInlineSheetsChartResponse)

Résultat de l'insertion d'un graphique Google Sheets intégré.

createHeader

object (CreateHeaderResponse)

Résultat de la création d'un en-tête.

createFootnote

object (CreateFootnoteResponse)

Résultat de la création d'une note de bas de page.

ReplaceAllTextResponse

Résultat du remplacement du texte.

Représentation JSON
{
  "occurrencesChanged": integer
}
Champs
occurrencesChanged

integer

Nombre d'occurrences modifiées en remplaçant tout le texte.

CreateNamedRangeResponse

Résultat de la création d'une plage nommée.

Représentation JSON
{
  "namedRangeId": string
}
Champs
namedRangeId

string

ID de la plage nommée créée.

InsertInlineImageResponse

Résultat de l'insertion d'une image intégrée.

Représentation JSON
{
  "objectId": string
}
Champs
objectId

string

ID de l'InlineObject créée.

InsertInlineSheetsChartResponse

Résultat de l'insertion d'un graphique Google Sheets intégré.

Représentation JSON
{
  "objectId": string
}
Champs
objectId

string

ID de l'objet du graphique inséré.

CreateHeaderResponse

Résultat de la création d'un en-tête.

Représentation JSON
{
  "headerId": string
}
Champs
headerId

string

ID de l'en-tête créé.

CreateFooterResponse

Résultat de la création d'un pied de page.

Représentation JSON
{
  "footerId": string
}
Champs
footerId

string

ID du pied de page créé.

CreateFootnoteResponse

Résultat de la création d'une note de bas de page.

Représentation JSON
{
  "footnoteId": string
}
Champs
footnoteId

string

ID de la note de bas de page créée.