Storage Transfer Service V1 API - Class Google::Cloud::StorageTransfer::V1::TransferCounters (v0.10.0)

Reference documentation and code samples for the Storage Transfer Service V1 API class Google::Cloud::StorageTransfer::V1::TransferCounters.

A collection of counters that report the progress of a transfer operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bytes_copied_to_sink

def bytes_copied_to_sink() -> ::Integer
Returns
  • (::Integer) — Bytes that are copied to the data sink.

#bytes_copied_to_sink=

def bytes_copied_to_sink=(value) -> ::Integer
Parameter
  • value (::Integer) — Bytes that are copied to the data sink.
Returns
  • (::Integer) — Bytes that are copied to the data sink.

#bytes_deleted_from_sink

def bytes_deleted_from_sink() -> ::Integer
Returns
  • (::Integer) — Bytes that are deleted from the data sink.

#bytes_deleted_from_sink=

def bytes_deleted_from_sink=(value) -> ::Integer
Parameter
  • value (::Integer) — Bytes that are deleted from the data sink.
Returns
  • (::Integer) — Bytes that are deleted from the data sink.

#bytes_deleted_from_source

def bytes_deleted_from_source() -> ::Integer
Returns
  • (::Integer) — Bytes that are deleted from the data source.

#bytes_deleted_from_source=

def bytes_deleted_from_source=(value) -> ::Integer
Parameter
  • value (::Integer) — Bytes that are deleted from the data source.
Returns
  • (::Integer) — Bytes that are deleted from the data source.

#bytes_failed_to_delete_from_sink

def bytes_failed_to_delete_from_sink() -> ::Integer
Returns
  • (::Integer) — Bytes that failed to be deleted from the data sink.

#bytes_failed_to_delete_from_sink=

def bytes_failed_to_delete_from_sink=(value) -> ::Integer
Parameter
  • value (::Integer) — Bytes that failed to be deleted from the data sink.
Returns
  • (::Integer) — Bytes that failed to be deleted from the data sink.

#bytes_found_from_source

def bytes_found_from_source() -> ::Integer
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.

#bytes_found_from_source=

def bytes_found_from_source=(value) -> ::Integer
Parameter
  • value (::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.
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.

#bytes_found_only_from_sink

def bytes_found_only_from_sink() -> ::Integer
Returns
  • (::Integer) — Bytes found only in the data sink that are scheduled to be deleted.

#bytes_found_only_from_sink=

def bytes_found_only_from_sink=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#bytes_from_source_failed

def bytes_from_source_failed() -> ::Integer
Returns
  • (::Integer) — Bytes in the data source that failed to be transferred or that failed to be deleted after being transferred.

#bytes_from_source_failed=

def bytes_from_source_failed=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#bytes_from_source_skipped_by_sync

def bytes_from_source_skipped_by_sync() -> ::Integer
Returns
  • (::Integer) — Bytes in the data source that are not transferred because they already exist in the data sink.

#bytes_from_source_skipped_by_sync=

def bytes_from_source_skipped_by_sync=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#directories_failed_to_list_from_source

def directories_failed_to_list_from_source() -> ::Integer
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.

#directories_failed_to_list_from_source=

def directories_failed_to_list_from_source=(value) -> ::Integer
Parameter
  • value (::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.

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.

#directories_found_from_source

def directories_found_from_source() -> ::Integer
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.

#directories_found_from_source=

def directories_found_from_source=(value) -> ::Integer
Parameter
  • value (::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.

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.

#directories_successfully_listed_from_source

def directories_successfully_listed_from_source() -> ::Integer
Returns
  • (::Integer) — For transfers involving PosixFilesystem only.

    Number of successful listings for each directory found at the source.

#directories_successfully_listed_from_source=

def directories_successfully_listed_from_source=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#intermediate_objects_cleaned_up

def intermediate_objects_cleaned_up() -> ::Integer
Returns
  • (::Integer) — Number of successfully cleaned up intermediate objects.

#intermediate_objects_cleaned_up=

def intermediate_objects_cleaned_up=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of successfully cleaned up intermediate objects.
Returns
  • (::Integer) — Number of successfully cleaned up intermediate objects.

#intermediate_objects_failed_cleaned_up

def intermediate_objects_failed_cleaned_up() -> ::Integer
Returns
  • (::Integer) — Number of intermediate objects failed cleaned up.

#intermediate_objects_failed_cleaned_up=

def intermediate_objects_failed_cleaned_up=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of intermediate objects failed cleaned up.
Returns
  • (::Integer) — Number of intermediate objects failed cleaned up.

#objects_copied_to_sink

def objects_copied_to_sink() -> ::Integer
Returns
  • (::Integer) — Objects that are copied to the data sink.

#objects_copied_to_sink=

def objects_copied_to_sink=(value) -> ::Integer
Parameter
  • value (::Integer) — Objects that are copied to the data sink.
Returns
  • (::Integer) — Objects that are copied to the data sink.

#objects_deleted_from_sink

def objects_deleted_from_sink() -> ::Integer
Returns
  • (::Integer) — Objects that are deleted from the data sink.

#objects_deleted_from_sink=

def objects_deleted_from_sink=(value) -> ::Integer
Parameter
  • value (::Integer) — Objects that are deleted from the data sink.
Returns
  • (::Integer) — Objects that are deleted from the data sink.

#objects_deleted_from_source

def objects_deleted_from_source() -> ::Integer
Returns
  • (::Integer) — Objects that are deleted from the data source.

#objects_deleted_from_source=

def objects_deleted_from_source=(value) -> ::Integer
Parameter
  • value (::Integer) — Objects that are deleted from the data source.
Returns
  • (::Integer) — Objects that are deleted from the data source.

#objects_failed_to_delete_from_sink

def objects_failed_to_delete_from_sink() -> ::Integer
Returns
  • (::Integer) — Objects that failed to be deleted from the data sink.

#objects_failed_to_delete_from_sink=

def objects_failed_to_delete_from_sink=(value) -> ::Integer
Parameter
  • value (::Integer) — Objects that failed to be deleted from the data sink.
Returns
  • (::Integer) — Objects that failed to be deleted from the data sink.

#objects_found_from_source

def objects_found_from_source() -> ::Integer
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.

#objects_found_from_source=

def objects_found_from_source=(value) -> ::Integer
Parameter
  • value (::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.
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.

#objects_found_only_from_sink

def objects_found_only_from_sink() -> ::Integer
Returns
  • (::Integer) — Objects found only in the data sink that are scheduled to be deleted.

#objects_found_only_from_sink=

def objects_found_only_from_sink=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#objects_from_source_failed

def objects_from_source_failed() -> ::Integer
Returns
  • (::Integer) — Objects in the data source that failed to be transferred or that failed to be deleted after being transferred.

#objects_from_source_failed=

def objects_from_source_failed=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#objects_from_source_skipped_by_sync

def objects_from_source_skipped_by_sync() -> ::Integer
Returns
  • (::Integer) — Objects in the data source that are not transferred because they already exist in the data sink.

#objects_from_source_skipped_by_sync=

def objects_from_source_skipped_by_sync=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.