| |
Methods defined here:
- __init__(self)
- delete = method(self, **kwargs)
- Delete a photo
Args:
albumId: ID of the album to which to photo belongs. (required)
alt: Specifies an alternative representation type.
photoId: ID of the photo to delete. (required)
hl: Language code to limit language results.
userId: ID of the user being referenced. (required)
- get = method(self, **kwargs)
- Get photo metadata
Args:
albumId: ID of the photo for which to get metadata. (required)
alt: Specifies an alternative representation type.
photoId: ID of the album containing the photo. (required)
hl: Language code to limit language results.
userId: ID of the user being referenced. (required)
- insert = method(self, **kwargs)
- Upload a photo to an album
Args:
body: The request body.
albumId: ID of the album to which to upload. (required)
alt: Specifies an alternative representation type.
userId: ID of the user being referenced. (required)
hl: Language code to limit language results.
- insert2 = method(self, **kwargs)
- Upload a photo to an album
Args:
body: The request body.
albumId: ID of the album to which to upload. (required)
alt: Specifies an alternative representation type.
userId: ID of the user being referenced. (required)
hl: Language code to limit language results.
- listByAlbum = method(self, **kwargs)
- List photos in an album
Args:
c: A continuation token that allows pagination.
userId: ID of the user being referenced. (required)
albumId: ID of the album for which to list photos. (required)
max_results: Maximum number of results to include.
hl: Language code to limit language results.
alt: Specifies an alternative representation type.
- listByScope = method(self, **kwargs)
- Get a user's photos
Args:
c: A continuation token that allows pagination.
userId: ID of the user being referenced. (required)
max_results: Maximum number of results to include.
hl: Language code to limit language results.
scope: The collection of photos to list. (required)
alt: Specifies an alternative representation type.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|