Class: Google::Cloud::MigrationCenter::V1::ExecutionReport

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 result of the import job execution.

Instance Attribute Summary collapse

Instance Attribute Details

#execution_errors::Google::Cloud::MigrationCenter::V1::ValidationReport

Returns Validation errors encountered during the execution of the import job.

Returns:



3173
3174
3175
3176
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3173

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

#frames_reported::Integer

Returns Total number of asset frames reported for the import job.

Returns:

  • (::Integer)

    Total number of asset frames reported for the import job.



3173
3174
3175
3176
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3173

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

#total_rows_count::Integer (readonly)

Returns Output only. Total number of rows in the import job.

Returns:

  • (::Integer)

    Output only. Total number of rows in the import job.



3173
3174
3175
3176
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3173

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