Class: Google::Cloud::Datastore::Admin::V1::Progress

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

Overview

Measures the progress of a particular metric.

Instance Attribute Summary collapse

Instance Attribute Details

#work_completed::Integer

Returns The amount of work that has been completed. Note that this may be greater than work_estimated.

Returns:

  • (::Integer)

    The amount of work that has been completed. Note that this may be greater than work_estimated.



95
96
97
98
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 95

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

#work_estimated::Integer

Returns An estimate of how much work needs to be performed. May be zero if the work estimate is unavailable.

Returns:

  • (::Integer)

    An estimate of how much work needs to be performed. May be zero if the work estimate is unavailable.



95
96
97
98
# File 'proto_docs/google/datastore/admin/v1/datastore_admin.rb', line 95

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