Class: Google::Cloud::MigrationCenter::V1::ImportDataFile

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

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

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The timestamp when the file was created.

Returns:



195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195

class ImportDataFile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumerates possible states of an import data file.
  module State
    # Default value.
    STATE_UNSPECIFIED = 0

    # The data file is being created.
    CREATING = 1

    # The data file completed initialization.
    ACTIVE = 2
  end
end

#display_name::String

Returns User-friendly display name. Maximum length is 63 characters.

Returns:

  • (::String)

    User-friendly display name. Maximum length is 63 characters.



195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195

class ImportDataFile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumerates possible states of an import data file.
  module State
    # Default value.
    STATE_UNSPECIFIED = 0

    # The data file is being created.
    CREATING = 1

    # The data file completed initialization.
    ACTIVE = 2
  end
end

#format::Google::Cloud::MigrationCenter::V1::ImportJobFormat

Returns Required. The payload format.

Returns:



195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195

class ImportDataFile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumerates possible states of an import data file.
  module State
    # Default value.
    STATE_UNSPECIFIED = 0

    # The data file is being created.
    CREATING = 1

    # The data file completed initialization.
    ACTIVE = 2
  end
end

#name::String (readonly)

Returns Output only. The name of the file.

Returns:

  • (::String)

    Output only. The name of the file.



195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195

class ImportDataFile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumerates possible states of an import data file.
  module State
    # Default value.
    STATE_UNSPECIFIED = 0

    # The data file is being created.
    CREATING = 1

    # The data file completed initialization.
    ACTIVE = 2
  end
end

#state::Google::Cloud::MigrationCenter::V1::ImportDataFile::State (readonly)

Returns Output only. The state of the import data file.

Returns:



195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195

class ImportDataFile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumerates possible states of an import data file.
  module State
    # Default value.
    STATE_UNSPECIFIED = 0

    # The data file is being created.
    CREATING = 1

    # The data file completed initialization.
    ACTIVE = 2
  end
end

#upload_file_info::Google::Cloud::MigrationCenter::V1::UploadFileInfo

Returns Information about a file that is uploaded to a storage service.

Returns:



195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195

class ImportDataFile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enumerates possible states of an import data file.
  module State
    # Default value.
    STATE_UNSPECIFIED = 0

    # The data file is being created.
    CREATING = 1

    # The data file completed initialization.
    ACTIVE = 2
  end
end