Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::ImportRowError (v0.1.0)

Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::ImportRowError.

A resource that reports the import job errors at row level.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#errors

def errors() -> ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
Returns

#errors=

def errors=(value) -> ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
Parameter
Returns

#row_number

def row_number() -> ::Integer
Returns
  • (::Integer) — The row number where the error was detected.

#row_number=

def row_number=(value) -> ::Integer
Parameter
  • value (::Integer) — The row number where the error was detected.
Returns
  • (::Integer) — The row number where the error was detected.

#vm_name

def vm_name() -> ::String
Returns
  • (::String) — The name of the VM in the row.

#vm_name=

def vm_name=(value) -> ::String
Parameter
  • value (::String) — The name of the VM in the row.
Returns
  • (::String) — The name of the VM in the row.

#vm_uuid

def vm_uuid() -> ::String
Returns
  • (::String) — The VM UUID.

#vm_uuid=

def vm_uuid=(value) -> ::String
Parameter
  • value (::String) — The VM UUID.
Returns
  • (::String) — The VM UUID.