Counters(mapping=None, *, ignore_unknown_fields=False, **kwargs)Describes details about the progress of the job.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
total_object_count |
int
Output only. Number of objects listed. |
succeeded_object_count |
int
Output only. Number of objects completed. |
failed_object_count |
int
Output only. The number of objects that failed due to user errors or service errors. |
total_bytes_found |
int
Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration. This field is a member of oneof_ _total_bytes_found.
|
object_custom_contexts_created |
int
Output only. Number of object custom contexts created. This field is only populated for jobs with the UpdateObjectCustomContext transformation. This field is a member of oneof_ _object_custom_contexts_created.
|
object_custom_contexts_deleted |
int
Output only. Number of object custom contexts deleted. This field is only populated for jobs with the UpdateObjectCustomContext transformation. This field is a member of oneof_ _object_custom_contexts_deleted.
|
object_custom_contexts_updated |
int
Output only. Number of object custom contexts updated. This counter tracks custom contexts where the key already existed, but the payload was modified. This field is only populated for jobs with the UpdateObjectCustomContext transformation. This field is a member of oneof_ _object_custom_contexts_updated.
|