Class: Google::Cloud::Spanner::Admin::Database::V1::OperationProgress

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

Overview

Encapsulates progress related information for a Cloud Spanner long running operation.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns If set, the time at which this operation failed or was completed successfully.

Returns:



39
40
41
42
# File 'proto_docs/google/spanner/admin/database/v1/common.rb', line 39

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

#progress_percent::Integer

Returns Percent completion of the operation. Values are between 0 and 100 inclusive.

Returns:

  • (::Integer)

    Percent completion of the operation. Values are between 0 and 100 inclusive.



39
40
41
42
# File 'proto_docs/google/spanner/admin/database/v1/common.rb', line 39

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

#start_time::Google::Protobuf::Timestamp

Returns Time the request was received.

Returns:



39
40
41
42
# File 'proto_docs/google/spanner/admin/database/v1/common.rb', line 39

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