Class: Google::Cloud::StorageBatchOperations::V1::Counters
- Inherits:
-
Object
- Object
- Google::Cloud::StorageBatchOperations::V1::Counters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb
Overview
Describes details about the progress of the job.
Instance Attribute Summary collapse
-
#failed_object_count ⇒ ::Integer
readonly
Output only.
-
#succeeded_object_count ⇒ ::Integer
readonly
Output only.
-
#total_bytes_found ⇒ ::Integer
readonly
Output only.
-
#total_object_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#failed_object_count ⇒ ::Integer (readonly)
Returns Output only. Number of objects failed.
366 367 368 369 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 366 class Counters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#succeeded_object_count ⇒ ::Integer (readonly)
Returns Output only. Number of objects completed.
366 367 368 369 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 366 class Counters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_bytes_found ⇒ ::Integer (readonly)
Returns Output only. Number of bytes found from source. This field is only populated for jobs with a prefix list object configuration.
366 367 368 369 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 366 class Counters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_object_count ⇒ ::Integer (readonly)
Returns Output only. Number of objects listed.
366 367 368 369 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 366 class Counters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |