Class: Google::Cloud::Firestore::Admin::V1::Progress

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/admin/v1/operation.rb

Overview

Describes the progress of the operation. Unit of work is generic and must be interpreted based on where Progress is used.

Instance Attribute Summary collapse

Instance Attribute Details

#completed_work::Integer

Returns The amount of work completed.

Returns:

  • (::Integer)

    The amount of work completed.



287
288
289
290
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 287

class Progress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#estimated_work::Integer

Returns The amount of work estimated.

Returns:

  • (::Integer)

    The amount of work estimated.



287
288
289
290
# File 'proto_docs/google/firestore/admin/v1/operation.rb', line 287

class Progress
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end