Responses

Réponse

Réponse unique à une mise à jour.

Représentation JSON
{

  "replaceAllText": {
    object (ReplaceAllTextResponse)
  },
  "createNamedRange": {
    object (CreateNamedRangeResponse)
  },
  "insertInlineImage": {
    object (InsertInlineImageResponse)
  },
  "insertInlineSheetsChart": {
    object (InsertInlineSheetsChartResponse)
  },
  "createHeader": {
    object (CreateHeaderResponse)
  },
  "createFooter": {
    object (CreateFooterResponse)
  },
  "createFootnote": {
    object (CreateFootnoteResponse)
  },
  "addDocumentTab": {
    object (AddDocumentTabResponse)
  },
  "insertComment": {
    object (InsertCommentResponse)
  },
  "addCommentReply": {
    object (AddCommentReplyResponse)
  }
}
Champs
Champ d'union response. Réponse à la requête correspondante. Aucun champ n'est défini si la requête n'a pas reçu de réponse. response ne peut être qu'un des éléments suivants :
replaceAllText

object (ReplaceAllTextResponse)

Résultat du remplacement du 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.

addDocumentTab

object (AddDocumentTabResponse)

Résultat de l'ajout d'un onglet de document.

insertComment

object (InsertCommentResponse)

Résultat de l'insertion d'un commentaire.

addCommentReply

object (AddCommentReplyResponse)

Résultat de l'ajout d'une réponse à un commentaire ou à une suggestion.

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éé.

InsertInlineSheetsChartResponse

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

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

string

ID d'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.

AddDocumentTabResponse

Résultat de l'ajout d'un onglet de document.

Représentation JSON
{
  "tabProperties": {
    object (TabProperties)
  }
}
Champs
tabProperties

object (TabProperties)

Propriétés du nouvel onglet.

InsertCommentResponse

Message de réponse pour l'insertion d'un commentaire.

Représentation JSON
{
  "commentThread": {
    object (CommentThread)
  }
}
Champs
commentThread

object (CommentThread)

Fil de commentaires nouvellement inséré.

AddCommentReplyResponse

Message de réponse pour l'ajout d'une réponse.

Représentation JSON
{
  "post": {
    object (Post)
  }
}
Champs
post

object (Post)

La réponse nouvellement insérée Post.