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