{
"type": "TYPE_UNSPECIFIED",
"deployId": "<string>",
"schemaDumpStart": {},
"schemaDumpEnd": {
"error": "<string>"
},
"commandExecute": {
"commandIndexes": [
123
],
"statement": "<string>"
},
"commandResponse": {
"error": "<string>",
"affectedRows": "<string>",
"allAffectedRows": [
"<string>"
]
},
"databaseSyncStart": {},
"databaseSyncEnd": {
"error": "<string>"
},
"taskRunStatusUpdate": {
"status": "STATUS_UNSPECIFIED"
},
"transactionControl": {
"type": "TYPE_UNSPECIFIED",
"error": "<string>"
},
"priorBackupStart": {},
"priorBackupEnd": {
"priorBackupDetail": {
"items": [
{
"sourceTable": {
"database": "<string>",
"schema": "<string>",
"table": "<string>"
},
"targetTable": {
"database": "<string>",
"schema": "<string>",
"table": "<string>"
},
"startPosition": {
"line": 123,
"column": 123
},
"endPosition": {
"line": 123,
"column": 123
}
}
]
},
"error": "<string>"
},
"retryInfo": {
"error": "<string>",
"retryCount": 123,
"maximumRetries": 123
},
"computeDiffStart": {},
"computeDiffEnd": {
"error": "<string>"
}
}Retrieves execution logs for a task run. Permissions required: bb.taskRuns.list
{
"type": "TYPE_UNSPECIFIED",
"deployId": "<string>",
"schemaDumpStart": {},
"schemaDumpEnd": {
"error": "<string>"
},
"commandExecute": {
"commandIndexes": [
123
],
"statement": "<string>"
},
"commandResponse": {
"error": "<string>",
"affectedRows": "<string>",
"allAffectedRows": [
"<string>"
]
},
"databaseSyncStart": {},
"databaseSyncEnd": {
"error": "<string>"
},
"taskRunStatusUpdate": {
"status": "STATUS_UNSPECIFIED"
},
"transactionControl": {
"type": "TYPE_UNSPECIFIED",
"error": "<string>"
},
"priorBackupStart": {},
"priorBackupEnd": {
"priorBackupDetail": {
"items": [
{
"sourceTable": {
"database": "<string>",
"schema": "<string>",
"table": "<string>"
},
"targetTable": {
"database": "<string>",
"schema": "<string>",
"table": "<string>"
},
"startPosition": {
"line": 123,
"column": 123
},
"endPosition": {
"line": 123,
"column": 123
}
}
]
},
"error": "<string>"
},
"retryInfo": {
"error": "<string>",
"retryCount": 123,
"maximumRetries": 123
},
"computeDiffStart": {},
"computeDiffEnd": {
"error": "<string>"
}
}The project id.
The rollout id.
The stage id.
The task id.
The taskRun id.
OK
TYPE_UNSPECIFIED, SCHEMA_DUMP_START, SCHEMA_DUMP_END, COMMAND_EXECUTE, COMMAND_RESPONSE, DATABASE_SYNC_START, DATABASE_SYNC_END, TASK_RUN_STATUS_UPDATE, TRANSACTION_CONTROL, PRIOR_BACKUP_START, PRIOR_BACKUP_END, RETRY_INFO, COMPUTE_DIFF_START, COMPUTE_DIFF_END Show child attributes
Show child attributes
PriorBackupDetail contains information about automatic backups created before migration.
Show child attributes
List of backup operations performed.
Show child attributes
The original table information.
Show child attributes
The database containing the table. Format: instances/{instance}/databases/{database}
Schema name (for databases that support schemas).
Table name.
The target backup table information.
Show child attributes
The database containing the table. Format: instances/{instance}/databases/{database}
Schema name (for databases that support schemas).
Table name.
The start position in the SQL statement.
Show child attributes
Line position in a text (one-based). First line of the text is line 1. A value of 0 indicates the line information is unknown.
Column position in a text (one-based). Column is measured in Unicode code points (characters/runes), not bytes or grapheme clusters. First character of the line is column 1. A value of 0 indicates the column information is unknown.
Examples:
The end position in the SQL statement.
Show child attributes
Line position in a text (one-based). First line of the text is line 1. A value of 0 indicates the line information is unknown.
Column position in a text (one-based). Column is measured in Unicode code points (characters/runes), not bytes or grapheme clusters. First character of the line is column 1. A value of 0 indicates the column information is unknown.
Examples:
Was this page helpful?