ImportJobResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)Results from a metadata import job.
| Attributes | |
|---|---|
| Name | Description | 
| deleted_entries | intOutput only. The total number of entries that were deleted. | 
| updated_entries | intOutput only. The total number of entries that were updated. | 
| created_entries | intOutput only. The total number of entries that were created. | 
| unchanged_entries | intOutput only. The total number of entries that were unchanged. | 
| recreated_entries | intOutput only. The total number of entries that were recreated. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the status was updated. | 
| deleted_entry_links | intOutput only. The total number of entry links that were successfully deleted. | 
| created_entry_links | intOutput only. The total number of entry links that were successfully created. | 
| unchanged_entry_links | intOutput only. The total number of entry links that were left unchanged. |