Reference documentation and code samples for the Google Cloud Dms V1 Client class SeedConversionWorkspaceRequest.
Request message for 'SeedConversionWorkspace' request.
Generated from protobuf messagegoogle.cloud.clouddms.v1.SeedConversionWorkspaceRequest
Namespace
Google \ Cloud \ CloudDms \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Name of the conversion workspace resource to seed with new database structure, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
↳ auto_commit
bool
Should the conversion workspace be committed automatically after the seed operation.
↳ source_connection_profile
string
Optional. Fully qualified (Uri) name of the source connection profile.
↳ destination_connection_profile
string
Optional. Fully qualified (Uri) name of the destination connection profile.
getName
Name of the conversion workspace resource to seed with new database
structure, in the form of:
projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Returns
Type
Description
string
setName
Name of the conversion workspace resource to seed with new database
structure, in the form of:
projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getAutoCommit
Should the conversion workspace be committed automatically after the
seed operation.
Returns
Type
Description
bool
setAutoCommit
Should the conversion workspace be committed automatically after the
seed operation.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getSourceConnectionProfile
Optional. Fully qualified (Uri) name of the source connection profile.
Returns
Type
Description
string
hasSourceConnectionProfile
setSourceConnectionProfile
Optional. Fully qualified (Uri) name of the source connection profile.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getDestinationConnectionProfile
Optional. Fully qualified (Uri) name of the destination connection
profile.
Returns
Type
Description
string
hasDestinationConnectionProfile
setDestinationConnectionProfile
Optional. Fully qualified (Uri) name of the destination connection
profile.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dms V1 Client - Class SeedConversionWorkspaceRequest (2.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.6 (latest)](/php/docs/reference/cloud-dms/latest/V1.SeedConversionWorkspaceRequest)\n- [2.0.5](/php/docs/reference/cloud-dms/2.0.5/V1.SeedConversionWorkspaceRequest)\n- [1.5.5](/php/docs/reference/cloud-dms/1.5.5/V1.SeedConversionWorkspaceRequest)\n- [1.4.2](/php/docs/reference/cloud-dms/1.4.2/V1.SeedConversionWorkspaceRequest)\n- [1.3.0](/php/docs/reference/cloud-dms/1.3.0/V1.SeedConversionWorkspaceRequest)\n- [1.2.1](/php/docs/reference/cloud-dms/1.2.1/V1.SeedConversionWorkspaceRequest)\n- [1.1.0](/php/docs/reference/cloud-dms/1.1.0/V1.SeedConversionWorkspaceRequest)\n- [1.0.5](/php/docs/reference/cloud-dms/1.0.5/V1.SeedConversionWorkspaceRequest) \nReference documentation and code samples for the Google Cloud Dms V1 Client class SeedConversionWorkspaceRequest.\n\nRequest message for 'SeedConversionWorkspace' request.\n\nGenerated from protobuf message `google.cloud.clouddms.v1.SeedConversionWorkspaceRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ CloudDms \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nName of the conversion workspace resource to seed with new database\nstructure, in the form of:\nprojects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.\n\n### setName\n\nName of the conversion workspace resource to seed with new database\nstructure, in the form of:\nprojects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.\n\n### getAutoCommit\n\nShould the conversion workspace be committed automatically after the\nseed operation.\n\n### setAutoCommit\n\nShould the conversion workspace be committed automatically after the\nseed operation.\n\n### getSourceConnectionProfile\n\nOptional. Fully qualified (Uri) name of the source connection profile.\n\n### hasSourceConnectionProfile\n\n### setSourceConnectionProfile\n\nOptional. Fully qualified (Uri) name of the source connection profile.\n\n### getDestinationConnectionProfile\n\nOptional. Fully qualified (Uri) name of the destination connection\nprofile.\n\n### hasDestinationConnectionProfile\n\n### setDestinationConnectionProfile\n\nOptional. Fully qualified (Uri) name of the destination connection\nprofile.\n\n### getSeedFrom"]]