Class: Google::Cloud::MigrationCenter::V1::ImportRowError
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ImportRowError
- 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
-
#errors ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
The list of errors detected in the row.
-
#row_number ⇒ ::Integer
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#vm_name ⇒ ::String
The name of the VM in the row.
-
#vm_uuid ⇒ ::String
The VM UUID.
Instance Attribute Details
#errors ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ImportError>
Returns The list of errors detected 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 |
#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.
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.
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.
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 |