| | |
- __builtin__.object
-
- AlbumData
- GPhotosBaseData
-
- CommentData
- TagData
- UserData
- PhotoData
- atom.AtomBase(atom.ExtensionContainer)
-
- PhotosBaseElement
-
- Access
- Albumid
- BytesUsed
- Checksum
- Client
- CommentCount
- CommentingEnabled
- Height
- Id
- Location
- MaxPhotosPerAlbum
- Name
- Nickname
- Numphotos
- Numphotosremaining
- Photoid
- Position
- Quotacurrent
- Quotalimit
- Rotation
- Size
- Snippet
- Snippettype
- Thumbnail
- Timestamp
- Truncated
- User
- Version
- Weight
- Width
- atom.Author(atom.Person)
-
- CommentAuthor
- gdata.GDataEntry(atom.Entry, gdata.LinkFinder)
-
- GPhotosBaseEntry(gdata.GDataEntry, gdata.LinkFinder)
-
- AlbumEntry(GPhotosBaseEntry, AlbumData)
- CommentEntry(GPhotosBaseEntry, CommentData)
- PhotoEntry(GPhotosBaseEntry, PhotoData)
- PhotosBaseEntry
- TagEntry(GPhotosBaseEntry, TagData)
- UserEntry(GPhotosBaseEntry, UserData)
- gdata.GDataFeed(atom.Feed, gdata.LinkFinder)
-
- GPhotosBaseFeed(gdata.GDataFeed, gdata.LinkFinder)
-
- AlbumFeed(GPhotosBaseFeed, AlbumData)
- CommentFeed(GPhotosBaseFeed, CommentData)
- PhotoFeed(GPhotosBaseFeed, PhotoData)
- PhotosBaseFeed
- TagFeed(GPhotosBaseFeed, TagData)
- UserFeed(GPhotosBaseFeed, UserData)
- gdata.LinkFinder(atom.LinkFinder)
-
- GPhotosBaseEntry(gdata.GDataEntry, gdata.LinkFinder)
-
- AlbumEntry(GPhotosBaseEntry, AlbumData)
- CommentEntry(GPhotosBaseEntry, CommentData)
- PhotoEntry(GPhotosBaseEntry, PhotoData)
- PhotosBaseEntry
- TagEntry(GPhotosBaseEntry, TagData)
- UserEntry(GPhotosBaseEntry, UserData)
- GPhotosBaseFeed(gdata.GDataFeed, gdata.LinkFinder)
-
- AlbumFeed(GPhotosBaseFeed, AlbumData)
- CommentFeed(GPhotosBaseFeed, CommentData)
- PhotoFeed(GPhotosBaseFeed, PhotoData)
- PhotosBaseFeed
- TagFeed(GPhotosBaseFeed, TagData)
- UserFeed(GPhotosBaseFeed, UserData)
class Access(PhotosBaseElement) |
| |
The Google Photo `Access' element.
The album's access level. Valid values are `public' or `private'.
In documentation, access level is also referred to as `visibility.' |
| |
- Method resolution order:
- Access
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class AlbumData(__builtin__.object) |
| | |
Data and other attributes defined here:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'AlbumData' objects>
- list of weak references to the object (if defined)
- access = None
- bytesUsed = None
- commentCount = None
- commentingEnabled = None
- gphoto_id = None
- location = None
- name = None
- nickname = None
- numphotos = None
- numphotosremaining = None
- timestamp = None
- user = None
|
class AlbumEntry(GPhotosBaseEntry, AlbumData) |
| |
All metadata for a Google Photos Album
Take a look at AlbumData for metadata accessible as attributes to this object.
Notes:
To avoid name clashes, and to create a more sensible api, some
objects have names that differ from the original elements:
o media:group -> self.media,
o geo:where -> self.geo,
o photo:id -> self.gphoto_id |
| |
- Method resolution order:
- AlbumEntry
- GPhotosBaseEntry
- gdata.GDataEntry
- atom.Entry
- atom.FeedEntryParent
- atom.AtomBase
- atom.ExtensionContainer
- gdata.LinkFinder
- atom.LinkFinder
- AlbumData
- __builtin__.object
Methods defined here:
- GetAlbumId(self)
- Return the id of this album
- GetCommentsUri(self)
- (string) Return the uri to this albums feed of the CommentEntry kind
- GetPhotosUri(self)
- (string) Return the uri to this albums feed of the PhotoEntry kind
- GetTagsUri(self)
- (string) Return the uri to this albums feed of the TagEntry kind
- __init__(self, author=None, category=None, content=None, atom_id=None, link=None, published=None, title=None, updated=None, gphoto_id=None, name=None, location=None, access=None, timestamp=None, numphotos=None, user=None, nickname=None, commentingEnabled=None, commentCount=None, thumbnail=None, media=None, geo=None, extended_property=None, extension_elements=None, extension_attributes=None, text=None)
Data and other attributes defined here:
- geo = <gdata.geo.Where object>
- media = <gdata.media.Group object>
Methods inherited from GPhotosBaseEntry:
- kind(self)
- (string) Returns the kind
Methods inherited from gdata.GDataEntry:
- GetMediaURL(self)
- Returns the URL to the media content, if the entry is a media entry.
Otherwise returns None.
- IsMedia(self)
- Determines whether or not an entry is a GData Media entry.
Properties inherited from gdata.GDataEntry:
- id
- get = __GetId(self)
- set = __SetId(self, id)
- # This method was created to strip the unwanted whitespace from the id's
# text node.
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
Methods inherited from gdata.LinkFinder:
- GetAclLink(self)
- GetEditLink(self)
- GetEditMediaLink(self)
- The Picasa API mistakenly returns media-edit rather than edit-media, but
this may change soon.
- GetFeedLink(self)
- GetHtmlLink(self)
- Find the first link with rel of alternate and type of text/html
Returns:
An atom.Link or None if no links matched
- GetNextLink(self)
- GetPostLink(self)
- Get a link containing the POST target URL.
The POST target URL is used to insert new entries.
Returns:
A link object with a rel matching the POST type.
- GetSelfLink(self)
- Find the first link with rel set to 'self'
Returns:
An atom.Link or none if none of the links had rel equal to 'self'
Methods inherited from atom.LinkFinder:
- GetAlternateLink(self)
- GetLicenseLink(self)
Data and other attributes inherited from AlbumData:
- access = None
- bytesUsed = None
- commentCount = None
- commentingEnabled = None
- gphoto_id = None
- location = None
- name = None
- nickname = None
- numphotos = None
- numphotosremaining = None
- timestamp = None
- user = None
|
class AlbumFeed(GPhotosBaseFeed, AlbumData) |
| |
All metadata for a Google Photos Album, including its sub-elements
This feed represents an album as the container for other objects.
A Album feed contains entries of
PhotoEntry, CommentEntry or TagEntry,
depending on the `kind' parameter in the original query.
Take a look at AlbumData for accessible attributes. |
| |
- Method resolution order:
- AlbumFeed
- GPhotosBaseFeed
- gdata.GDataFeed
- atom.Feed
- atom.Source
- atom.FeedEntryParent
- atom.AtomBase
- atom.ExtensionContainer
- gdata.LinkFinder
- atom.LinkFinder
- AlbumData
- __builtin__.object
Methods defined here:
- GetCommentsUri(self)
- (string) Return the uri to the same feed, but of the CommentEntry kind
- GetPhotosUri(self)
- (string) Return the uri to the same feed, but of the PhotoEntry kind
- GetTagsUri(self)
- (string) Return the uri to the same feed, but of the TagEntry kind
Methods inherited from GPhotosBaseFeed:
- __init__(self, author=None, category=None, contributor=None, generator=None, icon=None, atom_id=None, link=None, logo=None, rights=None, subtitle=None, title=None, updated=None, entry=None, total_results=None, start_index=None, items_per_page=None, extension_elements=None, extension_attributes=None, text=None)
- kind(self)
- (string) Returns the kind
Properties inherited from gdata.GDataFeed:
- generator
- get = __GetGenerator(self)
- set = __SetGenerator(self, generator)
- id
- get = __GetId(self)
- set = __SetId(self, id)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
Methods inherited from gdata.LinkFinder:
- GetAclLink(self)
- GetEditLink(self)
- GetEditMediaLink(self)
- The Picasa API mistakenly returns media-edit rather than edit-media, but
this may change soon.
- GetFeedLink(self)
- GetHtmlLink(self)
- Find the first link with rel of alternate and type of text/html
Returns:
An atom.Link or None if no links matched
- GetNextLink(self)
- GetPostLink(self)
- Get a link containing the POST target URL.
The POST target URL is used to insert new entries.
Returns:
A link object with a rel matching the POST type.
- GetSelfLink(self)
- Find the first link with rel set to 'self'
Returns:
An atom.Link or none if none of the links had rel equal to 'self'
Methods inherited from atom.LinkFinder:
- GetAlternateLink(self)
- GetLicenseLink(self)
Data and other attributes inherited from AlbumData:
- access = None
- bytesUsed = None
- commentCount = None
- commentingEnabled = None
- gphoto_id = None
- location = None
- name = None
- nickname = None
- numphotos = None
- numphotosremaining = None
- timestamp = None
- user = None
|
class Albumid(PhotosBaseElement) |
| |
The Google Photo `Albumid' element |
| |
- Method resolution order:
- Albumid
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class BytesUsed(PhotosBaseElement) |
| |
The Google Photo `BytesUsed' element |
| |
- Method resolution order:
- BytesUsed
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class Checksum(PhotosBaseElement) |
| |
The Google Photo `Checksum' element |
| |
- Method resolution order:
- Checksum
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class Client(PhotosBaseElement) |
| |
The Google Photo `Client' element |
| |
- Method resolution order:
- Client
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class CommentAuthor(atom.Author) |
| |
The Atom `Author' element in CommentEntry entries is augmented to
contain elements from the PHOTOS_NAMESPACE
http://groups.google.com/group/Google-Picasa-Data-API/msg/819b0025b5ff5e38 |
| |
- Method resolution order:
- CommentAuthor
- atom.Author
- atom.Person
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from atom.Author:
- __init__(self, name=None, email=None, uri=None, extension_elements=None, extension_attributes=None, text=None)
- Constructor for Author
Args:
name: Name
email: Email
uri: Uri
extension_elements: list A list of ExtensionElement instances
extension_attributes: dict A dictionary of attribute value string pairs
text: str The text data in the this element
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class CommentCount(PhotosBaseElement) |
| |
The Google Photo `CommentCount' element |
| |
- Method resolution order:
- CommentCount
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class CommentEntry(GPhotosBaseEntry, CommentData) |
| |
All metadata for a Google Photos Comment
The comment is stored in the .content.text attribute,
with a content type in .content.type. |
| |
- Method resolution order:
- CommentEntry
- GPhotosBaseEntry
- gdata.GDataEntry
- atom.Entry
- atom.FeedEntryParent
- atom.AtomBase
- atom.ExtensionContainer
- gdata.LinkFinder
- atom.LinkFinder
- CommentData
- GPhotosBaseData
- __builtin__.object
Methods defined here:
- GetAlbumUri(self)
- Return the uri to the AlbumEntry containing this comment
- GetCommentId(self)
- Return the globally unique id of this comment
- GetPhotoUri(self)
- Return the uri to the PhotoEntry containing this comment
- __init__(self, author=None, category=None, content=None, atom_id=None, link=None, published=None, title=None, updated=None, gphoto_id=None, albumid=None, photoid=None, extended_property=None, extension_elements=None, extension_attributes=None, text=None)
Methods inherited from GPhotosBaseEntry:
- kind(self)
- (string) Returns the kind
Methods inherited from gdata.GDataEntry:
- GetMediaURL(self)
- Returns the URL to the media content, if the entry is a media entry.
Otherwise returns None.
- IsMedia(self)
- Determines whether or not an entry is a GData Media entry.
Properties inherited from gdata.GDataEntry:
- id
- get = __GetId(self)
- set = __SetId(self, id)
- # This method was created to strip the unwanted whitespace from the id's
# text node.
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
Methods inherited from gdata.LinkFinder:
- GetAclLink(self)
- GetEditLink(self)
- GetEditMediaLink(self)
- The Picasa API mistakenly returns media-edit rather than edit-media, but
this may change soon.
- GetFeedLink(self)
- GetHtmlLink(self)
- Find the first link with rel of alternate and type of text/html
Returns:
An atom.Link or None if no links matched
- GetNextLink(self)
- GetPostLink(self)
- Get a link containing the POST target URL.
The POST target URL is used to insert new entries.
Returns:
A link object with a rel matching the POST type.
- GetSelfLink(self)
- Find the first link with rel set to 'self'
Returns:
An atom.Link or none if none of the links had rel equal to 'self'
Methods inherited from atom.LinkFinder:
- GetAlternateLink(self)
- GetLicenseLink(self)
Data and other attributes inherited from CommentData:
- albumid = None
- author = None
- gphoto_id = None
- photoid = None
|
class CommentFeed(GPhotosBaseFeed, CommentData) |
| |
All metadata for a Google Photos Comment, including its sub-elements |
| |
- Method resolution order:
- CommentFeed
- GPhotosBaseFeed
- gdata.GDataFeed
- atom.Feed
- atom.Source
- atom.FeedEntryParent
- atom.AtomBase
- atom.ExtensionContainer
- gdata.LinkFinder
- atom.LinkFinder
- CommentData
- GPhotosBaseData
- __builtin__.object
Methods inherited from GPhotosBaseFeed:
- __init__(self, author=None, category=None, contributor=None, generator=None, icon=None, atom_id=None, link=None, logo=None, rights=None, subtitle=None, title=None, updated=None, entry=None, total_results=None, start_index=None, items_per_page=None, extension_elements=None, extension_attributes=None, text=None)
- kind(self)
- (string) Returns the kind
Properties inherited from gdata.GDataFeed:
- generator
- get = __GetGenerator(self)
- set = __SetGenerator(self, generator)
- id
- get = __GetId(self)
- set = __SetId(self, id)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
Methods inherited from gdata.LinkFinder:
- GetAclLink(self)
- GetEditLink(self)
- GetEditMediaLink(self)
- The Picasa API mistakenly returns media-edit rather than edit-media, but
this may change soon.
- GetFeedLink(self)
- GetHtmlLink(self)
- Find the first link with rel of alternate and type of text/html
Returns:
An atom.Link or None if no links matched
- GetNextLink(self)
- GetPostLink(self)
- Get a link containing the POST target URL.
The POST target URL is used to insert new entries.
Returns:
A link object with a rel matching the POST type.
- GetSelfLink(self)
- Find the first link with rel set to 'self'
Returns:
An atom.Link or none if none of the links had rel equal to 'self'
Methods inherited from atom.LinkFinder:
- GetAlternateLink(self)
- GetLicenseLink(self)
Data and other attributes inherited from CommentData:
- albumid = None
- author = None
- gphoto_id = None
- photoid = None
|
class GPhotosBaseData(__builtin__.object) |
| | |
Data and other attributes defined here:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'GPhotosBaseData' objects>
- list of weak references to the object (if defined)
|
class GPhotosBaseEntry(gdata.GDataEntry, gdata.LinkFinder) |
| |
Base class for all Entry elements in gdata.photos |
| |
- Method resolution order:
- GPhotosBaseEntry
- gdata.GDataEntry
- atom.Entry
- atom.FeedEntryParent
- atom.AtomBase
- atom.ExtensionContainer
- gdata.LinkFinder
- atom.LinkFinder
- __builtin__.object
Methods defined here:
- __init__(self, author=None, category=None, content=None, atom_id=None, link=None, published=None, title=None, updated=None, extended_property=None, extension_elements=None, extension_attributes=None, text=None)
- kind(self)
- (string) Returns the kind
Methods inherited from gdata.GDataEntry:
- GetMediaURL(self)
- Returns the URL to the media content, if the entry is a media entry.
Otherwise returns None.
- IsMedia(self)
- Determines whether or not an entry is a GData Media entry.
Properties inherited from gdata.GDataEntry:
- id
- get = __GetId(self)
- set = __SetId(self, id)
- # This method was created to strip the unwanted whitespace from the id's
# text node.
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
Methods inherited from gdata.LinkFinder:
- GetAclLink(self)
- GetEditLink(self)
- GetEditMediaLink(self)
- The Picasa API mistakenly returns media-edit rather than edit-media, but
this may change soon.
- GetFeedLink(self)
- GetHtmlLink(self)
- Find the first link with rel of alternate and type of text/html
Returns:
An atom.Link or None if no links matched
- GetNextLink(self)
- GetPostLink(self)
- Get a link containing the POST target URL.
The POST target URL is used to insert new entries.
Returns:
A link object with a rel matching the POST type.
- GetSelfLink(self)
- Find the first link with rel set to 'self'
Returns:
An atom.Link or none if none of the links had rel equal to 'self'
Methods inherited from atom.LinkFinder:
- GetAlternateLink(self)
- GetLicenseLink(self)
|
class GPhotosBaseFeed(gdata.GDataFeed, gdata.LinkFinder) |
| |
Base class for all Feeds in gdata.photos |
| |
- Method resolution order:
- GPhotosBaseFeed
- gdata.GDataFeed
- atom.Feed
- atom.Source
- atom.FeedEntryParent
- atom.AtomBase
- atom.ExtensionContainer
- gdata.LinkFinder
- atom.LinkFinder
- __builtin__.object
Methods defined here:
- __init__(self, author=None, category=None, contributor=None, generator=None, icon=None, atom_id=None, link=None, logo=None, rights=None, subtitle=None, title=None, updated=None, entry=None, total_results=None, start_index=None, items_per_page=None, extension_elements=None, extension_attributes=None, text=None)
- kind(self)
- (string) Returns the kind
Properties inherited from gdata.GDataFeed:
- generator
- get = __GetGenerator(self)
- set = __SetGenerator(self, generator)
- id
- get = __GetId(self)
- set = __SetId(self, id)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
Methods inherited from gdata.LinkFinder:
- GetAclLink(self)
- GetEditLink(self)
- GetEditMediaLink(self)
- The Picasa API mistakenly returns media-edit rather than edit-media, but
this may change soon.
- GetFeedLink(self)
- GetHtmlLink(self)
- Find the first link with rel of alternate and type of text/html
Returns:
An atom.Link or None if no links matched
- GetNextLink(self)
- GetPostLink(self)
- Get a link containing the POST target URL.
The POST target URL is used to insert new entries.
Returns:
A link object with a rel matching the POST type.
- GetSelfLink(self)
- Find the first link with rel set to 'self'
Returns:
An atom.Link or none if none of the links had rel equal to 'self'
Methods inherited from atom.LinkFinder:
- GetAlternateLink(self)
- GetLicenseLink(self)
|
class Height(PhotosBaseElement) |
| |
The Google Photo `Height' element |
| |
- Method resolution order:
- Height
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class Id(PhotosBaseElement) |
| |
The Google Photo `Id' element |
| |
- Method resolution order:
- Id
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class Location(PhotosBaseElement) |
| |
The Google Photo `Location' element |
| |
- Method resolution order:
- Location
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class Name(PhotosBaseElement) |
| |
The Google Photo `Name' element |
| |
- Method resolution order:
- Name
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class Nickname(PhotosBaseElement) |
| |
The Google Photo `Nickname' element |
| |
- Method resolution order:
- Nickname
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
class Numphotos(PhotosBaseElement) |
| |
The Google Photo `Numphotos' element |
| |
- Method resolution order:
- Numphotos
- PhotosBaseElement
- atom.AtomBase
- atom.ExtensionContainer
- __builtin__.object
Methods inherited from PhotosBaseElement:
- __init__(self, name=None, extension_elements=None, extension_attributes=None, text=None)
- __int__(self)
- bool(self)
Methods inherited from atom.AtomBase:
- ToString(self, string_encoding='UTF-8')
- Converts the Atom object to a string containing XML.
- __str__(self)
Methods inherited from atom.ExtensionContainer:
- FindExtensions(self, tag=None, namespace=None)
- Searches extension elements for child nodes with the desired name.
Returns a list of extension elements within this object whose tag
and/or namespace match those passed in. To find all extensions in
a particular namespace, specify the namespace but not the tag name.
If you specify only the tag, the result list may contain extension
elements in multiple namespaces.
Args:
tag: str (optional) The desired tag
namespace: str (optional) The desired namespace
Returns:
A list of elements whose tag and/or namespace match the parameters
values
Data and other attributes inherited from atom.ExtensionContainer:
- __dict__ = <dictproxy object>
- dictionary for instance variables (if defined)
- __weakref__ = <attribute '__weakref__' of 'ExtensionContainer' objects>
- list of weak references to the object (if defined)
|
|