Reference documentation and code samples for the Google Cloud Dms V1 Client class ConvertConversionWorkspaceRequest.
Request message for 'ConvertConversionWorkspace' request.
Generated from protobuf messagegoogle.cloud.clouddms.v1.ConvertConversionWorkspaceRequest
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 convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
↳ auto_commit
bool
Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion.
↳ filter
string
Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.
↳ convert_full_path
bool
Optional. Automatically convert the full entity path for each entity specified by the filter. For example, if the filter specifies a table, that table schema (and database if there is one) will also be converted.
getName
Name of the conversion workspace resource to convert in the form of:
projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Returns
Type
Description
string
setName
Name of the conversion workspace resource to convert in the form of:
projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getAutoCommit
Optional. Specifies whether the conversion workspace is to be committed
automatically after the conversion.
Returns
Type
Description
bool
setAutoCommit
Optional. Specifies whether the conversion workspace is to be committed
automatically after the conversion.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getFilter
Optional. Filter the entities to convert. Leaving this field empty will
convert all of the entities. Supports Google AIP-160 style filtering.
Returns
Type
Description
string
setFilter
Optional. Filter the entities to convert. Leaving this field empty will
convert all of the entities. Supports Google AIP-160 style filtering.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getConvertFullPath
Optional. Automatically convert the full entity path for each entity
specified by the filter. For example, if the filter specifies a table, that
table schema (and database if there is one) will also be converted.
Returns
Type
Description
bool
setConvertFullPath
Optional. Automatically convert the full entity path for each entity
specified by the filter. For example, if the filter specifies a table, that
table schema (and database if there is one) will also be converted.
[[["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 ConvertConversionWorkspaceRequest (2.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.6 (latest)](/php/docs/reference/cloud-dms/latest/V1.ConvertConversionWorkspaceRequest)\n- [2.0.5](/php/docs/reference/cloud-dms/2.0.5/V1.ConvertConversionWorkspaceRequest)\n- [1.5.5](/php/docs/reference/cloud-dms/1.5.5/V1.ConvertConversionWorkspaceRequest)\n- [1.4.2](/php/docs/reference/cloud-dms/1.4.2/V1.ConvertConversionWorkspaceRequest)\n- [1.3.0](/php/docs/reference/cloud-dms/1.3.0/V1.ConvertConversionWorkspaceRequest)\n- [1.2.1](/php/docs/reference/cloud-dms/1.2.1/V1.ConvertConversionWorkspaceRequest)\n- [1.1.0](/php/docs/reference/cloud-dms/1.1.0/V1.ConvertConversionWorkspaceRequest)\n- [1.0.5](/php/docs/reference/cloud-dms/1.0.5/V1.ConvertConversionWorkspaceRequest) \nReference documentation and code samples for the Google Cloud Dms V1 Client class ConvertConversionWorkspaceRequest.\n\nRequest message for 'ConvertConversionWorkspace' request.\n\nGenerated from protobuf message `google.cloud.clouddms.v1.ConvertConversionWorkspaceRequest`\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 convert in the form of:\nprojects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.\n\n### setName\n\nName of the conversion workspace resource to convert in the form of:\nprojects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.\n\n### getAutoCommit\n\nOptional. Specifies whether the conversion workspace is to be committed\nautomatically after the conversion.\n\n### setAutoCommit\n\nOptional. Specifies whether the conversion workspace is to be committed\nautomatically after the conversion.\n\n### getFilter\n\nOptional. Filter the entities to convert. Leaving this field empty will\nconvert all of the entities. Supports Google AIP-160 style filtering.\n\n### setFilter\n\nOptional. Filter the entities to convert. Leaving this field empty will\nconvert all of the entities. Supports Google AIP-160 style filtering.\n\n### getConvertFullPath\n\nOptional. Automatically convert the full entity path for each entity\nspecified by the filter. For example, if the filter specifies a table, that\ntable schema (and database if there is one) will also be converted.\n\n### setConvertFullPath\n\nOptional. Automatically convert the full entity path for each entity\nspecified by the filter. For example, if the filter specifies a table, that\ntable schema (and database if there is one) will also be converted."]]