
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.
Definition at line 620 of file __init__.py.
Public Member Functions | |
| def | __init__ |
| def | __init__ |
| def | __init__ |
| def | __init__ |
| def | __init__ |
| def | __str__ |
| def | FindExtensions |
| def | GetAclLink |
| def | GetAclLink |
| def | GetAlternateLink |
| def | GetAlternateLink |
| def | GetAlternateLink |
| def | GetCommentsUri |
| def | GetEditLink |
| def | GetEditLink |
| def | GetEditLink |
| def | GetEditMediaLink |
| def | GetEditMediaLink |
| def | GetFeedLink |
| def | GetFeedLink |
| def | GetHtmlLink |
| def | GetHtmlLink |
| def | GetLicenseLink |
| def | GetLicenseLink |
| def | GetLicenseLink |
| def | GetNextLink |
| def | GetNextLink |
| def | GetNextLink |
| def | GetPhotosUri |
| def | GetPostLink |
| def | GetPostLink |
| def | GetSelfLink |
| def | GetSelfLink |
| def | GetSelfLink |
| def | GetTagsUri |
| def | kind |
| def | ToString |
Public Attributes | |
| author | |
| category | |
| contributor | |
| entry | |
| TODO: is it safe to use getattr on gdata.photos? | |
| extension_attributes | |
| extension_elements | |
| generator | |
| icon | |
| id | |
| items_per_page | |
| link | |
| logo | |
| rights | |
| start_index | |
| subtitle | |
| text | |
| title | |
| total_results | |
| updated | |
Static Public Attributes | |
| access = None | |
| bytesUsed = None | |
| commentCount = None | |
| commentingEnabled = None | |
| tuple | generator = property(__GetGenerator, __SetGenerator) |
| gphoto_id = None | |
| NOTE: storing media:group as self.media, to create a self-explaining api. | |
| tuple | id = property(__GetId, __SetId) |
| location = None | |
| name = None | |
| nickname = None | |
| numphotos = None | |
| numphotosremaining = None | |
| timestamp = None | |
| user = None | |
Static Private Attributes | |
| tuple | _children = GPhotosBaseFeed._children.copy() |