Class: Google::Cloud::MigrationCenter::V1::GetImportDataFileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::GetImportDataFileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A request to get an import data file.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the ImportDataFile.
856 857 858 859 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 856 class GetImportDataFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |