Class: Google::Cloud::CloudDMS::V1::VerifyMigrationJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/clouddms/v1/clouddms.rb

Overview

Request message for 'VerifyMigrationJob' request.

Instance Attribute Summary collapse

Instance Attribute Details

#migration_job::Google::Cloud::CloudDMS::V1::MigrationJob

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

Returns:



210
211
212
213
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 210

class VerifyMigrationJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Name of the migration job resource to verify.

Returns:

  • (::String)

    Name of the migration job resource to verify.



210
211
212
213
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 210

class VerifyMigrationJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

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



210
211
212
213
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 210

class VerifyMigrationJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end