Class: Google::Cloud::OracleDatabase::V1::OperationMetadata

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

Overview

Represents the metadata of the long-running operation.

Instance Attribute Summary collapse

Instance Attribute Details

#api_version::String (readonly)

Returns Output only. API version used to start the operation.

Returns:

  • (::String)

    Output only. API version used to start the operation.



398
399
400
401
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 398

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

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time the operation was created.

Returns:



398
399
400
401
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 398

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

#end_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time the operation finished running.

Returns:



398
399
400
401
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 398

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

#percent_complete::Float (readonly)

Returns Output only. An estimated percentage of the operation that has been completed at a given moment of time, between 0 and 100.

Returns:

  • (::Float)

    Output only. An estimated percentage of the operation that has been completed at a given moment of time, between 0 and 100.



398
399
400
401
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 398

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

#requested_cancellation::Boolean (readonly)

Returns Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have [Operation.error][] value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

Returns:

  • (::Boolean)

    Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have [Operation.error][] value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.



398
399
400
401
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 398

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

#status_message::String (readonly)

Returns Output only. The status of the operation.

Returns:

  • (::String)

    Output only. The status of the operation.



398
399
400
401
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 398

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

#target::String (readonly)

Returns Output only. Server-defined resource path for the target of the operation.

Returns:

  • (::String)

    Output only. Server-defined resource path for the target of the operation.



398
399
400
401
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 398

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

#verb::String (readonly)

Returns Output only. Name of the verb executed by the operation.

Returns:

  • (::String)

    Output only. Name of the verb executed by the operation.



398
399
400
401
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 398

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