Interface protos.google.cloud.sql.v1.IOperation (0.4.0)

Properties of an Operation.

Package

@google-cloud/sql

Properties

apiWarning

apiWarning?:(google.cloud.sql.v1.IApiWarning|null);

Operation apiWarning

backupContext

backupContext?:(google.cloud.sql.v1.IBackupContext|null);

Operation backupContext

endTime

endTime?:(google.protobuf.ITimestamp|null);

Operation endTime

error

error?:(google.cloud.sql.v1.IOperationErrors|null);

Operation error

exportContext

exportContext?:(google.cloud.sql.v1.IExportContext|null);

Operation exportContext

importContext

importContext?:(google.cloud.sql.v1.IImportContext|null);

Operation importContext

insertTime

insertTime?:(google.protobuf.ITimestamp|null);

Operation insertTime

kind

kind?:(string|null);

Operation kind

name

name?:(string|null);

Operation name

operationType

operationType?:(google.cloud.sql.v1.Operation.SqlOperationType|keyoftypeofgoogle.cloud.sql.v1.Operation.SqlOperationType|null);

Operation operationType

selfLink

selfLink?:(string|null);

Operation selfLink

startTime

startTime?:(google.protobuf.ITimestamp|null);

Operation startTime

status

status?:(google.cloud.sql.v1.Operation.SqlOperationStatus|keyoftypeofgoogle.cloud.sql.v1.Operation.SqlOperationStatus|null);

Operation status

targetId

targetId?:(string|null);

Operation targetId

targetLink

targetLink?:(string|null);

Operation targetLink

targetProject

targetProject?:(string|null);

Operation targetProject

user

user?:(string|null);

Operation user

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-03 UTC.