Google Cloud Dms V1 Client - Class ConvertConversionWorkspaceRequest (1.1.0)

Reference documentation and code samples for the Google Cloud Dms V1 Client class ConvertConversionWorkspaceRequest.

Request message for 'ConvertConversionWorkspace' request.

Generated from protobuf message google.cloud.clouddms.v1.ConvertConversionWorkspaceRequest

Methods

__construct

Constructor.

Parameters
NameDescription
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

Specifies whether the conversion workspace is to be committed automatically after the conversion.

↳ filter string

Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.

getName

Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

Returns
TypeDescription
string

setName

Name of the conversion workspace resource to convert in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAutoCommit

Specifies whether the conversion workspace is to be committed automatically after the conversion.

Returns
TypeDescription
bool

setAutoCommit

Specifies whether the conversion workspace is to be committed automatically after the conversion.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getFilter

Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.

Returns
TypeDescription
string

setFilter

Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.

Parameter
NameDescription
var string
Returns
TypeDescription
$this