Class: Google::Cloud::Parallelstore::V1beta::TransferCounters
- Inherits:
-
Object
- Object
- Google::Cloud::Parallelstore::V1beta::TransferCounters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb
Overview
A collection of counters that report the progress of a transfer operation.
Instance Attribute Summary collapse
-
#bytes_copied ⇒ ::Integer
Bytes that are copied to the data destination.
-
#bytes_found ⇒ ::Integer
Bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.
-
#bytes_skipped ⇒ ::Integer
Bytes in the data source that are not transferred because they already exist in the data destination.
-
#objects_copied ⇒ ::Integer
Objects that are copied to the data destination.
-
#objects_found ⇒ ::Integer
Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.
-
#objects_skipped ⇒ ::Integer
Objects in the data source that are not transferred because they already exist in the data destination.
Instance Attribute Details
#bytes_copied ⇒ ::Integer
Returns Bytes that are copied to the data destination.
565 566 567 568 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 565 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_found ⇒ ::Integer
Returns Bytes found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.
565 566 567 568 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 565 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_skipped ⇒ ::Integer
Returns Bytes in the data source that are not transferred because they already exist in the data destination.
565 566 567 568 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 565 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_copied ⇒ ::Integer
Returns Objects that are copied to the data destination.
565 566 567 568 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 565 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_found ⇒ ::Integer
Returns Objects found in the data source that are scheduled to be transferred, excluding any that are filtered based on object conditions or skipped due to sync.
565 566 567 568 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 565 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_skipped ⇒ ::Integer
Returns Objects in the data source that are not transferred because they already exist in the data destination.
565 566 567 568 |
# File 'proto_docs/google/cloud/parallelstore/v1beta/parallelstore.rb', line 565 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |