Class: Google::Cloud::Parallelstore::V1beta::TransferCounters

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

Instance Attribute Details

#bytes_copied::Integer

Returns Bytes that are copied to the data destination.

Returns:

  • (::Integer)

    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.

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.



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

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.



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.

Returns:

  • (::Integer)

    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