Class: Google::Cloud::StorageTransfer::V1::TransferCounters

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

Instance Attribute Details

#bytes_copied_to_sink::Integer

Returns Bytes that are copied to the data sink.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::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.



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::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.



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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