Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ImportDataFile.
A resource that represents a payload file in an import job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the file was created.
#display_name
def display_name() -> ::String
Returns
- (::String) — User-friendly display name. Maximum length is 63 characters.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — User-friendly display name. Maximum length is 63 characters.
Returns
- (::String) — User-friendly display name. Maximum length is 63 characters.
#format
def format() -> ::Google::Cloud::MigrationCenter::V1::ImportJobFormat
Returns
- (::Google::Cloud::MigrationCenter::V1::ImportJobFormat) — Required. The payload format.
#format=
def format=(value) -> ::Google::Cloud::MigrationCenter::V1::ImportJobFormat
Parameter
- value (::Google::Cloud::MigrationCenter::V1::ImportJobFormat) — Required. The payload format.
Returns
- (::Google::Cloud::MigrationCenter::V1::ImportJobFormat) — Required. The payload format.
#name
def name() -> ::String
Returns
- (::String) — Output only. The name of the file.
#state
def state() -> ::Google::Cloud::MigrationCenter::V1::ImportDataFile::State
Returns
- (::Google::Cloud::MigrationCenter::V1::ImportDataFile::State) — Output only. The state of the import data file.
#upload_file_info
def upload_file_info() -> ::Google::Cloud::MigrationCenter::V1::UploadFileInfo
Returns
- (::Google::Cloud::MigrationCenter::V1::UploadFileInfo) — Information about a file that is uploaded to a storage service.
#upload_file_info=
def upload_file_info=(value) -> ::Google::Cloud::MigrationCenter::V1::UploadFileInfo
Parameter
- value (::Google::Cloud::MigrationCenter::V1::UploadFileInfo) — Information about a file that is uploaded to a storage service.
Returns
- (::Google::Cloud::MigrationCenter::V1::UploadFileInfo) — Information about a file that is uploaded to a storage service.