Class: Google::Cloud::CloudDMS::V1::VerifyMigrationJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::VerifyMigrationJobRequest
- 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
-
#migration_job ⇒ ::Google::Cloud::CloudDMS::V1::MigrationJob
Optional.
-
#name ⇒ ::String
Name of the migration job resource to verify.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
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.
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.
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.
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 |