Class: Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storage/control/v2/storage_control.rb

Overview

The message contains metadata that is common to all Storage Control long-running operations, present in its google.longrunning.Operation messages, and accessible via metadata.common_metadata.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. The time the operation was created.

Returns:



246
247
248
249
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246

class CommonLongRunningOperationMetadata
  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:



246
247
248
249
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246

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

#progress_percent::Integer (readonly)

Returns Output only. The estimated progress of the operation in percentage [0, 100]. The value -1 means the progress is unknown.

Returns:

  • (::Integer)

    Output only. The estimated progress of the operation in percentage [0, 100]. The value -1 means the progress is unknown.



246
247
248
249
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246

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

#requested_cancellation::Boolean (readonly)

Returns Output only. Identifies whether the user has requested cancellation.

Returns:

  • (::Boolean)

    Output only. Identifies whether the user has requested cancellation.



246
247
248
249
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246

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

#type::String (readonly)

Returns Output only. The type of operation invoked.

Returns:

  • (::String)

    Output only. The type of operation invoked.



246
247
248
249
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246

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

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

Returns Output only. The time the operation was last modified.

Returns:



246
247
248
249
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 246

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