v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1341173209.0 KB
projects

Creates a new conversion workspace in a given project and location.

post/v1/{+parent}/conversionWorkspaces

Path parameters

parentstring required

Required. The parent which owns this collection of conversion workspaces.

Query parameters

conversionWorkspaceIdstring

Required. The ID of the conversion workspace to create.

requestIdstring

Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Request body

latestCommitIdstring

Output only. The latest commit ID.

namestring

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

updateTimestring google-datetime

Output only. The timestamp when the workspace resource was last updated.

destinationProvider'DATABASE_PROVIDER_UNSPECIFIED' | 'CLOUDSQL' | 'RDS' | 'AURORA' | 'ALLOYDB' | 'AZURE_DATABASE'

Optional. The provider for the destination database.

sourceProvider'DATABASE_PROVIDER_UNSPECIFIED' | 'CLOUDSQL' | 'RDS' | 'AURORA' | 'ALLOYDB' | 'AZURE_DATABASE'

Optional. The provider for the source database.

latestCommitTimestring google-datetime

Output only. The timestamp when the workspace was committed.

hasUncommittedChangesboolean

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

createTimestring google-datetime

Output only. The timestamp when the workspace resource was created.

globalSettingsobject

Optional. 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

displayNamestring

Optional. The display name for the workspace.

Response

Successful response