Class ImportJobResult (2.4.0)

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.