Google Cloud Dms V1 Client - Class VerifyMigrationJobRequest (1.4.2)

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

Request message for 'VerifyMigrationJob' request.

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

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 verify.

↳ update_mask Google\Protobuf\FieldMask

Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.

↳ migration_job Google\Cloud\CloudDms\V1\MigrationJob

Optional. The changed migration job parameters to verify. It will not update the migration job.

getName

Name of the migration job resource to verify.

Returns
TypeDescription
string

setName

Name of the migration job resource to verify.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUpdateMask

Optional. Field mask is used to specify the changed fields to be verified.

It will not update the migration job.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. Field mask is used to specify the changed fields to be verified.

It will not update the migration job.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

getMigrationJob

Optional. The changed migration job parameters to verify.

It will not update the migration job.

Returns
TypeDescription
Google\Cloud\CloudDms\V1\MigrationJob|null

hasMigrationJob

clearMigrationJob

setMigrationJob

Optional. The changed migration job parameters to verify.

It will not update the migration job.

Parameter
NameDescription
var Google\Cloud\CloudDms\V1\MigrationJob
Returns
TypeDescription
$this