Class: Google::Cloud::MigrationCenter::V1::ImportRowError

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 reports the import job errors at row level.

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array<::Google::Cloud::MigrationCenter::V1::ImportError>

Returns The list of errors detected in the row.

Returns:



3216
3217
3218
3219
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3216

class ImportRowError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#row_number::Integer

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns The row number where the error was detected.

Returns:

  • (::Integer)

    The row number where the error was detected.



3216
3217
3218
3219
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3216

class ImportRowError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vm_name::String

Returns The name of the VM in the row.

Returns:

  • (::String)

    The name of the VM in the row.



3216
3217
3218
3219
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3216

class ImportRowError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vm_uuid::String

Returns The VM UUID.

Returns:

  • (::String)

    The VM UUID.



3216
3217
3218
3219
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3216

class ImportRowError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end