Home | History | Annotate | Download | only in google_apis

Lines Matching refs:resource_id

59   // Returns a URL to copy a file specified by |resource_id|.
60 GURL GetFileCopyUrl(const std::string& resource_id) const;
62 // Returns a URL to touch a resource specified by |resource_id|.
63 GURL GetFileTouchUrl(const std::string& resource_id) const;
65 // Returns a URL to trash a resource with the given |resource_id|.
66 // Note that the |resource_id| is corresponding to the "file id" in the
69 GURL GetFileTrashUrl(const std::string& resource_id) const;
71 // Returns a URL to add a resource to a directory with |resource_id|.
72 // Note that the |resource_id| is corresponding to the "folder id" in the
75 GURL GetChildrenUrl(const std::string& resource_id) const;
89 // |resource_id|.
90 GURL GetInitiateUploadExistingFileUrl(const std::string& resource_id) const;
93 GURL GenerateDownloadFileUrl(const std::string& resource_id) const;