Responses

レスポンス

更新からの単一のレスポンス。

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)
  }
}
フィールド
共用体フィールド response。対応するリクエストのレスポンス。リクエストにレスポンスがない場合、フィールドが設定されていない可能性があります。response は次のいずれかになります。
replaceAllText

object (ReplaceAllTextResponse)

テキストの置換結果。

createNamedRange

object (CreateNamedRangeResponse)

名前付き範囲の作成結果。

insertInlineImage

object (InsertInlineImageResponse)

インライン画像を挿入した結果。

insertInlineSheetsChart

object (InsertInlineSheetsChartResponse)

インラインの Google スプレッドシートのグラフを挿入した結果。

createHeader

object (CreateHeaderResponse)

ヘッダーの作成結果。

createFootnote

object (CreateFootnoteResponse)

脚注の作成結果。

addDocumentTab

object (AddDocumentTabResponse)

ドキュメント タブを追加した結果。

insertComment

object (InsertCommentResponse)

コメントの挿入結果。

addCommentReply

object (AddCommentReplyResponse)

コメントや提案への返信の追加結果。

ReplaceAllTextResponse

テキストの置換結果。

JSON 表現
{
  "occurrencesChanged": integer
}
フィールド
occurrencesChanged

integer

すべてのテキストを置き換えることで変更された出現回数。

CreateNamedRangeResponse

名前付き範囲の作成結果。

JSON 表現
{
  "namedRangeId": string
}
フィールド
namedRangeId

string

作成された名前付き範囲の ID。

InsertInlineImageResponse

インライン画像を挿入した結果。

JSON 表現
{
  "objectId": string
}
フィールド
objectId

string

作成された InlineObject の ID。

InsertInlineSheetsChartResponse

埋め込み Google スプレッドシートのグラフを挿入した結果。

JSON 表現
{
  "objectId": string
}
フィールド
objectId

string

挿入されたグラフのオブジェクト ID。

CreateHeaderResponse

ヘッダーの作成結果。

JSON 表現
{
  "headerId": string
}
フィールド
headerId

string

作成されたヘッダーの ID。

CreateFooterResponse

フッターの作成結果。

JSON 表現
{
  "footerId": string
}
フィールド
footerId

string

作成されたフッターの ID。

CreateFootnoteResponse

脚注の作成結果。

JSON 表現
{
  "footnoteId": string
}
フィールド
footnoteId

string

作成された脚注の ID。

AddDocumentTabResponse

ドキュメント タブを追加した結果。

JSON 表現
{
  "tabProperties": {
    object (TabProperties)
  }
}
フィールド
tabProperties

object (TabProperties)

新しく追加されたタブのプロパティ。

InsertCommentResponse

コメントの挿入に対するレスポンス メッセージ。

JSON 表現
{
  "commentThread": {
    object (CommentThread)
  }
}
フィールド
commentThread

object (CommentThread)

新しく挿入されたコメント スレッド。

AddCommentReplyResponse

返信を追加するためのレスポンス メッセージ。

JSON 表現
{
  "post": {
    object (Post)
  }
}
フィールド
post

object (Post)

新しく挿入された返信 Post