Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::VerifyMigrationJobRequest.
Request message for 'VerifyMigrationJob' request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#migration_job
def migration_job() -> ::Google::Cloud::CloudDMS::V1::MigrationJob
Returns
- (::Google::Cloud::CloudDMS::V1::MigrationJob) — Optional. The changed migration job parameters to verify. It will not update the migration job.
#migration_job=
def migration_job=(value) -> ::Google::Cloud::CloudDMS::V1::MigrationJob
Parameter
- value (::Google::Cloud::CloudDMS::V1::MigrationJob) — Optional. The changed migration job parameters to verify. It will not update the migration job.
Returns
- (::Google::Cloud::CloudDMS::V1::MigrationJob) — Optional. The changed migration job parameters to verify. It will not update the migration job.
#name
def name() -> ::String
Returns
- (::String) — Name of the migration job resource to verify.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the migration job resource to verify.
Returns
- (::String) — Name of the migration job resource to verify.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.
Returns
- (::Google::Protobuf::FieldMask) — Optional. Field mask is used to specify the changed fields to be verified. It will not update the migration job.