v1

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

Updates the parameters of a single conversion workspace.

patch/v1/{+name}

Path parameters

namestring required

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

Query parameters

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.

updateMaskstring

Required. Field mask is used to specify the fields to be overwritten by the update in the conversion workspace resource.

updateMaskstring

Required. Field mask is used to specify the fields to be overwritten by the update in the conversion workspace resource.

validateOnlyboolean

Optional. Only validate the connection profile, but don't update any resources. The default is false. Only supported for Oracle connection profiles.

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