GData.PicasaWebUser¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
The maximum number of photos allowed in an album. |
||
r |
The user’s nickname. |
||
r |
The current amount of space, in bytes, already used by the user. |
||
r |
The total amount of space, in bytes, available to the user. |
||
r |
The URI of a thumbnail-sized portrait of the user. |
||
r |
The username of the user. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GData.PicasaWebUser(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
All the fields in the
GData.PicasaWebUser
structure are private and should never be accessed directly.New in version 0.6.0.
- get_max_photos_per_album()¶
- Returns:
the maximum number of photos an album for this account can hold, or -1
- Return type:
Gets the
GData.PicasaWebUser
:max-photos-per-album
property. Note that this information is not available when accessing feeds which we haven’t authenticated, and 0 is returned.New in version 0.6.0.
- get_nickname()¶
-
Gets the
GData.PicasaWebUser
:nickname
property.New in version 0.6.0.
- get_quota_current()¶
- Returns:
the current number of bytes in use by this feed’s account, or -1
- Return type:
Gets the
GData.PicasaWebUser
:quota-current
property. Note that this information is not available when accessing feeds which we haven’t authenticated, and 0 is returned.New in version 0.6.0.
- get_quota_limit()¶
- Returns:
the maximum capacity in bytes for this feed’s account, or -1
- Return type:
Gets the
GData.PicasaWebUser
:quota-limit
property. Note that this information is not available when accessing feeds which we haven’t authenticated, and 0 is returned.New in version 0.6.0.
- get_thumbnail_uri()¶
-
Gets the
GData.PicasaWebUser
:thumbnail-uri
property.New in version 0.6.0.
- get_user()¶
-
Gets the
GData.PicasaWebUser
:user
property.New in version 0.6.0.
Property Details¶
- GData.PicasaWebUser.props.max_photos_per_album¶
-
The maximum number of photos allowed in an album. http://code.google.com/apis/picasaweb/docs/2.0/reference.html#gphoto_maxPhotosPerAlbum
If the
GData.PicasaWebUser
does not represent the currently authenticated user, this will be -1.New in version 0.6.0.
- GData.PicasaWebUser.props.nickname¶
-
The user’s nickname. This is a user-specified value that should be used when referring to the user by name. http://code.google.com/apis/picasaweb/docs/2.0/reference.html#gphoto_nickname
New in version 0.6.0.
- GData.PicasaWebUser.props.quota_current¶
-
The current amount of space, in bytes, already used by the user. http://code.google.com/apis/picasaweb/docs/2.0/reference.html#gphoto_quotacurrent
If the
GData.PicasaWebUser
does not represent the currently authenticated user, this will be -1.New in version 0.6.0.
- GData.PicasaWebUser.props.quota_limit¶
-
The total amount of space, in bytes, available to the user. http://code.google.com/apis/picasaweb/docs/2.0/reference.html#gphoto_quotalimit
If the
GData.PicasaWebUser
does not represent the currently authenticated user, this will be -1.New in version 0.6.0.
- GData.PicasaWebUser.props.thumbnail_uri¶
-
The URI of a thumbnail-sized portrait of the user. http://code.google.com/apis/picasaweb/docs/2.0/reference.html#gphoto_thumbnail
New in version 0.6.0.