All the fields in the DocumentsService structure are private and should never be accessed directly.
GDataAuthorizer. If authorizer is null, all requests are made as an unauthenticated user.
entry to the specified folder, and return an updated
DocumentsEntry for entry. If the entry is
already in another folder, it will be added to the new folder, but will also remain in its other folders. Note that entry
can be either a DocumentsDocument or a
DocumentsFolder.
entry to the specified folder. self, entry
and folder are all reffed when this function is called, so can safely be unreffed after this function returns.
query. Note that
query has to be a DocumentsQuery, rather than just a
Query, as it uses the folder ID specified in
folder_id.
query. self
and query are both reffed when this function is called, so can safely be unreffed after this function returns.
entry from folder, and return an updated
DocumentsEntry for entry. entry will remain a
member of any other folders it's currently in. Note that entry can be either a
DocumentsDocument or a
DocumentsFolder.
entry from the specified folder. self,
entry and folder are all reffed when this function is called, so can safely be unreffed after this function
returns.
document and the document data written to the
resulting UploadStream. If the document data does not need to be changed, just the
metadata, use update_entry instead.
document and the document
data written to the resulting UploadStream. If the document data does not need to
be provided at the moment, just the metadata, use insert_entry instead
(e.g. in the case of creating a new, empty file to be edited at a later date).
