Class: Google::Cloud::MigrationCenter::V1::ExecutionReport
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ExecutionReport
- 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
-
#execution_errors ⇒ ::Google::Cloud::MigrationCenter::V1::ValidationReport
Validation errors encountered during the execution of the import job.
-
#frames_reported ⇒ ::Integer
Total number of asset frames reported for the import job.
-
#total_rows_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#execution_errors ⇒ ::Google::Cloud::MigrationCenter::V1::ValidationReport
Returns Validation errors encountered during the execution of 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 |
#frames_reported ⇒ ::Integer
Returns 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.
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 |