Joe Gregorio | afc45f2 | 2011-02-20 16:11:28 -0500 | [diff] [blame] | 1 | |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 | <html><head><title>Python: class Resource</title> |
| 4 | </head><body bgcolor="#f0f0f8"> |
| 5 | <p> |
| 6 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 7 | <tr bgcolor="#ffc8d8"> |
| 8 | <td colspan=3 valign=bottom> <br> |
| 9 | <font color="#000000" face="helvetica, arial"><a name="Resource">class <strong>Resource</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> |
| 10 | |
| 11 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 12 | <td colspan=2><tt>A class for interacting with a resource.<br> </tt></td></tr> |
| 13 | <tr><td> </td> |
| 14 | <td width="100%">Methods defined here:<br> |
| 15 | <dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl> |
| 16 | |
| 17 | <dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete a photo album<br> |
| 18 | <br> |
| 19 | Args:<br> |
Joe Gregorio | ad258e2 | 2011-02-22 22:53:30 -0500 | [diff] [blame] | 20 | albumId: string, ID of the album to delete. (required)<br> |
Joe Gregorio | 20a5aa9 | 2011-04-01 17:44:25 -0400 | [diff] [blame] | 21 | userId: string, ID of the user being referenced. (required)<br> |
| 22 | hl: string, Language code to limit language results.<br> |
Joe Gregorio | ad258e2 | 2011-02-22 22:53:30 -0500 | [diff] [blame] | 23 | alt: string, Specifies an alternative representation type.<br> |
| 24 | Allowed values<br> |
| 25 | atom - Use Atom XML format<br> |
Joe Gregorio | 20a5aa9 | 2011-04-01 17:44:25 -0400 | [diff] [blame] | 26 | json - Use JSON format</tt></dd></dl> |
Joe Gregorio | afc45f2 | 2011-02-20 16:11:28 -0500 | [diff] [blame] | 27 | |
| 28 | <dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a photo album<br> |
| 29 | <br> |
| 30 | Args:<br> |
Joe Gregorio | ad258e2 | 2011-02-22 22:53:30 -0500 | [diff] [blame] | 31 | albumId: string, ID of the album to get. (required)<br> |
Joe Gregorio | 20a5aa9 | 2011-04-01 17:44:25 -0400 | [diff] [blame] | 32 | userId: string, ID of the user being referenced. (required)<br> |
| 33 | hl: string, Language code to limit language results.<br> |
Joe Gregorio | ad258e2 | 2011-02-22 22:53:30 -0500 | [diff] [blame] | 34 | alt: string, Specifies an alternative representation type.<br> |
| 35 | Allowed values<br> |
| 36 | atom - Use Atom XML format<br> |
Joe Gregorio | 20a5aa9 | 2011-04-01 17:44:25 -0400 | [diff] [blame] | 37 | json - Use JSON format</tt></dd></dl> |
Joe Gregorio | afc45f2 | 2011-02-20 16:11:28 -0500 | [diff] [blame] | 38 | |
| 39 | <dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Create a photo album<br> |
| 40 | <br> |
| 41 | Args:<br> |
Joe Gregorio | 9384170 | 2011-03-02 16:12:05 -0800 | [diff] [blame] | 42 | body: object, The request body. (required)<br> |
Joe Gregorio | 20a5aa9 | 2011-04-01 17:44:25 -0400 | [diff] [blame] | 43 | userId: string, ID of the user being referenced. (required)<br> |
| 44 | hl: string, Language code to limit language results.<br> |
Joe Gregorio | ad258e2 | 2011-02-22 22:53:30 -0500 | [diff] [blame] | 45 | alt: string, Specifies an alternative representation type.<br> |
| 46 | Allowed values<br> |
| 47 | atom - Use Atom XML format<br> |
Joe Gregorio | 20a5aa9 | 2011-04-01 17:44:25 -0400 | [diff] [blame] | 48 | json - Use JSON format</tt></dd></dl> |
Joe Gregorio | afc45f2 | 2011-02-20 16:11:28 -0500 | [diff] [blame] | 49 | |
| 50 | <dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List a user's photo albums<br> |
| 51 | <br> |
| 52 | Args:<br> |
Joe Gregorio | ad258e2 | 2011-02-22 22:53:30 -0500 | [diff] [blame] | 53 | c: string, A continuation token that allows pagination.<br> |
| 54 | userId: string, ID of the user being referenced. (required)<br> |
| 55 | max_results: integer, Maximum number of results to include.<br> |
| 56 | hl: string, Language code to limit language results.<br> |
| 57 | scope: string, The collection of albums to list. (required)<br> |
| 58 | Allowed values<br> |
| 59 | @self - Albums posted by the user.<br> |
| 60 | alt: string, Specifies an alternative representation type.<br> |
| 61 | Allowed values<br> |
| 62 | atom - Use Atom XML format<br> |
| 63 | json - Use JSON format</tt></dd></dl> |
Joe Gregorio | afc45f2 | 2011-02-20 16:11:28 -0500 | [diff] [blame] | 64 | |
| 65 | <hr> |
| 66 | Data descriptors defined here:<br> |
| 67 | <dl><dt><strong>__dict__</strong></dt> |
| 68 | <dd><tt>dictionary for instance variables (if defined)</tt></dd> |
| 69 | </dl> |
| 70 | <dl><dt><strong>__weakref__</strong></dt> |
| 71 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 72 | </dl> |
| 73 | </td></tr></table> |
| 74 | </body></html> |