GetConversionWorkspaceResult

data class GetConversionWorkspaceResult(val createTime: String, val destination: DatabaseEngineInfoResponse, val displayName: String, val globalSettings: Map<String, String>, val hasUncommittedChanges: Boolean, val latestCommitId: String, val latestCommitTime: String, val name: String, val source: DatabaseEngineInfoResponse, val updateTime: String)

Constructors

Link copied to clipboard
fun GetConversionWorkspaceResult(createTime: String, destination: DatabaseEngineInfoResponse, displayName: String, globalSettings: Map<String, String>, hasUncommittedChanges: Boolean, latestCommitId: String, latestCommitTime: String, name: String, source: DatabaseEngineInfoResponse, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the workspace resource was created.

Link copied to clipboard

The destination engine details.

Link copied to clipboard

The display name for the workspace.

Link copied to clipboard

A generic list of settings for the workspace. The settings are database pair dependant and can indicate default behavior for the mapping rules engine or turn on or off specific features. Such examples can be: convert_foreign_key_to_interleave=true, skip_triggers=false, ignore_non_table_synonyms=true

Link copied to clipboard

Whether the workspace has uncommitted changes (changes which were made after the workspace was committed).

Link copied to clipboard

The latest commit ID.

Link copied to clipboard

The timestamp when the workspace was committed.

Link copied to clipboard

Full name of the workspace resource, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

Link copied to clipboard

The source engine details.

Link copied to clipboard

The timestamp when the workspace resource was last updated.