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)



199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 199

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



199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 199

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



199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 199

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)



199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 199

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)



199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 199

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



199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 199

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