Reference documentation and code samples for the Storage Batch Operations V1 API class Google::Cloud::StorageBatchOperations::V1::Counters.
Describes details about the progress of the job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#failed_object_count
def failed_object_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of objects that failed due to user errors or service errors.
#object_custom_contexts_created
def object_custom_contexts_created() -> ::Integer
Returns
- (::Integer) — Output only. Number of object custom contexts created. This field is only populated for jobs with the UpdateObjectCustomContext transformation.
#object_custom_contexts_deleted
def object_custom_contexts_deleted() -> ::Integer
Returns
- (::Integer) — Output only. Number of object custom contexts deleted. This field is only populated for jobs with the UpdateObjectCustomContext transformation.
#object_custom_contexts_updated
def object_custom_contexts_updated() -> ::Integer
Returns
- (::Integer) — 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.
#succeeded_object_count
def succeeded_object_count() -> ::Integer
Returns
- (::Integer) — Output only. Number of objects completed.
#total_bytes_found
def total_bytes_found() -> ::Integer
Returns
- (::Integer) — Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.
#total_object_count
def total_object_count() -> ::Integer
Returns
- (::Integer) — Output only. Number of objects listed.