google_api_sql_admin v0.29.0 GoogleApi.SQLAdmin.V1beta4.Model.Operation View Source
An Operation resource. For successful operations that return an Operation resource, only the fields relevant to the operation are populated in the resource.
Attributes
endTime
(type:DateTime.t
, default:nil
) - The time this operation finished in UTC timezone in a href="https://tools.ietf.org/html/rfc3339"RFC 3339</a> format, for example <code>2012-11-15T16:19:00.094Z</code>.error
(type:GoogleApi.SQLAdmin.V1beta4.Model.OperationErrors.t
, default:nil
) - If errors occurred during processing of this operation, this field will be populated.exportContext
(type:GoogleApi.SQLAdmin.V1beta4.Model.ExportContext.t
, default:nil
) - The context for export operation, if applicable.importContext
(type:GoogleApi.SQLAdmin.V1beta4.Model.ImportContext.t
, default:nil
) - The context for import operation, if applicable.insertTime
(type:DateTime.t
, default:nil
) - The time this operation was enqueued in UTC timezone in a href="https://tools.ietf.org/html/rfc3339"RFC 3339</a> format, for example <code>2012-11-15T16:19:00.094Z</code>.kind
(type:String.t
, default:nil
) - This is always <code>sql#operation</code>.name
(type:String.t
, default:nil
) - An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.operationType
(type:String.t
, default:nil
) - The type of the operation. Valid values are <code>CREATE</code>, <code>DELETE</code>, <code>UPDATE</code>, <code>RESTART</code>, <code>IMPORT</code>, <code>EXPORT</code>, <code>BACKUP_VOLUME</code>, <code>RESTORE_VOLUME</code>, <code>CREATE_USER</code>, <code>DELETE_USER</code>, <code>CREATE_DATABASE</code>, <code>DELETE_DATABASE</code> .selfLink
(type:String.t
, default:nil
) - The URI of this resource.startTime
(type:DateTime.t
, default:nil
) - The time this operation actually started in UTC timezone in a href="https://tools.ietf.org/html/rfc3339"RFC 3339</a> format, for example <code>2012-11-15T16:19:00.094Z</code>.status
(type:String.t
, default:nil
) - The status of an operation. Valid values are <code>PENDING</code>, <code>RUNNING</code>, <code>DONE</code>, <code>SQL_OPERATION_STATUS_UNSPECIFIED</code>.targetId
(type:String.t
, default:nil
) - Name of the database instance related to this operation.targetLink
(type:String.t
, default:nil
) -targetProject
(type:String.t
, default:nil
) - The project ID of the target instance related to this operation.user
(type:String.t
, default:nil
) - The email address of the user who initiated this operation.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.Operation{ endTime: DateTime.t(), error: GoogleApi.SQLAdmin.V1beta4.Model.OperationErrors.t(), exportContext: GoogleApi.SQLAdmin.V1beta4.Model.ExportContext.t(), importContext: GoogleApi.SQLAdmin.V1beta4.Model.ImportContext.t(), insertTime: DateTime.t(), kind: String.t(), name: String.t(), operationType: String.t(), selfLink: String.t(), startTime: DateTime.t(), status: String.t(), targetId: String.t(), targetLink: String.t(), targetProject: String.t(), user: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.