Class: Google::Cloud::VMMigration::V1::UpdateDiskMigrationJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::UpdateDiskMigrationJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Request message for 'UpdateDiskMigrationJob' request.
Instance Attribute Summary collapse
-
#disk_migration_job ⇒ ::Google::Cloud::VMMigration::V1::DiskMigrationJob
Required.
-
#request_id ⇒ ::String
Optional.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#disk_migration_job ⇒ ::Google::Cloud::VMMigration::V1::DiskMigrationJob
4711 4712 4713 4714 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4711 class UpdateDiskMigrationJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
4711 4712 4713 4714 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4711 class UpdateDiskMigrationJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
4711 4712 4713 4714 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4711 class UpdateDiskMigrationJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |