Class: Google::Cloud::StorageBatchOperations::V1::Counters

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#failed_object_count::Integer (readonly)

Returns Output only. Number of objects failed.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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