Class: Google::Cloud::Storage::Control::V2::DeleteFolderRecursiveMetadata

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

Message returned in the metadata field of the Operation resource for DeleteFolderRecursive operations.

Instance Attribute Summary collapse

Instance Attribute Details

#common_metadata::Google::Cloud::Storage::Control::V2::CommonLongRunningOperationMetadata

Returns Generic metadata for the long running operation.

Returns:



298
299
300
301
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 298

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

#folder_id::String

Returns The path of the folder recursively deleted.

Returns:

  • (::String)

    The path of the folder recursively deleted.



298
299
300
301
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 298

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