Class: Google::Cloud::StorageTransfer::V1::TransferCounters
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::TransferCounters
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
A collection of counters that report the progress of a transfer operation.
Instance Attribute Summary collapse
-
#bytes_copied_to_sink ⇒ ::Integer
Bytes that are copied to the data sink.
-
#bytes_deleted_from_sink ⇒ ::Integer
Bytes that are deleted from the data sink.
-
#bytes_deleted_from_source ⇒ ::Integer
Bytes that are deleted from the data source.
-
#bytes_failed_to_delete_from_sink ⇒ ::Integer
Bytes that failed to be deleted from the data sink.
-
#bytes_found_from_source ⇒ ::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_found_only_from_sink ⇒ ::Integer
Bytes found only in the data sink that are scheduled to be deleted.
-
#bytes_from_source_failed ⇒ ::Integer
Bytes in the data source that failed to be transferred or that failed to be deleted after being transferred.
-
#bytes_from_source_skipped_by_sync ⇒ ::Integer
Bytes in the data source that are not transferred because they already exist in the data sink.
-
#directories_failed_to_list_from_source ⇒ ::Integer
For transfers involving PosixFilesystem only.
-
#directories_found_from_source ⇒ ::Integer
For transfers involving PosixFilesystem only.
-
#directories_successfully_listed_from_source ⇒ ::Integer
For transfers involving PosixFilesystem only.
-
#intermediate_objects_cleaned_up ⇒ ::Integer
Number of successfully cleaned up intermediate objects.
-
#intermediate_objects_failed_cleaned_up ⇒ ::Integer
Number of intermediate objects failed cleaned up.
-
#objects_copied_to_sink ⇒ ::Integer
Objects that are copied to the data sink.
-
#objects_deleted_from_sink ⇒ ::Integer
Objects that are deleted from the data sink.
-
#objects_deleted_from_source ⇒ ::Integer
Objects that are deleted from the data source.
-
#objects_failed_to_delete_from_sink ⇒ ::Integer
Objects that failed to be deleted from the data sink.
-
#objects_found_from_source ⇒ ::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_found_only_from_sink ⇒ ::Integer
Objects found only in the data sink that are scheduled to be deleted.
-
#objects_from_source_failed ⇒ ::Integer
Objects in the data source that failed to be transferred or that failed to be deleted after being transferred.
-
#objects_from_source_skipped_by_sync ⇒ ::Integer
Objects in the data source that are not transferred because they already exist in the data sink.
Instance Attribute Details
#bytes_copied_to_sink ⇒ ::Integer
Returns Bytes that are copied to the data sink.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_deleted_from_sink ⇒ ::Integer
Returns Bytes that are deleted from the data sink.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_deleted_from_source ⇒ ::Integer
Returns Bytes that are deleted from the data source.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_failed_to_delete_from_sink ⇒ ::Integer
Returns Bytes that failed to be deleted from the data sink.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_found_from_source ⇒ ::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.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_found_only_from_sink ⇒ ::Integer
Returns Bytes found only in the data sink that are scheduled to be deleted.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_from_source_failed ⇒ ::Integer
Returns Bytes in the data source that failed to be transferred or that failed to be deleted after being transferred.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bytes_from_source_skipped_by_sync ⇒ ::Integer
Returns Bytes in the data source that are not transferred because they already exist in the data sink.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#directories_failed_to_list_from_source ⇒ ::Integer
Returns For transfers involving PosixFilesystem only.
Number of listing failures for each directory found at the source. Potential failures when listing a directory include permission failure or block failure. If listing a directory fails, no files in the directory are transferred.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#directories_found_from_source ⇒ ::Integer
Returns For transfers involving PosixFilesystem only.
Number of directories found while listing. For example, if the root
directory of the transfer is base/
and there are two other directories,
a/
and b/
under this directory, the count after listing base/
,
base/a/
and base/b/
is 3.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#directories_successfully_listed_from_source ⇒ ::Integer
Returns For transfers involving PosixFilesystem only.
Number of successful listings for each directory found at the source.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#intermediate_objects_cleaned_up ⇒ ::Integer
Returns Number of successfully cleaned up intermediate objects.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#intermediate_objects_failed_cleaned_up ⇒ ::Integer
Returns Number of intermediate objects failed cleaned up.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_copied_to_sink ⇒ ::Integer
Returns Objects that are copied to the data sink.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_deleted_from_sink ⇒ ::Integer
Returns Objects that are deleted from the data sink.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_deleted_from_source ⇒ ::Integer
Returns Objects that are deleted from the data source.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_failed_to_delete_from_sink ⇒ ::Integer
Returns Objects that failed to be deleted from the data sink.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_found_from_source ⇒ ::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.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_found_only_from_sink ⇒ ::Integer
Returns Objects found only in the data sink that are scheduled to be deleted.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_from_source_failed ⇒ ::Integer
Returns Objects in the data source that failed to be transferred or that failed to be deleted after being transferred.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#objects_from_source_skipped_by_sync ⇒ ::Integer
Returns Objects in the data source that are not transferred because they already exist in the data sink.
1221 1222 1223 1224 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 1221 class TransferCounters include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |