google_api_sql_admin v0.34.1 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 RFC 3339 format, for example 2012-11-15T16:19:00.094Z. -
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 RFC 3339 format, for example 2012-11-15T16:19:00.094Z. -
kind
(type:String.t
, default:nil
) - This is always sql#operation. -
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: CREATE DELETE UPDATE RESTART IMPORT EXPORT BACKUP_VOLUME RESTORE_VOLUME CREATE_USER DELETE_USER CREATE_DATABASE DELETE_DATABASE -
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 RFC 3339 format, for example 2012-11-15T16:19:00.094Z. -
status
(type:String.t
, default:nil
) - The status of an operation. Valid values are: PENDING RUNNING DONE SQL_OPERATION_STATUS_UNSPECIFIED -
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.