Class ImportDataFile (0.1.6)

ImportDataFile(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A resource that represents a payload file in an import job.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
name str
Output only. The name of the file.
display_name str
User-friendly display name. Maximum length is 63 characters.
format_ google.cloud.migrationcenter_v1.types.ImportJobFormat
Required. The payload format.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the file was created.
state google.cloud.migrationcenter_v1.types.ImportDataFile.State
Output only. The state of the import data file.
upload_file_info google.cloud.migrationcenter_v1.types.UploadFileInfo
Information about a file that is uploaded to a storage service. This field is a member of oneof_ file_info.

Classes

State

State(value)

Enumerates possible states of an import data file.

Values: STATE_UNSPECIFIED (0): Default value. CREATING (1): The data file is being created. ACTIVE (2): The data file completed initialization.