Google Cloud Dms V1 Client - Class RestartMigrationJobRequest (1.5.0)

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

Request message for 'RestartMigrationJob' request.

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

Namespace

Google \ Cloud \ CloudDms \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the migration job resource to restart.

↳ skip_validation bool

Optional. Restart the migration job without running prior configuration verification. Defaults to false.

getName

Name of the migration job resource to restart.

Returns
TypeDescription
string

setName

Name of the migration job resource to restart.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSkipValidation

Optional. Restart the migration job without running prior configuration verification. Defaults to false.

Returns
TypeDescription
bool

setSkipValidation

Optional. Restart the migration job without running prior configuration verification. Defaults to false.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this