Refresh generated docs.
diff --git a/docs/dyn/adexchangebuyer.v1.accounts.html b/docs/dyn/adexchangebuyer.v1.accounts.html
deleted file mode 100644
index 9a967bd..0000000
--- a/docs/dyn/adexchangebuyer.v1.accounts.html
+++ /dev/null
@@ -1,168 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;one&nbsp;account&nbsp;by&nbsp;ID.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;integer,&nbsp;The&nbsp;account&nbsp;id&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#account",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maximumTotalQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;all&nbsp;bidderLocation.maximumQps&nbsp;values&nbsp;cannot&nbsp;exceed&nbsp;this.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"bidderLocation":&nbsp;[&nbsp;#&nbsp;Your&nbsp;bidder&nbsp;locations&nbsp;that&nbsp;have&nbsp;distinct&nbsp;URLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;to&nbsp;which&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send&nbsp;bid&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maximumQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;queries&nbsp;per&nbsp;second&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingNid":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;nid&nbsp;parameter&nbsp;value&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;Account&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;base&nbsp;URL&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;authenticated&nbsp;user's&nbsp;list&nbsp;of&nbsp;accounts.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;accounts.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#account",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maximumTotalQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;all&nbsp;bidderLocation.maximumQps&nbsp;values&nbsp;cannot&nbsp;exceed&nbsp;this.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"bidderLocation":&nbsp;[&nbsp;#&nbsp;Your&nbsp;bidder&nbsp;locations&nbsp;that&nbsp;have&nbsp;distinct&nbsp;URLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;to&nbsp;which&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send&nbsp;bid&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maximumQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;queries&nbsp;per&nbsp;second&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingNid":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;nid&nbsp;parameter&nbsp;value&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;Account&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;base&nbsp;URL&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#accountsList",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;an&nbsp;existing&nbsp;account.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#account",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maximumTotalQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;all&nbsp;bidderLocation.maximumQps&nbsp;values&nbsp;cannot&nbsp;exceed&nbsp;this.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"bidderLocation":&nbsp;[&nbsp;#&nbsp;Your&nbsp;bidder&nbsp;locations&nbsp;that&nbsp;have&nbsp;distinct&nbsp;URLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;to&nbsp;which&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send&nbsp;bid&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maximumQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;queries&nbsp;per&nbsp;second&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingNid":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;nid&nbsp;parameter&nbsp;value&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;Account&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;base&nbsp;URL&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;integer,&nbsp;The&nbsp;account&nbsp;id&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#account",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maximumTotalQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;all&nbsp;bidderLocation.maximumQps&nbsp;values&nbsp;cannot&nbsp;exceed&nbsp;this.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"bidderLocation":&nbsp;[&nbsp;#&nbsp;Your&nbsp;bidder&nbsp;locations&nbsp;that&nbsp;have&nbsp;distinct&nbsp;URLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;to&nbsp;which&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send&nbsp;bid&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maximumQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;queries&nbsp;per&nbsp;second&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingNid":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;nid&nbsp;parameter&nbsp;value&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;Account&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;base&nbsp;URL&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;an&nbsp;existing&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#account",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maximumTotalQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;all&nbsp;bidderLocation.maximumQps&nbsp;values&nbsp;cannot&nbsp;exceed&nbsp;this.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"bidderLocation":&nbsp;[&nbsp;#&nbsp;Your&nbsp;bidder&nbsp;locations&nbsp;that&nbsp;have&nbsp;distinct&nbsp;URLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;to&nbsp;which&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send&nbsp;bid&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maximumQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;queries&nbsp;per&nbsp;second&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingNid":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;nid&nbsp;parameter&nbsp;value&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;Account&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;base&nbsp;URL&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;integer,&nbsp;The&nbsp;account&nbsp;id&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#account",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maximumTotalQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;all&nbsp;bidderLocation.maximumQps&nbsp;values&nbsp;cannot&nbsp;exceed&nbsp;this.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"bidderLocation":&nbsp;[&nbsp;#&nbsp;Your&nbsp;bidder&nbsp;locations&nbsp;that&nbsp;have&nbsp;distinct&nbsp;URLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;to&nbsp;which&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send&nbsp;bid&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maximumQps":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;queries&nbsp;per&nbsp;second&nbsp;the&nbsp;Ad&nbsp;Exchange&nbsp;will&nbsp;send.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingNid":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;nid&nbsp;parameter&nbsp;value&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.&nbsp;Please&nbsp;contact&nbsp;your&nbsp;technical&nbsp;account&nbsp;manager&nbsp;if&nbsp;you&nbsp;need&nbsp;to&nbsp;change&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;Account&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cookieMatchingUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;base&nbsp;URL&nbsp;used&nbsp;in&nbsp;cookie&nbsp;match&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adexchangebuyer.v1.creatives.html b/docs/dyn/adexchangebuyer.v1.creatives.html
deleted file mode 100644
index 4247c9e..0000000
--- a/docs/dyn/adexchangebuyer.v1.creatives.html
+++ /dev/null
@@ -1,208 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;status&nbsp;for&nbsp;a&nbsp;single&nbsp;creative.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;adgroupId:&nbsp;string,&nbsp;The&nbsp;adgroup&nbsp;this&nbsp;creative&nbsp;belongs&nbsp;to.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;buyerCreativeId:&nbsp;string,&nbsp;The&nbsp;buyer-specific&nbsp;id&nbsp;for&nbsp;this&nbsp;creative.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;accountId:&nbsp;integer,&nbsp;The&nbsp;id&nbsp;for&nbsp;the&nbsp;account&nbsp;that&nbsp;will&nbsp;serve&nbsp;this&nbsp;creative.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"productCategories":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;product&nbsp;categories,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiserName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;company&nbsp;being&nbsp;advertised&nbsp;in&nbsp;the&nbsp;creative.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"adgroupId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;pretargeting&nbsp;adgroup&nbsp;id&nbsp;that&nbsp;this&nbsp;creative&nbsp;will&nbsp;be&nbsp;associated&nbsp;with.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoURL":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;url&nbsp;to&nbsp;fetch&nbsp;a&nbsp;video&nbsp;ad.&nbsp;If&nbsp;set,&nbsp;HTMLSnippet&nbsp;should&nbsp;not&nbsp;be&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;Ad&nbsp;width.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribute":&nbsp;[&nbsp;#&nbsp;All&nbsp;attributes&nbsp;for&nbsp;the&nbsp;ads&nbsp;that&nbsp;may&nbsp;be&nbsp;shown&nbsp;from&nbsp;this&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#creative",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;Ad&nbsp;height.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiserId":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;advertiser&nbsp;id,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"HTMLSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML&nbsp;snippet&nbsp;that&nbsp;displays&nbsp;the&nbsp;ad&nbsp;when&nbsp;inserted&nbsp;in&nbsp;the&nbsp;web&nbsp;page.&nbsp;If&nbsp;set,&nbsp;videoURL&nbsp;should&nbsp;not&nbsp;be&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creative&nbsp;serving&nbsp;status.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"buyerCreativeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;buyer-specific&nbsp;id&nbsp;identifying&nbsp;the&nbsp;creative&nbsp;in&nbsp;this&nbsp;ad.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"clickThroughUrl":&nbsp;[&nbsp;#&nbsp;The&nbsp;set&nbsp;of&nbsp;destination&nbsp;urls&nbsp;for&nbsp;the&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vendorType":&nbsp;[&nbsp;#&nbsp;All&nbsp;vendor&nbsp;types&nbsp;for&nbsp;the&nbsp;ads&nbsp;that&nbsp;may&nbsp;be&nbsp;shown&nbsp;from&nbsp;this&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"disapprovalReasons":&nbsp;[&nbsp;#&nbsp;The&nbsp;reason&nbsp;for&nbsp;disapproval,&nbsp;if&nbsp;any.&nbsp;Note&nbsp;that&nbsp;not&nbsp;all&nbsp;disapproval&nbsp;reasons&nbsp;may&nbsp;be&nbsp;categorized,&nbsp;so&nbsp;it&nbsp;is&nbsp;possible&nbsp;for&nbsp;the&nbsp;creative&nbsp;to&nbsp;have&nbsp;a&nbsp;status&nbsp;of&nbsp;DISAPPROVED&nbsp;with&nbsp;an&nbsp;empty&nbsp;list&nbsp;for&nbsp;disapproval_reasons.&nbsp;In&nbsp;this&nbsp;case,&nbsp;please&nbsp;reach&nbsp;out&nbsp;to&nbsp;your&nbsp;TAM&nbsp;to&nbsp;help&nbsp;debug&nbsp;the&nbsp;issue.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sensitiveCategories":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;sensitive&nbsp;categories,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;42,&nbsp;#&nbsp;Account&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Submit&nbsp;a&nbsp;new&nbsp;creative.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"productCategories":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;product&nbsp;categories,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"advertiserName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;company&nbsp;being&nbsp;advertised&nbsp;in&nbsp;the&nbsp;creative.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"adgroupId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;pretargeting&nbsp;adgroup&nbsp;id&nbsp;that&nbsp;this&nbsp;creative&nbsp;will&nbsp;be&nbsp;associated&nbsp;with.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"videoURL":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;url&nbsp;to&nbsp;fetch&nbsp;a&nbsp;video&nbsp;ad.&nbsp;If&nbsp;set,&nbsp;HTMLSnippet&nbsp;should&nbsp;not&nbsp;be&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;Ad&nbsp;width.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attribute":&nbsp;[&nbsp;#&nbsp;All&nbsp;attributes&nbsp;for&nbsp;the&nbsp;ads&nbsp;that&nbsp;may&nbsp;be&nbsp;shown&nbsp;from&nbsp;this&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#creative",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;Ad&nbsp;height.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"advertiserId":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;advertiser&nbsp;id,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"HTMLSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML&nbsp;snippet&nbsp;that&nbsp;displays&nbsp;the&nbsp;ad&nbsp;when&nbsp;inserted&nbsp;in&nbsp;the&nbsp;web&nbsp;page.&nbsp;If&nbsp;set,&nbsp;videoURL&nbsp;should&nbsp;not&nbsp;be&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creative&nbsp;serving&nbsp;status.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"buyerCreativeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;buyer-specific&nbsp;id&nbsp;identifying&nbsp;the&nbsp;creative&nbsp;in&nbsp;this&nbsp;ad.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"clickThroughUrl":&nbsp;[&nbsp;#&nbsp;The&nbsp;set&nbsp;of&nbsp;destination&nbsp;urls&nbsp;for&nbsp;the&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"vendorType":&nbsp;[&nbsp;#&nbsp;All&nbsp;vendor&nbsp;types&nbsp;for&nbsp;the&nbsp;ads&nbsp;that&nbsp;may&nbsp;be&nbsp;shown&nbsp;from&nbsp;this&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"disapprovalReasons":&nbsp;[&nbsp;#&nbsp;The&nbsp;reason&nbsp;for&nbsp;disapproval,&nbsp;if&nbsp;any.&nbsp;Note&nbsp;that&nbsp;not&nbsp;all&nbsp;disapproval&nbsp;reasons&nbsp;may&nbsp;be&nbsp;categorized,&nbsp;so&nbsp;it&nbsp;is&nbsp;possible&nbsp;for&nbsp;the&nbsp;creative&nbsp;to&nbsp;have&nbsp;a&nbsp;status&nbsp;of&nbsp;DISAPPROVED&nbsp;with&nbsp;an&nbsp;empty&nbsp;list&nbsp;for&nbsp;disapproval_reasons.&nbsp;In&nbsp;this&nbsp;case,&nbsp;please&nbsp;reach&nbsp;out&nbsp;to&nbsp;your&nbsp;TAM&nbsp;to&nbsp;help&nbsp;debug&nbsp;the&nbsp;issue.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sensitiveCategories":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;sensitive&nbsp;categories,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;42,&nbsp;#&nbsp;Account&nbsp;id.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"productCategories":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;product&nbsp;categories,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiserName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;company&nbsp;being&nbsp;advertised&nbsp;in&nbsp;the&nbsp;creative.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"adgroupId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;pretargeting&nbsp;adgroup&nbsp;id&nbsp;that&nbsp;this&nbsp;creative&nbsp;will&nbsp;be&nbsp;associated&nbsp;with.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoURL":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;url&nbsp;to&nbsp;fetch&nbsp;a&nbsp;video&nbsp;ad.&nbsp;If&nbsp;set,&nbsp;HTMLSnippet&nbsp;should&nbsp;not&nbsp;be&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;Ad&nbsp;width.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribute":&nbsp;[&nbsp;#&nbsp;All&nbsp;attributes&nbsp;for&nbsp;the&nbsp;ads&nbsp;that&nbsp;may&nbsp;be&nbsp;shown&nbsp;from&nbsp;this&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#creative",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;Ad&nbsp;height.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiserId":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;advertiser&nbsp;id,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"HTMLSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML&nbsp;snippet&nbsp;that&nbsp;displays&nbsp;the&nbsp;ad&nbsp;when&nbsp;inserted&nbsp;in&nbsp;the&nbsp;web&nbsp;page.&nbsp;If&nbsp;set,&nbsp;videoURL&nbsp;should&nbsp;not&nbsp;be&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creative&nbsp;serving&nbsp;status.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"buyerCreativeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;buyer-specific&nbsp;id&nbsp;identifying&nbsp;the&nbsp;creative&nbsp;in&nbsp;this&nbsp;ad.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"clickThroughUrl":&nbsp;[&nbsp;#&nbsp;The&nbsp;set&nbsp;of&nbsp;destination&nbsp;urls&nbsp;for&nbsp;the&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vendorType":&nbsp;[&nbsp;#&nbsp;All&nbsp;vendor&nbsp;types&nbsp;for&nbsp;the&nbsp;ads&nbsp;that&nbsp;may&nbsp;be&nbsp;shown&nbsp;from&nbsp;this&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"disapprovalReasons":&nbsp;[&nbsp;#&nbsp;The&nbsp;reason&nbsp;for&nbsp;disapproval,&nbsp;if&nbsp;any.&nbsp;Note&nbsp;that&nbsp;not&nbsp;all&nbsp;disapproval&nbsp;reasons&nbsp;may&nbsp;be&nbsp;categorized,&nbsp;so&nbsp;it&nbsp;is&nbsp;possible&nbsp;for&nbsp;the&nbsp;creative&nbsp;to&nbsp;have&nbsp;a&nbsp;status&nbsp;of&nbsp;DISAPPROVED&nbsp;with&nbsp;an&nbsp;empty&nbsp;list&nbsp;for&nbsp;disapproval_reasons.&nbsp;In&nbsp;this&nbsp;case,&nbsp;please&nbsp;reach&nbsp;out&nbsp;to&nbsp;your&nbsp;TAM&nbsp;to&nbsp;help&nbsp;debug&nbsp;the&nbsp;issue.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sensitiveCategories":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;sensitive&nbsp;categories,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;42,&nbsp;#&nbsp;Account&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;list&nbsp;of&nbsp;the&nbsp;authenticated&nbsp;user's&nbsp;active&nbsp;creatives.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;clients.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.&nbsp;Optional.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;entries&nbsp;returned&nbsp;on&nbsp;one&nbsp;result&nbsp;page.&nbsp;If&nbsp;not&nbsp;set,&nbsp;the&nbsp;default&nbsp;is&nbsp;100.&nbsp;Optional.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;creatives.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"productCategories":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;product&nbsp;categories,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiserName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;company&nbsp;being&nbsp;advertised&nbsp;in&nbsp;the&nbsp;creative.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"adgroupId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;pretargeting&nbsp;adgroup&nbsp;id&nbsp;that&nbsp;this&nbsp;creative&nbsp;will&nbsp;be&nbsp;associated&nbsp;with.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoURL":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;url&nbsp;to&nbsp;fetch&nbsp;a&nbsp;video&nbsp;ad.&nbsp;If&nbsp;set,&nbsp;HTMLSnippet&nbsp;should&nbsp;not&nbsp;be&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;Ad&nbsp;width.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribute":&nbsp;[&nbsp;#&nbsp;All&nbsp;attributes&nbsp;for&nbsp;the&nbsp;ads&nbsp;that&nbsp;may&nbsp;be&nbsp;shown&nbsp;from&nbsp;this&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#creative",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;Ad&nbsp;height.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiserId":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;advertiser&nbsp;id,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"HTMLSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML&nbsp;snippet&nbsp;that&nbsp;displays&nbsp;the&nbsp;ad&nbsp;when&nbsp;inserted&nbsp;in&nbsp;the&nbsp;web&nbsp;page.&nbsp;If&nbsp;set,&nbsp;videoURL&nbsp;should&nbsp;not&nbsp;be&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creative&nbsp;serving&nbsp;status.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"buyerCreativeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;buyer-specific&nbsp;id&nbsp;identifying&nbsp;the&nbsp;creative&nbsp;in&nbsp;this&nbsp;ad.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"clickThroughUrl":&nbsp;[&nbsp;#&nbsp;The&nbsp;set&nbsp;of&nbsp;destination&nbsp;urls&nbsp;for&nbsp;the&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vendorType":&nbsp;[&nbsp;#&nbsp;All&nbsp;vendor&nbsp;types&nbsp;for&nbsp;the&nbsp;ads&nbsp;that&nbsp;may&nbsp;be&nbsp;shown&nbsp;from&nbsp;this&nbsp;snippet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"disapprovalReasons":&nbsp;[&nbsp;#&nbsp;The&nbsp;reason&nbsp;for&nbsp;disapproval,&nbsp;if&nbsp;any.&nbsp;Note&nbsp;that&nbsp;not&nbsp;all&nbsp;disapproval&nbsp;reasons&nbsp;may&nbsp;be&nbsp;categorized,&nbsp;so&nbsp;it&nbsp;is&nbsp;possible&nbsp;for&nbsp;the&nbsp;creative&nbsp;to&nbsp;have&nbsp;a&nbsp;status&nbsp;of&nbsp;DISAPPROVED&nbsp;with&nbsp;an&nbsp;empty&nbsp;list&nbsp;for&nbsp;disapproval_reasons.&nbsp;In&nbsp;this&nbsp;case,&nbsp;please&nbsp;reach&nbsp;out&nbsp;to&nbsp;your&nbsp;TAM&nbsp;to&nbsp;help&nbsp;debug&nbsp;the&nbsp;issue.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sensitiveCategories":&nbsp;[&nbsp;#&nbsp;Detected&nbsp;sensitive&nbsp;categories,&nbsp;if&nbsp;any.&nbsp;Read-only.&nbsp;This&nbsp;field&nbsp;should&nbsp;not&nbsp;be&nbsp;set&nbsp;in&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;42,&nbsp;#&nbsp;Account&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#creativesList",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adexchangebuyer.v1.directDeals.html b/docs/dyn/adexchangebuyer.v1.directDeals.html
deleted file mode 100644
index f300677..0000000
--- a/docs/dyn/adexchangebuyer.v1.directDeals.html
+++ /dev/null
@@ -1,78 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;one&nbsp;direct&nbsp;deal&nbsp;by&nbsp;ID.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;direct&nbsp;deal&nbsp;id&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"advertiser":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;advertiser&nbsp;this&nbsp;deal&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#directDeal",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;currency&nbsp;code&nbsp;that&nbsp;applies&nbsp;to&nbsp;the&nbsp;fixed_cpm&nbsp;value.&nbsp;If&nbsp;not&nbsp;set&nbsp;then&nbsp;assumed&nbsp;to&nbsp;be&nbsp;USD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fixedCpm":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;fixed&nbsp;price&nbsp;for&nbsp;this&nbsp;direct&nbsp;deal.&nbsp;In&nbsp;cpm&nbsp;micros&nbsp;of&nbsp;currency&nbsp;according&nbsp;to&nbsp;currency_code.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Start&nbsp;time&nbsp;for&nbsp;when&nbsp;this&nbsp;deal&nbsp;becomes&nbsp;active.&nbsp;If&nbsp;not&nbsp;set&nbsp;then&nbsp;this&nbsp;deal&nbsp;is&nbsp;active&nbsp;immediately&nbsp;upon&nbsp;creation.&nbsp;In&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;End&nbsp;time&nbsp;for&nbsp;when&nbsp;this&nbsp;deal&nbsp;stops&nbsp;being&nbsp;active.&nbsp;If&nbsp;not&nbsp;set&nbsp;then&nbsp;this&nbsp;deal&nbsp;is&nbsp;valid&nbsp;until&nbsp;manually&nbsp;disabled&nbsp;by&nbsp;the&nbsp;publisher.&nbsp;In&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sellerNetwork":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;publisher&nbsp;offering&nbsp;this&nbsp;direct&nbsp;deal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Deal&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;42,&nbsp;#&nbsp;The&nbsp;account&nbsp;id&nbsp;of&nbsp;the&nbsp;buyer&nbsp;this&nbsp;deal&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;authenticated&nbsp;user's&nbsp;list&nbsp;of&nbsp;direct&nbsp;deals.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#directDealsList",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"directDeals":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;direct&nbsp;deals&nbsp;relevant&nbsp;for&nbsp;your&nbsp;account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiser":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;advertiser&nbsp;this&nbsp;deal&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adexchangebuyer#directDeal",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;currency&nbsp;code&nbsp;that&nbsp;applies&nbsp;to&nbsp;the&nbsp;fixed_cpm&nbsp;value.&nbsp;If&nbsp;not&nbsp;set&nbsp;then&nbsp;assumed&nbsp;to&nbsp;be&nbsp;USD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fixedCpm":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;fixed&nbsp;price&nbsp;for&nbsp;this&nbsp;direct&nbsp;deal.&nbsp;In&nbsp;cpm&nbsp;micros&nbsp;of&nbsp;currency&nbsp;according&nbsp;to&nbsp;currency_code.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Start&nbsp;time&nbsp;for&nbsp;when&nbsp;this&nbsp;deal&nbsp;becomes&nbsp;active.&nbsp;If&nbsp;not&nbsp;set&nbsp;then&nbsp;this&nbsp;deal&nbsp;is&nbsp;active&nbsp;immediately&nbsp;upon&nbsp;creation.&nbsp;In&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;End&nbsp;time&nbsp;for&nbsp;when&nbsp;this&nbsp;deal&nbsp;stops&nbsp;being&nbsp;active.&nbsp;If&nbsp;not&nbsp;set&nbsp;then&nbsp;this&nbsp;deal&nbsp;is&nbsp;valid&nbsp;until&nbsp;manually&nbsp;disabled&nbsp;by&nbsp;the&nbsp;publisher.&nbsp;In&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sellerNetwork":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;publisher&nbsp;offering&nbsp;this&nbsp;direct&nbsp;deal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Deal&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;42,&nbsp;#&nbsp;The&nbsp;account&nbsp;id&nbsp;of&nbsp;the&nbsp;buyer&nbsp;this&nbsp;deal&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adexchangebuyer.v1.html b/docs/dyn/adexchangebuyer.v1.html
deleted file mode 100644
index ddf8f7c..0000000
--- a/docs/dyn/adexchangebuyer.v1.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-accounts"><strong><a href="adexchangebuyer.v1.accounts.html">accounts</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-creatives"><strong><a href="adexchangebuyer.v1.creatives.html">creatives</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-directDeals"><strong><a href="adexchangebuyer.v1.directDeals.html">directDeals</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adexchangebuyer_v1.accounts.html b/docs/dyn/adexchangebuyer_v1.accounts.html
new file mode 100644
index 0000000..667ab3f
--- /dev/null
+++ b/docs/dyn/adexchangebuyer_v1.accounts.html
@@ -0,0 +1,228 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adexchangebuyer_v1.html">Ad Exchange Buyer API</a> . <a href="adexchangebuyer_v1.accounts.html">accounts</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(id)</a></code></p>
+<p class="firstline">Gets one account by ID.</p>
+<p class="toc_element">
+  <code><a href="#list">list()</a></code></p>
+<p class="firstline">Retrieves the authenticated user's list of accounts.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(id, body)</a></code></p>
+<p class="firstline">Updates an existing account. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(id, body)</a></code></p>
+<p class="firstline">Updates an existing account.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(id)</code>
+  <pre>Gets one account by ID.
+
+Args:
+  id: integer, The account id (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "adexchangebuyer#account", # Resource type.
+      "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
+      "bidderLocation": [ # Your bidder locations that have distinct URLs.
+        {
+          "url": "A String", # The URL to which the Ad Exchange will send bid requests.
+          "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
+        },
+      ],
+      "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.
+      "id": 42, # Account id.
+      "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list()</code>
+  <pre>Retrieves the authenticated user's list of accounts.
+
+Args:
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # A list of accounts.
+      {
+          "kind": "adexchangebuyer#account", # Resource type.
+          "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
+          "bidderLocation": [ # Your bidder locations that have distinct URLs.
+            {
+              "url": "A String", # The URL to which the Ad Exchange will send bid requests.
+              "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
+            },
+          ],
+          "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.
+          "id": 42, # Account id.
+          "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.
+        },
+    ],
+    "kind": "adexchangebuyer#accountsList", # Resource type.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(id, body)</code>
+  <pre>Updates an existing account. This method supports patch semantics.
+
+Args:
+  id: integer, The account id (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "adexchangebuyer#account", # Resource type.
+    "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
+    "bidderLocation": [ # Your bidder locations that have distinct URLs.
+      {
+        "url": "A String", # The URL to which the Ad Exchange will send bid requests.
+        "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
+      },
+    ],
+    "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.
+    "id": 42, # Account id.
+    "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "adexchangebuyer#account", # Resource type.
+      "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
+      "bidderLocation": [ # Your bidder locations that have distinct URLs.
+        {
+          "url": "A String", # The URL to which the Ad Exchange will send bid requests.
+          "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
+        },
+      ],
+      "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.
+      "id": 42, # Account id.
+      "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(id, body)</code>
+  <pre>Updates an existing account.
+
+Args:
+  id: integer, The account id (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "adexchangebuyer#account", # Resource type.
+    "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
+    "bidderLocation": [ # Your bidder locations that have distinct URLs.
+      {
+        "url": "A String", # The URL to which the Ad Exchange will send bid requests.
+        "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
+      },
+    ],
+    "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.
+    "id": 42, # Account id.
+    "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "adexchangebuyer#account", # Resource type.
+      "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.
+      "bidderLocation": [ # Your bidder locations that have distinct URLs.
+        {
+          "url": "A String", # The URL to which the Ad Exchange will send bid requests.
+          "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.
+        },
+      ],
+      "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.
+      "id": 42, # Account id.
+      "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adexchangebuyer_v1.creatives.html b/docs/dyn/adexchangebuyer_v1.creatives.html
new file mode 100644
index 0000000..678507c
--- /dev/null
+++ b/docs/dyn/adexchangebuyer_v1.creatives.html
@@ -0,0 +1,266 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adexchangebuyer_v1.html">Ad Exchange Buyer API</a> . <a href="adexchangebuyer_v1.creatives.html">creatives</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(accountId, buyerCreativeId, adgroupId)</a></code></p>
+<p class="firstline">Gets the status for a single creative.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body)</a></code></p>
+<p class="firstline">Submit a new creative.</p>
+<p class="toc_element">
+  <code><a href="#list">list(pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves a list of the authenticated user's active creatives.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(accountId, buyerCreativeId, adgroupId)</code>
+  <pre>Gets the status for a single creative.
+
+Args:
+  accountId: integer, The id for the account that will serve this creative. (required)
+  buyerCreativeId: string, The buyer-specific id for this creative. (required)
+  adgroupId: string, The adgroup this creative belongs to. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
+        42,
+      ],
+      "advertiserName": "A String", # The name of the company being advertised in the creative.
+      "adgroupId": "A String", # The pretargeting adgroup id that this creative will be associated with.
+      "videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
+      "width": 42, # Ad width.
+      "attribute": [ # All attributes for the ads that may be shown from this snippet.
+        42,
+      ],
+      "kind": "adexchangebuyer#creative", # Resource type.
+      "height": 42, # Ad height.
+      "advertiserId": [ # Detected advertiser id, if any. Read-only. This field should not be set in requests.
+        "A String",
+      ],
+      "HTMLSnippet": "A String", # The HTML snippet that displays the ad when inserted in the web page. If set, videoURL should not be set.
+      "status": "A String", # Creative serving status. Read-only. This field should not be set in requests.
+      "buyerCreativeId": "A String", # A buyer-specific id identifying the creative in this ad.
+      "clickThroughUrl": [ # The set of destination urls for the snippet.
+        "A String",
+      ],
+      "vendorType": [ # All vendor types for the ads that may be shown from this snippet.
+        42,
+      ],
+      "disapprovalReasons": [ # The reason for disapproval, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.
+        "A String",
+      ],
+      "sensitiveCategories": [ # Detected sensitive categories, if any. Read-only. This field should not be set in requests.
+        42,
+      ],
+      "accountId": 42, # Account id.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body)</code>
+  <pre>Submit a new creative.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
+      42,
+    ],
+    "advertiserName": "A String", # The name of the company being advertised in the creative.
+    "adgroupId": "A String", # The pretargeting adgroup id that this creative will be associated with.
+    "videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
+    "width": 42, # Ad width.
+    "attribute": [ # All attributes for the ads that may be shown from this snippet.
+      42,
+    ],
+    "kind": "adexchangebuyer#creative", # Resource type.
+    "height": 42, # Ad height.
+    "advertiserId": [ # Detected advertiser id, if any. Read-only. This field should not be set in requests.
+      "A String",
+    ],
+    "HTMLSnippet": "A String", # The HTML snippet that displays the ad when inserted in the web page. If set, videoURL should not be set.
+    "status": "A String", # Creative serving status. Read-only. This field should not be set in requests.
+    "buyerCreativeId": "A String", # A buyer-specific id identifying the creative in this ad.
+    "clickThroughUrl": [ # The set of destination urls for the snippet.
+      "A String",
+    ],
+    "vendorType": [ # All vendor types for the ads that may be shown from this snippet.
+      42,
+    ],
+    "disapprovalReasons": [ # The reason for disapproval, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.
+      "A String",
+    ],
+    "sensitiveCategories": [ # Detected sensitive categories, if any. Read-only. This field should not be set in requests.
+      42,
+    ],
+    "accountId": 42, # Account id.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
+        42,
+      ],
+      "advertiserName": "A String", # The name of the company being advertised in the creative.
+      "adgroupId": "A String", # The pretargeting adgroup id that this creative will be associated with.
+      "videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
+      "width": 42, # Ad width.
+      "attribute": [ # All attributes for the ads that may be shown from this snippet.
+        42,
+      ],
+      "kind": "adexchangebuyer#creative", # Resource type.
+      "height": 42, # Ad height.
+      "advertiserId": [ # Detected advertiser id, if any. Read-only. This field should not be set in requests.
+        "A String",
+      ],
+      "HTMLSnippet": "A String", # The HTML snippet that displays the ad when inserted in the web page. If set, videoURL should not be set.
+      "status": "A String", # Creative serving status. Read-only. This field should not be set in requests.
+      "buyerCreativeId": "A String", # A buyer-specific id identifying the creative in this ad.
+      "clickThroughUrl": [ # The set of destination urls for the snippet.
+        "A String",
+      ],
+      "vendorType": [ # All vendor types for the ads that may be shown from this snippet.
+        42,
+      ],
+      "disapprovalReasons": [ # The reason for disapproval, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.
+        "A String",
+      ],
+      "sensitiveCategories": [ # Detected sensitive categories, if any. Read-only. This field should not be set in requests.
+        42,
+      ],
+      "accountId": 42, # Account id.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(pageToken=None, maxResults=None)</code>
+  <pre>Retrieves a list of the authenticated user's active creatives.
+
+Args:
+  pageToken: string, A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response. Optional.
+  maxResults: integer, Maximum number of entries returned on one result page. If not set, the default is 100. Optional.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # A list of creatives.
+      {
+          "productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.
+            42,
+          ],
+          "advertiserName": "A String", # The name of the company being advertised in the creative.
+          "adgroupId": "A String", # The pretargeting adgroup id that this creative will be associated with.
+          "videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.
+          "width": 42, # Ad width.
+          "attribute": [ # All attributes for the ads that may be shown from this snippet.
+            42,
+          ],
+          "kind": "adexchangebuyer#creative", # Resource type.
+          "height": 42, # Ad height.
+          "advertiserId": [ # Detected advertiser id, if any. Read-only. This field should not be set in requests.
+            "A String",
+          ],
+          "HTMLSnippet": "A String", # The HTML snippet that displays the ad when inserted in the web page. If set, videoURL should not be set.
+          "status": "A String", # Creative serving status. Read-only. This field should not be set in requests.
+          "buyerCreativeId": "A String", # A buyer-specific id identifying the creative in this ad.
+          "clickThroughUrl": [ # The set of destination urls for the snippet.
+            "A String",
+          ],
+          "vendorType": [ # All vendor types for the ads that may be shown from this snippet.
+            42,
+          ],
+          "disapprovalReasons": [ # The reason for disapproval, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.
+            "A String",
+          ],
+          "sensitiveCategories": [ # Detected sensitive categories, if any. Read-only. This field should not be set in requests.
+            42,
+          ],
+          "accountId": 42, # Account id.
+        },
+    ],
+    "kind": "adexchangebuyer#creativesList", # Resource type.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adexchangebuyer_v1.directDeals.html b/docs/dyn/adexchangebuyer_v1.directDeals.html
new file mode 100644
index 0000000..d5bac1b
--- /dev/null
+++ b/docs/dyn/adexchangebuyer_v1.directDeals.html
@@ -0,0 +1,134 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adexchangebuyer_v1.html">Ad Exchange Buyer API</a> . <a href="adexchangebuyer_v1.directDeals.html">directDeals</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(id)</a></code></p>
+<p class="firstline">Gets one direct deal by ID.</p>
+<p class="toc_element">
+  <code><a href="#list">list()</a></code></p>
+<p class="firstline">Retrieves the authenticated user's list of direct deals.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(id)</code>
+  <pre>Gets one direct deal by ID.
+
+Args:
+  id: string, The direct deal id (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "advertiser": "A String", # The name of the advertiser this deal is for.
+    "kind": "adexchangebuyer#directDeal", # Resource type.
+    "currencyCode": "A String", # The currency code that applies to the fixed_cpm value. If not set then assumed to be USD.
+    "fixedCpm": "A String", # The fixed price for this direct deal. In cpm micros of currency according to currency_code.
+    "startTime": "A String", # Start time for when this deal becomes active. If not set then this deal is active immediately upon creation. In seconds since the epoch.
+    "endTime": "A String", # End time for when this deal stops being active. If not set then this deal is valid until manually disabled by the publisher. In seconds since the epoch.
+    "sellerNetwork": "A String", # The name of the publisher offering this direct deal.
+    "id": "A String", # Deal id.
+    "accountId": 42, # The account id of the buyer this deal is for.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list()</code>
+  <pre>Retrieves the authenticated user's list of direct deals.
+
+Args:
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "adexchangebuyer#directDealsList", # Resource type.
+    "directDeals": [ # A list of direct deals relevant for your account.
+      {
+        "advertiser": "A String", # The name of the advertiser this deal is for.
+        "kind": "adexchangebuyer#directDeal", # Resource type.
+        "currencyCode": "A String", # The currency code that applies to the fixed_cpm value. If not set then assumed to be USD.
+        "fixedCpm": "A String", # The fixed price for this direct deal. In cpm micros of currency according to currency_code.
+        "startTime": "A String", # Start time for when this deal becomes active. If not set then this deal is active immediately upon creation. In seconds since the epoch.
+        "endTime": "A String", # End time for when this deal stops being active. If not set then this deal is valid until manually disabled by the publisher. In seconds since the epoch.
+        "sellerNetwork": "A String", # The name of the publisher offering this direct deal.
+        "id": "A String", # Deal id.
+        "accountId": 42, # The account id of the buyer this deal is for.
+      },
+    ],
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adexchangebuyer_v1.html b/docs/dyn/adexchangebuyer_v1.html
new file mode 100644
index 0000000..abe3720
--- /dev/null
+++ b/docs/dyn/adexchangebuyer_v1.html
@@ -0,0 +1,92 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adexchangebuyer_v1.html">Ad Exchange Buyer API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="adexchangebuyer_v1.accounts.html">accounts()</a></code>
+</p>
+<p class="firstline">Returns the accounts Resource.</p>
+
+<p class="toc_element">
+  <code><a href="adexchangebuyer_v1.creatives.html">creatives()</a></code>
+</p>
+<p class="firstline">Returns the creatives Resource.</p>
+
+<p class="toc_element">
+  <code><a href="adexchangebuyer_v1.directDeals.html">directDeals()</a></code>
+</p>
+<p class="firstline">Returns the directDeals Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.accounts.adclients.html b/docs/dyn/adsense.v1.1.accounts.adclients.html
deleted file mode 100644
index 183b11f..0000000
--- a/docs/dyn/adsense.v1.1.accounts.adclients.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;ad&nbsp;clients&nbsp;in&nbsp;the&nbsp;specified&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;clients.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;ad&nbsp;clients&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;ad&nbsp;clients.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;clients.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;ad&nbsp;clients&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"productCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;This&nbsp;ad&nbsp;client's&nbsp;product&nbsp;code,&nbsp;which&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;PRODUCT_CODE&nbsp;report&nbsp;dimension.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adClient",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adClient.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;ad&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"supportsReporting":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;ad&nbsp;client&nbsp;supports&nbsp;being&nbsp;reported&nbsp;on.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adClients",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adClients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.accounts.adunits.customchannels.html b/docs/dyn/adsense.v1.1.accounts.adunits.customchannels.html
deleted file mode 100644
index 1819d90..0000000
--- a/docs/dyn/adsense.v1.1.accounts.adunits.customchannels.html
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;custom&nbsp;channels&nbsp;which&nbsp;the&nbsp;specified&nbsp;ad&nbsp;unit&nbsp;belongs&nbsp;to.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;custom&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;which&nbsp;contains&nbsp;the&nbsp;ad&nbsp;unit.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;custom&nbsp;channels&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;adUnitId:&nbsp;string,&nbsp;Ad&nbsp;unit&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;custom&nbsp;channels.&nbsp;(required)<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;to&nbsp;which&nbsp;the&nbsp;ad&nbsp;client&nbsp;belongs.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;custom&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;custom&nbsp;channels&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannel",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"targetingInfo":&nbsp;{&nbsp;#&nbsp;The&nbsp;targeting&nbsp;information&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;if&nbsp;activated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;locations&nbsp;in&nbsp;which&nbsp;ads&nbsp;appear.&nbsp;(Only&nbsp;valid&nbsp;for&nbsp;content&nbsp;and&nbsp;mobile&nbsp;content&nbsp;ads).&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP_LEFT,&nbsp;TOP_CENTER,&nbsp;TOP_RIGHT,&nbsp;MIDDLE_LEFT,&nbsp;MIDDLE_CENTER,&nbsp;MIDDLE_RIGHT,&nbsp;BOTTOM_LEFT,&nbsp;BOTTOM_CENTER,&nbsp;BOTTOM_RIGHT,&nbsp;MULTIPLE_LOCATIONS.&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;mobile&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP,&nbsp;MIDDLE,&nbsp;BOTTOM,&nbsp;MULTIPLE_LOCATIONS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"adsAppearOn":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;used&nbsp;to&nbsp;describe&nbsp;this&nbsp;channel&nbsp;externally.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"siteLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;of&nbsp;the&nbsp;sites&nbsp;ads&nbsp;will&nbsp;be&nbsp;displayed&nbsp;on.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;external&nbsp;description&nbsp;of&nbsp;the&nbsp;channel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannels",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannels.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.accounts.adunits.html b/docs/dyn/adsense.v1.1.accounts.adunits.html
deleted file mode 100644
index f5c7ea3..0000000
--- a/docs/dyn/adsense.v1.1.accounts.adunits.html
+++ /dev/null
@@ -1,101 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-customchannels"><strong><a href="adsense.v1.1.accounts.adunits.customchannels.html">customchannels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;specified&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;specified&nbsp;ad&nbsp;client&nbsp;for&nbsp;the&nbsp;specified&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;for&nbsp;which&nbsp;to&nbsp;get&nbsp;the&nbsp;ad&nbsp;unit.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;adUnitId:&nbsp;string,&nbsp;Ad&nbsp;unit&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;to&nbsp;which&nbsp;the&nbsp;ad&nbsp;client&nbsp;belongs.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;NEW:&nbsp;Indicates&nbsp;that&nbsp;the&nbsp;ad&nbsp;unit&nbsp;was&nbsp;created&nbsp;within&nbsp;the&nbsp;last&nbsp;seven&nbsp;days&nbsp;and&nbsp;does&nbsp;not&nbsp;yet&nbsp;have&nbsp;any&nbsp;activity&nbsp;associated&nbsp;with&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;ACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;INACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;no&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnit",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identity&nbsp;code&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;ad&nbsp;units&nbsp;in&nbsp;the&nbsp;specified&nbsp;ad&nbsp;client&nbsp;for&nbsp;the&nbsp;specified&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;units.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;includeInactive:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;include&nbsp;inactive&nbsp;ad&nbsp;units.&nbsp;Default:&nbsp;true.<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;ad&nbsp;units.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;ad&nbsp;units&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;to&nbsp;which&nbsp;the&nbsp;ad&nbsp;client&nbsp;belongs.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;units.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;ad&nbsp;units&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;NEW:&nbsp;Indicates&nbsp;that&nbsp;the&nbsp;ad&nbsp;unit&nbsp;was&nbsp;created&nbsp;within&nbsp;the&nbsp;last&nbsp;seven&nbsp;days&nbsp;and&nbsp;does&nbsp;not&nbsp;yet&nbsp;have&nbsp;any&nbsp;activity&nbsp;associated&nbsp;with&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;ACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;INACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;no&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnit",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identity&nbsp;code&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnits",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnits.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.accounts.customchannels.adunits.html b/docs/dyn/adsense.v1.1.accounts.customchannels.adunits.html
deleted file mode 100644
index c8b6f52..0000000
--- a/docs/dyn/adsense.v1.1.accounts.customchannels.adunits.html
+++ /dev/null
@@ -1,73 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;ad&nbsp;units&nbsp;in&nbsp;the&nbsp;specified&nbsp;custom&nbsp;channel.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;units.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;includeInactive:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;include&nbsp;inactive&nbsp;ad&nbsp;units.&nbsp;Default:&nbsp;true.<br>
-&nbsp;&nbsp;customChannelId:&nbsp;string,&nbsp;Custom&nbsp;channel&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;ad&nbsp;units.&nbsp;(required)<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;which&nbsp;contains&nbsp;the&nbsp;custom&nbsp;channel.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;ad&nbsp;units&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;to&nbsp;which&nbsp;the&nbsp;ad&nbsp;client&nbsp;belongs.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;units.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;ad&nbsp;units&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;NEW:&nbsp;Indicates&nbsp;that&nbsp;the&nbsp;ad&nbsp;unit&nbsp;was&nbsp;created&nbsp;within&nbsp;the&nbsp;last&nbsp;seven&nbsp;days&nbsp;and&nbsp;does&nbsp;not&nbsp;yet&nbsp;have&nbsp;any&nbsp;activity&nbsp;associated&nbsp;with&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;ACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;INACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;no&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnit",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identity&nbsp;code&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnits",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnits.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.accounts.customchannels.html b/docs/dyn/adsense.v1.1.accounts.customchannels.html
deleted file mode 100644
index 3d206a7..0000000
--- a/docs/dyn/adsense.v1.1.accounts.customchannels.html
+++ /dev/null
@@ -1,100 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-adunits"><strong><a href="adsense.v1.1.accounts.customchannels.adunits.html">adunits</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;the&nbsp;specified&nbsp;custom&nbsp;channel&nbsp;from&nbsp;the&nbsp;specified&nbsp;ad&nbsp;client&nbsp;for&nbsp;the&nbsp;specified&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;customChannelId:&nbsp;string,&nbsp;Custom&nbsp;channel&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;which&nbsp;contains&nbsp;the&nbsp;custom&nbsp;channel.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;to&nbsp;which&nbsp;the&nbsp;ad&nbsp;client&nbsp;belongs.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannel",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"targetingInfo":&nbsp;{&nbsp;#&nbsp;The&nbsp;targeting&nbsp;information&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;if&nbsp;activated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;locations&nbsp;in&nbsp;which&nbsp;ads&nbsp;appear.&nbsp;(Only&nbsp;valid&nbsp;for&nbsp;content&nbsp;and&nbsp;mobile&nbsp;content&nbsp;ads).&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP_LEFT,&nbsp;TOP_CENTER,&nbsp;TOP_RIGHT,&nbsp;MIDDLE_LEFT,&nbsp;MIDDLE_CENTER,&nbsp;MIDDLE_RIGHT,&nbsp;BOTTOM_LEFT,&nbsp;BOTTOM_CENTER,&nbsp;BOTTOM_RIGHT,&nbsp;MULTIPLE_LOCATIONS.&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;mobile&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP,&nbsp;MIDDLE,&nbsp;BOTTOM,&nbsp;MULTIPLE_LOCATIONS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"adsAppearOn":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;used&nbsp;to&nbsp;describe&nbsp;this&nbsp;channel&nbsp;externally.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"siteLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;of&nbsp;the&nbsp;sites&nbsp;ads&nbsp;will&nbsp;be&nbsp;displayed&nbsp;on.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;external&nbsp;description&nbsp;of&nbsp;the&nbsp;channel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;custom&nbsp;channels&nbsp;in&nbsp;the&nbsp;specified&nbsp;ad&nbsp;client&nbsp;for&nbsp;the&nbsp;specified&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;custom&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;custom&nbsp;channels.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;custom&nbsp;channels&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;to&nbsp;which&nbsp;the&nbsp;ad&nbsp;client&nbsp;belongs.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;custom&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;custom&nbsp;channels&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannel",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"targetingInfo":&nbsp;{&nbsp;#&nbsp;The&nbsp;targeting&nbsp;information&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;if&nbsp;activated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;locations&nbsp;in&nbsp;which&nbsp;ads&nbsp;appear.&nbsp;(Only&nbsp;valid&nbsp;for&nbsp;content&nbsp;and&nbsp;mobile&nbsp;content&nbsp;ads).&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP_LEFT,&nbsp;TOP_CENTER,&nbsp;TOP_RIGHT,&nbsp;MIDDLE_LEFT,&nbsp;MIDDLE_CENTER,&nbsp;MIDDLE_RIGHT,&nbsp;BOTTOM_LEFT,&nbsp;BOTTOM_CENTER,&nbsp;BOTTOM_RIGHT,&nbsp;MULTIPLE_LOCATIONS.&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;mobile&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP,&nbsp;MIDDLE,&nbsp;BOTTOM,&nbsp;MULTIPLE_LOCATIONS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"adsAppearOn":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;used&nbsp;to&nbsp;describe&nbsp;this&nbsp;channel&nbsp;externally.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"siteLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;of&nbsp;the&nbsp;sites&nbsp;ads&nbsp;will&nbsp;be&nbsp;displayed&nbsp;on.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;external&nbsp;description&nbsp;of&nbsp;the&nbsp;channel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannels",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannels.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.accounts.html b/docs/dyn/adsense.v1.1.accounts.html
deleted file mode 100644
index 8add277..0000000
--- a/docs/dyn/adsense.v1.1.accounts.html
+++ /dev/null
@@ -1,97 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-adclients"><strong><a href="adsense.v1.1.accounts.adclients.html">adclients</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-adunits"><strong><a href="adsense.v1.1.accounts.adunits.html">adunits</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-customchannels"><strong><a href="adsense.v1.1.accounts.customchannels.html">customchannels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;information&nbsp;about&nbsp;the&nbsp;selected&nbsp;AdSense&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tree:&nbsp;boolean,&nbsp;Whether&nbsp;the&nbsp;tree&nbsp;of&nbsp;sub&nbsp;accounts&nbsp;should&nbsp;be&nbsp;returned.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;to&nbsp;get&nbsp;information&nbsp;about.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#account",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"subAccounts":&nbsp;[&nbsp;#&nbsp;Sub&nbsp;accounts&nbsp;of&nbsp;the&nbsp;this&nbsp;account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;Account<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;account.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;accounts&nbsp;available&nbsp;to&nbsp;this&nbsp;AdSense&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;accounts.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;accounts&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;accounts.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;accounts&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#account",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subAccounts":&nbsp;[&nbsp;#&nbsp;Sub&nbsp;accounts&nbsp;of&nbsp;the&nbsp;this&nbsp;account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;Account<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#accounts",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#accounts.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-reports"><strong><a href="adsense.v1.1.accounts.reports.html">reports</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-urlchannels"><strong><a href="adsense.v1.1.accounts.urlchannels.html">urlchannels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.accounts.reports.html b/docs/dyn/adsense.v1.1.accounts.reports.html
deleted file mode 100644
index fb46641..0000000
--- a/docs/dyn/adsense.v1.1.accounts.reports.html
+++ /dev/null
@@ -1,74 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-generate"><strong>generate</strong></a> = method(self, **kwargs)</dt><dd><tt>Generate&nbsp;an&nbsp;AdSense&nbsp;report&nbsp;based&nbsp;on&nbsp;the&nbsp;report&nbsp;request&nbsp;sent&nbsp;in&nbsp;the&nbsp;query&nbsp;parameters.&nbsp;Returns&nbsp;the&nbsp;result&nbsp;as&nbsp;JSON;&nbsp;to&nbsp;retrieve&nbsp;output&nbsp;in&nbsp;CSV&nbsp;format&nbsp;specify&nbsp;"alt=csv"&nbsp;as&nbsp;a&nbsp;query&nbsp;parameter.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;startDate:&nbsp;string,&nbsp;Start&nbsp;of&nbsp;the&nbsp;date&nbsp;range&nbsp;to&nbsp;report&nbsp;on&nbsp;in&nbsp;"YYYY-MM-DD"&nbsp;format,&nbsp;inclusive.&nbsp;(required)<br>
-&nbsp;&nbsp;endDate:&nbsp;string,&nbsp;End&nbsp;of&nbsp;the&nbsp;date&nbsp;range&nbsp;to&nbsp;report&nbsp;on&nbsp;in&nbsp;"YYYY-MM-DD"&nbsp;format,&nbsp;inclusive.&nbsp;(required)<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;Optional&nbsp;locale&nbsp;to&nbsp;use&nbsp;for&nbsp;translating&nbsp;report&nbsp;output&nbsp;to&nbsp;a&nbsp;local&nbsp;language.&nbsp;Defaults&nbsp;to&nbsp;"en_US"&nbsp;if&nbsp;not&nbsp;specified.<br>
-&nbsp;&nbsp;metric:&nbsp;string,&nbsp;Numeric&nbsp;columns&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;report.&nbsp;(repeated)<br>
-&nbsp;&nbsp;currency:&nbsp;string,&nbsp;Optional&nbsp;currency&nbsp;to&nbsp;use&nbsp;when&nbsp;reporting&nbsp;on&nbsp;monetary&nbsp;metrics.&nbsp;Defaults&nbsp;to&nbsp;the&nbsp;account's&nbsp;currency&nbsp;if&nbsp;not&nbsp;set.<br>
-&nbsp;&nbsp;startIndex:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;row&nbsp;of&nbsp;report&nbsp;data&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;upon&nbsp;which&nbsp;to&nbsp;report.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;sort:&nbsp;string,&nbsp;The&nbsp;name&nbsp;of&nbsp;a&nbsp;dimension&nbsp;or&nbsp;metric&nbsp;to&nbsp;sort&nbsp;the&nbsp;resulting&nbsp;report&nbsp;on,&nbsp;optionally&nbsp;prefixed&nbsp;with&nbsp;"+"&nbsp;to&nbsp;sort&nbsp;ascending&nbsp;or&nbsp;"-"&nbsp;to&nbsp;sort&nbsp;descending.&nbsp;If&nbsp;no&nbsp;prefix&nbsp;is&nbsp;specified,&nbsp;the&nbsp;column&nbsp;is&nbsp;sorted&nbsp;ascending.&nbsp;(repeated)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;rows&nbsp;of&nbsp;report&nbsp;data&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;filter:&nbsp;string,&nbsp;Filters&nbsp;to&nbsp;be&nbsp;run&nbsp;on&nbsp;the&nbsp;report.&nbsp;(repeated)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;dimension:&nbsp;string,&nbsp;Dimensions&nbsp;to&nbsp;base&nbsp;the&nbsp;report&nbsp;on.&nbsp;(repeated)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#report",&nbsp;#&nbsp;Kind&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#report.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rows":&nbsp;[&nbsp;#&nbsp;The&nbsp;output&nbsp;rows&nbsp;of&nbsp;the&nbsp;report.&nbsp;Each&nbsp;row&nbsp;is&nbsp;a&nbsp;list&nbsp;of&nbsp;cells;&nbsp;one&nbsp;for&nbsp;each&nbsp;dimension&nbsp;in&nbsp;the&nbsp;request,&nbsp;followed&nbsp;by&nbsp;one&nbsp;for&nbsp;each&nbsp;metric&nbsp;in&nbsp;the&nbsp;request.&nbsp;The&nbsp;dimension&nbsp;cells&nbsp;contain&nbsp;strings,&nbsp;and&nbsp;the&nbsp;metric&nbsp;cells&nbsp;contain&nbsp;numbers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"warnings":&nbsp;[&nbsp;#&nbsp;Any&nbsp;warnings&nbsp;associated&nbsp;with&nbsp;generation&nbsp;of&nbsp;the&nbsp;report.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totals":&nbsp;[&nbsp;#&nbsp;The&nbsp;totals&nbsp;of&nbsp;the&nbsp;report.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;length&nbsp;as&nbsp;any&nbsp;other&nbsp;row&nbsp;in&nbsp;the&nbsp;report;&nbsp;cells&nbsp;corresponding&nbsp;to&nbsp;dimension&nbsp;columns&nbsp;are&nbsp;empty.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"headers":&nbsp;[&nbsp;#&nbsp;The&nbsp;header&nbsp;information&nbsp;of&nbsp;the&nbsp;columns&nbsp;requested&nbsp;in&nbsp;the&nbsp;report.&nbsp;This&nbsp;is&nbsp;a&nbsp;list&nbsp;of&nbsp;headers;&nbsp;one&nbsp;for&nbsp;each&nbsp;dimension&nbsp;in&nbsp;the&nbsp;request,&nbsp;followed&nbsp;by&nbsp;one&nbsp;for&nbsp;each&nbsp;metric&nbsp;in&nbsp;the&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;currency&nbsp;of&nbsp;this&nbsp;column.&nbsp;Only&nbsp;present&nbsp;if&nbsp;the&nbsp;header&nbsp;type&nbsp;is&nbsp;METRIC_CURRENCY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;header;&nbsp;one&nbsp;of&nbsp;DIMENSION,&nbsp;METRIC_TALLY,&nbsp;METRIC_RATIO,&nbsp;or&nbsp;METRIC_CURRENCY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;header.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalMatchedRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;rows&nbsp;matched&nbsp;by&nbsp;the&nbsp;report&nbsp;request.&nbsp;Fewer&nbsp;rows&nbsp;may&nbsp;be&nbsp;returned&nbsp;in&nbsp;the&nbsp;response&nbsp;due&nbsp;to&nbsp;being&nbsp;limited&nbsp;by&nbsp;the&nbsp;row&nbsp;count&nbsp;requested&nbsp;or&nbsp;the&nbsp;report&nbsp;row&nbsp;limit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"averages":&nbsp;[&nbsp;#&nbsp;The&nbsp;averages&nbsp;of&nbsp;the&nbsp;report.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;length&nbsp;as&nbsp;any&nbsp;other&nbsp;row&nbsp;in&nbsp;the&nbsp;report;&nbsp;cells&nbsp;corresponding&nbsp;to&nbsp;dimension&nbsp;columns&nbsp;are&nbsp;empty.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.accounts.urlchannels.html b/docs/dyn/adsense.v1.1.accounts.urlchannels.html
deleted file mode 100644
index 5355e57..0000000
--- a/docs/dyn/adsense.v1.1.accounts.urlchannels.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;URL&nbsp;channels&nbsp;in&nbsp;the&nbsp;specified&nbsp;ad&nbsp;client&nbsp;for&nbsp;the&nbsp;specified&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;URL&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;URL&nbsp;channels.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;URL&nbsp;channels&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;to&nbsp;which&nbsp;the&nbsp;ad&nbsp;client&nbsp;belongs.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;URL&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;URL&nbsp;channels&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#urlChannel",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#urlChannel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;URL&nbsp;channel.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"urlPattern":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;Pattern&nbsp;of&nbsp;this&nbsp;URL&nbsp;channel.&nbsp;Does&nbsp;not&nbsp;include&nbsp;"http://"&nbsp;or&nbsp;"https://".&nbsp;Example:&nbsp;www.example.com/home<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#urlChannels",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#urlChannels.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.adclients.html b/docs/dyn/adsense.v1.1.adclients.html
deleted file mode 100644
index 7cb7ecc..0000000
--- a/docs/dyn/adsense.v1.1.adclients.html
+++ /dev/null
@@ -1,63 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;ad&nbsp;clients&nbsp;in&nbsp;this&nbsp;AdSense&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;clients.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;ad&nbsp;clients&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;clients.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;ad&nbsp;clients&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"productCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;This&nbsp;ad&nbsp;client's&nbsp;product&nbsp;code,&nbsp;which&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;PRODUCT_CODE&nbsp;report&nbsp;dimension.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adClient",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adClient.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;ad&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"supportsReporting":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;ad&nbsp;client&nbsp;supports&nbsp;being&nbsp;reported&nbsp;on.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adClients",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adClients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.adunits.customchannels.html b/docs/dyn/adsense.v1.1.adunits.customchannels.html
deleted file mode 100644
index 88b578d..0000000
--- a/docs/dyn/adsense.v1.1.adunits.customchannels.html
+++ /dev/null
@@ -1,71 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;custom&nbsp;channels&nbsp;which&nbsp;the&nbsp;specified&nbsp;ad&nbsp;unit&nbsp;belongs&nbsp;to.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;custom&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;which&nbsp;contains&nbsp;the&nbsp;ad&nbsp;unit.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;custom&nbsp;channels&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;adUnitId:&nbsp;string,&nbsp;Ad&nbsp;unit&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;custom&nbsp;channels.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;custom&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;custom&nbsp;channels&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannel",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"targetingInfo":&nbsp;{&nbsp;#&nbsp;The&nbsp;targeting&nbsp;information&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;if&nbsp;activated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;locations&nbsp;in&nbsp;which&nbsp;ads&nbsp;appear.&nbsp;(Only&nbsp;valid&nbsp;for&nbsp;content&nbsp;and&nbsp;mobile&nbsp;content&nbsp;ads).&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP_LEFT,&nbsp;TOP_CENTER,&nbsp;TOP_RIGHT,&nbsp;MIDDLE_LEFT,&nbsp;MIDDLE_CENTER,&nbsp;MIDDLE_RIGHT,&nbsp;BOTTOM_LEFT,&nbsp;BOTTOM_CENTER,&nbsp;BOTTOM_RIGHT,&nbsp;MULTIPLE_LOCATIONS.&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;mobile&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP,&nbsp;MIDDLE,&nbsp;BOTTOM,&nbsp;MULTIPLE_LOCATIONS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"adsAppearOn":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;used&nbsp;to&nbsp;describe&nbsp;this&nbsp;channel&nbsp;externally.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"siteLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;of&nbsp;the&nbsp;sites&nbsp;ads&nbsp;will&nbsp;be&nbsp;displayed&nbsp;on.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;external&nbsp;description&nbsp;of&nbsp;the&nbsp;channel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannels",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannels.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.adunits.html b/docs/dyn/adsense.v1.1.adunits.html
deleted file mode 100644
index a4b5ee5..0000000
--- a/docs/dyn/adsense.v1.1.adunits.html
+++ /dev/null
@@ -1,99 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-customchannels"><strong><a href="adsense.v1.1.adunits.customchannels.html">customchannels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;specified&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;specified&nbsp;ad&nbsp;client.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;for&nbsp;which&nbsp;to&nbsp;get&nbsp;the&nbsp;ad&nbsp;unit.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;adUnitId:&nbsp;string,&nbsp;Ad&nbsp;unit&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;NEW:&nbsp;Indicates&nbsp;that&nbsp;the&nbsp;ad&nbsp;unit&nbsp;was&nbsp;created&nbsp;within&nbsp;the&nbsp;last&nbsp;seven&nbsp;days&nbsp;and&nbsp;does&nbsp;not&nbsp;yet&nbsp;have&nbsp;any&nbsp;activity&nbsp;associated&nbsp;with&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;ACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;INACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;no&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnit",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identity&nbsp;code&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;ad&nbsp;units&nbsp;in&nbsp;the&nbsp;specified&nbsp;ad&nbsp;client&nbsp;for&nbsp;this&nbsp;AdSense&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;units.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;includeInactive:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;include&nbsp;inactive&nbsp;ad&nbsp;units.&nbsp;Default:&nbsp;true.<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;ad&nbsp;units.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;ad&nbsp;units&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;units.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;ad&nbsp;units&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;NEW:&nbsp;Indicates&nbsp;that&nbsp;the&nbsp;ad&nbsp;unit&nbsp;was&nbsp;created&nbsp;within&nbsp;the&nbsp;last&nbsp;seven&nbsp;days&nbsp;and&nbsp;does&nbsp;not&nbsp;yet&nbsp;have&nbsp;any&nbsp;activity&nbsp;associated&nbsp;with&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;ACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;INACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;no&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnit",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identity&nbsp;code&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnits",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnits.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.customchannels.adunits.html b/docs/dyn/adsense.v1.1.customchannels.adunits.html
deleted file mode 100644
index 02d0b4c..0000000
--- a/docs/dyn/adsense.v1.1.customchannels.adunits.html
+++ /dev/null
@@ -1,72 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;ad&nbsp;units&nbsp;in&nbsp;the&nbsp;specified&nbsp;custom&nbsp;channel.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;units.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;includeInactive:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;include&nbsp;inactive&nbsp;ad&nbsp;units.&nbsp;Default:&nbsp;true.<br>
-&nbsp;&nbsp;customChannelId:&nbsp;string,&nbsp;Custom&nbsp;channel&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;ad&nbsp;units.&nbsp;(required)<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;which&nbsp;contains&nbsp;the&nbsp;custom&nbsp;channel.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;ad&nbsp;units&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;units.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;ad&nbsp;units&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;NEW:&nbsp;Indicates&nbsp;that&nbsp;the&nbsp;ad&nbsp;unit&nbsp;was&nbsp;created&nbsp;within&nbsp;the&nbsp;last&nbsp;seven&nbsp;days&nbsp;and&nbsp;does&nbsp;not&nbsp;yet&nbsp;have&nbsp;any&nbsp;activity&nbsp;associated&nbsp;with&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;ACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;INACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;no&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnit",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identity&nbsp;code&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnits",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnits.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.customchannels.html b/docs/dyn/adsense.v1.1.customchannels.html
deleted file mode 100644
index e4a3480..0000000
--- a/docs/dyn/adsense.v1.1.customchannels.html
+++ /dev/null
@@ -1,98 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-adunits"><strong><a href="adsense.v1.1.customchannels.adunits.html">adunits</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;the&nbsp;specified&nbsp;custom&nbsp;channel&nbsp;from&nbsp;the&nbsp;specified&nbsp;ad&nbsp;client.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;customChannelId:&nbsp;string,&nbsp;Custom&nbsp;channel&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;which&nbsp;contains&nbsp;the&nbsp;custom&nbsp;channel.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannel",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"targetingInfo":&nbsp;{&nbsp;#&nbsp;The&nbsp;targeting&nbsp;information&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;if&nbsp;activated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;locations&nbsp;in&nbsp;which&nbsp;ads&nbsp;appear.&nbsp;(Only&nbsp;valid&nbsp;for&nbsp;content&nbsp;and&nbsp;mobile&nbsp;content&nbsp;ads).&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP_LEFT,&nbsp;TOP_CENTER,&nbsp;TOP_RIGHT,&nbsp;MIDDLE_LEFT,&nbsp;MIDDLE_CENTER,&nbsp;MIDDLE_RIGHT,&nbsp;BOTTOM_LEFT,&nbsp;BOTTOM_CENTER,&nbsp;BOTTOM_RIGHT,&nbsp;MULTIPLE_LOCATIONS.&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;mobile&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP,&nbsp;MIDDLE,&nbsp;BOTTOM,&nbsp;MULTIPLE_LOCATIONS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"adsAppearOn":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;used&nbsp;to&nbsp;describe&nbsp;this&nbsp;channel&nbsp;externally.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"siteLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;of&nbsp;the&nbsp;sites&nbsp;ads&nbsp;will&nbsp;be&nbsp;displayed&nbsp;on.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;external&nbsp;description&nbsp;of&nbsp;the&nbsp;channel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;custom&nbsp;channels&nbsp;in&nbsp;the&nbsp;specified&nbsp;ad&nbsp;client&nbsp;for&nbsp;this&nbsp;AdSense&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;custom&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;custom&nbsp;channels.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;custom&nbsp;channels&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;custom&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;custom&nbsp;channels&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannel",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"targetingInfo":&nbsp;{&nbsp;#&nbsp;The&nbsp;targeting&nbsp;information&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;if&nbsp;activated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;locations&nbsp;in&nbsp;which&nbsp;ads&nbsp;appear.&nbsp;(Only&nbsp;valid&nbsp;for&nbsp;content&nbsp;and&nbsp;mobile&nbsp;content&nbsp;ads).&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP_LEFT,&nbsp;TOP_CENTER,&nbsp;TOP_RIGHT,&nbsp;MIDDLE_LEFT,&nbsp;MIDDLE_CENTER,&nbsp;MIDDLE_RIGHT,&nbsp;BOTTOM_LEFT,&nbsp;BOTTOM_CENTER,&nbsp;BOTTOM_RIGHT,&nbsp;MULTIPLE_LOCATIONS.&nbsp;Acceptable&nbsp;values&nbsp;for&nbsp;mobile&nbsp;content&nbsp;ads&nbsp;are:&nbsp;TOP,&nbsp;MIDDLE,&nbsp;BOTTOM,&nbsp;MULTIPLE_LOCATIONS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"adsAppearOn":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;used&nbsp;to&nbsp;describe&nbsp;this&nbsp;channel&nbsp;externally.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"siteLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;of&nbsp;the&nbsp;sites&nbsp;ads&nbsp;will&nbsp;be&nbsp;displayed&nbsp;on.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;external&nbsp;description&nbsp;of&nbsp;the&nbsp;channel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannels",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannels.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.html b/docs/dyn/adsense.v1.1.html
deleted file mode 100644
index c87b1ce..0000000
--- a/docs/dyn/adsense.v1.1.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-accounts"><strong><a href="adsense.v1.1.accounts.html">accounts</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-adclients"><strong><a href="adsense.v1.1.adclients.html">adclients</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-adunits"><strong><a href="adsense.v1.1.adunits.html">adunits</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-customchannels"><strong><a href="adsense.v1.1.customchannels.html">customchannels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-reports"><strong><a href="adsense.v1.1.reports.html">reports</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-urlchannels"><strong><a href="adsense.v1.1.urlchannels.html">urlchannels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.reports.html b/docs/dyn/adsense.v1.1.reports.html
deleted file mode 100644
index 1d9daa2..0000000
--- a/docs/dyn/adsense.v1.1.reports.html
+++ /dev/null
@@ -1,74 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-generate"><strong>generate</strong></a> = method(self, **kwargs)</dt><dd><tt>Generate&nbsp;an&nbsp;AdSense&nbsp;report&nbsp;based&nbsp;on&nbsp;the&nbsp;report&nbsp;request&nbsp;sent&nbsp;in&nbsp;the&nbsp;query&nbsp;parameters.&nbsp;Returns&nbsp;the&nbsp;result&nbsp;as&nbsp;JSON;&nbsp;to&nbsp;retrieve&nbsp;output&nbsp;in&nbsp;CSV&nbsp;format&nbsp;specify&nbsp;"alt=csv"&nbsp;as&nbsp;a&nbsp;query&nbsp;parameter.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;startDate:&nbsp;string,&nbsp;Start&nbsp;of&nbsp;the&nbsp;date&nbsp;range&nbsp;to&nbsp;report&nbsp;on&nbsp;in&nbsp;"YYYY-MM-DD"&nbsp;format,&nbsp;inclusive.&nbsp;(required)<br>
-&nbsp;&nbsp;endDate:&nbsp;string,&nbsp;End&nbsp;of&nbsp;the&nbsp;date&nbsp;range&nbsp;to&nbsp;report&nbsp;on&nbsp;in&nbsp;"YYYY-MM-DD"&nbsp;format,&nbsp;inclusive.&nbsp;(required)<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;Optional&nbsp;locale&nbsp;to&nbsp;use&nbsp;for&nbsp;translating&nbsp;report&nbsp;output&nbsp;to&nbsp;a&nbsp;local&nbsp;language.&nbsp;Defaults&nbsp;to&nbsp;"en_US"&nbsp;if&nbsp;not&nbsp;specified.<br>
-&nbsp;&nbsp;metric:&nbsp;string,&nbsp;Numeric&nbsp;columns&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;report.&nbsp;(repeated)<br>
-&nbsp;&nbsp;currency:&nbsp;string,&nbsp;Optional&nbsp;currency&nbsp;to&nbsp;use&nbsp;when&nbsp;reporting&nbsp;on&nbsp;monetary&nbsp;metrics.&nbsp;Defaults&nbsp;to&nbsp;the&nbsp;account's&nbsp;currency&nbsp;if&nbsp;not&nbsp;set.<br>
-&nbsp;&nbsp;startIndex:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;row&nbsp;of&nbsp;report&nbsp;data&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Accounts&nbsp;upon&nbsp;which&nbsp;to&nbsp;report.&nbsp;(repeated)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;sort:&nbsp;string,&nbsp;The&nbsp;name&nbsp;of&nbsp;a&nbsp;dimension&nbsp;or&nbsp;metric&nbsp;to&nbsp;sort&nbsp;the&nbsp;resulting&nbsp;report&nbsp;on,&nbsp;optionally&nbsp;prefixed&nbsp;with&nbsp;"+"&nbsp;to&nbsp;sort&nbsp;ascending&nbsp;or&nbsp;"-"&nbsp;to&nbsp;sort&nbsp;descending.&nbsp;If&nbsp;no&nbsp;prefix&nbsp;is&nbsp;specified,&nbsp;the&nbsp;column&nbsp;is&nbsp;sorted&nbsp;ascending.&nbsp;(repeated)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;rows&nbsp;of&nbsp;report&nbsp;data&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;filter:&nbsp;string,&nbsp;Filters&nbsp;to&nbsp;be&nbsp;run&nbsp;on&nbsp;the&nbsp;report.&nbsp;(repeated)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;dimension:&nbsp;string,&nbsp;Dimensions&nbsp;to&nbsp;base&nbsp;the&nbsp;report&nbsp;on.&nbsp;(repeated)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#report",&nbsp;#&nbsp;Kind&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#report.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rows":&nbsp;[&nbsp;#&nbsp;The&nbsp;output&nbsp;rows&nbsp;of&nbsp;the&nbsp;report.&nbsp;Each&nbsp;row&nbsp;is&nbsp;a&nbsp;list&nbsp;of&nbsp;cells;&nbsp;one&nbsp;for&nbsp;each&nbsp;dimension&nbsp;in&nbsp;the&nbsp;request,&nbsp;followed&nbsp;by&nbsp;one&nbsp;for&nbsp;each&nbsp;metric&nbsp;in&nbsp;the&nbsp;request.&nbsp;The&nbsp;dimension&nbsp;cells&nbsp;contain&nbsp;strings,&nbsp;and&nbsp;the&nbsp;metric&nbsp;cells&nbsp;contain&nbsp;numbers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"warnings":&nbsp;[&nbsp;#&nbsp;Any&nbsp;warnings&nbsp;associated&nbsp;with&nbsp;generation&nbsp;of&nbsp;the&nbsp;report.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totals":&nbsp;[&nbsp;#&nbsp;The&nbsp;totals&nbsp;of&nbsp;the&nbsp;report.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;length&nbsp;as&nbsp;any&nbsp;other&nbsp;row&nbsp;in&nbsp;the&nbsp;report;&nbsp;cells&nbsp;corresponding&nbsp;to&nbsp;dimension&nbsp;columns&nbsp;are&nbsp;empty.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"headers":&nbsp;[&nbsp;#&nbsp;The&nbsp;header&nbsp;information&nbsp;of&nbsp;the&nbsp;columns&nbsp;requested&nbsp;in&nbsp;the&nbsp;report.&nbsp;This&nbsp;is&nbsp;a&nbsp;list&nbsp;of&nbsp;headers;&nbsp;one&nbsp;for&nbsp;each&nbsp;dimension&nbsp;in&nbsp;the&nbsp;request,&nbsp;followed&nbsp;by&nbsp;one&nbsp;for&nbsp;each&nbsp;metric&nbsp;in&nbsp;the&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;currency&nbsp;of&nbsp;this&nbsp;column.&nbsp;Only&nbsp;present&nbsp;if&nbsp;the&nbsp;header&nbsp;type&nbsp;is&nbsp;METRIC_CURRENCY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;header;&nbsp;one&nbsp;of&nbsp;DIMENSION,&nbsp;METRIC_TALLY,&nbsp;METRIC_RATIO,&nbsp;or&nbsp;METRIC_CURRENCY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;header.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalMatchedRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;rows&nbsp;matched&nbsp;by&nbsp;the&nbsp;report&nbsp;request.&nbsp;Fewer&nbsp;rows&nbsp;may&nbsp;be&nbsp;returned&nbsp;in&nbsp;the&nbsp;response&nbsp;due&nbsp;to&nbsp;being&nbsp;limited&nbsp;by&nbsp;the&nbsp;row&nbsp;count&nbsp;requested&nbsp;or&nbsp;the&nbsp;report&nbsp;row&nbsp;limit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"averages":&nbsp;[&nbsp;#&nbsp;The&nbsp;averages&nbsp;of&nbsp;the&nbsp;report.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;length&nbsp;as&nbsp;any&nbsp;other&nbsp;row&nbsp;in&nbsp;the&nbsp;report;&nbsp;cells&nbsp;corresponding&nbsp;to&nbsp;dimension&nbsp;columns&nbsp;are&nbsp;empty.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.1.urlchannels.html b/docs/dyn/adsense.v1.1.urlchannels.html
deleted file mode 100644
index bb6d4a5..0000000
--- a/docs/dyn/adsense.v1.1.urlchannels.html
+++ /dev/null
@@ -1,63 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;URL&nbsp;channels&nbsp;in&nbsp;the&nbsp;specified&nbsp;ad&nbsp;client&nbsp;for&nbsp;this&nbsp;AdSense&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;URL&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;URL&nbsp;channels.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;URL&nbsp;channels&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;URL&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;URL&nbsp;channels&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#urlChannel",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#urlChannel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;URL&nbsp;channel.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"urlPattern":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;Pattern&nbsp;of&nbsp;this&nbsp;URL&nbsp;channel.&nbsp;Does&nbsp;not&nbsp;include&nbsp;"http://"&nbsp;or&nbsp;"https://".&nbsp;Example:&nbsp;www.example.com/home<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#urlChannels",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#urlChannels.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.adclients.html b/docs/dyn/adsense.v1.adclients.html
deleted file mode 100644
index 9ce30fc..0000000
--- a/docs/dyn/adsense.v1.adclients.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;ad&nbsp;clients&nbsp;in&nbsp;this&nbsp;AdSense&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;clients.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;ad&nbsp;clients&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;clients.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;ad&nbsp;clients&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"productCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;This&nbsp;ad&nbsp;client's&nbsp;product&nbsp;code,&nbsp;which&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;PRODUCT_CODE&nbsp;report&nbsp;dimension.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adClient",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adClient.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;ad&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"supportsReporting":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;ad&nbsp;client&nbsp;supports&nbsp;being&nbsp;reported&nbsp;on.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adClients",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adClients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.adunits.html b/docs/dyn/adsense.v1.adunits.html
deleted file mode 100644
index 69d9f3c..0000000
--- a/docs/dyn/adsense.v1.adunits.html
+++ /dev/null
@@ -1,67 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;ad&nbsp;units&nbsp;in&nbsp;this&nbsp;AdSense&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;units.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;includeInactive:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;include&nbsp;inactive&nbsp;ad&nbsp;units.&nbsp;Default:&nbsp;true.<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;ad&nbsp;units.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;ad&nbsp;units&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;ad&nbsp;units.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;ad&nbsp;units&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;NEW:&nbsp;Indicates&nbsp;that&nbsp;the&nbsp;ad&nbsp;unit&nbsp;was&nbsp;created&nbsp;within&nbsp;the&nbsp;last&nbsp;seven&nbsp;days&nbsp;and&nbsp;does&nbsp;not&nbsp;yet&nbsp;have&nbsp;any&nbsp;activity&nbsp;associated&nbsp;with&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;ACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;INACTIVE:&nbsp;Indicates&nbsp;that&nbsp;there&nbsp;has&nbsp;been&nbsp;no&nbsp;activity&nbsp;on&nbsp;this&nbsp;ad&nbsp;unit&nbsp;in&nbsp;the&nbsp;last&nbsp;seven&nbsp;days.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnit",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identity&nbsp;code&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;ad&nbsp;unit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#adUnits",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#adUnits.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.customchannels.html b/docs/dyn/adsense.v1.customchannels.html
deleted file mode 100644
index 057aa26..0000000
--- a/docs/dyn/adsense.v1.customchannels.html
+++ /dev/null
@@ -1,60 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;custom&nbsp;channels&nbsp;in&nbsp;this&nbsp;AdSense&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;custom&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;custom&nbsp;channels.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;custom&nbsp;channels&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;custom&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;custom&nbsp;channels&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannel",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel,&nbsp;not&nbsp;necessarily&nbsp;unique&nbsp;across&nbsp;ad&nbsp;clients.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;custom&nbsp;channel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#customChannels",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#customChannels.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.html b/docs/dyn/adsense.v1.html
deleted file mode 100644
index 226cb54..0000000
--- a/docs/dyn/adsense.v1.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-adclients"><strong><a href="adsense.v1.adclients.html">adclients</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-adunits"><strong><a href="adsense.v1.adunits.html">adunits</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-customchannels"><strong><a href="adsense.v1.customchannels.html">customchannels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-reports"><strong><a href="adsense.v1.reports.html">reports</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-urlchannels"><strong><a href="adsense.v1.urlchannels.html">urlchannels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.reports.html b/docs/dyn/adsense.v1.reports.html
deleted file mode 100644
index 2e47b0d..0000000
--- a/docs/dyn/adsense.v1.reports.html
+++ /dev/null
@@ -1,69 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-generate"><strong>generate</strong></a> = method(self, **kwargs)</dt><dd><tt>Generate&nbsp;an&nbsp;AdSense&nbsp;report&nbsp;based&nbsp;on&nbsp;the&nbsp;report&nbsp;request&nbsp;sent&nbsp;in&nbsp;the&nbsp;query&nbsp;parameters.&nbsp;Returns&nbsp;the&nbsp;result&nbsp;as&nbsp;JSON;&nbsp;to&nbsp;retrieve&nbsp;output&nbsp;in&nbsp;CSV&nbsp;format&nbsp;specify&nbsp;"alt=csv"&nbsp;as&nbsp;a&nbsp;query&nbsp;parameter.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;sort:&nbsp;string,&nbsp;The&nbsp;name&nbsp;of&nbsp;a&nbsp;dimension&nbsp;or&nbsp;metric&nbsp;to&nbsp;sort&nbsp;the&nbsp;resulting&nbsp;report&nbsp;on,&nbsp;optionally&nbsp;prefixed&nbsp;with&nbsp;"+"&nbsp;to&nbsp;sort&nbsp;ascending&nbsp;or&nbsp;"-"&nbsp;to&nbsp;sort&nbsp;descending.&nbsp;If&nbsp;no&nbsp;prefix&nbsp;is&nbsp;specified,&nbsp;the&nbsp;column&nbsp;is&nbsp;sorted&nbsp;ascending.&nbsp;(repeated)<br>
-&nbsp;&nbsp;startDate:&nbsp;string,&nbsp;Start&nbsp;of&nbsp;the&nbsp;date&nbsp;range&nbsp;to&nbsp;report&nbsp;on&nbsp;in&nbsp;"YYYY-MM-DD"&nbsp;format,&nbsp;inclusive.&nbsp;(required)<br>
-&nbsp;&nbsp;endDate:&nbsp;string,&nbsp;End&nbsp;of&nbsp;the&nbsp;date&nbsp;range&nbsp;to&nbsp;report&nbsp;on&nbsp;in&nbsp;"YYYY-MM-DD"&nbsp;format,&nbsp;inclusive.&nbsp;(required)<br>
-&nbsp;&nbsp;currency:&nbsp;string,&nbsp;Optional&nbsp;currency&nbsp;to&nbsp;use&nbsp;when&nbsp;reporting&nbsp;on&nbsp;monetary&nbsp;metrics.&nbsp;Defaults&nbsp;to&nbsp;the&nbsp;account's&nbsp;currency&nbsp;if&nbsp;not&nbsp;set.<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;Optional&nbsp;locale&nbsp;to&nbsp;use&nbsp;for&nbsp;translating&nbsp;report&nbsp;output&nbsp;to&nbsp;a&nbsp;local&nbsp;language.&nbsp;Defaults&nbsp;to&nbsp;"en_US"&nbsp;if&nbsp;not&nbsp;specified.<br>
-&nbsp;&nbsp;metric:&nbsp;string,&nbsp;Numeric&nbsp;columns&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;report.&nbsp;(repeated)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;rows&nbsp;of&nbsp;report&nbsp;data&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;filter:&nbsp;string,&nbsp;Filters&nbsp;to&nbsp;be&nbsp;run&nbsp;on&nbsp;the&nbsp;report.&nbsp;(repeated)<br>
-&nbsp;&nbsp;startIndex:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;row&nbsp;of&nbsp;report&nbsp;data&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;dimension:&nbsp;string,&nbsp;Dimensions&nbsp;to&nbsp;base&nbsp;the&nbsp;report&nbsp;on.&nbsp;(repeated)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#report",&nbsp;#&nbsp;Kind&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#report.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rows":&nbsp;[&nbsp;#&nbsp;The&nbsp;output&nbsp;rows&nbsp;of&nbsp;the&nbsp;report.&nbsp;Each&nbsp;row&nbsp;is&nbsp;a&nbsp;list&nbsp;of&nbsp;cells;&nbsp;one&nbsp;for&nbsp;each&nbsp;dimension&nbsp;in&nbsp;the&nbsp;request,&nbsp;followed&nbsp;by&nbsp;one&nbsp;for&nbsp;each&nbsp;metric&nbsp;in&nbsp;the&nbsp;request.&nbsp;The&nbsp;dimension&nbsp;cells&nbsp;contain&nbsp;strings,&nbsp;and&nbsp;the&nbsp;metric&nbsp;cells&nbsp;contain&nbsp;numbers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"warnings":&nbsp;[&nbsp;#&nbsp;Any&nbsp;warnings&nbsp;associated&nbsp;with&nbsp;generation&nbsp;of&nbsp;the&nbsp;report.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totals":&nbsp;[&nbsp;#&nbsp;The&nbsp;totals&nbsp;of&nbsp;the&nbsp;report.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;length&nbsp;as&nbsp;any&nbsp;other&nbsp;row&nbsp;in&nbsp;the&nbsp;report;&nbsp;cells&nbsp;corresponding&nbsp;to&nbsp;dimension&nbsp;columns&nbsp;are&nbsp;empty.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"headers":&nbsp;[&nbsp;#&nbsp;The&nbsp;header&nbsp;information&nbsp;of&nbsp;the&nbsp;columns&nbsp;requested&nbsp;in&nbsp;the&nbsp;report.&nbsp;This&nbsp;is&nbsp;a&nbsp;list&nbsp;of&nbsp;headers;&nbsp;one&nbsp;for&nbsp;each&nbsp;dimension&nbsp;in&nbsp;the&nbsp;request,&nbsp;followed&nbsp;by&nbsp;one&nbsp;for&nbsp;each&nbsp;metric&nbsp;in&nbsp;the&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;currency&nbsp;of&nbsp;this&nbsp;column.&nbsp;Only&nbsp;present&nbsp;if&nbsp;the&nbsp;header&nbsp;type&nbsp;is&nbsp;METRIC_CURRENCY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;header;&nbsp;one&nbsp;of&nbsp;DIMENSION,&nbsp;METRIC_TALLY,&nbsp;METRIC_RATIO,&nbsp;or&nbsp;METRIC_CURRENCY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;header.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalMatchedRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;rows&nbsp;matched&nbsp;by&nbsp;the&nbsp;report&nbsp;request.&nbsp;Fewer&nbsp;rows&nbsp;may&nbsp;be&nbsp;returned&nbsp;in&nbsp;the&nbsp;response&nbsp;due&nbsp;to&nbsp;being&nbsp;limited&nbsp;by&nbsp;the&nbsp;row&nbsp;count&nbsp;requested&nbsp;or&nbsp;the&nbsp;report&nbsp;row&nbsp;limit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"averages":&nbsp;[&nbsp;#&nbsp;The&nbsp;averages&nbsp;of&nbsp;the&nbsp;report.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;length&nbsp;as&nbsp;any&nbsp;other&nbsp;row&nbsp;in&nbsp;the&nbsp;report;&nbsp;cells&nbsp;corresponding&nbsp;to&nbsp;dimension&nbsp;columns&nbsp;are&nbsp;empty.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense.v1.urlchannels.html b/docs/dyn/adsense.v1.urlchannels.html
deleted file mode 100644
index 8fa6084..0000000
--- a/docs/dyn/adsense.v1.urlchannels.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;URL&nbsp;channels&nbsp;in&nbsp;this&nbsp;AdSense&nbsp;account.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;URL&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;adClientId:&nbsp;string,&nbsp;Ad&nbsp;client&nbsp;for&nbsp;which&nbsp;to&nbsp;list&nbsp;URL&nbsp;channels.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;URL&nbsp;channels&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Continuation&nbsp;token&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;URL&nbsp;channels.&nbsp;To&nbsp;retrieve&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;the&nbsp;next&nbsp;request's&nbsp;"pageToken"&nbsp;value&nbsp;to&nbsp;this.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;URL&nbsp;channels&nbsp;returned&nbsp;in&nbsp;this&nbsp;list&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#urlChannel",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#urlChannel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;this&nbsp;URL&nbsp;channel.&nbsp;This&nbsp;should&nbsp;be&nbsp;considered&nbsp;an&nbsp;opaque&nbsp;identifier;&nbsp;it&nbsp;is&nbsp;not&nbsp;safe&nbsp;to&nbsp;rely&nbsp;on&nbsp;it&nbsp;being&nbsp;in&nbsp;any&nbsp;particular&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"urlPattern":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;Pattern&nbsp;of&nbsp;this&nbsp;URL&nbsp;channel.&nbsp;Does&nbsp;not&nbsp;include&nbsp;"http://"&nbsp;or&nbsp;"https://".&nbsp;Example:&nbsp;www.example.com/home<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"adsense#urlChannels",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;this&nbsp;is,&nbsp;in&nbsp;this&nbsp;case&nbsp;adsense#urlChannels.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.accounts.adclients.html b/docs/dyn/adsense_v1_1.accounts.adclients.html
new file mode 100644
index 0000000..f182cce
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.accounts.adclients.html
@@ -0,0 +1,125 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.accounts.html">accounts</a> . <a href="adsense_v1_1.accounts.adclients.html">adclients</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(accountId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List all ad clients in the specified account.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(accountId, pageToken=None, maxResults=None)</code>
+  <pre>List all ad clients in the specified account.
+
+Args:
+  accountId: string, Account for which to list ad clients. (required)
+  pageToken: string, A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of ad clients to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through ad clients. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The ad clients returned in this list response.
+      {
+        "productCode": "A String", # This ad client's product code, which corresponds to the PRODUCT_CODE report dimension.
+        "kind": "adsense#adClient", # Kind of resource this is, in this case adsense#adClient.
+        "id": "A String", # Unique identifier of this ad client.
+        "supportsReporting": True or False, # Whether this ad client supports being reported on.
+      },
+    ],
+    "kind": "adsense#adClients", # Kind of list this is, in this case adsense#adClients.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.accounts.adunits.customchannels.html b/docs/dyn/adsense_v1_1.accounts.adunits.customchannels.html
new file mode 100644
index 0000000..de2b2db
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.accounts.adunits.customchannels.html
@@ -0,0 +1,133 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.accounts.html">accounts</a> . <a href="adsense_v1_1.accounts.adunits.html">adunits</a> . <a href="adsense_v1_1.accounts.adunits.customchannels.html">customchannels</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(accountId, adClientId, adUnitId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List all custom channels which the specified ad unit belongs to.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(accountId, adClientId, adUnitId, pageToken=None, maxResults=None)</code>
+  <pre>List all custom channels which the specified ad unit belongs to.
+
+Args:
+  accountId: string, Account to which the ad client belongs. (required)
+  adClientId: string, Ad client which contains the ad unit. (required)
+  adUnitId: string, Ad unit for which to list custom channels. (required)
+  pageToken: string, A continuation token, used to page through custom channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of custom channels to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through custom channels. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The custom channels returned in this list response.
+      {
+        "kind": "adsense#customChannel", # Kind of resource this is, in this case adsense#customChannel.
+        "code": "A String", # Code of this custom channel, not necessarily unique across ad clients.
+        "targetingInfo": { # The targeting information of this custom channel, if activated.
+          "location": "A String", # The locations in which ads appear. (Only valid for content and mobile content ads). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
+          "adsAppearOn": "A String", # The name used to describe this channel externally.
+          "siteLanguage": "A String", # The language of the sites ads will be displayed on.
+          "description": "A String", # The external description of the channel.
+        },
+        "id": "A String", # Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+        "name": "A String", # Name of this custom channel.
+      },
+    ],
+    "kind": "adsense#customChannels", # Kind of list this is, in this case adsense#customChannels.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.accounts.adunits.html b/docs/dyn/adsense_v1_1.accounts.adunits.html
new file mode 100644
index 0000000..f0c1e3e
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.accounts.adunits.html
@@ -0,0 +1,167 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.accounts.html">accounts</a> . <a href="adsense_v1_1.accounts.adunits.html">adunits</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="adsense_v1_1.accounts.adunits.customchannels.html">customchannels()</a></code>
+</p>
+<p class="firstline">Returns the customchannels Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#get">get(accountId, adClientId, adUnitId)</a></code></p>
+<p class="firstline">Gets the specified ad unit in the specified ad client for the specified account.</p>
+<p class="toc_element">
+  <code><a href="#list">list(accountId, adClientId, pageToken=None, includeInactive=None, maxResults=None)</a></code></p>
+<p class="firstline">List all ad units in the specified ad client for the specified account.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(accountId, adClientId, adUnitId)</code>
+  <pre>Gets the specified ad unit in the specified ad client for the specified account.
+
+Args:
+  accountId: string, Account to which the ad client belongs. (required)
+  adClientId: string, Ad client for which to get the ad unit. (required)
+  adUnitId: string, Ad unit to retrieve. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of this ad unit. Possible values are:
+        # NEW: Indicates that the ad unit was created within the last seven days and does not yet have any activity associated with it.
+        #
+        # ACTIVE: Indicates that there has been activity on this ad unit in the last seven days.
+        #
+        # INACTIVE: Indicates that there has been no activity on this ad unit in the last seven days.
+    "kind": "adsense#adUnit", # Kind of resource this is, in this case adsense#adUnit.
+    "code": "A String", # Identity code of this ad unit, not necessarily unique across ad clients.
+    "id": "A String", # Unique identifier of this ad unit. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+    "name": "A String", # Name of this ad unit.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(accountId, adClientId, pageToken=None, includeInactive=None, maxResults=None)</code>
+  <pre>List all ad units in the specified ad client for the specified account.
+
+Args:
+  accountId: string, Account to which the ad client belongs. (required)
+  adClientId: string, Ad client for which to list ad units. (required)
+  pageToken: string, A continuation token, used to page through ad units. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  includeInactive: boolean, Whether to include inactive ad units. Default: true.
+  maxResults: integer, The maximum number of ad units to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through ad units. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The ad units returned in this list response.
+      {
+        "status": "A String", # Status of this ad unit. Possible values are:
+            # NEW: Indicates that the ad unit was created within the last seven days and does not yet have any activity associated with it.
+            #
+            # ACTIVE: Indicates that there has been activity on this ad unit in the last seven days.
+            #
+            # INACTIVE: Indicates that there has been no activity on this ad unit in the last seven days.
+        "kind": "adsense#adUnit", # Kind of resource this is, in this case adsense#adUnit.
+        "code": "A String", # Identity code of this ad unit, not necessarily unique across ad clients.
+        "id": "A String", # Unique identifier of this ad unit. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+        "name": "A String", # Name of this ad unit.
+      },
+    ],
+    "kind": "adsense#adUnits", # Kind of list this is, in this case adsense#adUnits.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.accounts.customchannels.adunits.html b/docs/dyn/adsense_v1_1.accounts.customchannels.adunits.html
new file mode 100644
index 0000000..8369ae9
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.accounts.customchannels.adunits.html
@@ -0,0 +1,134 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.accounts.html">accounts</a> . <a href="adsense_v1_1.accounts.customchannels.html">customchannels</a> . <a href="adsense_v1_1.accounts.customchannels.adunits.html">adunits</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(accountId, adClientId, customChannelId, pageToken=None, includeInactive=None, maxResults=None)</a></code></p>
+<p class="firstline">List all ad units in the specified custom channel.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(accountId, adClientId, customChannelId, pageToken=None, includeInactive=None, maxResults=None)</code>
+  <pre>List all ad units in the specified custom channel.
+
+Args:
+  accountId: string, Account to which the ad client belongs. (required)
+  adClientId: string, Ad client which contains the custom channel. (required)
+  customChannelId: string, Custom channel for which to list ad units. (required)
+  pageToken: string, A continuation token, used to page through ad units. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  includeInactive: boolean, Whether to include inactive ad units. Default: true.
+  maxResults: integer, The maximum number of ad units to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through ad units. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The ad units returned in this list response.
+      {
+        "status": "A String", # Status of this ad unit. Possible values are:
+            # NEW: Indicates that the ad unit was created within the last seven days and does not yet have any activity associated with it.
+            #
+            # ACTIVE: Indicates that there has been activity on this ad unit in the last seven days.
+            #
+            # INACTIVE: Indicates that there has been no activity on this ad unit in the last seven days.
+        "kind": "adsense#adUnit", # Kind of resource this is, in this case adsense#adUnit.
+        "code": "A String", # Identity code of this ad unit, not necessarily unique across ad clients.
+        "id": "A String", # Unique identifier of this ad unit. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+        "name": "A String", # Name of this ad unit.
+      },
+    ],
+    "kind": "adsense#adUnits", # Kind of list this is, in this case adsense#adUnits.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.accounts.customchannels.html b/docs/dyn/adsense_v1_1.accounts.customchannels.html
new file mode 100644
index 0000000..03d3fa8
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.accounts.customchannels.html
@@ -0,0 +1,166 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.accounts.html">accounts</a> . <a href="adsense_v1_1.accounts.customchannels.html">customchannels</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="adsense_v1_1.accounts.customchannels.adunits.html">adunits()</a></code>
+</p>
+<p class="firstline">Returns the adunits Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#get">get(accountId, adClientId, customChannelId)</a></code></p>
+<p class="firstline">Get the specified custom channel from the specified ad client for the specified account.</p>
+<p class="toc_element">
+  <code><a href="#list">list(accountId, adClientId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List all custom channels in the specified ad client for the specified account.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(accountId, adClientId, customChannelId)</code>
+  <pre>Get the specified custom channel from the specified ad client for the specified account.
+
+Args:
+  accountId: string, Account to which the ad client belongs. (required)
+  adClientId: string, Ad client which contains the custom channel. (required)
+  customChannelId: string, Custom channel to retrieve. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "adsense#customChannel", # Kind of resource this is, in this case adsense#customChannel.
+    "code": "A String", # Code of this custom channel, not necessarily unique across ad clients.
+    "targetingInfo": { # The targeting information of this custom channel, if activated.
+      "location": "A String", # The locations in which ads appear. (Only valid for content and mobile content ads). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
+      "adsAppearOn": "A String", # The name used to describe this channel externally.
+      "siteLanguage": "A String", # The language of the sites ads will be displayed on.
+      "description": "A String", # The external description of the channel.
+    },
+    "id": "A String", # Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+    "name": "A String", # Name of this custom channel.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(accountId, adClientId, pageToken=None, maxResults=None)</code>
+  <pre>List all custom channels in the specified ad client for the specified account.
+
+Args:
+  accountId: string, Account to which the ad client belongs. (required)
+  adClientId: string, Ad client for which to list custom channels. (required)
+  pageToken: string, A continuation token, used to page through custom channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of custom channels to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through custom channels. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The custom channels returned in this list response.
+      {
+        "kind": "adsense#customChannel", # Kind of resource this is, in this case adsense#customChannel.
+        "code": "A String", # Code of this custom channel, not necessarily unique across ad clients.
+        "targetingInfo": { # The targeting information of this custom channel, if activated.
+          "location": "A String", # The locations in which ads appear. (Only valid for content and mobile content ads). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
+          "adsAppearOn": "A String", # The name used to describe this channel externally.
+          "siteLanguage": "A String", # The language of the sites ads will be displayed on.
+          "description": "A String", # The external description of the channel.
+        },
+        "id": "A String", # Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+        "name": "A String", # Name of this custom channel.
+      },
+    ],
+    "kind": "adsense#customChannels", # Kind of list this is, in this case adsense#customChannels.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.accounts.html b/docs/dyn/adsense_v1_1.accounts.html
new file mode 100644
index 0000000..da700ce
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.accounts.html
@@ -0,0 +1,175 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.accounts.html">accounts</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="adsense_v1_1.accounts.adclients.html">adclients()</a></code>
+</p>
+<p class="firstline">Returns the adclients Resource.</p>
+
+<p class="toc_element">
+  <code><a href="adsense_v1_1.accounts.adunits.html">adunits()</a></code>
+</p>
+<p class="firstline">Returns the adunits Resource.</p>
+
+<p class="toc_element">
+  <code><a href="adsense_v1_1.accounts.customchannels.html">customchannels()</a></code>
+</p>
+<p class="firstline">Returns the customchannels Resource.</p>
+
+<p class="toc_element">
+  <code><a href="adsense_v1_1.accounts.reports.html">reports()</a></code>
+</p>
+<p class="firstline">Returns the reports Resource.</p>
+
+<p class="toc_element">
+  <code><a href="adsense_v1_1.accounts.urlchannels.html">urlchannels()</a></code>
+</p>
+<p class="firstline">Returns the urlchannels Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#get">get(accountId, tree=None)</a></code></p>
+<p class="firstline">Get information about the selected AdSense account.</p>
+<p class="toc_element">
+  <code><a href="#list">list(pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List all accounts available to this AdSense account.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(accountId, tree=None)</code>
+  <pre>Get information about the selected AdSense account.
+
+Args:
+  accountId: string, Account to get information about. (required)
+  tree: boolean, Whether the tree of sub accounts should be returned.
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "adsense#account", # Kind of resource this is, in this case adsense#account.
+    "id": "A String", # Unique identifier of this account.
+    "subAccounts": [ # Sub accounts of the this account.
+      # Object with schema name: Account
+    ],
+    "name": "A String", # Name of this account.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(pageToken=None, maxResults=None)</code>
+  <pre>List all accounts available to this AdSense account.
+
+Args:
+  pageToken: string, A continuation token, used to page through accounts. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of accounts to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through accounts. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The accounts returned in this list response.
+      {
+        "kind": "adsense#account", # Kind of resource this is, in this case adsense#account.
+        "id": "A String", # Unique identifier of this account.
+        "subAccounts": [ # Sub accounts of the this account.
+          # Object with schema name: Account
+        ],
+        "name": "A String", # Name of this account.
+      },
+    ],
+    "kind": "adsense#accounts", # Kind of list this is, in this case adsense#accounts.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.accounts.reports.html b/docs/dyn/adsense_v1_1.accounts.reports.html
new file mode 100644
index 0000000..104951f
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.accounts.reports.html
@@ -0,0 +1,154 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.accounts.html">accounts</a> . <a href="adsense_v1_1.accounts.reports.html">reports</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#generate">generate(accountId, startDate, endDate, locale=None, metric=None, currency=None, startIndex=None, sort=None, maxResults=None, filter=None, dimension=None)</a></code></p>
+<p class="firstline">Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.</p>
+<p class="toc_element">
+  <code><a href="#generate_media">generate_media(accountId, startDate, endDate, locale=None, metric=None, currency=None, startIndex=None, sort=None, maxResults=None, filter=None, dimension=None)</a></code></p>
+<p class="firstline">Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="generate">generate(accountId, startDate, endDate, locale=None, metric=None, currency=None, startIndex=None, sort=None, maxResults=None, filter=None, dimension=None)</code>
+  <pre>Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.
+
+Args:
+  accountId: string, Account upon which to report. (required)
+  startDate: string, Start of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)
+  endDate: string, End of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)
+  locale: string, Optional locale to use for translating report output to a local language. Defaults to "en_US" if not specified.
+  metric: string, Numeric columns to include in the report. (repeated)
+  currency: string, Optional currency to use when reporting on monetary metrics. Defaults to the account's currency if not set.
+  startIndex: integer, Index of the first row of report data to return.
+  sort: string, The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+" to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted ascending. (repeated)
+  maxResults: integer, The maximum number of rows of report data to return.
+  filter: string, Filters to be run on the report. (repeated)
+  dimension: string, Dimensions to base the report on. (repeated)
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "adsense#report", # Kind this is, in this case adsense#report.
+    "rows": [ # The output rows of the report. Each row is a list of cells; one for each dimension in the request, followed by one for each metric in the request. The dimension cells contain strings, and the metric cells contain numbers.
+      [
+        "A String",
+      ],
+    ],
+    "warnings": [ # Any warnings associated with generation of the report.
+      "A String",
+    ],
+    "totals": [ # The totals of the report. This is the same length as any other row in the report; cells corresponding to dimension columns are empty.
+      "A String",
+    ],
+    "headers": [ # The header information of the columns requested in the report. This is a list of headers; one for each dimension in the request, followed by one for each metric in the request.
+      {
+        "currency": "A String", # The currency of this column. Only present if the header type is METRIC_CURRENCY.
+        "type": "A String", # The type of the header; one of DIMENSION, METRIC_TALLY, METRIC_RATIO, or METRIC_CURRENCY.
+        "name": "A String", # The name of the header.
+      },
+    ],
+    "totalMatchedRows": "A String", # The total number of rows matched by the report request. Fewer rows may be returned in the response due to being limited by the row count requested or the report row limit.
+    "averages": [ # The averages of the report. This is the same length as any other row in the report; cells corresponding to dimension columns are empty.
+      "A String",
+    ],
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="generate_media">generate_media(accountId, startDate, endDate, locale=None, metric=None, currency=None, startIndex=None, sort=None, maxResults=None, filter=None, dimension=None)</code>
+  <pre>Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.
+
+Args:
+  accountId: string, Account upon which to report. (required)
+  startDate: string, Start of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)
+  endDate: string, End of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)
+  locale: string, Optional locale to use for translating report output to a local language. Defaults to "en_US" if not specified.
+  metric: string, Numeric columns to include in the report. (repeated)
+  currency: string, Optional currency to use when reporting on monetary metrics. Defaults to the account's currency if not set.
+  startIndex: integer, Index of the first row of report data to return.
+  sort: string, The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+" to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted ascending. (repeated)
+  maxResults: integer, The maximum number of rows of report data to return.
+  filter: string, Filters to be run on the report. (repeated)
+  dimension: string, Dimensions to base the report on. (repeated)
+
+Returns:
+  The media object as a string.
+
+    </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.accounts.urlchannels.html b/docs/dyn/adsense_v1_1.accounts.urlchannels.html
new file mode 100644
index 0000000..126b7e4
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.accounts.urlchannels.html
@@ -0,0 +1,125 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.accounts.html">accounts</a> . <a href="adsense_v1_1.accounts.urlchannels.html">urlchannels</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(accountId, adClientId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List all URL channels in the specified ad client for the specified account.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(accountId, adClientId, pageToken=None, maxResults=None)</code>
+  <pre>List all URL channels in the specified ad client for the specified account.
+
+Args:
+  accountId: string, Account to which the ad client belongs. (required)
+  adClientId: string, Ad client for which to list URL channels. (required)
+  pageToken: string, A continuation token, used to page through URL channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of URL channels to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through URL channels. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The URL channels returned in this list response.
+      {
+        "kind": "adsense#urlChannel", # Kind of resource this is, in this case adsense#urlChannel.
+        "id": "A String", # Unique identifier of this URL channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+        "urlPattern": "A String", # URL Pattern of this URL channel. Does not include "http://" or "https://". Example: www.example.com/home
+      },
+    ],
+    "kind": "adsense#urlChannels", # Kind of list this is, in this case adsense#urlChannels.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.adclients.html b/docs/dyn/adsense_v1_1.adclients.html
new file mode 100644
index 0000000..ed0457e
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.adclients.html
@@ -0,0 +1,124 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.adclients.html">adclients</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List all ad clients in this AdSense account.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(pageToken=None, maxResults=None)</code>
+  <pre>List all ad clients in this AdSense account.
+
+Args:
+  pageToken: string, A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of ad clients to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through ad clients. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The ad clients returned in this list response.
+      {
+        "productCode": "A String", # This ad client's product code, which corresponds to the PRODUCT_CODE report dimension.
+        "kind": "adsense#adClient", # Kind of resource this is, in this case adsense#adClient.
+        "id": "A String", # Unique identifier of this ad client.
+        "supportsReporting": True or False, # Whether this ad client supports being reported on.
+      },
+    ],
+    "kind": "adsense#adClients", # Kind of list this is, in this case adsense#adClients.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.adunits.customchannels.html b/docs/dyn/adsense_v1_1.adunits.customchannels.html
new file mode 100644
index 0000000..5b4e25b
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.adunits.customchannels.html
@@ -0,0 +1,132 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.adunits.html">adunits</a> . <a href="adsense_v1_1.adunits.customchannels.html">customchannels</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(adClientId, adUnitId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List all custom channels which the specified ad unit belongs to.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(adClientId, adUnitId, pageToken=None, maxResults=None)</code>
+  <pre>List all custom channels which the specified ad unit belongs to.
+
+Args:
+  adClientId: string, Ad client which contains the ad unit. (required)
+  adUnitId: string, Ad unit for which to list custom channels. (required)
+  pageToken: string, A continuation token, used to page through custom channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of custom channels to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through custom channels. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The custom channels returned in this list response.
+      {
+        "kind": "adsense#customChannel", # Kind of resource this is, in this case adsense#customChannel.
+        "code": "A String", # Code of this custom channel, not necessarily unique across ad clients.
+        "targetingInfo": { # The targeting information of this custom channel, if activated.
+          "location": "A String", # The locations in which ads appear. (Only valid for content and mobile content ads). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
+          "adsAppearOn": "A String", # The name used to describe this channel externally.
+          "siteLanguage": "A String", # The language of the sites ads will be displayed on.
+          "description": "A String", # The external description of the channel.
+        },
+        "id": "A String", # Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+        "name": "A String", # Name of this custom channel.
+      },
+    ],
+    "kind": "adsense#customChannels", # Kind of list this is, in this case adsense#customChannels.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.adunits.html b/docs/dyn/adsense_v1_1.adunits.html
new file mode 100644
index 0000000..02d1fcc
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.adunits.html
@@ -0,0 +1,165 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.adunits.html">adunits</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="adsense_v1_1.adunits.customchannels.html">customchannels()</a></code>
+</p>
+<p class="firstline">Returns the customchannels Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#get">get(adClientId, adUnitId)</a></code></p>
+<p class="firstline">Gets the specified ad unit in the specified ad client.</p>
+<p class="toc_element">
+  <code><a href="#list">list(adClientId, pageToken=None, includeInactive=None, maxResults=None)</a></code></p>
+<p class="firstline">List all ad units in the specified ad client for this AdSense account.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(adClientId, adUnitId)</code>
+  <pre>Gets the specified ad unit in the specified ad client.
+
+Args:
+  adClientId: string, Ad client for which to get the ad unit. (required)
+  adUnitId: string, Ad unit to retrieve. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of this ad unit. Possible values are:
+        # NEW: Indicates that the ad unit was created within the last seven days and does not yet have any activity associated with it.
+        #
+        # ACTIVE: Indicates that there has been activity on this ad unit in the last seven days.
+        #
+        # INACTIVE: Indicates that there has been no activity on this ad unit in the last seven days.
+    "kind": "adsense#adUnit", # Kind of resource this is, in this case adsense#adUnit.
+    "code": "A String", # Identity code of this ad unit, not necessarily unique across ad clients.
+    "id": "A String", # Unique identifier of this ad unit. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+    "name": "A String", # Name of this ad unit.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(adClientId, pageToken=None, includeInactive=None, maxResults=None)</code>
+  <pre>List all ad units in the specified ad client for this AdSense account.
+
+Args:
+  adClientId: string, Ad client for which to list ad units. (required)
+  pageToken: string, A continuation token, used to page through ad units. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  includeInactive: boolean, Whether to include inactive ad units. Default: true.
+  maxResults: integer, The maximum number of ad units to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through ad units. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The ad units returned in this list response.
+      {
+        "status": "A String", # Status of this ad unit. Possible values are:
+            # NEW: Indicates that the ad unit was created within the last seven days and does not yet have any activity associated with it.
+            #
+            # ACTIVE: Indicates that there has been activity on this ad unit in the last seven days.
+            #
+            # INACTIVE: Indicates that there has been no activity on this ad unit in the last seven days.
+        "kind": "adsense#adUnit", # Kind of resource this is, in this case adsense#adUnit.
+        "code": "A String", # Identity code of this ad unit, not necessarily unique across ad clients.
+        "id": "A String", # Unique identifier of this ad unit. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+        "name": "A String", # Name of this ad unit.
+      },
+    ],
+    "kind": "adsense#adUnits", # Kind of list this is, in this case adsense#adUnits.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.customchannels.adunits.html b/docs/dyn/adsense_v1_1.customchannels.adunits.html
new file mode 100644
index 0000000..a87b870
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.customchannels.adunits.html
@@ -0,0 +1,133 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.customchannels.html">customchannels</a> . <a href="adsense_v1_1.customchannels.adunits.html">adunits</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(adClientId, customChannelId, pageToken=None, includeInactive=None, maxResults=None)</a></code></p>
+<p class="firstline">List all ad units in the specified custom channel.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(adClientId, customChannelId, pageToken=None, includeInactive=None, maxResults=None)</code>
+  <pre>List all ad units in the specified custom channel.
+
+Args:
+  adClientId: string, Ad client which contains the custom channel. (required)
+  customChannelId: string, Custom channel for which to list ad units. (required)
+  pageToken: string, A continuation token, used to page through ad units. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  includeInactive: boolean, Whether to include inactive ad units. Default: true.
+  maxResults: integer, The maximum number of ad units to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through ad units. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The ad units returned in this list response.
+      {
+        "status": "A String", # Status of this ad unit. Possible values are:
+            # NEW: Indicates that the ad unit was created within the last seven days and does not yet have any activity associated with it.
+            #
+            # ACTIVE: Indicates that there has been activity on this ad unit in the last seven days.
+            #
+            # INACTIVE: Indicates that there has been no activity on this ad unit in the last seven days.
+        "kind": "adsense#adUnit", # Kind of resource this is, in this case adsense#adUnit.
+        "code": "A String", # Identity code of this ad unit, not necessarily unique across ad clients.
+        "id": "A String", # Unique identifier of this ad unit. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+        "name": "A String", # Name of this ad unit.
+      },
+    ],
+    "kind": "adsense#adUnits", # Kind of list this is, in this case adsense#adUnits.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.customchannels.html b/docs/dyn/adsense_v1_1.customchannels.html
new file mode 100644
index 0000000..e4dcc82
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.customchannels.html
@@ -0,0 +1,164 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.customchannels.html">customchannels</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="adsense_v1_1.customchannels.adunits.html">adunits()</a></code>
+</p>
+<p class="firstline">Returns the adunits Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#get">get(adClientId, customChannelId)</a></code></p>
+<p class="firstline">Get the specified custom channel from the specified ad client.</p>
+<p class="toc_element">
+  <code><a href="#list">list(adClientId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List all custom channels in the specified ad client for this AdSense account.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(adClientId, customChannelId)</code>
+  <pre>Get the specified custom channel from the specified ad client.
+
+Args:
+  adClientId: string, Ad client which contains the custom channel. (required)
+  customChannelId: string, Custom channel to retrieve. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "adsense#customChannel", # Kind of resource this is, in this case adsense#customChannel.
+    "code": "A String", # Code of this custom channel, not necessarily unique across ad clients.
+    "targetingInfo": { # The targeting information of this custom channel, if activated.
+      "location": "A String", # The locations in which ads appear. (Only valid for content and mobile content ads). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
+      "adsAppearOn": "A String", # The name used to describe this channel externally.
+      "siteLanguage": "A String", # The language of the sites ads will be displayed on.
+      "description": "A String", # The external description of the channel.
+    },
+    "id": "A String", # Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+    "name": "A String", # Name of this custom channel.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(adClientId, pageToken=None, maxResults=None)</code>
+  <pre>List all custom channels in the specified ad client for this AdSense account.
+
+Args:
+  adClientId: string, Ad client for which to list custom channels. (required)
+  pageToken: string, A continuation token, used to page through custom channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of custom channels to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through custom channels. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The custom channels returned in this list response.
+      {
+        "kind": "adsense#customChannel", # Kind of resource this is, in this case adsense#customChannel.
+        "code": "A String", # Code of this custom channel, not necessarily unique across ad clients.
+        "targetingInfo": { # The targeting information of this custom channel, if activated.
+          "location": "A String", # The locations in which ads appear. (Only valid for content and mobile content ads). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
+          "adsAppearOn": "A String", # The name used to describe this channel externally.
+          "siteLanguage": "A String", # The language of the sites ads will be displayed on.
+          "description": "A String", # The external description of the channel.
+        },
+        "id": "A String", # Unique identifier of this custom channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+        "name": "A String", # Name of this custom channel.
+      },
+    ],
+    "kind": "adsense#customChannels", # Kind of list this is, in this case adsense#customChannels.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.html b/docs/dyn/adsense_v1_1.html
new file mode 100644
index 0000000..a6eb902
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.html
@@ -0,0 +1,107 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="adsense_v1_1.accounts.html">accounts()</a></code>
+</p>
+<p class="firstline">Returns the accounts Resource.</p>
+
+<p class="toc_element">
+  <code><a href="adsense_v1_1.adclients.html">adclients()</a></code>
+</p>
+<p class="firstline">Returns the adclients Resource.</p>
+
+<p class="toc_element">
+  <code><a href="adsense_v1_1.adunits.html">adunits()</a></code>
+</p>
+<p class="firstline">Returns the adunits Resource.</p>
+
+<p class="toc_element">
+  <code><a href="adsense_v1_1.customchannels.html">customchannels()</a></code>
+</p>
+<p class="firstline">Returns the customchannels Resource.</p>
+
+<p class="toc_element">
+  <code><a href="adsense_v1_1.reports.html">reports()</a></code>
+</p>
+<p class="firstline">Returns the reports Resource.</p>
+
+<p class="toc_element">
+  <code><a href="adsense_v1_1.urlchannels.html">urlchannels()</a></code>
+</p>
+<p class="firstline">Returns the urlchannels Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.reports.html b/docs/dyn/adsense_v1_1.reports.html
new file mode 100644
index 0000000..813f116
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.reports.html
@@ -0,0 +1,154 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.reports.html">reports</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#generate">generate(startDate, endDate, locale=None, metric=None, currency=None, startIndex=None, accountId=None, sort=None, maxResults=None, filter=None, dimension=None)</a></code></p>
+<p class="firstline">Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.</p>
+<p class="toc_element">
+  <code><a href="#generate_media">generate_media(startDate, endDate, locale=None, metric=None, currency=None, startIndex=None, accountId=None, sort=None, maxResults=None, filter=None, dimension=None)</a></code></p>
+<p class="firstline">Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="generate">generate(startDate, endDate, locale=None, metric=None, currency=None, startIndex=None, accountId=None, sort=None, maxResults=None, filter=None, dimension=None)</code>
+  <pre>Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.
+
+Args:
+  startDate: string, Start of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)
+  endDate: string, End of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)
+  locale: string, Optional locale to use for translating report output to a local language. Defaults to "en_US" if not specified.
+  metric: string, Numeric columns to include in the report. (repeated)
+  currency: string, Optional currency to use when reporting on monetary metrics. Defaults to the account's currency if not set.
+  startIndex: integer, Index of the first row of report data to return.
+  accountId: string, Accounts upon which to report. (repeated)
+  sort: string, The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+" to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted ascending. (repeated)
+  maxResults: integer, The maximum number of rows of report data to return.
+  filter: string, Filters to be run on the report. (repeated)
+  dimension: string, Dimensions to base the report on. (repeated)
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "adsense#report", # Kind this is, in this case adsense#report.
+    "rows": [ # The output rows of the report. Each row is a list of cells; one for each dimension in the request, followed by one for each metric in the request. The dimension cells contain strings, and the metric cells contain numbers.
+      [
+        "A String",
+      ],
+    ],
+    "warnings": [ # Any warnings associated with generation of the report.
+      "A String",
+    ],
+    "totals": [ # The totals of the report. This is the same length as any other row in the report; cells corresponding to dimension columns are empty.
+      "A String",
+    ],
+    "headers": [ # The header information of the columns requested in the report. This is a list of headers; one for each dimension in the request, followed by one for each metric in the request.
+      {
+        "currency": "A String", # The currency of this column. Only present if the header type is METRIC_CURRENCY.
+        "type": "A String", # The type of the header; one of DIMENSION, METRIC_TALLY, METRIC_RATIO, or METRIC_CURRENCY.
+        "name": "A String", # The name of the header.
+      },
+    ],
+    "totalMatchedRows": "A String", # The total number of rows matched by the report request. Fewer rows may be returned in the response due to being limited by the row count requested or the report row limit.
+    "averages": [ # The averages of the report. This is the same length as any other row in the report; cells corresponding to dimension columns are empty.
+      "A String",
+    ],
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="generate_media">generate_media(startDate, endDate, locale=None, metric=None, currency=None, startIndex=None, accountId=None, sort=None, maxResults=None, filter=None, dimension=None)</code>
+  <pre>Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.
+
+Args:
+  startDate: string, Start of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)
+  endDate: string, End of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)
+  locale: string, Optional locale to use for translating report output to a local language. Defaults to "en_US" if not specified.
+  metric: string, Numeric columns to include in the report. (repeated)
+  currency: string, Optional currency to use when reporting on monetary metrics. Defaults to the account's currency if not set.
+  startIndex: integer, Index of the first row of report data to return.
+  accountId: string, Accounts upon which to report. (repeated)
+  sort: string, The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+" to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted ascending. (repeated)
+  maxResults: integer, The maximum number of rows of report data to return.
+  filter: string, Filters to be run on the report. (repeated)
+  dimension: string, Dimensions to base the report on. (repeated)
+
+Returns:
+  The media object as a string.
+
+    </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/adsense_v1_1.urlchannels.html b/docs/dyn/adsense_v1_1.urlchannels.html
new file mode 100644
index 0000000..c70a67e
--- /dev/null
+++ b/docs/dyn/adsense_v1_1.urlchannels.html
@@ -0,0 +1,124 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="adsense_v1_1.html">AdSense Management API</a> . <a href="adsense_v1_1.urlchannels.html">urlchannels</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(adClientId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List all URL channels in the specified ad client for this AdSense account.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(adClientId, pageToken=None, maxResults=None)</code>
+  <pre>List all URL channels in the specified ad client for this AdSense account.
+
+Args:
+  adClientId: string, Ad client for which to list URL channels. (required)
+  pageToken: string, A continuation token, used to page through URL channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of URL channels to include in the response, used for paging.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Continuation token used to page through URL channels. To retrieve the next page of results, set the next request's "pageToken" value to this.
+    "items": [ # The URL channels returned in this list response.
+      {
+        "kind": "adsense#urlChannel", # Kind of resource this is, in this case adsense#urlChannel.
+        "id": "A String", # Unique identifier of this URL channel. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
+        "urlPattern": "A String", # URL Pattern of this URL channel. Does not include "http://" or "https://". Example: www.example.com/home
+      },
+    ],
+    "kind": "adsense#urlChannels", # Kind of list this is, in this case adsense#urlChannels.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics.v3.data.ga.html b/docs/dyn/analytics.v3.data.ga.html
deleted file mode 100644
index 4187700..0000000
--- a/docs/dyn/analytics.v3.data.ga.html
+++ /dev/null
@@ -1,96 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;Analytics&nbsp;data&nbsp;for&nbsp;a&nbsp;profile.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;sort:&nbsp;string,&nbsp;A&nbsp;comma-separated&nbsp;list&nbsp;of&nbsp;dimensions&nbsp;or&nbsp;metrics&nbsp;that&nbsp;determine&nbsp;the&nbsp;sort&nbsp;order&nbsp;for&nbsp;Analytics&nbsp;data.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;end_date:&nbsp;string,&nbsp;End&nbsp;date&nbsp;for&nbsp;fetching&nbsp;Analytics&nbsp;data.&nbsp;All&nbsp;requests&nbsp;should&nbsp;specify&nbsp;an&nbsp;end&nbsp;date&nbsp;formatted&nbsp;as&nbsp;YYYY-MM-DD.&nbsp;(required)<br>
-&nbsp;&nbsp;dimensions:&nbsp;string,&nbsp;A&nbsp;comma-separated&nbsp;list&nbsp;of&nbsp;Analytics&nbsp;dimensions.&nbsp;E.g.,&nbsp;'ga:browser,ga:city'.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;filters:&nbsp;string,&nbsp;A&nbsp;comma-separated&nbsp;list&nbsp;of&nbsp;dimension&nbsp;or&nbsp;metric&nbsp;filters&nbsp;to&nbsp;be&nbsp;applied&nbsp;to&nbsp;Analytics&nbsp;data.<br>
-&nbsp;&nbsp;ids:&nbsp;string,&nbsp;Unique&nbsp;table&nbsp;ID&nbsp;for&nbsp;retrieving&nbsp;Analytics&nbsp;data.&nbsp;Table&nbsp;ID&nbsp;is&nbsp;of&nbsp;the&nbsp;form&nbsp;ga:XXXX,&nbsp;where&nbsp;XXXX&nbsp;is&nbsp;the&nbsp;Analytics&nbsp;profile&nbsp;ID.&nbsp;(required)<br>
-&nbsp;&nbsp;metrics:&nbsp;string,&nbsp;A&nbsp;comma-separated&nbsp;list&nbsp;of&nbsp;Analytics&nbsp;metrics.&nbsp;E.g.,&nbsp;'ga:visits,ga:pageviews'.&nbsp;At&nbsp;least&nbsp;one&nbsp;metric&nbsp;must&nbsp;be&nbsp;specified.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;entries&nbsp;to&nbsp;include&nbsp;in&nbsp;this&nbsp;feed.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;segment:&nbsp;string,&nbsp;An&nbsp;Analytics&nbsp;advanced&nbsp;segment&nbsp;to&nbsp;be&nbsp;applied&nbsp;to&nbsp;data.<br>
-&nbsp;&nbsp;start_date:&nbsp;string,&nbsp;Start&nbsp;date&nbsp;for&nbsp;fetching&nbsp;Analytics&nbsp;data.&nbsp;All&nbsp;requests&nbsp;should&nbsp;specify&nbsp;a&nbsp;start&nbsp;date&nbsp;formatted&nbsp;as&nbsp;YYYY-MM-DD.&nbsp;(required)<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;An&nbsp;index&nbsp;of&nbsp;the&nbsp;first&nbsp;entity&nbsp;to&nbsp;retrieve.&nbsp;Use&nbsp;this&nbsp;parameter&nbsp;as&nbsp;a&nbsp;pagination&nbsp;mechanism&nbsp;along&nbsp;with&nbsp;the&nbsp;max-results&nbsp;parameter.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"analytics#gaData",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rows":&nbsp;[&nbsp;#&nbsp;Analytics&nbsp;data&nbsp;rows,&nbsp;where&nbsp;each&nbsp;row&nbsp;contains&nbsp;a&nbsp;list&nbsp;of&nbsp;dimension&nbsp;values&nbsp;followed&nbsp;by&nbsp;the&nbsp;metric&nbsp;values.&nbsp;The&nbsp;order&nbsp;of&nbsp;dimensions&nbsp;and&nbsp;metrics&nbsp;is&nbsp;same&nbsp;as&nbsp;specified&nbsp;in&nbsp;the&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"containsSampledData":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Determines&nbsp;if&nbsp;Analytics&nbsp;data&nbsp;contains&nbsp;samples.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalResults":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;rows&nbsp;for&nbsp;the&nbsp;query,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;number&nbsp;of&nbsp;rows&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"itemsPerPage":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;rows&nbsp;the&nbsp;response&nbsp;can&nbsp;contain,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;actual&nbsp;number&nbsp;of&nbsp;rows&nbsp;returned.&nbsp;Its&nbsp;value&nbsp;ranges&nbsp;from&nbsp;1&nbsp;to&nbsp;10,000&nbsp;with&nbsp;a&nbsp;value&nbsp;of&nbsp;1000&nbsp;by&nbsp;default,&nbsp;or&nbsp;otherwise&nbsp;specified&nbsp;by&nbsp;the&nbsp;max-results&nbsp;query&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalsForAllResults":&nbsp;{&nbsp;#&nbsp;Total&nbsp;values&nbsp;for&nbsp;the&nbsp;requested&nbsp;metrics&nbsp;over&nbsp;all&nbsp;the&nbsp;results,&nbsp;not&nbsp;just&nbsp;the&nbsp;results&nbsp;returned&nbsp;in&nbsp;this&nbsp;response.&nbsp;The&nbsp;order&nbsp;of&nbsp;the&nbsp;metric&nbsp;totals&nbsp;is&nbsp;same&nbsp;as&nbsp;the&nbsp;metric&nbsp;order&nbsp;specified&nbsp;in&nbsp;the&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;next&nbsp;page&nbsp;for&nbsp;this&nbsp;Analytics&nbsp;data&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;data&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"query":&nbsp;{&nbsp;#&nbsp;Analytics&nbsp;data&nbsp;request&nbsp;query&nbsp;parameters.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"max-results":&nbsp;42,&nbsp;#&nbsp;Maximum&nbsp;results&nbsp;per&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sort":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;dimensions&nbsp;or&nbsp;metrics&nbsp;based&nbsp;on&nbsp;which&nbsp;Analytics&nbsp;data&nbsp;is&nbsp;sorted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dimensions":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;List&nbsp;of&nbsp;analytics&nbsp;dimensions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"start-date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Start&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"start-index":&nbsp;42,&nbsp;#&nbsp;Start&nbsp;index.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"segment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Analytics&nbsp;advanced&nbsp;segment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ids":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;table&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"metrics":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;analytics&nbsp;metrics.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"filters":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Comma-separated&nbsp;list&nbsp;of&nbsp;dimension&nbsp;or&nbsp;metric&nbsp;filters.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"end-date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;End&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"previousLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;previous&nbsp;page&nbsp;for&nbsp;this&nbsp;Analytics&nbsp;data&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"profileInfo":&nbsp;{&nbsp;#&nbsp;Information&nbsp;for&nbsp;the&nbsp;profile,&nbsp;for&nbsp;which&nbsp;the&nbsp;Analytics&nbsp;data&nbsp;was&nbsp;requested.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"webPropertyId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Web&nbsp;Property&nbsp;ID&nbsp;to&nbsp;which&nbsp;this&nbsp;profile&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internalWebPropertyId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Internal&nbsp;ID&nbsp;for&nbsp;the&nbsp;web&nbsp;property&nbsp;to&nbsp;which&nbsp;this&nbsp;profile&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Table&nbsp;ID&nbsp;for&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"profileId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Profile&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"profileName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Profile&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;ID&nbsp;to&nbsp;which&nbsp;this&nbsp;profile&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"columnHeaders":&nbsp;[&nbsp;#&nbsp;Column&nbsp;headers&nbsp;that&nbsp;list&nbsp;dimension&nbsp;names&nbsp;followed&nbsp;by&nbsp;the&nbsp;metric&nbsp;names.&nbsp;The&nbsp;order&nbsp;of&nbsp;dimensions&nbsp;and&nbsp;metrics&nbsp;is&nbsp;same&nbsp;as&nbsp;specified&nbsp;in&nbsp;the&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dataType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Data&nbsp;type.&nbsp;Dimension&nbsp;column&nbsp;headers&nbsp;have&nbsp;only&nbsp;STRING&nbsp;as&nbsp;the&nbsp;data&nbsp;type.&nbsp;Metric&nbsp;column&nbsp;headers&nbsp;have&nbsp;data&nbsp;types&nbsp;for&nbsp;metric&nbsp;values&nbsp;such&nbsp;as&nbsp;INTEGER,&nbsp;DOUBLE,&nbsp;CURRENCY&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"columnType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Column&nbsp;Type.&nbsp;Either&nbsp;DIMENSION&nbsp;or&nbsp;METRIC.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Column&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;this&nbsp;page.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics.v3.data.html b/docs/dyn/analytics.v3.data.html
deleted file mode 100644
index 181f908..0000000
--- a/docs/dyn/analytics.v3.data.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-ga"><strong><a href="analytics.v3.data.ga.html">ga</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics.v3.html b/docs/dyn/analytics.v3.html
deleted file mode 100644
index 621bd9b..0000000
--- a/docs/dyn/analytics.v3.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-data"><strong><a href="analytics.v3.data.html">data</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-management"><strong><a href="analytics.v3.management.html">management</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics.v3.management.accounts.html b/docs/dyn/analytics.v3.management.accounts.html
deleted file mode 100644
index f37bbae..0000000
--- a/docs/dyn/analytics.v3.management.accounts.html
+++ /dev/null
@@ -1,63 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;all&nbsp;accounts&nbsp;to&nbsp;which&nbsp;the&nbsp;user&nbsp;has&nbsp;access.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;accounts&nbsp;to&nbsp;include&nbsp;in&nbsp;this&nbsp;response.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;An&nbsp;index&nbsp;of&nbsp;the&nbsp;first&nbsp;account&nbsp;to&nbsp;retrieve.&nbsp;Use&nbsp;this&nbsp;parameter&nbsp;as&nbsp;a&nbsp;pagination&nbsp;mechanism&nbsp;along&nbsp;with&nbsp;the&nbsp;max-results&nbsp;parameter.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"username":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;ID&nbsp;of&nbsp;the&nbsp;authenticated&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"analytics#accounts",&nbsp;#&nbsp;Collection&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;accounts.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"analytics#account",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;Analytics&nbsp;account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;the&nbsp;account&nbsp;was&nbsp;created.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;the&nbsp;account&nbsp;was&nbsp;last&nbsp;modified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"childLink":&nbsp;{&nbsp;#&nbsp;Child&nbsp;link&nbsp;for&nbsp;an&nbsp;account&nbsp;entry.&nbsp;Points&nbsp;to&nbsp;the&nbsp;list&nbsp;of&nbsp;web&nbsp;properties&nbsp;for&nbsp;this&nbsp;account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;list&nbsp;of&nbsp;web&nbsp;properties&nbsp;for&nbsp;this&nbsp;account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"analytics#webproperties",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;child&nbsp;link.&nbsp;Its&nbsp;value&nbsp;is&nbsp;"analytics#webproperties".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;for&nbsp;this&nbsp;account.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"itemsPerPage":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;entries&nbsp;the&nbsp;response&nbsp;can&nbsp;contain,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;actual&nbsp;number&nbsp;of&nbsp;entries&nbsp;returned.&nbsp;Its&nbsp;value&nbsp;ranges&nbsp;from&nbsp;1&nbsp;to&nbsp;10,000&nbsp;with&nbsp;a&nbsp;value&nbsp;of&nbsp;1000&nbsp;by&nbsp;default,&nbsp;or&nbsp;otherwise&nbsp;specified&nbsp;by&nbsp;the&nbsp;max-results&nbsp;query&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"previousLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Previous&nbsp;link&nbsp;for&nbsp;this&nbsp;account&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"startIndex":&nbsp;42,&nbsp;#&nbsp;The&nbsp;starting&nbsp;index&nbsp;of&nbsp;the&nbsp;entries,&nbsp;which&nbsp;is&nbsp;1&nbsp;by&nbsp;default&nbsp;or&nbsp;otherwise&nbsp;specified&nbsp;by&nbsp;the&nbsp;start-index&nbsp;query&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Next&nbsp;link&nbsp;for&nbsp;this&nbsp;account&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalResults":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;results&nbsp;for&nbsp;the&nbsp;query,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;number&nbsp;of&nbsp;results&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics.v3.management.goals.html b/docs/dyn/analytics.v3.management.goals.html
deleted file mode 100644
index a60fe44..0000000
--- a/docs/dyn/analytics.v3.management.goals.html
+++ /dev/null
@@ -1,106 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;goals&nbsp;to&nbsp;which&nbsp;the&nbsp;user&nbsp;has&nbsp;access.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;goals&nbsp;to&nbsp;include&nbsp;in&nbsp;this&nbsp;response.<br>
-&nbsp;&nbsp;webPropertyId:&nbsp;string,&nbsp;Web&nbsp;property&nbsp;ID&nbsp;to&nbsp;retrieve&nbsp;goals&nbsp;for.&nbsp;Can&nbsp;either&nbsp;be&nbsp;a&nbsp;specific&nbsp;web&nbsp;property&nbsp;ID&nbsp;or&nbsp;'~all',&nbsp;which&nbsp;refers&nbsp;to&nbsp;all&nbsp;the&nbsp;web&nbsp;properties&nbsp;that&nbsp;user&nbsp;has&nbsp;access&nbsp;to.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;profileId:&nbsp;string,&nbsp;Profile&nbsp;ID&nbsp;to&nbsp;retrieve&nbsp;goals&nbsp;for.&nbsp;Can&nbsp;either&nbsp;be&nbsp;a&nbsp;specific&nbsp;profile&nbsp;ID&nbsp;or&nbsp;'~all',&nbsp;which&nbsp;refers&nbsp;to&nbsp;all&nbsp;the&nbsp;profiles&nbsp;that&nbsp;user&nbsp;has&nbsp;access&nbsp;to.&nbsp;(required)<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;An&nbsp;index&nbsp;of&nbsp;the&nbsp;first&nbsp;goal&nbsp;to&nbsp;retrieve.&nbsp;Use&nbsp;this&nbsp;parameter&nbsp;as&nbsp;a&nbsp;pagination&nbsp;mechanism&nbsp;along&nbsp;with&nbsp;the&nbsp;max-results&nbsp;parameter.<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;ID&nbsp;to&nbsp;retrieve&nbsp;goals&nbsp;for.&nbsp;Can&nbsp;either&nbsp;be&nbsp;a&nbsp;specific&nbsp;account&nbsp;ID&nbsp;or&nbsp;'~all',&nbsp;which&nbsp;refers&nbsp;to&nbsp;all&nbsp;the&nbsp;accounts&nbsp;that&nbsp;user&nbsp;has&nbsp;access&nbsp;to.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"username":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;ID&nbsp;of&nbsp;the&nbsp;authenticated&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"analytics#goals",&nbsp;#&nbsp;Collection&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;goals.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"analytics#goal",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;an&nbsp;Analytics&nbsp;goal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visitTimeOnSiteDetails":&nbsp;{&nbsp;#&nbsp;Details&nbsp;for&nbsp;the&nbsp;goal&nbsp;of&nbsp;the&nbsp;type&nbsp;VISIT_TIME_ON_SITE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comparisonType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;comparison.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;LESS_THAN&nbsp;or&nbsp;GREATER_THAN.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comparisonValue":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Value&nbsp;used&nbsp;for&nbsp;this&nbsp;comparison.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Goal&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;this&nbsp;goal&nbsp;was&nbsp;created.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"urlDestinationDetails":&nbsp;{&nbsp;#&nbsp;Details&nbsp;for&nbsp;the&nbsp;goal&nbsp;of&nbsp;the&nbsp;type&nbsp;URL_DESTINATION.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;this&nbsp;goal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"caseSensitive":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Determines&nbsp;if&nbsp;the&nbsp;goal&nbsp;URL&nbsp;must&nbsp;exactly&nbsp;match&nbsp;the&nbsp;capitalization&nbsp;of&nbsp;visited&nbsp;URLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"matchType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Match&nbsp;type&nbsp;for&nbsp;the&nbsp;goal&nbsp;URL.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;HEAD,&nbsp;EXACT,&nbsp;or&nbsp;REGEX.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"steps":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;steps&nbsp;configured&nbsp;for&nbsp;this&nbsp;goal&nbsp;funnel.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;this&nbsp;step.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Step&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"number":&nbsp;42,&nbsp;#&nbsp;Step&nbsp;number.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"firstStepRequired":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Determines&nbsp;if&nbsp;the&nbsp;first&nbsp;step&nbsp;in&nbsp;this&nbsp;goal&nbsp;is&nbsp;required.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;this&nbsp;goal&nbsp;was&nbsp;last&nbsp;modified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;3.14,&nbsp;#&nbsp;Goal&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visitNumPagesDetails":&nbsp;{&nbsp;#&nbsp;Details&nbsp;for&nbsp;the&nbsp;goal&nbsp;of&nbsp;the&nbsp;type&nbsp;VISIT_NUM_PAGES.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comparisonType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;comparison.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;LESS_THAN,&nbsp;GREATER_THAN,&nbsp;or&nbsp;EQUAL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comparisonValue":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Value&nbsp;used&nbsp;for&nbsp;this&nbsp;comparison.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internalWebPropertyId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Internal&nbsp;ID&nbsp;for&nbsp;the&nbsp;web&nbsp;property&nbsp;to&nbsp;which&nbsp;this&nbsp;goal&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"eventDetails":&nbsp;{&nbsp;#&nbsp;Details&nbsp;for&nbsp;the&nbsp;goal&nbsp;of&nbsp;the&nbsp;type&nbsp;EVENT.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"eventConditions":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;event&nbsp;conditions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;this&nbsp;event&nbsp;condition.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;CATEGORY,&nbsp;ACTION,&nbsp;LABEL,&nbsp;or&nbsp;VALUE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"matchType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;match&nbsp;to&nbsp;be&nbsp;performed.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;REGEXP,&nbsp;BEGINS_WITH,&nbsp;or&nbsp;EXACT.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"expression":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Expression&nbsp;used&nbsp;for&nbsp;this&nbsp;match.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comparisonType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;comparison.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;LESS_THAN,&nbsp;GREATER_THAN&nbsp;or&nbsp;EQUAL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comparisonValue":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Value&nbsp;used&nbsp;for&nbsp;this&nbsp;comparison.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useEventValue":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Determines&nbsp;if&nbsp;the&nbsp;event&nbsp;value&nbsp;should&nbsp;be&nbsp;used&nbsp;as&nbsp;the&nbsp;value&nbsp;for&nbsp;this&nbsp;goal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"webPropertyId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Web&nbsp;property&nbsp;ID&nbsp;to&nbsp;which&nbsp;this&nbsp;goal&nbsp;belongs.&nbsp;The&nbsp;web&nbsp;property&nbsp;ID&nbsp;is&nbsp;of&nbsp;the&nbsp;form&nbsp;UA-XXXXX-YY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"active":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Determines&nbsp;whether&nbsp;this&nbsp;goal&nbsp;is&nbsp;active.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"profileId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Profile&nbsp;ID&nbsp;to&nbsp;which&nbsp;this&nbsp;goal&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentLink":&nbsp;{&nbsp;#&nbsp;Parent&nbsp;link&nbsp;for&nbsp;a&nbsp;goal.&nbsp;Points&nbsp;to&nbsp;the&nbsp;profile&nbsp;to&nbsp;which&nbsp;this&nbsp;goal&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;profile&nbsp;to&nbsp;which&nbsp;this&nbsp;goal&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"analytics#profile",&nbsp;#&nbsp;Value&nbsp;is&nbsp;"analytics#profile".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Goal&nbsp;type.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;URL_DESTINATION,&nbsp;VISIT_TIME_ON_SITE,&nbsp;VISIT_NUM_PAGES,&nbsp;AND&nbsp;EVENT.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Goal&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;for&nbsp;this&nbsp;goal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;ID&nbsp;to&nbsp;which&nbsp;this&nbsp;goal&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"itemsPerPage":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;resources&nbsp;the&nbsp;response&nbsp;can&nbsp;contain,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;actual&nbsp;number&nbsp;of&nbsp;resources&nbsp;returned.&nbsp;Its&nbsp;value&nbsp;ranges&nbsp;from&nbsp;1&nbsp;to&nbsp;10,000&nbsp;with&nbsp;a&nbsp;value&nbsp;of&nbsp;1000&nbsp;by&nbsp;default,&nbsp;or&nbsp;otherwise&nbsp;specified&nbsp;by&nbsp;the&nbsp;max-results&nbsp;query&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"previousLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;previous&nbsp;page&nbsp;for&nbsp;this&nbsp;goal&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"startIndex":&nbsp;42,&nbsp;#&nbsp;The&nbsp;starting&nbsp;index&nbsp;of&nbsp;the&nbsp;resources,&nbsp;which&nbsp;is&nbsp;1&nbsp;by&nbsp;default&nbsp;or&nbsp;otherwise&nbsp;specified&nbsp;by&nbsp;the&nbsp;start-index&nbsp;query&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;next&nbsp;page&nbsp;for&nbsp;this&nbsp;goal&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalResults":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;results&nbsp;for&nbsp;the&nbsp;query,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;number&nbsp;of&nbsp;resources&nbsp;in&nbsp;the&nbsp;result.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics.v3.management.html b/docs/dyn/analytics.v3.management.html
deleted file mode 100644
index 0385c07..0000000
--- a/docs/dyn/analytics.v3.management.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-accounts"><strong><a href="analytics.v3.management.accounts.html">accounts</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-goals"><strong><a href="analytics.v3.management.goals.html">goals</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-profiles"><strong><a href="analytics.v3.management.profiles.html">profiles</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-segments"><strong><a href="analytics.v3.management.segments.html">segments</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-webproperties"><strong><a href="analytics.v3.management.webproperties.html">webproperties</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics.v3.management.profiles.html b/docs/dyn/analytics.v3.management.profiles.html
deleted file mode 100644
index 4c83eb3..0000000
--- a/docs/dyn/analytics.v3.management.profiles.html
+++ /dev/null
@@ -1,78 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;profiles&nbsp;to&nbsp;which&nbsp;the&nbsp;user&nbsp;has&nbsp;access.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;profiles&nbsp;to&nbsp;include&nbsp;in&nbsp;this&nbsp;response.<br>
-&nbsp;&nbsp;webPropertyId:&nbsp;string,&nbsp;Web&nbsp;property&nbsp;ID&nbsp;for&nbsp;the&nbsp;profiles&nbsp;to&nbsp;retrieve.&nbsp;Can&nbsp;either&nbsp;be&nbsp;a&nbsp;specific&nbsp;web&nbsp;property&nbsp;ID&nbsp;or&nbsp;'~all',&nbsp;which&nbsp;refers&nbsp;to&nbsp;all&nbsp;the&nbsp;web&nbsp;properties&nbsp;to&nbsp;which&nbsp;the&nbsp;user&nbsp;has&nbsp;access.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;An&nbsp;index&nbsp;of&nbsp;the&nbsp;first&nbsp;entity&nbsp;to&nbsp;retrieve.&nbsp;Use&nbsp;this&nbsp;parameter&nbsp;as&nbsp;a&nbsp;pagination&nbsp;mechanism&nbsp;along&nbsp;with&nbsp;the&nbsp;max-results&nbsp;parameter.<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;ID&nbsp;for&nbsp;the&nbsp;profiles&nbsp;to&nbsp;retrieve.&nbsp;Can&nbsp;either&nbsp;be&nbsp;a&nbsp;specific&nbsp;account&nbsp;ID&nbsp;or&nbsp;'~all',&nbsp;which&nbsp;refers&nbsp;to&nbsp;all&nbsp;the&nbsp;accounts&nbsp;to&nbsp;which&nbsp;the&nbsp;user&nbsp;has&nbsp;access.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"username":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;ID&nbsp;of&nbsp;the&nbsp;authenticated&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"analytics#profiles",&nbsp;#&nbsp;Collection&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;profiles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultPage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;page&nbsp;for&nbsp;this&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"analytics#profile",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;Analytics&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"excludeQueryParameters":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;query&nbsp;parameters&nbsp;that&nbsp;are&nbsp;excluded&nbsp;from&nbsp;this&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;this&nbsp;profile&nbsp;was&nbsp;created.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"webPropertyId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Web&nbsp;property&nbsp;ID&nbsp;of&nbsp;the&nbsp;form&nbsp;UA-XXXXX-YY&nbsp;to&nbsp;which&nbsp;this&nbsp;profile&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;this&nbsp;profile&nbsp;was&nbsp;last&nbsp;modified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"siteSearchQueryParameters":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;search&nbsp;query&nbsp;parameters&nbsp;for&nbsp;this&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;currency&nbsp;type&nbsp;associated&nbsp;with&nbsp;this&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internalWebPropertyId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Internal&nbsp;ID&nbsp;for&nbsp;the&nbsp;web&nbsp;property&nbsp;to&nbsp;which&nbsp;this&nbsp;profile&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"childLink":&nbsp;{&nbsp;#&nbsp;Child&nbsp;link&nbsp;for&nbsp;this&nbsp;profile.&nbsp;Points&nbsp;to&nbsp;the&nbsp;list&nbsp;of&nbsp;goals&nbsp;for&nbsp;this&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;list&nbsp;of&nbsp;goals&nbsp;for&nbsp;this&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"analytics#goals",&nbsp;#&nbsp;Value&nbsp;is&nbsp;"analytics#goals".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timezone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;zone&nbsp;for&nbsp;which&nbsp;this&nbsp;profile&nbsp;has&nbsp;been&nbsp;configured.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"siteSearchCategoryParameters":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Site&nbsp;search&nbsp;category&nbsp;parameters&nbsp;for&nbsp;this&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentLink":&nbsp;{&nbsp;#&nbsp;Parent&nbsp;link&nbsp;for&nbsp;this&nbsp;profile.&nbsp;Points&nbsp;to&nbsp;the&nbsp;web&nbsp;property&nbsp;to&nbsp;which&nbsp;this&nbsp;profile&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;web&nbsp;property&nbsp;to&nbsp;which&nbsp;this&nbsp;profile&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"analytics#webproperty",&nbsp;#&nbsp;Value&nbsp;is&nbsp;"analytics#webproperty".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Profile&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;for&nbsp;this&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;ID&nbsp;to&nbsp;which&nbsp;this&nbsp;profile&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"itemsPerPage":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;resources&nbsp;the&nbsp;response&nbsp;can&nbsp;contain,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;actual&nbsp;number&nbsp;of&nbsp;resources&nbsp;returned.&nbsp;Its&nbsp;value&nbsp;ranges&nbsp;from&nbsp;1&nbsp;to&nbsp;10,000&nbsp;with&nbsp;a&nbsp;value&nbsp;of&nbsp;1000&nbsp;by&nbsp;default,&nbsp;or&nbsp;otherwise&nbsp;specified&nbsp;by&nbsp;the&nbsp;max-results&nbsp;query&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"previousLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;previous&nbsp;page&nbsp;for&nbsp;this&nbsp;profile&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"startIndex":&nbsp;42,&nbsp;#&nbsp;The&nbsp;starting&nbsp;index&nbsp;of&nbsp;the&nbsp;resources,&nbsp;which&nbsp;is&nbsp;1&nbsp;by&nbsp;default&nbsp;or&nbsp;otherwise&nbsp;specified&nbsp;by&nbsp;the&nbsp;start-index&nbsp;query&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;next&nbsp;page&nbsp;for&nbsp;this&nbsp;profile&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalResults":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;results&nbsp;for&nbsp;the&nbsp;query,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;number&nbsp;of&nbsp;results&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics.v3.management.segments.html b/docs/dyn/analytics.v3.management.segments.html
deleted file mode 100644
index fe996bb..0000000
--- a/docs/dyn/analytics.v3.management.segments.html
+++ /dev/null
@@ -1,61 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;advanced&nbsp;segments&nbsp;to&nbsp;which&nbsp;the&nbsp;user&nbsp;has&nbsp;access.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;advanced&nbsp;segments&nbsp;to&nbsp;include&nbsp;in&nbsp;this&nbsp;response.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;An&nbsp;index&nbsp;of&nbsp;the&nbsp;first&nbsp;advanced&nbsp;segment&nbsp;to&nbsp;retrieve.&nbsp;Use&nbsp;this&nbsp;parameter&nbsp;as&nbsp;a&nbsp;pagination&nbsp;mechanism&nbsp;along&nbsp;with&nbsp;the&nbsp;max-results&nbsp;parameter.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"username":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;ID&nbsp;of&nbsp;the&nbsp;authenticated&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"analytics#segments",&nbsp;#&nbsp;Collection&nbsp;type&nbsp;for&nbsp;advanced&nbsp;segments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;advanced&nbsp;segments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"definition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Advanced&nbsp;segment&nbsp;definition.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"analytics#segment",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;Analytics&nbsp;advanced&nbsp;segment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"segmentId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Segment&nbsp;ID.&nbsp;Can&nbsp;be&nbsp;used&nbsp;with&nbsp;the&nbsp;'segment'&nbsp;parameter&nbsp;in&nbsp;Data&nbsp;Feed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;the&nbsp;advanced&nbsp;segment&nbsp;was&nbsp;created.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;the&nbsp;advanced&nbsp;segment&nbsp;was&nbsp;last&nbsp;modified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Advanced&nbsp;segment&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;for&nbsp;this&nbsp;advanced&nbsp;segment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Advanced&nbsp;segment&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"itemsPerPage":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;resources&nbsp;the&nbsp;response&nbsp;can&nbsp;contain,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;actual&nbsp;number&nbsp;of&nbsp;resources&nbsp;returned.&nbsp;Its&nbsp;value&nbsp;ranges&nbsp;from&nbsp;1&nbsp;to&nbsp;10,000&nbsp;with&nbsp;a&nbsp;value&nbsp;of&nbsp;1000&nbsp;by&nbsp;default,&nbsp;or&nbsp;otherwise&nbsp;specified&nbsp;by&nbsp;the&nbsp;max-results&nbsp;query&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"previousLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;previous&nbsp;page&nbsp;for&nbsp;this&nbsp;advanced&nbsp;segment&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"startIndex":&nbsp;42,&nbsp;#&nbsp;The&nbsp;starting&nbsp;index&nbsp;of&nbsp;the&nbsp;resources,&nbsp;which&nbsp;is&nbsp;1&nbsp;by&nbsp;default&nbsp;or&nbsp;otherwise&nbsp;specified&nbsp;by&nbsp;the&nbsp;start-index&nbsp;query&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;next&nbsp;page&nbsp;for&nbsp;this&nbsp;advanced&nbsp;segment&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalResults":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;results&nbsp;for&nbsp;the&nbsp;query,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;number&nbsp;of&nbsp;results&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics.v3.management.webproperties.html b/docs/dyn/analytics.v3.management.webproperties.html
deleted file mode 100644
index 42f3f64..0000000
--- a/docs/dyn/analytics.v3.management.webproperties.html
+++ /dev/null
@@ -1,71 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;web&nbsp;properties&nbsp;to&nbsp;which&nbsp;the&nbsp;user&nbsp;has&nbsp;access.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;web&nbsp;properties&nbsp;to&nbsp;include&nbsp;in&nbsp;this&nbsp;response.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;An&nbsp;index&nbsp;of&nbsp;the&nbsp;first&nbsp;entity&nbsp;to&nbsp;retrieve.&nbsp;Use&nbsp;this&nbsp;parameter&nbsp;as&nbsp;a&nbsp;pagination&nbsp;mechanism&nbsp;along&nbsp;with&nbsp;the&nbsp;max-results&nbsp;parameter.<br>
-&nbsp;&nbsp;accountId:&nbsp;string,&nbsp;Account&nbsp;ID&nbsp;to&nbsp;retrieve&nbsp;web&nbsp;properties&nbsp;for.&nbsp;Can&nbsp;either&nbsp;be&nbsp;a&nbsp;specific&nbsp;account&nbsp;ID&nbsp;or&nbsp;'~all',&nbsp;which&nbsp;refers&nbsp;to&nbsp;all&nbsp;the&nbsp;accounts&nbsp;that&nbsp;user&nbsp;has&nbsp;access&nbsp;to.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"username":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;ID&nbsp;of&nbsp;the&nbsp;authenticated&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"analytics#webproperties",&nbsp;#&nbsp;Collection&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;web&nbsp;properties.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"analytics#webproperty",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;Analytics&nbsp;WebProperty.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;web&nbsp;property.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;this&nbsp;web&nbsp;property&nbsp;was&nbsp;created.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;this&nbsp;web&nbsp;property&nbsp;was&nbsp;last&nbsp;modified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"websiteUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Website&nbsp;url&nbsp;for&nbsp;this&nbsp;web&nbsp;property.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internalWebPropertyId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Internal&nbsp;ID&nbsp;for&nbsp;this&nbsp;web&nbsp;property.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"childLink":&nbsp;{&nbsp;#&nbsp;Child&nbsp;link&nbsp;for&nbsp;this&nbsp;web&nbsp;property.&nbsp;Points&nbsp;to&nbsp;the&nbsp;list&nbsp;of&nbsp;profiles&nbsp;for&nbsp;this&nbsp;web&nbsp;property.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;list&nbsp;of&nbsp;profiles&nbsp;for&nbsp;this&nbsp;web&nbsp;property.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"analytics#profiles",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;parent&nbsp;link.&nbsp;Its&nbsp;value&nbsp;is&nbsp;"analytics#profiles".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentLink":&nbsp;{&nbsp;#&nbsp;Parent&nbsp;link&nbsp;for&nbsp;this&nbsp;web&nbsp;property.&nbsp;Points&nbsp;to&nbsp;the&nbsp;account&nbsp;to&nbsp;which&nbsp;this&nbsp;web&nbsp;property&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;account&nbsp;for&nbsp;this&nbsp;web&nbsp;property.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"analytics#account",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;parent&nbsp;link.&nbsp;Its&nbsp;value&nbsp;is&nbsp;"analytics#account".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Web&nbsp;property&nbsp;ID&nbsp;of&nbsp;the&nbsp;form&nbsp;UA-XXXXX-YY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;for&nbsp;this&nbsp;web&nbsp;property.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;ID&nbsp;to&nbsp;which&nbsp;this&nbsp;web&nbsp;property&nbsp;belongs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"itemsPerPage":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;resources&nbsp;the&nbsp;response&nbsp;can&nbsp;contain,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;actual&nbsp;number&nbsp;of&nbsp;resources&nbsp;returned.&nbsp;Its&nbsp;value&nbsp;ranges&nbsp;from&nbsp;1&nbsp;to&nbsp;10,000&nbsp;with&nbsp;a&nbsp;value&nbsp;of&nbsp;1000&nbsp;by&nbsp;default,&nbsp;or&nbsp;otherwise&nbsp;specified&nbsp;by&nbsp;the&nbsp;max-results&nbsp;query&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"previousLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;previous&nbsp;page&nbsp;for&nbsp;this&nbsp;web&nbsp;property&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"startIndex":&nbsp;42,&nbsp;#&nbsp;The&nbsp;starting&nbsp;index&nbsp;of&nbsp;the&nbsp;resources,&nbsp;which&nbsp;is&nbsp;1&nbsp;by&nbsp;default&nbsp;or&nbsp;otherwise&nbsp;specified&nbsp;by&nbsp;the&nbsp;start-index&nbsp;query&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;next&nbsp;page&nbsp;for&nbsp;this&nbsp;web&nbsp;property&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalResults":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;results&nbsp;for&nbsp;the&nbsp;query,&nbsp;regardless&nbsp;of&nbsp;the&nbsp;number&nbsp;of&nbsp;results&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics.v3.report.html b/docs/dyn/analytics.v3.report.html
deleted file mode 100644
index fb4d8cf..0000000
--- a/docs/dyn/analytics.v3.report.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;Analytics&nbsp;report&nbsp;data&nbsp;for&nbsp;a&nbsp;profile.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;sort:&nbsp;string,&nbsp;A&nbsp;comma-separated&nbsp;list&nbsp;of&nbsp;dimensions&nbsp;or&nbsp;metrics&nbsp;that&nbsp;determine&nbsp;the&nbsp;sort&nbsp;order&nbsp;for&nbsp;the&nbsp;report&nbsp;data.<br>
-&nbsp;&nbsp;end_date:&nbsp;string,&nbsp;End&nbsp;date&nbsp;for&nbsp;fetching&nbsp;report&nbsp;data.&nbsp;All&nbsp;requests&nbsp;should&nbsp;specify&nbsp;an&nbsp;end&nbsp;date&nbsp;formatted&nbsp;as&nbsp;YYYY-MM-DD.&nbsp;(required)<br>
-&nbsp;&nbsp;dimensions:&nbsp;string,&nbsp;A&nbsp;comma-separated&nbsp;list&nbsp;of&nbsp;Analytics&nbsp;dimensions.&nbsp;E.g.,&nbsp;'ga:browser,ga:city'.<br>
-&nbsp;&nbsp;ids:&nbsp;string,&nbsp;Unique&nbsp;table&nbsp;ID&nbsp;for&nbsp;retrieving&nbsp;report&nbsp;data.&nbsp;Table&nbsp;ID&nbsp;is&nbsp;of&nbsp;the&nbsp;form&nbsp;ga:XXXX,&nbsp;where&nbsp;XXXX&nbsp;is&nbsp;the&nbsp;Analytics&nbsp;profile&nbsp;ID.&nbsp;(required)<br>
-&nbsp;&nbsp;metrics:&nbsp;string,&nbsp;A&nbsp;comma-separated&nbsp;list&nbsp;of&nbsp;Analytics&nbsp;metrics.&nbsp;E.g.,&nbsp;'ga:visits,ga:pageviews'.&nbsp;At&nbsp;least&nbsp;one&nbsp;metric&nbsp;must&nbsp;be&nbsp;specified&nbsp;to&nbsp;retrieve&nbsp;a&nbsp;valid&nbsp;Analytics&nbsp;report.&nbsp;(required)<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;entries&nbsp;to&nbsp;include&nbsp;in&nbsp;this&nbsp;feed.<br>
-&nbsp;&nbsp;filters:&nbsp;string,&nbsp;A&nbsp;comma-separated&nbsp;list&nbsp;of&nbsp;dimension&nbsp;or&nbsp;metric&nbsp;filters&nbsp;to&nbsp;be&nbsp;applied&nbsp;to&nbsp;the&nbsp;report&nbsp;data.<br>
-&nbsp;&nbsp;segment:&nbsp;string,&nbsp;An&nbsp;Analytics&nbsp;advanced&nbsp;segment&nbsp;to&nbsp;be&nbsp;applied&nbsp;to&nbsp;the&nbsp;report&nbsp;data.<br>
-&nbsp;&nbsp;start_date:&nbsp;string,&nbsp;Start&nbsp;date&nbsp;for&nbsp;fetching&nbsp;report&nbsp;data.&nbsp;All&nbsp;requests&nbsp;should&nbsp;specify&nbsp;a&nbsp;start&nbsp;date&nbsp;formatted&nbsp;as&nbsp;YYYY-MM-DD.&nbsp;(required)<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;An&nbsp;index&nbsp;of&nbsp;the&nbsp;first&nbsp;entity&nbsp;to&nbsp;retrieve.&nbsp;Use&nbsp;this&nbsp;parameter&nbsp;as&nbsp;a&nbsp;pagination&nbsp;mechanism&nbsp;along&nbsp;with&nbsp;the&nbsp;max-results&nbsp;parameter.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics_v3.data.ga.html b/docs/dyn/analytics_v3.data.ga.html
new file mode 100644
index 0000000..e8719db
--- /dev/null
+++ b/docs/dyn/analytics_v3.data.ga.html
@@ -0,0 +1,150 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.data.html">data</a> . <a href="analytics_v3.data.ga.html">ga</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(ids, start_date, end_date, metrics, sort=None, dimensions=None, filters=None, max_results=None, segment=None, start_index=None)</a></code></p>
+<p class="firstline">Returns Analytics data for a profile.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(ids, start_date, end_date, metrics, sort=None, dimensions=None, filters=None, max_results=None, segment=None, start_index=None)</code>
+  <pre>Returns Analytics data for a profile.
+
+Args:
+  ids: string, Unique table ID for retrieving Analytics data. Table ID is of the form ga:XXXX, where XXXX is the Analytics profile ID. (required)
+  start_date: string, Start date for fetching Analytics data. All requests should specify a start date formatted as YYYY-MM-DD. (required)
+  end_date: string, End date for fetching Analytics data. All requests should specify an end date formatted as YYYY-MM-DD. (required)
+  metrics: string, A comma-separated list of Analytics metrics. E.g., 'ga:visits,ga:pageviews'. At least one metric must be specified. (required)
+  sort: string, A comma-separated list of dimensions or metrics that determine the sort order for Analytics data.
+  dimensions: string, A comma-separated list of Analytics dimensions. E.g., 'ga:browser,ga:city'.
+  filters: string, A comma-separated list of dimension or metric filters to be applied to Analytics data.
+  max_results: integer, The maximum number of entries to include in this feed.
+  segment: string, An Analytics advanced segment to be applied to data.
+  start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "analytics#gaData", # Resource type.
+    "rows": [ # Analytics data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request.
+      [
+        "A String",
+      ],
+    ],
+    "containsSampledData": True or False, # Determines if Analytics data contains samples.
+    "totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
+    "itemsPerPage": 42, # The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
+    "totalsForAllResults": { # Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.
+    },
+    "nextLink": "A String", # Link to next page for this Analytics data query.
+    "id": "A String", # Unique ID for this data response.
+    "query": { # Analytics data request query parameters.
+      "max-results": 42, # Maximum results per page.
+      "sort": [ # List of dimensions or metrics based on which Analytics data is sorted.
+        "A String",
+      ],
+      "dimensions": "A String", # List of analytics dimensions.
+      "start-date": "A String", # Start date.
+      "start-index": 42, # Start index.
+      "segment": "A String", # Analytics advanced segment.
+      "ids": "A String", # Unique table ID.
+      "metrics": [ # List of analytics metrics.
+        "A String",
+      ],
+      "filters": "A String", # Comma-separated list of dimension or metric filters.
+      "end-date": "A String", # End date.
+    },
+    "previousLink": "A String", # Link to previous page for this Analytics data query.
+    "profileInfo": { # Information for the profile, for which the Analytics data was requested.
+      "webPropertyId": "A String", # Web Property ID to which this profile belongs.
+      "internalWebPropertyId": "A String", # Internal ID for the web property to which this profile belongs.
+      "tableId": "A String", # Table ID for profile.
+      "profileId": "A String", # Profile ID.
+      "profileName": "A String", # Profile name.
+      "accountId": "A String", # Account ID to which this profile belongs.
+    },
+    "columnHeaders": [ # Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.
+      {
+        "dataType": "A String", # Data type. Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.
+        "columnType": "A String", # Column Type. Either DIMENSION or METRIC.
+        "name": "A String", # Column name.
+      },
+    ],
+    "selfLink": "A String", # Link to this page.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics_v3.data.html b/docs/dyn/analytics_v3.data.html
new file mode 100644
index 0000000..f5ea488
--- /dev/null
+++ b/docs/dyn/analytics_v3.data.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.data.html">data</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="analytics_v3.data.ga.html">ga()</a></code>
+</p>
+<p class="firstline">Returns the ga Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics_v3.html b/docs/dyn/analytics_v3.html
new file mode 100644
index 0000000..2e3faeb
--- /dev/null
+++ b/docs/dyn/analytics_v3.html
@@ -0,0 +1,87 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="analytics_v3.html">Google Analytics API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="analytics_v3.data.html">data()</a></code>
+</p>
+<p class="firstline">Returns the data Resource.</p>
+
+<p class="toc_element">
+  <code><a href="analytics_v3.management.html">management()</a></code>
+</p>
+<p class="firstline">Returns the management Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics_v3.management.accounts.html b/docs/dyn/analytics_v3.management.accounts.html
new file mode 100644
index 0000000..cf34e63
--- /dev/null
+++ b/docs/dyn/analytics_v3.management.accounts.html
@@ -0,0 +1,117 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.management.html">management</a> . <a href="analytics_v3.management.accounts.html">accounts</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(max_results=None, start_index=None)</a></code></p>
+<p class="firstline">Lists all accounts to which the user has access.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(max_results=None, start_index=None)</code>
+  <pre>Lists all accounts to which the user has access.
+
+Args:
+  max_results: integer, The maximum number of accounts to include in this response.
+  start_index: integer, An index of the first account to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
+
+Returns:
+  An object of the form:
+
+    {
+    "username": "A String", # Email ID of the authenticated user
+    "kind": "analytics#accounts", # Collection type.
+    "items": [ # A list of accounts.
+      {
+        "kind": "analytics#account", # Resource type for Analytics account.
+        "name": "A String", # Account name.
+        "created": "A String", # Time the account was created.
+        "updated": "A String", # Time the account was last modified.
+        "childLink": { # Child link for an account entry. Points to the list of web properties for this account.
+          "href": "A String", # Link to the list of web properties for this account.
+          "type": "analytics#webproperties", # Type of the child link. Its value is "analytics#webproperties".
+        },
+        "id": "A String", # Account ID.
+        "selfLink": "A String", # Link for this account.
+      },
+    ],
+    "itemsPerPage": 42, # The maximum number of entries the response can contain, regardless of the actual number of entries returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
+    "previousLink": "A String", # Previous link for this account collection.
+    "startIndex": 42, # The starting index of the entries, which is 1 by default or otherwise specified by the start-index query parameter.
+    "nextLink": "A String", # Next link for this account collection.
+    "totalResults": 42, # The total number of results for the query, regardless of the number of results in the response.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics_v3.management.goals.html b/docs/dyn/analytics_v3.management.goals.html
new file mode 100644
index 0000000..0a7b8ab
--- /dev/null
+++ b/docs/dyn/analytics_v3.management.goals.html
@@ -0,0 +1,160 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.management.html">management</a> . <a href="analytics_v3.management.goals.html">goals</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(accountId, webPropertyId, profileId, max_results=None, start_index=None)</a></code></p>
+<p class="firstline">Lists goals to which the user has access.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(accountId, webPropertyId, profileId, max_results=None, start_index=None)</code>
+  <pre>Lists goals to which the user has access.
+
+Args:
+  accountId: string, Account ID to retrieve goals for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to. (required)
+  webPropertyId: string, Web property ID to retrieve goals for. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to. (required)
+  profileId: string, Profile ID to retrieve goals for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to. (required)
+  max_results: integer, The maximum number of goals to include in this response.
+  start_index: integer, An index of the first goal to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
+
+Returns:
+  An object of the form:
+
+    {
+    "username": "A String", # Email ID of the authenticated user
+    "kind": "analytics#goals", # Collection type.
+    "items": [ # A list of goals.
+      {
+        "kind": "analytics#goal", # Resource type for an Analytics goal.
+        "visitTimeOnSiteDetails": { # Details for the goal of the type VISIT_TIME_ON_SITE.
+          "comparisonType": "A String", # Type of comparison. Possible values are LESS_THAN or GREATER_THAN.
+          "comparisonValue": "A String", # Value used for this comparison.
+        },
+        "name": "A String", # Goal name.
+        "created": "A String", # Time this goal was created.
+        "urlDestinationDetails": { # Details for the goal of the type URL_DESTINATION.
+          "url": "A String", # URL for this goal.
+          "caseSensitive": True or False, # Determines if the goal URL must exactly match the capitalization of visited URLs.
+          "matchType": "A String", # Match type for the goal URL. Possible values are HEAD, EXACT, or REGEX.
+          "steps": [ # List of steps configured for this goal funnel.
+            {
+              "url": "A String", # URL for this step.
+              "name": "A String", # Step name.
+              "number": 42, # Step number.
+            },
+          ],
+          "firstStepRequired": True or False, # Determines if the first step in this goal is required.
+        },
+        "updated": "A String", # Time this goal was last modified.
+        "value": 3.14, # Goal value.
+        "visitNumPagesDetails": { # Details for the goal of the type VISIT_NUM_PAGES.
+          "comparisonType": "A String", # Type of comparison. Possible values are LESS_THAN, GREATER_THAN, or EQUAL.
+          "comparisonValue": "A String", # Value used for this comparison.
+        },
+        "internalWebPropertyId": "A String", # Internal ID for the web property to which this goal belongs.
+        "eventDetails": { # Details for the goal of the type EVENT.
+          "eventConditions": [ # List of event conditions.
+            {
+              "type": "A String", # Type of this event condition. Possible values are CATEGORY, ACTION, LABEL, or VALUE.
+              "matchType": "A String", # Type of the match to be performed. Possible values are REGEXP, BEGINS_WITH, or EXACT.
+              "expression": "A String", # Expression used for this match.
+              "comparisonType": "A String", # Type of comparison. Possible values are LESS_THAN, GREATER_THAN or EQUAL.
+              "comparisonValue": "A String", # Value used for this comparison.
+            },
+          ],
+          "useEventValue": True or False, # Determines if the event value should be used as the value for this goal.
+        },
+        "webPropertyId": "A String", # Web property ID to which this goal belongs. The web property ID is of the form UA-XXXXX-YY.
+        "active": True or False, # Determines whether this goal is active.
+        "profileId": "A String", # Profile ID to which this goal belongs.
+        "parentLink": { # Parent link for a goal. Points to the profile to which this goal belongs.
+          "href": "A String", # Link to the profile to which this goal belongs.
+          "type": "analytics#profile", # Value is "analytics#profile".
+        },
+        "type": "A String", # Goal type. Possible values are URL_DESTINATION, VISIT_TIME_ON_SITE, VISIT_NUM_PAGES, AND EVENT.
+        "id": "A String", # Goal ID.
+        "selfLink": "A String", # Link for this goal.
+        "accountId": "A String", # Account ID to which this goal belongs.
+      },
+    ],
+    "itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
+    "previousLink": "A String", # Link to previous page for this goal collection.
+    "startIndex": 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
+    "nextLink": "A String", # Link to next page for this goal collection.
+    "totalResults": 42, # The total number of results for the query, regardless of the number of resources in the result.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics_v3.management.html b/docs/dyn/analytics_v3.management.html
new file mode 100644
index 0000000..74a0c80
--- /dev/null
+++ b/docs/dyn/analytics_v3.management.html
@@ -0,0 +1,102 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.management.html">management</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="analytics_v3.management.accounts.html">accounts()</a></code>
+</p>
+<p class="firstline">Returns the accounts Resource.</p>
+
+<p class="toc_element">
+  <code><a href="analytics_v3.management.goals.html">goals()</a></code>
+</p>
+<p class="firstline">Returns the goals Resource.</p>
+
+<p class="toc_element">
+  <code><a href="analytics_v3.management.profiles.html">profiles()</a></code>
+</p>
+<p class="firstline">Returns the profiles Resource.</p>
+
+<p class="toc_element">
+  <code><a href="analytics_v3.management.segments.html">segments()</a></code>
+</p>
+<p class="firstline">Returns the segments Resource.</p>
+
+<p class="toc_element">
+  <code><a href="analytics_v3.management.webproperties.html">webproperties()</a></code>
+</p>
+<p class="firstline">Returns the webproperties Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics_v3.management.profiles.html b/docs/dyn/analytics_v3.management.profiles.html
new file mode 100644
index 0000000..29ab916
--- /dev/null
+++ b/docs/dyn/analytics_v3.management.profiles.html
@@ -0,0 +1,132 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.management.html">management</a> . <a href="analytics_v3.management.profiles.html">profiles</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(accountId, webPropertyId, max_results=None, start_index=None)</a></code></p>
+<p class="firstline">Lists profiles to which the user has access.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(accountId, webPropertyId, max_results=None, start_index=None)</code>
+  <pre>Lists profiles to which the user has access.
+
+Args:
+  accountId: string, Account ID for the profiles to retrieve. Can either be a specific account ID or '~all', which refers to all the accounts to which the user has access. (required)
+  webPropertyId: string, Web property ID for the profiles to retrieve. Can either be a specific web property ID or '~all', which refers to all the web properties to which the user has access. (required)
+  max_results: integer, The maximum number of profiles to include in this response.
+  start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
+
+Returns:
+  An object of the form:
+
+    {
+    "username": "A String", # Email ID of the authenticated user
+    "kind": "analytics#profiles", # Collection type.
+    "items": [ # A list of profiles.
+      {
+        "defaultPage": "A String", # Default page for this profile.
+        "kind": "analytics#profile", # Resource type for Analytics profile.
+        "excludeQueryParameters": "A String", # The query parameters that are excluded from this profile.
+        "name": "A String", # Name of this profile.
+        "created": "A String", # Time this profile was created.
+        "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this profile belongs.
+        "updated": "A String", # Time this profile was last modified.
+        "siteSearchQueryParameters": "A String", # The site search query parameters for this profile.
+        "currency": "A String", # The currency type associated with this profile.
+        "internalWebPropertyId": "A String", # Internal ID for the web property to which this profile belongs.
+        "childLink": { # Child link for this profile. Points to the list of goals for this profile.
+          "href": "A String", # Link to the list of goals for this profile.
+          "type": "analytics#goals", # Value is "analytics#goals".
+        },
+        "timezone": "A String", # Time zone for which this profile has been configured.
+        "siteSearchCategoryParameters": "A String", # Site search category parameters for this profile.
+        "parentLink": { # Parent link for this profile. Points to the web property to which this profile belongs.
+          "href": "A String", # Link to the web property to which this profile belongs.
+          "type": "analytics#webproperty", # Value is "analytics#webproperty".
+        },
+        "id": "A String", # Profile ID.
+        "selfLink": "A String", # Link for this profile.
+        "accountId": "A String", # Account ID to which this profile belongs.
+      },
+    ],
+    "itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
+    "previousLink": "A String", # Link to previous page for this profile collection.
+    "startIndex": 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
+    "nextLink": "A String", # Link to next page for this profile collection.
+    "totalResults": 42, # The total number of results for the query, regardless of the number of results in the response.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics_v3.management.segments.html b/docs/dyn/analytics_v3.management.segments.html
new file mode 100644
index 0000000..8e402f0
--- /dev/null
+++ b/docs/dyn/analytics_v3.management.segments.html
@@ -0,0 +1,115 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.management.html">management</a> . <a href="analytics_v3.management.segments.html">segments</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(max_results=None, start_index=None)</a></code></p>
+<p class="firstline">Lists advanced segments to which the user has access.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(max_results=None, start_index=None)</code>
+  <pre>Lists advanced segments to which the user has access.
+
+Args:
+  max_results: integer, The maximum number of advanced segments to include in this response.
+  start_index: integer, An index of the first advanced segment to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
+
+Returns:
+  An object of the form:
+
+    {
+    "username": "A String", # Email ID of the authenticated user
+    "kind": "analytics#segments", # Collection type for advanced segments.
+    "items": [ # A list of advanced segments.
+      {
+        "definition": "A String", # Advanced segment definition.
+        "kind": "analytics#segment", # Resource type for Analytics advanced segment.
+        "segmentId": "A String", # Segment ID. Can be used with the 'segment' parameter in Data Feed.
+        "created": "A String", # Time the advanced segment was created.
+        "updated": "A String", # Time the advanced segment was last modified.
+        "id": "A String", # Advanced segment ID.
+        "selfLink": "A String", # Link for this advanced segment.
+        "name": "A String", # Advanced segment name.
+      },
+    ],
+    "itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
+    "previousLink": "A String", # Link to previous page for this advanced segment collection.
+    "startIndex": 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
+    "nextLink": "A String", # Link to next page for this advanced segment collection.
+    "totalResults": 42, # The total number of results for the query, regardless of the number of results in the response.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/analytics_v3.management.webproperties.html b/docs/dyn/analytics_v3.management.webproperties.html
new file mode 100644
index 0000000..6a44e63
--- /dev/null
+++ b/docs/dyn/analytics_v3.management.webproperties.html
@@ -0,0 +1,125 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.management.html">management</a> . <a href="analytics_v3.management.webproperties.html">webproperties</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(accountId, max_results=None, start_index=None)</a></code></p>
+<p class="firstline">Lists web properties to which the user has access.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(accountId, max_results=None, start_index=None)</code>
+  <pre>Lists web properties to which the user has access.
+
+Args:
+  accountId: string, Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to. (required)
+  max_results: integer, The maximum number of web properties to include in this response.
+  start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
+
+Returns:
+  An object of the form:
+
+    {
+    "username": "A String", # Email ID of the authenticated user
+    "kind": "analytics#webproperties", # Collection type.
+    "items": [ # A list of web properties.
+      {
+        "kind": "analytics#webproperty", # Resource type for Analytics WebProperty.
+        "name": "A String", # Name of this web property.
+        "created": "A String", # Time this web property was created.
+        "updated": "A String", # Time this web property was last modified.
+        "websiteUrl": "A String", # Website url for this web property.
+        "internalWebPropertyId": "A String", # Internal ID for this web property.
+        "childLink": { # Child link for this web property. Points to the list of profiles for this web property.
+          "href": "A String", # Link to the list of profiles for this web property.
+          "type": "analytics#profiles", # Type of the parent link. Its value is "analytics#profiles".
+        },
+        "parentLink": { # Parent link for this web property. Points to the account to which this web property belongs.
+          "href": "A String", # Link to the account for this web property.
+          "type": "analytics#account", # Type of the parent link. Its value is "analytics#account".
+        },
+        "id": "A String", # Web property ID of the form UA-XXXXX-YY.
+        "selfLink": "A String", # Link for this web property.
+        "accountId": "A String", # Account ID to which this web property belongs.
+      },
+    ],
+    "itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
+    "previousLink": "A String", # Link to previous page for this web property collection.
+    "startIndex": 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
+    "nextLink": "A String", # Link to next page for this web property collection.
+    "totalResults": 42, # The total number of results for the query, regardless of the number of results in the response.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/androidpublisher.v1.html b/docs/dyn/androidpublisher.v1.html
deleted file mode 100644
index 2775196..0000000
--- a/docs/dyn/androidpublisher.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-purchases"><strong><a href="androidpublisher.v1.purchases.html">purchases</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/androidpublisher.v1.purchases.html b/docs/dyn/androidpublisher.v1.purchases.html
deleted file mode 100644
index f65389b..0000000
--- a/docs/dyn/androidpublisher.v1.purchases.html
+++ /dev/null
@@ -1,58 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-cancel"><strong>cancel</strong></a> = method(self, **kwargs)</dt><dd><tt>Cancels&nbsp;a&nbsp;user's&nbsp;subscription&nbsp;purchase.&nbsp;The&nbsp;subscription&nbsp;remains&nbsp;valid&nbsp;until&nbsp;its&nbsp;expiration&nbsp;time.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;packageName:&nbsp;string,&nbsp;The&nbsp;package&nbsp;name&nbsp;of&nbsp;the&nbsp;application&nbsp;for&nbsp;which&nbsp;this&nbsp;subscription&nbsp;was&nbsp;purchased&nbsp;(for&nbsp;example,&nbsp;'com.some.thing').&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;token:&nbsp;string,&nbsp;The&nbsp;token&nbsp;provided&nbsp;to&nbsp;the&nbsp;user's&nbsp;device&nbsp;when&nbsp;the&nbsp;subscription&nbsp;was&nbsp;purchased.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;subscriptionId:&nbsp;string,&nbsp;The&nbsp;purchased&nbsp;subscription&nbsp;ID&nbsp;(for&nbsp;example,&nbsp;'monthly001').&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Checks&nbsp;whether&nbsp;a&nbsp;user's&nbsp;subscription&nbsp;purchase&nbsp;is&nbsp;valid&nbsp;and&nbsp;returns&nbsp;its&nbsp;expiry&nbsp;time.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;packageName:&nbsp;string,&nbsp;The&nbsp;package&nbsp;name&nbsp;of&nbsp;the&nbsp;application&nbsp;for&nbsp;which&nbsp;this&nbsp;subscription&nbsp;was&nbsp;purchased&nbsp;(for&nbsp;example,&nbsp;'com.some.thing').&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;token:&nbsp;string,&nbsp;The&nbsp;token&nbsp;provided&nbsp;to&nbsp;the&nbsp;user's&nbsp;device&nbsp;when&nbsp;the&nbsp;subscription&nbsp;was&nbsp;purchased.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;subscriptionId:&nbsp;string,&nbsp;The&nbsp;purchased&nbsp;subscription&nbsp;ID&nbsp;(for&nbsp;example,&nbsp;'monthly001').&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;Purchase&nbsp;resource&nbsp;indicates&nbsp;the&nbsp;status&nbsp;of&nbsp;a&nbsp;user's&nbsp;subscription&nbsp;purchase.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"initiationTimestampMsec":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;at&nbsp;which&nbsp;the&nbsp;subscription&nbsp;was&nbsp;granted,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;Epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"androidpublisher#subscriptionPurchase",&nbsp;#&nbsp;This&nbsp;kind&nbsp;represents&nbsp;a&nbsp;subscriptionPurchase&nbsp;object&nbsp;in&nbsp;the&nbsp;androidpublisher&nbsp;service.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"autoRenewing":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;subscription&nbsp;will&nbsp;automatically&nbsp;be&nbsp;renewed&nbsp;when&nbsp;it&nbsp;reaches&nbsp;its&nbsp;current&nbsp;expiry&nbsp;time.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"validUntilTimestampMsec":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;at&nbsp;which&nbsp;the&nbsp;subscription&nbsp;will&nbsp;expire,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;Epoch.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/androidpublisher_v1.html b/docs/dyn/androidpublisher_v1.html
new file mode 100644
index 0000000..376f428
--- /dev/null
+++ b/docs/dyn/androidpublisher_v1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="androidpublisher_v1.html">Google Play Android Developer API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="androidpublisher_v1.purchases.html">purchases()</a></code>
+</p>
+<p class="firstline">Returns the purchases Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/androidpublisher_v1.purchases.html b/docs/dyn/androidpublisher_v1.purchases.html
new file mode 100644
index 0000000..f791d79
--- /dev/null
+++ b/docs/dyn/androidpublisher_v1.purchases.html
@@ -0,0 +1,115 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="androidpublisher_v1.html">Google Play Android Developer API</a> . <a href="androidpublisher_v1.purchases.html">purchases</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#cancel">cancel(packageName, subscriptionId, token)</a></code></p>
+<p class="firstline">Cancels a user's subscription purchase. The subscription remains valid until its expiration time.</p>
+<p class="toc_element">
+  <code><a href="#get">get(packageName, subscriptionId, token)</a></code></p>
+<p class="firstline">Checks whether a user's subscription purchase is valid and returns its expiry time.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="cancel">cancel(packageName, subscriptionId, token)</code>
+  <pre>Cancels a user's subscription purchase. The subscription remains valid until its expiration time.
+
+Args:
+  packageName: string, The package name of the application for which this subscription was purchased (for example, 'com.some.thing'). (required)
+  subscriptionId: string, The purchased subscription ID (for example, 'monthly001'). (required)
+  token: string, The token provided to the user's device when the subscription was purchased. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(packageName, subscriptionId, token)</code>
+  <pre>Checks whether a user's subscription purchase is valid and returns its expiry time.
+
+Args:
+  packageName: string, The package name of the application for which this subscription was purchased (for example, 'com.some.thing'). (required)
+  subscriptionId: string, The purchased subscription ID (for example, 'monthly001'). (required)
+  token: string, The token provided to the user's device when the subscription was purchased. (required)
+
+Returns:
+  An object of the form:
+
+    { # A Purchase resource indicates the status of a user's subscription purchase.
+    "initiationTimestampMsec": "A String", # Time at which the subscription was granted, in milliseconds since Epoch.
+    "kind": "androidpublisher#subscriptionPurchase", # This kind represents a subscriptionPurchase object in the androidpublisher service.
+    "autoRenewing": True or False, # Whether the subscription will automatically be renewed when it reaches its current expiry time.
+    "validUntilTimestampMsec": "A String", # Time at which the subscription will expire, in milliseconds since Epoch.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/audit.v1.activities.html b/docs/dyn/audit.v1.activities.html
deleted file mode 100644
index 0f62a73..0000000
--- a/docs/dyn/audit.v1.activities.html
+++ /dev/null
@@ -1,88 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;list&nbsp;of&nbsp;activities&nbsp;for&nbsp;a&nbsp;specific&nbsp;customer&nbsp;and&nbsp;application.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;caller:&nbsp;string,&nbsp;Type&nbsp;of&nbsp;the&nbsp;caller.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;application_owner&nbsp;-&nbsp;Caller&nbsp;is&nbsp;an&nbsp;application&nbsp;owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;customer&nbsp;-&nbsp;Caller&nbsp;is&nbsp;a&nbsp;customer.<br>
-&nbsp;&nbsp;startTime:&nbsp;string,&nbsp;Return&nbsp;events&nbsp;which&nbsp;occured&nbsp;at&nbsp;or&nbsp;after&nbsp;this&nbsp;time.<br>
-&nbsp;&nbsp;actorIpAddress:&nbsp;string,&nbsp;IP&nbsp;Address&nbsp;of&nbsp;host&nbsp;where&nbsp;the&nbsp;event&nbsp;was&nbsp;performed.&nbsp;Supports&nbsp;both&nbsp;IPv4&nbsp;and&nbsp;IPv6&nbsp;addresses.<br>
-&nbsp;&nbsp;applicationId:&nbsp;string,&nbsp;Application&nbsp;ID&nbsp;of&nbsp;the&nbsp;application&nbsp;on&nbsp;which&nbsp;the&nbsp;event&nbsp;was&nbsp;performed.&nbsp;(required)<br>
-&nbsp;&nbsp;eventName:&nbsp;string,&nbsp;Name&nbsp;of&nbsp;the&nbsp;event&nbsp;being&nbsp;queried.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;actorApplicationId:&nbsp;string,&nbsp;Application&nbsp;ID&nbsp;of&nbsp;the&nbsp;application&nbsp;which&nbsp;interacted&nbsp;on&nbsp;behalf&nbsp;of&nbsp;the&nbsp;user&nbsp;while&nbsp;performing&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;continuationToken:&nbsp;string,&nbsp;Next&nbsp;page&nbsp;URL.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Number&nbsp;of&nbsp;activity&nbsp;records&nbsp;to&nbsp;be&nbsp;shown&nbsp;in&nbsp;each&nbsp;page.<br>
-&nbsp;&nbsp;parameters:&nbsp;string,&nbsp;Event&nbsp;parameters&nbsp;in&nbsp;the&nbsp;form&nbsp;[parameter1&nbsp;name]:[parameter1&nbsp;value],[parameter2&nbsp;name]:[parameter2&nbsp;value],...<br>
-&nbsp;&nbsp;actorEmail:&nbsp;string,&nbsp;Email&nbsp;address&nbsp;of&nbsp;the&nbsp;user&nbsp;who&nbsp;performed&nbsp;the&nbsp;action.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;endTime:&nbsp;string,&nbsp;Return&nbsp;events&nbsp;which&nbsp;occured&nbsp;at&nbsp;or&nbsp;before&nbsp;this&nbsp;time.<br>
-&nbsp;&nbsp;customerId:&nbsp;string,&nbsp;Represents&nbsp;the&nbsp;customer&nbsp;who&nbsp;is&nbsp;the&nbsp;owner&nbsp;of&nbsp;target&nbsp;object&nbsp;on&nbsp;which&nbsp;action&nbsp;was&nbsp;performed.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;Each&nbsp;record&nbsp;in&nbsp;read&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"audit#activity",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ownerDomain":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Domain&nbsp;of&nbsp;source&nbsp;customer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;User&nbsp;doing&nbsp;the&nbsp;action.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"applicationId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ID&nbsp;of&nbsp;application&nbsp;which&nbsp;interacted&nbsp;on&nbsp;behalf&nbsp;of&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;address&nbsp;of&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;OAuth&nbsp;2LO&nbsp;API&nbsp;requests,&nbsp;consumer_key&nbsp;of&nbsp;the&nbsp;requestor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"callerType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;User&nbsp;or&nbsp;OAuth&nbsp;2LO&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;for&nbsp;each&nbsp;activity&nbsp;record.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"uniqQualifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;qualifier&nbsp;if&nbsp;multiple&nbsp;events&nbsp;have&nbsp;the&nbsp;same&nbsp;time.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"applicationId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Application&nbsp;ID&nbsp;of&nbsp;the&nbsp;source&nbsp;application.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Obfuscated&nbsp;customer&nbsp;ID&nbsp;of&nbsp;the&nbsp;source&nbsp;customer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"time":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;of&nbsp;occurrence&nbsp;of&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ipAddress":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;IP&nbsp;Address&nbsp;of&nbsp;the&nbsp;user&nbsp;doing&nbsp;the&nbsp;action.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Activity&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"eventType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parameters":&nbsp;[&nbsp;#&nbsp;Event&nbsp;parameters.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Value&nbsp;of&nbsp;the&nbsp;parameter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"audit#activities",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;list&nbsp;response&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"next":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Next&nbsp;page&nbsp;URL.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/audit.v1.html b/docs/dyn/audit.v1.html
deleted file mode 100644
index cce9813..0000000
--- a/docs/dyn/audit.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-activities"><strong><a href="audit.v1.activities.html">activities</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/audit_v1.activities.html b/docs/dyn/audit_v1.activities.html
new file mode 100644
index 0000000..5da7168
--- /dev/null
+++ b/docs/dyn/audit_v1.activities.html
@@ -0,0 +1,142 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="audit_v1.html">Enterprise Audit API</a> . <a href="audit_v1.activities.html">activities</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(customerId, applicationId, caller=None, startTime=None, actorIpAddress=None, eventName=None, actorApplicationId=None, continuationToken=None, maxResults=None, parameters=None, actorEmail=None, endTime=None)</a></code></p>
+<p class="firstline">Retrieves a list of activities for a specific customer and application.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(customerId, applicationId, caller=None, startTime=None, actorIpAddress=None, eventName=None, actorApplicationId=None, continuationToken=None, maxResults=None, parameters=None, actorEmail=None, endTime=None)</code>
+  <pre>Retrieves a list of activities for a specific customer and application.
+
+Args:
+  customerId: string, Represents the customer who is the owner of target object on which action was performed. (required)
+  applicationId: string, Application ID of the application on which the event was performed. (required)
+  caller: string, Type of the caller.
+    Allowed values
+      application_owner - Caller is an application owner.
+      customer - Caller is a customer.
+  startTime: string, Return events which occured at or after this time.
+  actorIpAddress: string, IP Address of host where the event was performed. Supports both IPv4 and IPv6 addresses.
+  eventName: string, Name of the event being queried.
+  actorApplicationId: string, Application ID of the application which interacted on behalf of the user while performing the event.
+  continuationToken: string, Next page URL.
+  maxResults: integer, Number of activity records to be shown in each page.
+  parameters: string, Event parameters in the form [parameter1 name]:[parameter1 value],[parameter2 name]:[parameter2 value],...
+  actorEmail: string, Email address of the user who performed the action.
+  endTime: string, Return events which occured at or before this time.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # Each record in read response.
+      {
+        "kind": "audit#activity", # Kind of resource this is.
+        "ownerDomain": "A String", # Domain of source customer.
+        "actor": { # User doing the action.
+          "applicationId": "A String", # ID of application which interacted on behalf of the user.
+          "email": "A String", # Email address of the user.
+          "key": "A String", # For OAuth 2LO API requests, consumer_key of the requestor.
+          "callerType": "A String", # User or OAuth 2LO request.
+        },
+        "id": { # Unique identifier for each activity record.
+          "uniqQualifier": "A String", # Unique qualifier if multiple events have the same time.
+          "applicationId": "A String", # Application ID of the source application.
+          "customerId": "A String", # Obfuscated customer ID of the source customer.
+          "time": "A String", # Time of occurrence of the activity.
+        },
+        "ipAddress": "A String", # IP Address of the user doing the action.
+        "events": [ # Activity events.
+          {
+            "eventType": "A String", # Type of event.
+            "name": "A String", # Name of event.
+            "parameters": [ # Event parameters.
+              {
+                "name": "A String", # Name of the parameter.
+                "value": "A String", # Value of the parameter.
+              },
+            ],
+          },
+        ],
+      },
+    ],
+    "kind": "audit#activities", # Kind of list response this is.
+    "next": "A String", # Next page URL.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/audit_v1.html b/docs/dyn/audit_v1.html
new file mode 100644
index 0000000..13aa956
--- /dev/null
+++ b/docs/dyn/audit_v1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="audit_v1.html">Enterprise Audit API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="audit_v1.activities.html">activities()</a></code>
+</p>
+<p class="firstline">Returns the activities Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery.v2.datasets.html b/docs/dyn/bigquery.v2.datasets.html
deleted file mode 100644
index 20182f2..0000000
--- a/docs/dyn/bigquery.v2.datasets.html
+++ /dev/null
@@ -1,334 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;the&nbsp;dataset&nbsp;specified&nbsp;by&nbsp;datasetId&nbsp;value.&nbsp;Before&nbsp;you&nbsp;can&nbsp;delete&nbsp;a&nbsp;dataset,&nbsp;you&nbsp;must&nbsp;delete&nbsp;all&nbsp;its&nbsp;tables,&nbsp;either&nbsp;manually&nbsp;or&nbsp;by&nbsp;specifying&nbsp;deleteContents.&nbsp;Immediately&nbsp;after&nbsp;deletion,&nbsp;you&nbsp;can&nbsp;create&nbsp;another&nbsp;dataset&nbsp;with&nbsp;the&nbsp;same&nbsp;name.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;deleteContents:&nbsp;boolean,&nbsp;If&nbsp;True,&nbsp;delete&nbsp;all&nbsp;the&nbsp;tables&nbsp;in&nbsp;the&nbsp;dataset.&nbsp;If&nbsp;False&nbsp;and&nbsp;the&nbsp;dataset&nbsp;contains&nbsp;tables,&nbsp;the&nbsp;request&nbsp;will&nbsp;fail.&nbsp;Default&nbsp;is&nbsp;False<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;being&nbsp;deleted&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;datasetId:&nbsp;string,&nbsp;Dataset&nbsp;ID&nbsp;of&nbsp;dataset&nbsp;being&nbsp;deleted&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;dataset&nbsp;specified&nbsp;by&nbsp;datasetID.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;requested&nbsp;dataset&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;datasetId:&nbsp;string,&nbsp;Dataset&nbsp;ID&nbsp;of&nbsp;the&nbsp;requested&nbsp;dataset&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#dataset",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;string&nbsp;description&nbsp;for&nbsp;the&nbsp;dataset.&nbsp;This&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;BigQuery&nbsp;UI&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;identifying&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;dataset&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;users'&nbsp;rights&nbsp;on&nbsp;the&nbsp;dataset.&nbsp;You&nbsp;can&nbsp;assign&nbsp;the&nbsp;same&nbsp;role&nbsp;to&nbsp;multiple&nbsp;users,&nbsp;and&nbsp;assign&nbsp;multiple&nbsp;roles&nbsp;to&nbsp;the&nbsp;same&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Default&nbsp;values&nbsp;assigned&nbsp;to&nbsp;a&nbsp;new&nbsp;dataset&nbsp;are&nbsp;as&nbsp;follows:&nbsp;OWNER&nbsp;-&nbsp;Project&nbsp;owners,&nbsp;dataset&nbsp;creator&nbsp;READ&nbsp;-&nbsp;Project&nbsp;readers&nbsp;WRITE&nbsp;-&nbsp;Project&nbsp;writers<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;See&nbsp;ACLs&nbsp;and&nbsp;Rights&nbsp;for&nbsp;a&nbsp;description&nbsp;of&nbsp;these&nbsp;rights.&nbsp;If&nbsp;you&nbsp;specify&nbsp;any&nbsp;of&nbsp;these&nbsp;roles&nbsp;when&nbsp;creating&nbsp;a&nbsp;dataset,&nbsp;the&nbsp;assigned&nbsp;roles&nbsp;will&nbsp;overwrite&nbsp;the&nbsp;defaults&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;To&nbsp;revoke&nbsp;rights&nbsp;to&nbsp;a&nbsp;dataset,&nbsp;call&nbsp;datasets.<a href="#Resource-update">update</a>()&nbsp;and&nbsp;omit&nbsp;the&nbsp;names&nbsp;of&nbsp;anyone&nbsp;whose&nbsp;rights&nbsp;you&nbsp;wish&nbsp;to&nbsp;revoke.&nbsp;However,&nbsp;every&nbsp;dataset&nbsp;must&nbsp;have&nbsp;at&nbsp;least&nbsp;one&nbsp;entity&nbsp;granted&nbsp;OWNER&nbsp;role.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Each&nbsp;access&nbsp;object&nbsp;can&nbsp;have&nbsp;only&nbsp;one&nbsp;of&nbsp;the&nbsp;following&nbsp;members:&nbsp;userByEmail,&nbsp;groupByEmail,&nbsp;domain,&nbsp;or&nbsp;allAuthenticatedUsers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"specialGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;special&nbsp;group&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;The&nbsp;valid&nbsp;values&nbsp;are:&nbsp;projectOwners:&nbsp;Owners&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectReaders:&nbsp;Readers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectWriters:&nbsp;Writers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;allAuthenticatedUsers:&nbsp;All&nbsp;authenticated&nbsp;BigQuery&nbsp;users.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;domain&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;Any&nbsp;users&nbsp;signed&nbsp;in&nbsp;with&nbsp;the&nbsp;domain&nbsp;specified&nbsp;will&nbsp;be&nbsp;granted&nbsp;the&nbsp;specified&nbsp;access.&nbsp;Example:&nbsp;"example.com".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Describes&nbsp;the&nbsp;rights&nbsp;granted&nbsp;to&nbsp;the&nbsp;user&nbsp;specified&nbsp;by&nbsp;the&nbsp;other&nbsp;member&nbsp;of&nbsp;the&nbsp;access&nbsp;object.&nbsp;The&nbsp;following&nbsp;string&nbsp;values&nbsp;are&nbsp;supported:&nbsp;READ&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;<a href="#Resource-list">list</a>()&nbsp;or&nbsp;<a href="#Resource-get">get</a>()&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;or&nbsp;resource.&nbsp;WRITE&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;except&nbsp;for&nbsp;datasets,&nbsp;on&nbsp;which&nbsp;they&nbsp;can&nbsp;call&nbsp;<a href="#Resource-list">list</a>()&nbsp;and&nbsp;<a href="#Resource-get">get</a>().&nbsp;OWNER&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method.&nbsp;The&nbsp;dataset&nbsp;creator&nbsp;is&nbsp;granted&nbsp;this&nbsp;role&nbsp;by&nbsp;default.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully-qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;mailing&nbsp;list&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;This&nbsp;must&nbsp;be&nbsp;either&nbsp;a&nbsp;Google&nbsp;Groups&nbsp;mailing&nbsp;list&nbsp;(ends&nbsp;in&nbsp;@googlegroups.com)&nbsp;or&nbsp;a&nbsp;group&nbsp;managed&nbsp;by&nbsp;an&nbsp;enterprise&nbsp;version&nbsp;of&nbsp;Google&nbsp;Groups.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully&nbsp;qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;For&nbsp;example:&nbsp;fred@example.com.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;which&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;any&nbsp;BigQuery&nbsp;user&nbsp;interfaces&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.&nbsp;Use&nbsp;datasetId&nbsp;for&nbsp;making&nbsp;API&nbsp;calls.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;date&nbsp;when&nbsp;this&nbsp;dataset&nbsp;or&nbsp;any&nbsp;of&nbsp;its&nbsp;tables&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;fully-qualified&nbsp;unique&nbsp;name&nbsp;of&nbsp;this&nbsp;dataset&nbsp;in&nbsp;the&nbsp;format&nbsp;projectId:datasetId.&nbsp;The&nbsp;dataset&nbsp;name&nbsp;without&nbsp;the&nbsp;project&nbsp;name&nbsp;is&nbsp;given&nbsp;in&nbsp;the&nbsp;datasetId&nbsp;field.&nbsp;When&nbsp;creating&nbsp;a&nbsp;new&nbsp;dataset,&nbsp;leave&nbsp;this&nbsp;field&nbsp;blank,&nbsp;and&nbsp;instead&nbsp;specify&nbsp;the&nbsp;datasetId&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;URL&nbsp;in&nbsp;Get&nbsp;or&nbsp;Update&nbsp;requests&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates&nbsp;a&nbsp;new&nbsp;empty&nbsp;dataset.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#dataset",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;string&nbsp;description&nbsp;for&nbsp;the&nbsp;dataset.&nbsp;This&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;BigQuery&nbsp;UI&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"datasetReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;identifying&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;dataset&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;users'&nbsp;rights&nbsp;on&nbsp;the&nbsp;dataset.&nbsp;You&nbsp;can&nbsp;assign&nbsp;the&nbsp;same&nbsp;role&nbsp;to&nbsp;multiple&nbsp;users,&nbsp;and&nbsp;assign&nbsp;multiple&nbsp;roles&nbsp;to&nbsp;the&nbsp;same&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Default&nbsp;values&nbsp;assigned&nbsp;to&nbsp;a&nbsp;new&nbsp;dataset&nbsp;are&nbsp;as&nbsp;follows:&nbsp;OWNER&nbsp;-&nbsp;Project&nbsp;owners,&nbsp;dataset&nbsp;creator&nbsp;READ&nbsp;-&nbsp;Project&nbsp;readers&nbsp;WRITE&nbsp;-&nbsp;Project&nbsp;writers<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;See&nbsp;ACLs&nbsp;and&nbsp;Rights&nbsp;for&nbsp;a&nbsp;description&nbsp;of&nbsp;these&nbsp;rights.&nbsp;If&nbsp;you&nbsp;specify&nbsp;any&nbsp;of&nbsp;these&nbsp;roles&nbsp;when&nbsp;creating&nbsp;a&nbsp;dataset,&nbsp;the&nbsp;assigned&nbsp;roles&nbsp;will&nbsp;overwrite&nbsp;the&nbsp;defaults&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;To&nbsp;revoke&nbsp;rights&nbsp;to&nbsp;a&nbsp;dataset,&nbsp;call&nbsp;datasets.<a href="#Resource-update">update</a>()&nbsp;and&nbsp;omit&nbsp;the&nbsp;names&nbsp;of&nbsp;anyone&nbsp;whose&nbsp;rights&nbsp;you&nbsp;wish&nbsp;to&nbsp;revoke.&nbsp;However,&nbsp;every&nbsp;dataset&nbsp;must&nbsp;have&nbsp;at&nbsp;least&nbsp;one&nbsp;entity&nbsp;granted&nbsp;OWNER&nbsp;role.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Each&nbsp;access&nbsp;object&nbsp;can&nbsp;have&nbsp;only&nbsp;one&nbsp;of&nbsp;the&nbsp;following&nbsp;members:&nbsp;userByEmail,&nbsp;groupByEmail,&nbsp;domain,&nbsp;or&nbsp;allAuthenticatedUsers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"specialGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;special&nbsp;group&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;The&nbsp;valid&nbsp;values&nbsp;are:&nbsp;projectOwners:&nbsp;Owners&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectReaders:&nbsp;Readers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectWriters:&nbsp;Writers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;allAuthenticatedUsers:&nbsp;All&nbsp;authenticated&nbsp;BigQuery&nbsp;users.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;domain&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;Any&nbsp;users&nbsp;signed&nbsp;in&nbsp;with&nbsp;the&nbsp;domain&nbsp;specified&nbsp;will&nbsp;be&nbsp;granted&nbsp;the&nbsp;specified&nbsp;access.&nbsp;Example:&nbsp;"example.com".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Describes&nbsp;the&nbsp;rights&nbsp;granted&nbsp;to&nbsp;the&nbsp;user&nbsp;specified&nbsp;by&nbsp;the&nbsp;other&nbsp;member&nbsp;of&nbsp;the&nbsp;access&nbsp;object.&nbsp;The&nbsp;following&nbsp;string&nbsp;values&nbsp;are&nbsp;supported:&nbsp;READ&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;<a href="#Resource-list">list</a>()&nbsp;or&nbsp;<a href="#Resource-get">get</a>()&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;or&nbsp;resource.&nbsp;WRITE&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;except&nbsp;for&nbsp;datasets,&nbsp;on&nbsp;which&nbsp;they&nbsp;can&nbsp;call&nbsp;<a href="#Resource-list">list</a>()&nbsp;and&nbsp;<a href="#Resource-get">get</a>().&nbsp;OWNER&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method.&nbsp;The&nbsp;dataset&nbsp;creator&nbsp;is&nbsp;granted&nbsp;this&nbsp;role&nbsp;by&nbsp;default.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully-qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;mailing&nbsp;list&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;This&nbsp;must&nbsp;be&nbsp;either&nbsp;a&nbsp;Google&nbsp;Groups&nbsp;mailing&nbsp;list&nbsp;(ends&nbsp;in&nbsp;@googlegroups.com)&nbsp;or&nbsp;a&nbsp;group&nbsp;managed&nbsp;by&nbsp;an&nbsp;enterprise&nbsp;version&nbsp;of&nbsp;Google&nbsp;Groups.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully&nbsp;qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;For&nbsp;example:&nbsp;fred@example.com.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;which&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;any&nbsp;BigQuery&nbsp;user&nbsp;interfaces&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.&nbsp;Use&nbsp;datasetId&nbsp;for&nbsp;making&nbsp;API&nbsp;calls.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;date&nbsp;when&nbsp;this&nbsp;dataset&nbsp;or&nbsp;any&nbsp;of&nbsp;its&nbsp;tables&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;fully-qualified&nbsp;unique&nbsp;name&nbsp;of&nbsp;this&nbsp;dataset&nbsp;in&nbsp;the&nbsp;format&nbsp;projectId:datasetId.&nbsp;The&nbsp;dataset&nbsp;name&nbsp;without&nbsp;the&nbsp;project&nbsp;name&nbsp;is&nbsp;given&nbsp;in&nbsp;the&nbsp;datasetId&nbsp;field.&nbsp;When&nbsp;creating&nbsp;a&nbsp;new&nbsp;dataset,&nbsp;leave&nbsp;this&nbsp;field&nbsp;blank,&nbsp;and&nbsp;instead&nbsp;specify&nbsp;the&nbsp;datasetId&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;URL&nbsp;in&nbsp;Get&nbsp;or&nbsp;Update&nbsp;requests&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;new&nbsp;dataset&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#dataset",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;string&nbsp;description&nbsp;for&nbsp;the&nbsp;dataset.&nbsp;This&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;BigQuery&nbsp;UI&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;identifying&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;dataset&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;users'&nbsp;rights&nbsp;on&nbsp;the&nbsp;dataset.&nbsp;You&nbsp;can&nbsp;assign&nbsp;the&nbsp;same&nbsp;role&nbsp;to&nbsp;multiple&nbsp;users,&nbsp;and&nbsp;assign&nbsp;multiple&nbsp;roles&nbsp;to&nbsp;the&nbsp;same&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Default&nbsp;values&nbsp;assigned&nbsp;to&nbsp;a&nbsp;new&nbsp;dataset&nbsp;are&nbsp;as&nbsp;follows:&nbsp;OWNER&nbsp;-&nbsp;Project&nbsp;owners,&nbsp;dataset&nbsp;creator&nbsp;READ&nbsp;-&nbsp;Project&nbsp;readers&nbsp;WRITE&nbsp;-&nbsp;Project&nbsp;writers<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;See&nbsp;ACLs&nbsp;and&nbsp;Rights&nbsp;for&nbsp;a&nbsp;description&nbsp;of&nbsp;these&nbsp;rights.&nbsp;If&nbsp;you&nbsp;specify&nbsp;any&nbsp;of&nbsp;these&nbsp;roles&nbsp;when&nbsp;creating&nbsp;a&nbsp;dataset,&nbsp;the&nbsp;assigned&nbsp;roles&nbsp;will&nbsp;overwrite&nbsp;the&nbsp;defaults&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;To&nbsp;revoke&nbsp;rights&nbsp;to&nbsp;a&nbsp;dataset,&nbsp;call&nbsp;datasets.<a href="#Resource-update">update</a>()&nbsp;and&nbsp;omit&nbsp;the&nbsp;names&nbsp;of&nbsp;anyone&nbsp;whose&nbsp;rights&nbsp;you&nbsp;wish&nbsp;to&nbsp;revoke.&nbsp;However,&nbsp;every&nbsp;dataset&nbsp;must&nbsp;have&nbsp;at&nbsp;least&nbsp;one&nbsp;entity&nbsp;granted&nbsp;OWNER&nbsp;role.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Each&nbsp;access&nbsp;object&nbsp;can&nbsp;have&nbsp;only&nbsp;one&nbsp;of&nbsp;the&nbsp;following&nbsp;members:&nbsp;userByEmail,&nbsp;groupByEmail,&nbsp;domain,&nbsp;or&nbsp;allAuthenticatedUsers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"specialGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;special&nbsp;group&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;The&nbsp;valid&nbsp;values&nbsp;are:&nbsp;projectOwners:&nbsp;Owners&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectReaders:&nbsp;Readers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectWriters:&nbsp;Writers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;allAuthenticatedUsers:&nbsp;All&nbsp;authenticated&nbsp;BigQuery&nbsp;users.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;domain&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;Any&nbsp;users&nbsp;signed&nbsp;in&nbsp;with&nbsp;the&nbsp;domain&nbsp;specified&nbsp;will&nbsp;be&nbsp;granted&nbsp;the&nbsp;specified&nbsp;access.&nbsp;Example:&nbsp;"example.com".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Describes&nbsp;the&nbsp;rights&nbsp;granted&nbsp;to&nbsp;the&nbsp;user&nbsp;specified&nbsp;by&nbsp;the&nbsp;other&nbsp;member&nbsp;of&nbsp;the&nbsp;access&nbsp;object.&nbsp;The&nbsp;following&nbsp;string&nbsp;values&nbsp;are&nbsp;supported:&nbsp;READ&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;<a href="#Resource-list">list</a>()&nbsp;or&nbsp;<a href="#Resource-get">get</a>()&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;or&nbsp;resource.&nbsp;WRITE&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;except&nbsp;for&nbsp;datasets,&nbsp;on&nbsp;which&nbsp;they&nbsp;can&nbsp;call&nbsp;<a href="#Resource-list">list</a>()&nbsp;and&nbsp;<a href="#Resource-get">get</a>().&nbsp;OWNER&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method.&nbsp;The&nbsp;dataset&nbsp;creator&nbsp;is&nbsp;granted&nbsp;this&nbsp;role&nbsp;by&nbsp;default.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully-qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;mailing&nbsp;list&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;This&nbsp;must&nbsp;be&nbsp;either&nbsp;a&nbsp;Google&nbsp;Groups&nbsp;mailing&nbsp;list&nbsp;(ends&nbsp;in&nbsp;@googlegroups.com)&nbsp;or&nbsp;a&nbsp;group&nbsp;managed&nbsp;by&nbsp;an&nbsp;enterprise&nbsp;version&nbsp;of&nbsp;Google&nbsp;Groups.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully&nbsp;qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;For&nbsp;example:&nbsp;fred@example.com.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;which&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;any&nbsp;BigQuery&nbsp;user&nbsp;interfaces&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.&nbsp;Use&nbsp;datasetId&nbsp;for&nbsp;making&nbsp;API&nbsp;calls.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;date&nbsp;when&nbsp;this&nbsp;dataset&nbsp;or&nbsp;any&nbsp;of&nbsp;its&nbsp;tables&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;fully-qualified&nbsp;unique&nbsp;name&nbsp;of&nbsp;this&nbsp;dataset&nbsp;in&nbsp;the&nbsp;format&nbsp;projectId:datasetId.&nbsp;The&nbsp;dataset&nbsp;name&nbsp;without&nbsp;the&nbsp;project&nbsp;name&nbsp;is&nbsp;given&nbsp;in&nbsp;the&nbsp;datasetId&nbsp;field.&nbsp;When&nbsp;creating&nbsp;a&nbsp;new&nbsp;dataset,&nbsp;leave&nbsp;this&nbsp;field&nbsp;blank,&nbsp;and&nbsp;instead&nbsp;specify&nbsp;the&nbsp;datasetId&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;URL&nbsp;in&nbsp;Get&nbsp;or&nbsp;Update&nbsp;requests&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;all&nbsp;the&nbsp;datasets&nbsp;in&nbsp;the&nbsp;specified&nbsp;project&nbsp;to&nbsp;which&nbsp;the&nbsp;caller&nbsp;has&nbsp;read&nbsp;access;&nbsp;however,&nbsp;a&nbsp;project&nbsp;owner&nbsp;can&nbsp;list&nbsp;(but&nbsp;not&nbsp;necessarily&nbsp;get)&nbsp;all&nbsp;datasets&nbsp;in&nbsp;his&nbsp;project.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Page&nbsp;token,&nbsp;returned&nbsp;by&nbsp;a&nbsp;previous&nbsp;call,&nbsp;to&nbsp;request&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;datasets&nbsp;to&nbsp;be&nbsp;listed&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;token&nbsp;to&nbsp;request&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.&nbsp;Present&nbsp;only&nbsp;when&nbsp;there&nbsp;is&nbsp;more&nbsp;than&nbsp;one&nbsp;page&nbsp;of&nbsp;results.*&nbsp;See&nbsp;Paging&nbsp;Through&nbsp;Results&nbsp;in&nbsp;the&nbsp;developer's&nbsp;guide.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#datasetList",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"datasets":&nbsp;[&nbsp;#&nbsp;An&nbsp;array&nbsp;of&nbsp;one&nbsp;or&nbsp;more&nbsp;summarized&nbsp;dataset&nbsp;resources.&nbsp;Absent&nbsp;when&nbsp;there&nbsp;are&nbsp;no&nbsp;datasets&nbsp;in&nbsp;the&nbsp;specified&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#dataset",&nbsp;#&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;fully-qualified&nbsp;unique&nbsp;name&nbsp;of&nbsp;this&nbsp;dataset&nbsp;in&nbsp;the&nbsp;format&nbsp;projectId:datasetId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetReference":&nbsp;{&nbsp;#&nbsp;Reference&nbsp;identifying&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;page&nbsp;of&nbsp;results.&nbsp;See&nbsp;Paging&nbsp;Through&nbsp;Results&nbsp;in&nbsp;the&nbsp;developer's&nbsp;guide.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;information&nbsp;in&nbsp;an&nbsp;existing&nbsp;dataset,&nbsp;specified&nbsp;by&nbsp;datasetId.&nbsp;Properties&nbsp;not&nbsp;included&nbsp;in&nbsp;the&nbsp;submitted&nbsp;resource&nbsp;will&nbsp;not&nbsp;be&nbsp;changed.&nbsp;If&nbsp;you&nbsp;include&nbsp;the&nbsp;access&nbsp;property&nbsp;without&nbsp;any&nbsp;values&nbsp;assigned,&nbsp;the&nbsp;request&nbsp;will&nbsp;fail&nbsp;as&nbsp;you&nbsp;must&nbsp;specify&nbsp;at&nbsp;least&nbsp;one&nbsp;owner&nbsp;for&nbsp;a&nbsp;dataset.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#dataset",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;string&nbsp;description&nbsp;for&nbsp;the&nbsp;dataset.&nbsp;This&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;BigQuery&nbsp;UI&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"datasetReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;identifying&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;dataset&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;users'&nbsp;rights&nbsp;on&nbsp;the&nbsp;dataset.&nbsp;You&nbsp;can&nbsp;assign&nbsp;the&nbsp;same&nbsp;role&nbsp;to&nbsp;multiple&nbsp;users,&nbsp;and&nbsp;assign&nbsp;multiple&nbsp;roles&nbsp;to&nbsp;the&nbsp;same&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Default&nbsp;values&nbsp;assigned&nbsp;to&nbsp;a&nbsp;new&nbsp;dataset&nbsp;are&nbsp;as&nbsp;follows:&nbsp;OWNER&nbsp;-&nbsp;Project&nbsp;owners,&nbsp;dataset&nbsp;creator&nbsp;READ&nbsp;-&nbsp;Project&nbsp;readers&nbsp;WRITE&nbsp;-&nbsp;Project&nbsp;writers<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;See&nbsp;ACLs&nbsp;and&nbsp;Rights&nbsp;for&nbsp;a&nbsp;description&nbsp;of&nbsp;these&nbsp;rights.&nbsp;If&nbsp;you&nbsp;specify&nbsp;any&nbsp;of&nbsp;these&nbsp;roles&nbsp;when&nbsp;creating&nbsp;a&nbsp;dataset,&nbsp;the&nbsp;assigned&nbsp;roles&nbsp;will&nbsp;overwrite&nbsp;the&nbsp;defaults&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;To&nbsp;revoke&nbsp;rights&nbsp;to&nbsp;a&nbsp;dataset,&nbsp;call&nbsp;datasets.<a href="#Resource-update">update</a>()&nbsp;and&nbsp;omit&nbsp;the&nbsp;names&nbsp;of&nbsp;anyone&nbsp;whose&nbsp;rights&nbsp;you&nbsp;wish&nbsp;to&nbsp;revoke.&nbsp;However,&nbsp;every&nbsp;dataset&nbsp;must&nbsp;have&nbsp;at&nbsp;least&nbsp;one&nbsp;entity&nbsp;granted&nbsp;OWNER&nbsp;role.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Each&nbsp;access&nbsp;object&nbsp;can&nbsp;have&nbsp;only&nbsp;one&nbsp;of&nbsp;the&nbsp;following&nbsp;members:&nbsp;userByEmail,&nbsp;groupByEmail,&nbsp;domain,&nbsp;or&nbsp;allAuthenticatedUsers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"specialGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;special&nbsp;group&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;The&nbsp;valid&nbsp;values&nbsp;are:&nbsp;projectOwners:&nbsp;Owners&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectReaders:&nbsp;Readers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectWriters:&nbsp;Writers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;allAuthenticatedUsers:&nbsp;All&nbsp;authenticated&nbsp;BigQuery&nbsp;users.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;domain&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;Any&nbsp;users&nbsp;signed&nbsp;in&nbsp;with&nbsp;the&nbsp;domain&nbsp;specified&nbsp;will&nbsp;be&nbsp;granted&nbsp;the&nbsp;specified&nbsp;access.&nbsp;Example:&nbsp;"example.com".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Describes&nbsp;the&nbsp;rights&nbsp;granted&nbsp;to&nbsp;the&nbsp;user&nbsp;specified&nbsp;by&nbsp;the&nbsp;other&nbsp;member&nbsp;of&nbsp;the&nbsp;access&nbsp;object.&nbsp;The&nbsp;following&nbsp;string&nbsp;values&nbsp;are&nbsp;supported:&nbsp;READ&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;<a href="#Resource-list">list</a>()&nbsp;or&nbsp;<a href="#Resource-get">get</a>()&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;or&nbsp;resource.&nbsp;WRITE&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;except&nbsp;for&nbsp;datasets,&nbsp;on&nbsp;which&nbsp;they&nbsp;can&nbsp;call&nbsp;<a href="#Resource-list">list</a>()&nbsp;and&nbsp;<a href="#Resource-get">get</a>().&nbsp;OWNER&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method.&nbsp;The&nbsp;dataset&nbsp;creator&nbsp;is&nbsp;granted&nbsp;this&nbsp;role&nbsp;by&nbsp;default.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully-qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;mailing&nbsp;list&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;This&nbsp;must&nbsp;be&nbsp;either&nbsp;a&nbsp;Google&nbsp;Groups&nbsp;mailing&nbsp;list&nbsp;(ends&nbsp;in&nbsp;@googlegroups.com)&nbsp;or&nbsp;a&nbsp;group&nbsp;managed&nbsp;by&nbsp;an&nbsp;enterprise&nbsp;version&nbsp;of&nbsp;Google&nbsp;Groups.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully&nbsp;qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;For&nbsp;example:&nbsp;fred@example.com.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;which&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;any&nbsp;BigQuery&nbsp;user&nbsp;interfaces&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.&nbsp;Use&nbsp;datasetId&nbsp;for&nbsp;making&nbsp;API&nbsp;calls.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;date&nbsp;when&nbsp;this&nbsp;dataset&nbsp;or&nbsp;any&nbsp;of&nbsp;its&nbsp;tables&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;fully-qualified&nbsp;unique&nbsp;name&nbsp;of&nbsp;this&nbsp;dataset&nbsp;in&nbsp;the&nbsp;format&nbsp;projectId:datasetId.&nbsp;The&nbsp;dataset&nbsp;name&nbsp;without&nbsp;the&nbsp;project&nbsp;name&nbsp;is&nbsp;given&nbsp;in&nbsp;the&nbsp;datasetId&nbsp;field.&nbsp;When&nbsp;creating&nbsp;a&nbsp;new&nbsp;dataset,&nbsp;leave&nbsp;this&nbsp;field&nbsp;blank,&nbsp;and&nbsp;instead&nbsp;specify&nbsp;the&nbsp;datasetId&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;URL&nbsp;in&nbsp;Get&nbsp;or&nbsp;Update&nbsp;requests&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;being&nbsp;updated&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;datasetId:&nbsp;string,&nbsp;Dataset&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;being&nbsp;updated&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#dataset",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;string&nbsp;description&nbsp;for&nbsp;the&nbsp;dataset.&nbsp;This&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;BigQuery&nbsp;UI&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;identifying&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;dataset&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;users'&nbsp;rights&nbsp;on&nbsp;the&nbsp;dataset.&nbsp;You&nbsp;can&nbsp;assign&nbsp;the&nbsp;same&nbsp;role&nbsp;to&nbsp;multiple&nbsp;users,&nbsp;and&nbsp;assign&nbsp;multiple&nbsp;roles&nbsp;to&nbsp;the&nbsp;same&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Default&nbsp;values&nbsp;assigned&nbsp;to&nbsp;a&nbsp;new&nbsp;dataset&nbsp;are&nbsp;as&nbsp;follows:&nbsp;OWNER&nbsp;-&nbsp;Project&nbsp;owners,&nbsp;dataset&nbsp;creator&nbsp;READ&nbsp;-&nbsp;Project&nbsp;readers&nbsp;WRITE&nbsp;-&nbsp;Project&nbsp;writers<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;See&nbsp;ACLs&nbsp;and&nbsp;Rights&nbsp;for&nbsp;a&nbsp;description&nbsp;of&nbsp;these&nbsp;rights.&nbsp;If&nbsp;you&nbsp;specify&nbsp;any&nbsp;of&nbsp;these&nbsp;roles&nbsp;when&nbsp;creating&nbsp;a&nbsp;dataset,&nbsp;the&nbsp;assigned&nbsp;roles&nbsp;will&nbsp;overwrite&nbsp;the&nbsp;defaults&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;To&nbsp;revoke&nbsp;rights&nbsp;to&nbsp;a&nbsp;dataset,&nbsp;call&nbsp;datasets.<a href="#Resource-update">update</a>()&nbsp;and&nbsp;omit&nbsp;the&nbsp;names&nbsp;of&nbsp;anyone&nbsp;whose&nbsp;rights&nbsp;you&nbsp;wish&nbsp;to&nbsp;revoke.&nbsp;However,&nbsp;every&nbsp;dataset&nbsp;must&nbsp;have&nbsp;at&nbsp;least&nbsp;one&nbsp;entity&nbsp;granted&nbsp;OWNER&nbsp;role.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Each&nbsp;access&nbsp;object&nbsp;can&nbsp;have&nbsp;only&nbsp;one&nbsp;of&nbsp;the&nbsp;following&nbsp;members:&nbsp;userByEmail,&nbsp;groupByEmail,&nbsp;domain,&nbsp;or&nbsp;allAuthenticatedUsers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"specialGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;special&nbsp;group&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;The&nbsp;valid&nbsp;values&nbsp;are:&nbsp;projectOwners:&nbsp;Owners&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectReaders:&nbsp;Readers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectWriters:&nbsp;Writers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;allAuthenticatedUsers:&nbsp;All&nbsp;authenticated&nbsp;BigQuery&nbsp;users.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;domain&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;Any&nbsp;users&nbsp;signed&nbsp;in&nbsp;with&nbsp;the&nbsp;domain&nbsp;specified&nbsp;will&nbsp;be&nbsp;granted&nbsp;the&nbsp;specified&nbsp;access.&nbsp;Example:&nbsp;"example.com".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Describes&nbsp;the&nbsp;rights&nbsp;granted&nbsp;to&nbsp;the&nbsp;user&nbsp;specified&nbsp;by&nbsp;the&nbsp;other&nbsp;member&nbsp;of&nbsp;the&nbsp;access&nbsp;object.&nbsp;The&nbsp;following&nbsp;string&nbsp;values&nbsp;are&nbsp;supported:&nbsp;READ&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;<a href="#Resource-list">list</a>()&nbsp;or&nbsp;<a href="#Resource-get">get</a>()&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;or&nbsp;resource.&nbsp;WRITE&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;except&nbsp;for&nbsp;datasets,&nbsp;on&nbsp;which&nbsp;they&nbsp;can&nbsp;call&nbsp;<a href="#Resource-list">list</a>()&nbsp;and&nbsp;<a href="#Resource-get">get</a>().&nbsp;OWNER&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method.&nbsp;The&nbsp;dataset&nbsp;creator&nbsp;is&nbsp;granted&nbsp;this&nbsp;role&nbsp;by&nbsp;default.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully-qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;mailing&nbsp;list&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;This&nbsp;must&nbsp;be&nbsp;either&nbsp;a&nbsp;Google&nbsp;Groups&nbsp;mailing&nbsp;list&nbsp;(ends&nbsp;in&nbsp;@googlegroups.com)&nbsp;or&nbsp;a&nbsp;group&nbsp;managed&nbsp;by&nbsp;an&nbsp;enterprise&nbsp;version&nbsp;of&nbsp;Google&nbsp;Groups.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully&nbsp;qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;For&nbsp;example:&nbsp;fred@example.com.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;which&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;any&nbsp;BigQuery&nbsp;user&nbsp;interfaces&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.&nbsp;Use&nbsp;datasetId&nbsp;for&nbsp;making&nbsp;API&nbsp;calls.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;date&nbsp;when&nbsp;this&nbsp;dataset&nbsp;or&nbsp;any&nbsp;of&nbsp;its&nbsp;tables&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;fully-qualified&nbsp;unique&nbsp;name&nbsp;of&nbsp;this&nbsp;dataset&nbsp;in&nbsp;the&nbsp;format&nbsp;projectId:datasetId.&nbsp;The&nbsp;dataset&nbsp;name&nbsp;without&nbsp;the&nbsp;project&nbsp;name&nbsp;is&nbsp;given&nbsp;in&nbsp;the&nbsp;datasetId&nbsp;field.&nbsp;When&nbsp;creating&nbsp;a&nbsp;new&nbsp;dataset,&nbsp;leave&nbsp;this&nbsp;field&nbsp;blank,&nbsp;and&nbsp;instead&nbsp;specify&nbsp;the&nbsp;datasetId&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;URL&nbsp;in&nbsp;Get&nbsp;or&nbsp;Update&nbsp;requests&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;information&nbsp;in&nbsp;an&nbsp;existing&nbsp;dataset,&nbsp;specified&nbsp;by&nbsp;datasetId.&nbsp;Properties&nbsp;not&nbsp;included&nbsp;in&nbsp;the&nbsp;submitted&nbsp;resource&nbsp;will&nbsp;not&nbsp;be&nbsp;changed.&nbsp;If&nbsp;you&nbsp;include&nbsp;the&nbsp;access&nbsp;property&nbsp;without&nbsp;any&nbsp;values&nbsp;assigned,&nbsp;the&nbsp;request&nbsp;will&nbsp;fail&nbsp;as&nbsp;you&nbsp;must&nbsp;specify&nbsp;at&nbsp;least&nbsp;one&nbsp;owner&nbsp;for&nbsp;a&nbsp;dataset.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#dataset",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;string&nbsp;description&nbsp;for&nbsp;the&nbsp;dataset.&nbsp;This&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;BigQuery&nbsp;UI&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"datasetReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;identifying&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;dataset&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;users'&nbsp;rights&nbsp;on&nbsp;the&nbsp;dataset.&nbsp;You&nbsp;can&nbsp;assign&nbsp;the&nbsp;same&nbsp;role&nbsp;to&nbsp;multiple&nbsp;users,&nbsp;and&nbsp;assign&nbsp;multiple&nbsp;roles&nbsp;to&nbsp;the&nbsp;same&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Default&nbsp;values&nbsp;assigned&nbsp;to&nbsp;a&nbsp;new&nbsp;dataset&nbsp;are&nbsp;as&nbsp;follows:&nbsp;OWNER&nbsp;-&nbsp;Project&nbsp;owners,&nbsp;dataset&nbsp;creator&nbsp;READ&nbsp;-&nbsp;Project&nbsp;readers&nbsp;WRITE&nbsp;-&nbsp;Project&nbsp;writers<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;See&nbsp;ACLs&nbsp;and&nbsp;Rights&nbsp;for&nbsp;a&nbsp;description&nbsp;of&nbsp;these&nbsp;rights.&nbsp;If&nbsp;you&nbsp;specify&nbsp;any&nbsp;of&nbsp;these&nbsp;roles&nbsp;when&nbsp;creating&nbsp;a&nbsp;dataset,&nbsp;the&nbsp;assigned&nbsp;roles&nbsp;will&nbsp;overwrite&nbsp;the&nbsp;defaults&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;To&nbsp;revoke&nbsp;rights&nbsp;to&nbsp;a&nbsp;dataset,&nbsp;call&nbsp;datasets.<a href="#Resource-update">update</a>()&nbsp;and&nbsp;omit&nbsp;the&nbsp;names&nbsp;of&nbsp;anyone&nbsp;whose&nbsp;rights&nbsp;you&nbsp;wish&nbsp;to&nbsp;revoke.&nbsp;However,&nbsp;every&nbsp;dataset&nbsp;must&nbsp;have&nbsp;at&nbsp;least&nbsp;one&nbsp;entity&nbsp;granted&nbsp;OWNER&nbsp;role.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Each&nbsp;access&nbsp;object&nbsp;can&nbsp;have&nbsp;only&nbsp;one&nbsp;of&nbsp;the&nbsp;following&nbsp;members:&nbsp;userByEmail,&nbsp;groupByEmail,&nbsp;domain,&nbsp;or&nbsp;allAuthenticatedUsers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"specialGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;special&nbsp;group&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;The&nbsp;valid&nbsp;values&nbsp;are:&nbsp;projectOwners:&nbsp;Owners&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectReaders:&nbsp;Readers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectWriters:&nbsp;Writers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;allAuthenticatedUsers:&nbsp;All&nbsp;authenticated&nbsp;BigQuery&nbsp;users.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;domain&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;Any&nbsp;users&nbsp;signed&nbsp;in&nbsp;with&nbsp;the&nbsp;domain&nbsp;specified&nbsp;will&nbsp;be&nbsp;granted&nbsp;the&nbsp;specified&nbsp;access.&nbsp;Example:&nbsp;"example.com".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Describes&nbsp;the&nbsp;rights&nbsp;granted&nbsp;to&nbsp;the&nbsp;user&nbsp;specified&nbsp;by&nbsp;the&nbsp;other&nbsp;member&nbsp;of&nbsp;the&nbsp;access&nbsp;object.&nbsp;The&nbsp;following&nbsp;string&nbsp;values&nbsp;are&nbsp;supported:&nbsp;READ&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;<a href="#Resource-list">list</a>()&nbsp;or&nbsp;<a href="#Resource-get">get</a>()&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;or&nbsp;resource.&nbsp;WRITE&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;except&nbsp;for&nbsp;datasets,&nbsp;on&nbsp;which&nbsp;they&nbsp;can&nbsp;call&nbsp;<a href="#Resource-list">list</a>()&nbsp;and&nbsp;<a href="#Resource-get">get</a>().&nbsp;OWNER&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method.&nbsp;The&nbsp;dataset&nbsp;creator&nbsp;is&nbsp;granted&nbsp;this&nbsp;role&nbsp;by&nbsp;default.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully-qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;mailing&nbsp;list&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;This&nbsp;must&nbsp;be&nbsp;either&nbsp;a&nbsp;Google&nbsp;Groups&nbsp;mailing&nbsp;list&nbsp;(ends&nbsp;in&nbsp;@googlegroups.com)&nbsp;or&nbsp;a&nbsp;group&nbsp;managed&nbsp;by&nbsp;an&nbsp;enterprise&nbsp;version&nbsp;of&nbsp;Google&nbsp;Groups.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully&nbsp;qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;For&nbsp;example:&nbsp;fred@example.com.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;which&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;any&nbsp;BigQuery&nbsp;user&nbsp;interfaces&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.&nbsp;Use&nbsp;datasetId&nbsp;for&nbsp;making&nbsp;API&nbsp;calls.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;date&nbsp;when&nbsp;this&nbsp;dataset&nbsp;or&nbsp;any&nbsp;of&nbsp;its&nbsp;tables&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;fully-qualified&nbsp;unique&nbsp;name&nbsp;of&nbsp;this&nbsp;dataset&nbsp;in&nbsp;the&nbsp;format&nbsp;projectId:datasetId.&nbsp;The&nbsp;dataset&nbsp;name&nbsp;without&nbsp;the&nbsp;project&nbsp;name&nbsp;is&nbsp;given&nbsp;in&nbsp;the&nbsp;datasetId&nbsp;field.&nbsp;When&nbsp;creating&nbsp;a&nbsp;new&nbsp;dataset,&nbsp;leave&nbsp;this&nbsp;field&nbsp;blank,&nbsp;and&nbsp;instead&nbsp;specify&nbsp;the&nbsp;datasetId&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;URL&nbsp;in&nbsp;Get&nbsp;or&nbsp;Update&nbsp;requests&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;being&nbsp;updated&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;datasetId:&nbsp;string,&nbsp;Dataset&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;being&nbsp;updated&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#dataset",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;string&nbsp;description&nbsp;for&nbsp;the&nbsp;dataset.&nbsp;This&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;BigQuery&nbsp;UI&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;identifying&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;dataset&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;users'&nbsp;rights&nbsp;on&nbsp;the&nbsp;dataset.&nbsp;You&nbsp;can&nbsp;assign&nbsp;the&nbsp;same&nbsp;role&nbsp;to&nbsp;multiple&nbsp;users,&nbsp;and&nbsp;assign&nbsp;multiple&nbsp;roles&nbsp;to&nbsp;the&nbsp;same&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Default&nbsp;values&nbsp;assigned&nbsp;to&nbsp;a&nbsp;new&nbsp;dataset&nbsp;are&nbsp;as&nbsp;follows:&nbsp;OWNER&nbsp;-&nbsp;Project&nbsp;owners,&nbsp;dataset&nbsp;creator&nbsp;READ&nbsp;-&nbsp;Project&nbsp;readers&nbsp;WRITE&nbsp;-&nbsp;Project&nbsp;writers<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;See&nbsp;ACLs&nbsp;and&nbsp;Rights&nbsp;for&nbsp;a&nbsp;description&nbsp;of&nbsp;these&nbsp;rights.&nbsp;If&nbsp;you&nbsp;specify&nbsp;any&nbsp;of&nbsp;these&nbsp;roles&nbsp;when&nbsp;creating&nbsp;a&nbsp;dataset,&nbsp;the&nbsp;assigned&nbsp;roles&nbsp;will&nbsp;overwrite&nbsp;the&nbsp;defaults&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;To&nbsp;revoke&nbsp;rights&nbsp;to&nbsp;a&nbsp;dataset,&nbsp;call&nbsp;datasets.<a href="#Resource-update">update</a>()&nbsp;and&nbsp;omit&nbsp;the&nbsp;names&nbsp;of&nbsp;anyone&nbsp;whose&nbsp;rights&nbsp;you&nbsp;wish&nbsp;to&nbsp;revoke.&nbsp;However,&nbsp;every&nbsp;dataset&nbsp;must&nbsp;have&nbsp;at&nbsp;least&nbsp;one&nbsp;entity&nbsp;granted&nbsp;OWNER&nbsp;role.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Each&nbsp;access&nbsp;object&nbsp;can&nbsp;have&nbsp;only&nbsp;one&nbsp;of&nbsp;the&nbsp;following&nbsp;members:&nbsp;userByEmail,&nbsp;groupByEmail,&nbsp;domain,&nbsp;or&nbsp;allAuthenticatedUsers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"specialGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;special&nbsp;group&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;The&nbsp;valid&nbsp;values&nbsp;are:&nbsp;projectOwners:&nbsp;Owners&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectReaders:&nbsp;Readers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;projectWriters:&nbsp;Writers&nbsp;of&nbsp;the&nbsp;enclosing&nbsp;project.&nbsp;allAuthenticatedUsers:&nbsp;All&nbsp;authenticated&nbsp;BigQuery&nbsp;users.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;domain&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;Any&nbsp;users&nbsp;signed&nbsp;in&nbsp;with&nbsp;the&nbsp;domain&nbsp;specified&nbsp;will&nbsp;be&nbsp;granted&nbsp;the&nbsp;specified&nbsp;access.&nbsp;Example:&nbsp;"example.com".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Describes&nbsp;the&nbsp;rights&nbsp;granted&nbsp;to&nbsp;the&nbsp;user&nbsp;specified&nbsp;by&nbsp;the&nbsp;other&nbsp;member&nbsp;of&nbsp;the&nbsp;access&nbsp;object.&nbsp;The&nbsp;following&nbsp;string&nbsp;values&nbsp;are&nbsp;supported:&nbsp;READ&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;<a href="#Resource-list">list</a>()&nbsp;or&nbsp;<a href="#Resource-get">get</a>()&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;or&nbsp;resource.&nbsp;WRITE&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method&nbsp;on&nbsp;any&nbsp;collection&nbsp;except&nbsp;for&nbsp;datasets,&nbsp;on&nbsp;which&nbsp;they&nbsp;can&nbsp;call&nbsp;<a href="#Resource-list">list</a>()&nbsp;and&nbsp;<a href="#Resource-get">get</a>().&nbsp;OWNER&nbsp;-&nbsp;User&nbsp;can&nbsp;call&nbsp;any&nbsp;method.&nbsp;The&nbsp;dataset&nbsp;creator&nbsp;is&nbsp;granted&nbsp;this&nbsp;role&nbsp;by&nbsp;default.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully-qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;mailing&nbsp;list&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;This&nbsp;must&nbsp;be&nbsp;either&nbsp;a&nbsp;Google&nbsp;Groups&nbsp;mailing&nbsp;list&nbsp;(ends&nbsp;in&nbsp;@googlegroups.com)&nbsp;or&nbsp;a&nbsp;group&nbsp;managed&nbsp;by&nbsp;an&nbsp;enterprise&nbsp;version&nbsp;of&nbsp;Google&nbsp;Groups.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userByEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;A&nbsp;fully&nbsp;qualified&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;to&nbsp;grant&nbsp;access&nbsp;to.&nbsp;For&nbsp;example:&nbsp;fred@example.com.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;which&nbsp;might&nbsp;be&nbsp;shown&nbsp;in&nbsp;any&nbsp;BigQuery&nbsp;user&nbsp;interfaces&nbsp;for&nbsp;browsing&nbsp;the&nbsp;dataset.&nbsp;Use&nbsp;datasetId&nbsp;for&nbsp;making&nbsp;API&nbsp;calls.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;date&nbsp;when&nbsp;this&nbsp;dataset&nbsp;or&nbsp;any&nbsp;of&nbsp;its&nbsp;tables&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;fully-qualified&nbsp;unique&nbsp;name&nbsp;of&nbsp;this&nbsp;dataset&nbsp;in&nbsp;the&nbsp;format&nbsp;projectId:datasetId.&nbsp;The&nbsp;dataset&nbsp;name&nbsp;without&nbsp;the&nbsp;project&nbsp;name&nbsp;is&nbsp;given&nbsp;in&nbsp;the&nbsp;datasetId&nbsp;field.&nbsp;When&nbsp;creating&nbsp;a&nbsp;new&nbsp;dataset,&nbsp;leave&nbsp;this&nbsp;field&nbsp;blank,&nbsp;and&nbsp;instead&nbsp;specify&nbsp;the&nbsp;datasetId&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;URL&nbsp;in&nbsp;Get&nbsp;or&nbsp;Update&nbsp;requests&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery.v2.html b/docs/dyn/bigquery.v2.html
deleted file mode 100644
index 2307f42..0000000
--- a/docs/dyn/bigquery.v2.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-datasets"><strong><a href="bigquery.v2.datasets.html">datasets</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-jobs"><strong><a href="bigquery.v2.jobs.html">jobs</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-projects"><strong><a href="bigquery.v2.projects.html">projects</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-tabledata"><strong><a href="bigquery.v2.tabledata.html">tabledata</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-tables"><strong><a href="bigquery.v2.tables.html">tables</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery.v2.jobs.html b/docs/dyn/bigquery.v2.jobs.html
deleted file mode 100644
index fea8ea2..0000000
--- a/docs/dyn/bigquery.v2.jobs.html
+++ /dev/null
@@ -1,671 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;specified&nbsp;job&nbsp;by&nbsp;ID.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;requested&nbsp;job&nbsp;(required)<br>
-&nbsp;&nbsp;jobId:&nbsp;string,&nbsp;Job&nbsp;ID&nbsp;of&nbsp;the&nbsp;requested&nbsp;job&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;{&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;status&nbsp;of&nbsp;this&nbsp;job.&nbsp;Examine&nbsp;this&nbsp;value&nbsp;when&nbsp;polling&nbsp;an&nbsp;asynchronous&nbsp;job&nbsp;to&nbsp;see&nbsp;if&nbsp;the&nbsp;job&nbsp;is&nbsp;complete.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"state":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Running&nbsp;state&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"errors":&nbsp;[&nbsp;#&nbsp;[Output-only]&nbsp;All&nbsp;errors&nbsp;encountered&nbsp;during&nbsp;the&nbsp;running&nbsp;of&nbsp;the&nbsp;job.&nbsp;Errors&nbsp;here&nbsp;do&nbsp;not&nbsp;necessarily&nbsp;mean&nbsp;that&nbsp;the&nbsp;job&nbsp;has&nbsp;completed&nbsp;or&nbsp;was&nbsp;unsuccessful.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"debugInfo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Debugging&nbsp;information&nbsp;for&nbsp;the&nbsp;service,&nbsp;if&nbsp;present.&nbsp;Should&nbsp;be&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;human&nbsp;readable&nbsp;explanation&nbsp;of&nbsp;the&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reason":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;the&nbsp;error&nbsp;reason.&nbsp;For&nbsp;example,&nbsp;reason&nbsp;will&nbsp;be&nbsp;"required"&nbsp;or&nbsp;"invalid"&nbsp;if&nbsp;some&nbsp;field&nbsp;was&nbsp;missing&nbsp;or&nbsp;malformed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;where&nbsp;the&nbsp;error&nbsp;occurred,&nbsp;if&nbsp;present.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"errorResult":&nbsp;{&nbsp;#&nbsp;[Output-only]&nbsp;Final&nbsp;error&nbsp;result&nbsp;of&nbsp;the&nbsp;job.&nbsp;If&nbsp;present,&nbsp;indicates&nbsp;that&nbsp;the&nbsp;job&nbsp;has&nbsp;completed&nbsp;and&nbsp;was&nbsp;unsuccessful.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"debugInfo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Debugging&nbsp;information&nbsp;for&nbsp;the&nbsp;service,&nbsp;if&nbsp;present.&nbsp;Should&nbsp;be&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;human&nbsp;readable&nbsp;explanation&nbsp;of&nbsp;the&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reason":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;the&nbsp;error&nbsp;reason.&nbsp;For&nbsp;example,&nbsp;reason&nbsp;will&nbsp;be&nbsp;"required"&nbsp;or&nbsp;"invalid"&nbsp;if&nbsp;some&nbsp;field&nbsp;was&nbsp;missing&nbsp;or&nbsp;malformed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;where&nbsp;the&nbsp;error&nbsp;occurred,&nbsp;if&nbsp;present.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#job",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"statistics":&nbsp;{&nbsp;#&nbsp;[Output-only]&nbsp;Information&nbsp;about&nbsp;the&nbsp;job,&nbsp;including&nbsp;starting&nbsp;time&nbsp;and&nbsp;ending&nbsp;time&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;End&nbsp;time&nbsp;of&nbsp;this&nbsp;job,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalBytesProcessed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Total&nbsp;bytes&nbsp;processed&nbsp;for&nbsp;this&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Start&nbsp;time&nbsp;of&nbsp;this&nbsp;job,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"jobReference":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Reference&nbsp;describing&nbsp;the&nbsp;unique-per-user&nbsp;name&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Project&nbsp;ID&nbsp;being&nbsp;billed&nbsp;for&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"jobId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"configuration":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Describes&nbsp;the&nbsp;job&nbsp;configuration.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"load":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;load&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"encoding":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Character&nbsp;encoding&nbsp;of&nbsp;the&nbsp;input&nbsp;data.&nbsp;May&nbsp;be&nbsp;UTF-8&nbsp;or&nbsp;ISO-8859-1.&nbsp;Default&nbsp;is&nbsp;UTF-8.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fieldDelimiter":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Delimiter&nbsp;to&nbsp;use&nbsp;between&nbsp;fields&nbsp;in&nbsp;the&nbsp;import&nbsp;data.&nbsp;Default&nbsp;is&nbsp;','<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Table&nbsp;being&nbsp;written&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxBadRecords":&nbsp;42,&nbsp;#&nbsp;[Optional]&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;bad&nbsp;records&nbsp;that&nbsp;should&nbsp;be&nbsp;ignored&nbsp;before&nbsp;the&nbsp;entire&nbsp;job&nbsp;is&nbsp;aborted&nbsp;and&nbsp;no&nbsp;updates&nbsp;are&nbsp;performed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_APPEND.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceUris":&nbsp;[&nbsp;#&nbsp;[Required]&nbsp;Source&nbsp;URIs&nbsp;describing&nbsp;Google&nbsp;Cloud&nbsp;Storage&nbsp;locations&nbsp;of&nbsp;data&nbsp;to&nbsp;load.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"skipLeadingRows":&nbsp;42,&nbsp;#&nbsp;[Optional]&nbsp;Number&nbsp;of&nbsp;rows&nbsp;of&nbsp;initial&nbsp;data&nbsp;to&nbsp;skip&nbsp;in&nbsp;the&nbsp;data&nbsp;being&nbsp;imported.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;create&nbsp;the&nbsp;table&nbsp;if&nbsp;it&nbsp;doesn't&nbsp;already&nbsp;exist&nbsp;(CREATE_IF_NEEDED)&nbsp;or&nbsp;to&nbsp;require&nbsp;the&nbsp;table&nbsp;already&nbsp;exist&nbsp;(CREATE_NEVER).&nbsp;Default&nbsp;is&nbsp;CREATE_IF_NEEDED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Schema&nbsp;of&nbsp;the&nbsp;table&nbsp;being&nbsp;written&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;link&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;create&nbsp;a&nbsp;new&nbsp;table,&nbsp;if&nbsp;none&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_APPEND.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;destination&nbsp;table&nbsp;of&nbsp;the&nbsp;link&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceUri":&nbsp;[&nbsp;#&nbsp;[Required]&nbsp;URI&nbsp;of&nbsp;source&nbsp;table&nbsp;to&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"query":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;query&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultDataset":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Specifies&nbsp;the&nbsp;default&nbsp;dataset&nbsp;to&nbsp;assume&nbsp;for&nbsp;unqualified&nbsp;table&nbsp;names&nbsp;in&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;the&nbsp;table&nbsp;where&nbsp;the&nbsp;query&nbsp;results&nbsp;should&nbsp;be&nbsp;stored.&nbsp;If&nbsp;not&nbsp;present,&nbsp;a&nbsp;new&nbsp;table&nbsp;will&nbsp;be&nbsp;created&nbsp;to&nbsp;store&nbsp;the&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"priority":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Experimental]&nbsp;Specifies&nbsp;a&nbsp;priority&nbsp;for&nbsp;the&nbsp;query.&nbsp;Default&nbsp;is&nbsp;INTERACTIVE.&nbsp;Alternative&nbsp;is&nbsp;BATCH,&nbsp;which&nbsp;may&nbsp;be&nbsp;subject&nbsp;to&nbsp;looser&nbsp;quota&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_EMPTY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;create&nbsp;the&nbsp;table&nbsp;if&nbsp;it&nbsp;doesn't&nbsp;already&nbsp;exist&nbsp;(CREATE_IF_NEEDED)&nbsp;or&nbsp;to&nbsp;require&nbsp;the&nbsp;table&nbsp;already&nbsp;exist&nbsp;(CREATE_NEVER).&nbsp;Default&nbsp;is&nbsp;CREATE_IF_NEEDED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"query":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;BigQuery&nbsp;SQL&nbsp;query&nbsp;to&nbsp;execute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"copy":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Copies&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;create&nbsp;a&nbsp;new&nbsp;table,&nbsp;if&nbsp;none&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;append&nbsp;or&nbsp;require&nbsp;the&nbsp;table&nbsp;to&nbsp;be&nbsp;empty.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;destination&nbsp;table<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Source&nbsp;table&nbsp;to&nbsp;copy.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extract":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;an&nbsp;extract&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationUri":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;fully-qualified&nbsp;Google&nbsp;Cloud&nbsp;Storage&nbsp;URI&nbsp;where&nbsp;the&nbsp;extracted&nbsp;table&nbsp;should&nbsp;be&nbsp;written.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fieldDelimiter":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Delimiter&nbsp;to&nbsp;use&nbsp;between&nbsp;fields&nbsp;in&nbsp;the&nbsp;exported&nbsp;data.&nbsp;Default&nbsp;is&nbsp;','<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;reference&nbsp;to&nbsp;the&nbsp;table&nbsp;being&nbsp;exported.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"printHeader":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;print&nbsp;out&nbsp;a&nbsp;heder&nbsp;row&nbsp;in&nbsp;the&nbsp;results.&nbsp;Default&nbsp;is&nbsp;true.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"properties":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Properties&nbsp;providing&nbsp;extra&nbsp;details&nbsp;about&nbsp;how&nbsp;the&nbsp;job&nbsp;should&nbsp;be&nbsp;run.&nbsp;Not&nbsp;used&nbsp;for&nbsp;most&nbsp;jobs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Opaque&nbsp;ID&nbsp;field&nbsp;of&nbsp;the&nbsp;job<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-getQueryResults"><strong>getQueryResults</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;results&nbsp;of&nbsp;a&nbsp;query&nbsp;job.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;timeoutMs:&nbsp;integer,&nbsp;How&nbsp;long&nbsp;to&nbsp;wait&nbsp;for&nbsp;the&nbsp;query&nbsp;to&nbsp;complete,&nbsp;in&nbsp;milliseconds,&nbsp;before&nbsp;returning.&nbsp;Default&nbsp;is&nbsp;to&nbsp;return&nbsp;immediately.&nbsp;If&nbsp;the&nbsp;timeout&nbsp;passes&nbsp;before&nbsp;the&nbsp;job&nbsp;completes,&nbsp;the&nbsp;request&nbsp;will&nbsp;fail&nbsp;with&nbsp;a&nbsp;TIMEOUT&nbsp;error<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;query&nbsp;job&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;read<br>
-&nbsp;&nbsp;jobId:&nbsp;string,&nbsp;Job&nbsp;ID&nbsp;of&nbsp;the&nbsp;query&nbsp;job&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;startIndex:&nbsp;string,&nbsp;Zero-based&nbsp;index&nbsp;of&nbsp;the&nbsp;starting&nbsp;row<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#getQueryResultsResponse",&nbsp;#&nbsp;The&nbsp;resource&nbsp;type&nbsp;of&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rows":&nbsp;[&nbsp;#&nbsp;An&nbsp;object&nbsp;with&nbsp;as&nbsp;many&nbsp;results&nbsp;as&nbsp;can&nbsp;be&nbsp;contained&nbsp;within&nbsp;the&nbsp;maximum&nbsp;permitted&nbsp;reply&nbsp;size.&nbsp;To&nbsp;get&nbsp;any&nbsp;additional&nbsp;rows,&nbsp;you&nbsp;can&nbsp;call&nbsp;GetQueryResults&nbsp;and&nbsp;specify&nbsp;the&nbsp;jobReference&nbsp;returned&nbsp;above.&nbsp;Present&nbsp;only&nbsp;when&nbsp;the&nbsp;query&nbsp;completes&nbsp;successfully.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"f":&nbsp;[&nbsp;#&nbsp;Represents&nbsp;a&nbsp;single&nbsp;row&nbsp;in&nbsp;the&nbsp;result&nbsp;set,&nbsp;consisting&nbsp;of&nbsp;one&nbsp;or&nbsp;more&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"v":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contains&nbsp;the&nbsp;field&nbsp;value&nbsp;in&nbsp;this&nbsp;row,&nbsp;as&nbsp;a&nbsp;string.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"jobReference":&nbsp;{&nbsp;#&nbsp;Reference&nbsp;to&nbsp;the&nbsp;Helix&nbsp;Job&nbsp;that&nbsp;was&nbsp;created&nbsp;to&nbsp;run&nbsp;the&nbsp;query.&nbsp;This&nbsp;field&nbsp;will&nbsp;be&nbsp;present&nbsp;even&nbsp;if&nbsp;the&nbsp;original&nbsp;request&nbsp;timed&nbsp;out,&nbsp;in&nbsp;which&nbsp;case&nbsp;GetQueryResults&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;read&nbsp;the&nbsp;results&nbsp;once&nbsp;the&nbsp;query&nbsp;has&nbsp;completed.&nbsp;Since&nbsp;this&nbsp;API&nbsp;only&nbsp;returns&nbsp;the&nbsp;first&nbsp;page&nbsp;of&nbsp;results,&nbsp;subsequent&nbsp;pages&nbsp;can&nbsp;be&nbsp;fetched&nbsp;via&nbsp;the&nbsp;same&nbsp;mechanism&nbsp;(GetQueryResults).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Project&nbsp;ID&nbsp;being&nbsp;billed&nbsp;for&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"jobId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"jobComplete":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;query&nbsp;has&nbsp;completed&nbsp;or&nbsp;not.&nbsp;If&nbsp;rows&nbsp;or&nbsp;totalRows&nbsp;are&nbsp;present,&nbsp;this&nbsp;will&nbsp;always&nbsp;be&nbsp;true.&nbsp;If&nbsp;this&nbsp;is&nbsp;false,&nbsp;totalRows&nbsp;will&nbsp;not&nbsp;be&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;rows&nbsp;in&nbsp;the&nbsp;complete&nbsp;query&nbsp;result&nbsp;set,&nbsp;which&nbsp;can&nbsp;be&nbsp;more&nbsp;than&nbsp;the&nbsp;number&nbsp;of&nbsp;rows&nbsp;in&nbsp;this&nbsp;single&nbsp;page&nbsp;of&nbsp;results.&nbsp;Present&nbsp;only&nbsp;when&nbsp;the&nbsp;query&nbsp;completes&nbsp;successfully.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;The&nbsp;schema&nbsp;of&nbsp;the&nbsp;results.&nbsp;Present&nbsp;only&nbsp;when&nbsp;the&nbsp;query&nbsp;completes&nbsp;successfully.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Starts&nbsp;a&nbsp;new&nbsp;asynchronous&nbsp;job.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;{&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;status&nbsp;of&nbsp;this&nbsp;job.&nbsp;Examine&nbsp;this&nbsp;value&nbsp;when&nbsp;polling&nbsp;an&nbsp;asynchronous&nbsp;job&nbsp;to&nbsp;see&nbsp;if&nbsp;the&nbsp;job&nbsp;is&nbsp;complete.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"state":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Running&nbsp;state&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"errors":&nbsp;[&nbsp;#&nbsp;[Output-only]&nbsp;All&nbsp;errors&nbsp;encountered&nbsp;during&nbsp;the&nbsp;running&nbsp;of&nbsp;the&nbsp;job.&nbsp;Errors&nbsp;here&nbsp;do&nbsp;not&nbsp;necessarily&nbsp;mean&nbsp;that&nbsp;the&nbsp;job&nbsp;has&nbsp;completed&nbsp;or&nbsp;was&nbsp;unsuccessful.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"debugInfo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Debugging&nbsp;information&nbsp;for&nbsp;the&nbsp;service,&nbsp;if&nbsp;present.&nbsp;Should&nbsp;be&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;human&nbsp;readable&nbsp;explanation&nbsp;of&nbsp;the&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reason":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;the&nbsp;error&nbsp;reason.&nbsp;For&nbsp;example,&nbsp;reason&nbsp;will&nbsp;be&nbsp;"required"&nbsp;or&nbsp;"invalid"&nbsp;if&nbsp;some&nbsp;field&nbsp;was&nbsp;missing&nbsp;or&nbsp;malformed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;where&nbsp;the&nbsp;error&nbsp;occurred,&nbsp;if&nbsp;present.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"errorResult":&nbsp;{&nbsp;#&nbsp;[Output-only]&nbsp;Final&nbsp;error&nbsp;result&nbsp;of&nbsp;the&nbsp;job.&nbsp;If&nbsp;present,&nbsp;indicates&nbsp;that&nbsp;the&nbsp;job&nbsp;has&nbsp;completed&nbsp;and&nbsp;was&nbsp;unsuccessful.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"debugInfo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Debugging&nbsp;information&nbsp;for&nbsp;the&nbsp;service,&nbsp;if&nbsp;present.&nbsp;Should&nbsp;be&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;human&nbsp;readable&nbsp;explanation&nbsp;of&nbsp;the&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reason":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;the&nbsp;error&nbsp;reason.&nbsp;For&nbsp;example,&nbsp;reason&nbsp;will&nbsp;be&nbsp;"required"&nbsp;or&nbsp;"invalid"&nbsp;if&nbsp;some&nbsp;field&nbsp;was&nbsp;missing&nbsp;or&nbsp;malformed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;where&nbsp;the&nbsp;error&nbsp;occurred,&nbsp;if&nbsp;present.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#job",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"statistics":&nbsp;{&nbsp;#&nbsp;[Output-only]&nbsp;Information&nbsp;about&nbsp;the&nbsp;job,&nbsp;including&nbsp;starting&nbsp;time&nbsp;and&nbsp;ending&nbsp;time&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;End&nbsp;time&nbsp;of&nbsp;this&nbsp;job,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalBytesProcessed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Total&nbsp;bytes&nbsp;processed&nbsp;for&nbsp;this&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Start&nbsp;time&nbsp;of&nbsp;this&nbsp;job,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"jobReference":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Reference&nbsp;describing&nbsp;the&nbsp;unique-per-user&nbsp;name&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Project&nbsp;ID&nbsp;being&nbsp;billed&nbsp;for&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"jobId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"configuration":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Describes&nbsp;the&nbsp;job&nbsp;configuration.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"load":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;load&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"encoding":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Character&nbsp;encoding&nbsp;of&nbsp;the&nbsp;input&nbsp;data.&nbsp;May&nbsp;be&nbsp;UTF-8&nbsp;or&nbsp;ISO-8859-1.&nbsp;Default&nbsp;is&nbsp;UTF-8.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fieldDelimiter":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Delimiter&nbsp;to&nbsp;use&nbsp;between&nbsp;fields&nbsp;in&nbsp;the&nbsp;import&nbsp;data.&nbsp;Default&nbsp;is&nbsp;','<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Table&nbsp;being&nbsp;written&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxBadRecords":&nbsp;42,&nbsp;#&nbsp;[Optional]&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;bad&nbsp;records&nbsp;that&nbsp;should&nbsp;be&nbsp;ignored&nbsp;before&nbsp;the&nbsp;entire&nbsp;job&nbsp;is&nbsp;aborted&nbsp;and&nbsp;no&nbsp;updates&nbsp;are&nbsp;performed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_APPEND.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceUris":&nbsp;[&nbsp;#&nbsp;[Required]&nbsp;Source&nbsp;URIs&nbsp;describing&nbsp;Google&nbsp;Cloud&nbsp;Storage&nbsp;locations&nbsp;of&nbsp;data&nbsp;to&nbsp;load.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"skipLeadingRows":&nbsp;42,&nbsp;#&nbsp;[Optional]&nbsp;Number&nbsp;of&nbsp;rows&nbsp;of&nbsp;initial&nbsp;data&nbsp;to&nbsp;skip&nbsp;in&nbsp;the&nbsp;data&nbsp;being&nbsp;imported.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;create&nbsp;the&nbsp;table&nbsp;if&nbsp;it&nbsp;doesn't&nbsp;already&nbsp;exist&nbsp;(CREATE_IF_NEEDED)&nbsp;or&nbsp;to&nbsp;require&nbsp;the&nbsp;table&nbsp;already&nbsp;exist&nbsp;(CREATE_NEVER).&nbsp;Default&nbsp;is&nbsp;CREATE_IF_NEEDED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Schema&nbsp;of&nbsp;the&nbsp;table&nbsp;being&nbsp;written&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;link&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;create&nbsp;a&nbsp;new&nbsp;table,&nbsp;if&nbsp;none&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_APPEND.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;destination&nbsp;table&nbsp;of&nbsp;the&nbsp;link&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceUri":&nbsp;[&nbsp;#&nbsp;[Required]&nbsp;URI&nbsp;of&nbsp;source&nbsp;table&nbsp;to&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"query":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;query&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultDataset":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Specifies&nbsp;the&nbsp;default&nbsp;dataset&nbsp;to&nbsp;assume&nbsp;for&nbsp;unqualified&nbsp;table&nbsp;names&nbsp;in&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;the&nbsp;table&nbsp;where&nbsp;the&nbsp;query&nbsp;results&nbsp;should&nbsp;be&nbsp;stored.&nbsp;If&nbsp;not&nbsp;present,&nbsp;a&nbsp;new&nbsp;table&nbsp;will&nbsp;be&nbsp;created&nbsp;to&nbsp;store&nbsp;the&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"priority":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Experimental]&nbsp;Specifies&nbsp;a&nbsp;priority&nbsp;for&nbsp;the&nbsp;query.&nbsp;Default&nbsp;is&nbsp;INTERACTIVE.&nbsp;Alternative&nbsp;is&nbsp;BATCH,&nbsp;which&nbsp;may&nbsp;be&nbsp;subject&nbsp;to&nbsp;looser&nbsp;quota&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_EMPTY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;create&nbsp;the&nbsp;table&nbsp;if&nbsp;it&nbsp;doesn't&nbsp;already&nbsp;exist&nbsp;(CREATE_IF_NEEDED)&nbsp;or&nbsp;to&nbsp;require&nbsp;the&nbsp;table&nbsp;already&nbsp;exist&nbsp;(CREATE_NEVER).&nbsp;Default&nbsp;is&nbsp;CREATE_IF_NEEDED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"query":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;BigQuery&nbsp;SQL&nbsp;query&nbsp;to&nbsp;execute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"copy":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Copies&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;create&nbsp;a&nbsp;new&nbsp;table,&nbsp;if&nbsp;none&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;append&nbsp;or&nbsp;require&nbsp;the&nbsp;table&nbsp;to&nbsp;be&nbsp;empty.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;destination&nbsp;table<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Source&nbsp;table&nbsp;to&nbsp;copy.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extract":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;an&nbsp;extract&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationUri":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;fully-qualified&nbsp;Google&nbsp;Cloud&nbsp;Storage&nbsp;URI&nbsp;where&nbsp;the&nbsp;extracted&nbsp;table&nbsp;should&nbsp;be&nbsp;written.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fieldDelimiter":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Delimiter&nbsp;to&nbsp;use&nbsp;between&nbsp;fields&nbsp;in&nbsp;the&nbsp;exported&nbsp;data.&nbsp;Default&nbsp;is&nbsp;','<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;reference&nbsp;to&nbsp;the&nbsp;table&nbsp;being&nbsp;exported.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"printHeader":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;print&nbsp;out&nbsp;a&nbsp;heder&nbsp;row&nbsp;in&nbsp;the&nbsp;results.&nbsp;Default&nbsp;is&nbsp;true.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"properties":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Properties&nbsp;providing&nbsp;extra&nbsp;details&nbsp;about&nbsp;how&nbsp;the&nbsp;job&nbsp;should&nbsp;be&nbsp;run.&nbsp;Not&nbsp;used&nbsp;for&nbsp;most&nbsp;jobs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Opaque&nbsp;ID&nbsp;field&nbsp;of&nbsp;the&nbsp;job<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;media_body:&nbsp;string,&nbsp;The&nbsp;filename&nbsp;of&nbsp;the&nbsp;media&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;that&nbsp;will&nbsp;be&nbsp;billed&nbsp;for&nbsp;the&nbsp;job&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;{&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;status&nbsp;of&nbsp;this&nbsp;job.&nbsp;Examine&nbsp;this&nbsp;value&nbsp;when&nbsp;polling&nbsp;an&nbsp;asynchronous&nbsp;job&nbsp;to&nbsp;see&nbsp;if&nbsp;the&nbsp;job&nbsp;is&nbsp;complete.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"state":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Running&nbsp;state&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"errors":&nbsp;[&nbsp;#&nbsp;[Output-only]&nbsp;All&nbsp;errors&nbsp;encountered&nbsp;during&nbsp;the&nbsp;running&nbsp;of&nbsp;the&nbsp;job.&nbsp;Errors&nbsp;here&nbsp;do&nbsp;not&nbsp;necessarily&nbsp;mean&nbsp;that&nbsp;the&nbsp;job&nbsp;has&nbsp;completed&nbsp;or&nbsp;was&nbsp;unsuccessful.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"debugInfo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Debugging&nbsp;information&nbsp;for&nbsp;the&nbsp;service,&nbsp;if&nbsp;present.&nbsp;Should&nbsp;be&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;human&nbsp;readable&nbsp;explanation&nbsp;of&nbsp;the&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reason":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;the&nbsp;error&nbsp;reason.&nbsp;For&nbsp;example,&nbsp;reason&nbsp;will&nbsp;be&nbsp;"required"&nbsp;or&nbsp;"invalid"&nbsp;if&nbsp;some&nbsp;field&nbsp;was&nbsp;missing&nbsp;or&nbsp;malformed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;where&nbsp;the&nbsp;error&nbsp;occurred,&nbsp;if&nbsp;present.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"errorResult":&nbsp;{&nbsp;#&nbsp;[Output-only]&nbsp;Final&nbsp;error&nbsp;result&nbsp;of&nbsp;the&nbsp;job.&nbsp;If&nbsp;present,&nbsp;indicates&nbsp;that&nbsp;the&nbsp;job&nbsp;has&nbsp;completed&nbsp;and&nbsp;was&nbsp;unsuccessful.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"debugInfo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Debugging&nbsp;information&nbsp;for&nbsp;the&nbsp;service,&nbsp;if&nbsp;present.&nbsp;Should&nbsp;be&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;human&nbsp;readable&nbsp;explanation&nbsp;of&nbsp;the&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reason":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;the&nbsp;error&nbsp;reason.&nbsp;For&nbsp;example,&nbsp;reason&nbsp;will&nbsp;be&nbsp;"required"&nbsp;or&nbsp;"invalid"&nbsp;if&nbsp;some&nbsp;field&nbsp;was&nbsp;missing&nbsp;or&nbsp;malformed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;where&nbsp;the&nbsp;error&nbsp;occurred,&nbsp;if&nbsp;present.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#job",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"statistics":&nbsp;{&nbsp;#&nbsp;[Output-only]&nbsp;Information&nbsp;about&nbsp;the&nbsp;job,&nbsp;including&nbsp;starting&nbsp;time&nbsp;and&nbsp;ending&nbsp;time&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;End&nbsp;time&nbsp;of&nbsp;this&nbsp;job,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalBytesProcessed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Total&nbsp;bytes&nbsp;processed&nbsp;for&nbsp;this&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Start&nbsp;time&nbsp;of&nbsp;this&nbsp;job,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"jobReference":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Reference&nbsp;describing&nbsp;the&nbsp;unique-per-user&nbsp;name&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Project&nbsp;ID&nbsp;being&nbsp;billed&nbsp;for&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"jobId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"configuration":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Describes&nbsp;the&nbsp;job&nbsp;configuration.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"load":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;load&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"encoding":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Character&nbsp;encoding&nbsp;of&nbsp;the&nbsp;input&nbsp;data.&nbsp;May&nbsp;be&nbsp;UTF-8&nbsp;or&nbsp;ISO-8859-1.&nbsp;Default&nbsp;is&nbsp;UTF-8.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fieldDelimiter":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Delimiter&nbsp;to&nbsp;use&nbsp;between&nbsp;fields&nbsp;in&nbsp;the&nbsp;import&nbsp;data.&nbsp;Default&nbsp;is&nbsp;','<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Table&nbsp;being&nbsp;written&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxBadRecords":&nbsp;42,&nbsp;#&nbsp;[Optional]&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;bad&nbsp;records&nbsp;that&nbsp;should&nbsp;be&nbsp;ignored&nbsp;before&nbsp;the&nbsp;entire&nbsp;job&nbsp;is&nbsp;aborted&nbsp;and&nbsp;no&nbsp;updates&nbsp;are&nbsp;performed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_APPEND.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceUris":&nbsp;[&nbsp;#&nbsp;[Required]&nbsp;Source&nbsp;URIs&nbsp;describing&nbsp;Google&nbsp;Cloud&nbsp;Storage&nbsp;locations&nbsp;of&nbsp;data&nbsp;to&nbsp;load.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"skipLeadingRows":&nbsp;42,&nbsp;#&nbsp;[Optional]&nbsp;Number&nbsp;of&nbsp;rows&nbsp;of&nbsp;initial&nbsp;data&nbsp;to&nbsp;skip&nbsp;in&nbsp;the&nbsp;data&nbsp;being&nbsp;imported.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;create&nbsp;the&nbsp;table&nbsp;if&nbsp;it&nbsp;doesn't&nbsp;already&nbsp;exist&nbsp;(CREATE_IF_NEEDED)&nbsp;or&nbsp;to&nbsp;require&nbsp;the&nbsp;table&nbsp;already&nbsp;exist&nbsp;(CREATE_NEVER).&nbsp;Default&nbsp;is&nbsp;CREATE_IF_NEEDED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Schema&nbsp;of&nbsp;the&nbsp;table&nbsp;being&nbsp;written&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;link&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;create&nbsp;a&nbsp;new&nbsp;table,&nbsp;if&nbsp;none&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_APPEND.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;destination&nbsp;table&nbsp;of&nbsp;the&nbsp;link&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceUri":&nbsp;[&nbsp;#&nbsp;[Required]&nbsp;URI&nbsp;of&nbsp;source&nbsp;table&nbsp;to&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"query":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;query&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultDataset":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Specifies&nbsp;the&nbsp;default&nbsp;dataset&nbsp;to&nbsp;assume&nbsp;for&nbsp;unqualified&nbsp;table&nbsp;names&nbsp;in&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;the&nbsp;table&nbsp;where&nbsp;the&nbsp;query&nbsp;results&nbsp;should&nbsp;be&nbsp;stored.&nbsp;If&nbsp;not&nbsp;present,&nbsp;a&nbsp;new&nbsp;table&nbsp;will&nbsp;be&nbsp;created&nbsp;to&nbsp;store&nbsp;the&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"priority":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Experimental]&nbsp;Specifies&nbsp;a&nbsp;priority&nbsp;for&nbsp;the&nbsp;query.&nbsp;Default&nbsp;is&nbsp;INTERACTIVE.&nbsp;Alternative&nbsp;is&nbsp;BATCH,&nbsp;which&nbsp;may&nbsp;be&nbsp;subject&nbsp;to&nbsp;looser&nbsp;quota&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_EMPTY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;create&nbsp;the&nbsp;table&nbsp;if&nbsp;it&nbsp;doesn't&nbsp;already&nbsp;exist&nbsp;(CREATE_IF_NEEDED)&nbsp;or&nbsp;to&nbsp;require&nbsp;the&nbsp;table&nbsp;already&nbsp;exist&nbsp;(CREATE_NEVER).&nbsp;Default&nbsp;is&nbsp;CREATE_IF_NEEDED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"query":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;BigQuery&nbsp;SQL&nbsp;query&nbsp;to&nbsp;execute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"copy":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Copies&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;create&nbsp;a&nbsp;new&nbsp;table,&nbsp;if&nbsp;none&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;append&nbsp;or&nbsp;require&nbsp;the&nbsp;table&nbsp;to&nbsp;be&nbsp;empty.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;destination&nbsp;table<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Source&nbsp;table&nbsp;to&nbsp;copy.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extract":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;an&nbsp;extract&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationUri":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;fully-qualified&nbsp;Google&nbsp;Cloud&nbsp;Storage&nbsp;URI&nbsp;where&nbsp;the&nbsp;extracted&nbsp;table&nbsp;should&nbsp;be&nbsp;written.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fieldDelimiter":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Delimiter&nbsp;to&nbsp;use&nbsp;between&nbsp;fields&nbsp;in&nbsp;the&nbsp;exported&nbsp;data.&nbsp;Default&nbsp;is&nbsp;','<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;reference&nbsp;to&nbsp;the&nbsp;table&nbsp;being&nbsp;exported.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"printHeader":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;print&nbsp;out&nbsp;a&nbsp;heder&nbsp;row&nbsp;in&nbsp;the&nbsp;results.&nbsp;Default&nbsp;is&nbsp;true.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"properties":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Properties&nbsp;providing&nbsp;extra&nbsp;details&nbsp;about&nbsp;how&nbsp;the&nbsp;job&nbsp;should&nbsp;be&nbsp;run.&nbsp;Not&nbsp;used&nbsp;for&nbsp;most&nbsp;jobs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Opaque&nbsp;ID&nbsp;field&nbsp;of&nbsp;the&nbsp;job<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;all&nbsp;the&nbsp;Jobs&nbsp;in&nbsp;the&nbsp;specified&nbsp;project&nbsp;that&nbsp;were&nbsp;started&nbsp;by&nbsp;the&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Restrict&nbsp;information&nbsp;returned&nbsp;to&nbsp;a&nbsp;set&nbsp;of&nbsp;selected&nbsp;fields<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;full&nbsp;-&nbsp;Includes&nbsp;all&nbsp;job&nbsp;data<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;minimal&nbsp;-&nbsp;Does&nbsp;not&nbsp;include&nbsp;the&nbsp;job&nbsp;configuration<br>
-&nbsp;&nbsp;stateFilter:&nbsp;string,&nbsp;Filter&nbsp;for&nbsp;job&nbsp;state&nbsp;(repeated)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;done&nbsp;-&nbsp;Finished&nbsp;jobs<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pending&nbsp;-&nbsp;Pending&nbsp;jobs<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;running&nbsp;-&nbsp;Running&nbsp;jobs<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Page&nbsp;token,&nbsp;returned&nbsp;by&nbsp;a&nbsp;previous&nbsp;call,&nbsp;to&nbsp;request&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;jobs&nbsp;to&nbsp;list&nbsp;(required)<br>
-&nbsp;&nbsp;allUsers:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;display&nbsp;jobs&nbsp;owned&nbsp;by&nbsp;all&nbsp;users&nbsp;in&nbsp;the&nbsp;project.&nbsp;Default&nbsp;false<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;token&nbsp;to&nbsp;request&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;jobs&nbsp;in&nbsp;this&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#jobList",&nbsp;#&nbsp;The&nbsp;resource&nbsp;type&nbsp;of&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"jobs":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;jobs&nbsp;that&nbsp;were&nbsp;requested.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;{&nbsp;#&nbsp;[Full-projection-only]&nbsp;Describes&nbsp;the&nbsp;state&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"state":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Running&nbsp;state&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"errors":&nbsp;[&nbsp;#&nbsp;[Output-only]&nbsp;All&nbsp;errors&nbsp;encountered&nbsp;during&nbsp;the&nbsp;running&nbsp;of&nbsp;the&nbsp;job.&nbsp;Errors&nbsp;here&nbsp;do&nbsp;not&nbsp;necessarily&nbsp;mean&nbsp;that&nbsp;the&nbsp;job&nbsp;has&nbsp;completed&nbsp;or&nbsp;was&nbsp;unsuccessful.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"debugInfo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Debugging&nbsp;information&nbsp;for&nbsp;the&nbsp;service,&nbsp;if&nbsp;present.&nbsp;Should&nbsp;be&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;human&nbsp;readable&nbsp;explanation&nbsp;of&nbsp;the&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reason":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;the&nbsp;error&nbsp;reason.&nbsp;For&nbsp;example,&nbsp;reason&nbsp;will&nbsp;be&nbsp;"required"&nbsp;or&nbsp;"invalid"&nbsp;if&nbsp;some&nbsp;field&nbsp;was&nbsp;missing&nbsp;or&nbsp;malformed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;where&nbsp;the&nbsp;error&nbsp;occurred,&nbsp;if&nbsp;present.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"errorResult":&nbsp;{&nbsp;#&nbsp;[Output-only]&nbsp;Final&nbsp;error&nbsp;result&nbsp;of&nbsp;the&nbsp;job.&nbsp;If&nbsp;present,&nbsp;indicates&nbsp;that&nbsp;the&nbsp;job&nbsp;has&nbsp;completed&nbsp;and&nbsp;was&nbsp;unsuccessful.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"debugInfo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Debugging&nbsp;information&nbsp;for&nbsp;the&nbsp;service,&nbsp;if&nbsp;present.&nbsp;Should&nbsp;be&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;human&nbsp;readable&nbsp;explanation&nbsp;of&nbsp;the&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reason":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;the&nbsp;error&nbsp;reason.&nbsp;For&nbsp;example,&nbsp;reason&nbsp;will&nbsp;be&nbsp;"required"&nbsp;or&nbsp;"invalid"&nbsp;if&nbsp;some&nbsp;field&nbsp;was&nbsp;missing&nbsp;or&nbsp;malformed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;where&nbsp;the&nbsp;error&nbsp;occurred,&nbsp;if&nbsp;present.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#job",&nbsp;#&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"statistics":&nbsp;{&nbsp;#&nbsp;[Output-only]&nbsp;Information&nbsp;about&nbsp;the&nbsp;job,&nbsp;including&nbsp;starting&nbsp;time&nbsp;and&nbsp;ending&nbsp;time&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;End&nbsp;time&nbsp;of&nbsp;this&nbsp;job,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalBytesProcessed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Total&nbsp;bytes&nbsp;processed&nbsp;for&nbsp;this&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;Start&nbsp;time&nbsp;of&nbsp;this&nbsp;job,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"jobReference":&nbsp;{&nbsp;#&nbsp;Job&nbsp;reference&nbsp;uniquely&nbsp;identifying&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Project&nbsp;ID&nbsp;being&nbsp;billed&nbsp;for&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"jobId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"state":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Running&nbsp;state&nbsp;of&nbsp;the&nbsp;job.&nbsp;When&nbsp;the&nbsp;state&nbsp;is&nbsp;DONE,&nbsp;errorResult&nbsp;can&nbsp;be&nbsp;checked&nbsp;to&nbsp;determine&nbsp;whether&nbsp;the&nbsp;job&nbsp;succeeded&nbsp;or&nbsp;failed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"configuration":&nbsp;{&nbsp;#&nbsp;[Full-projection-only]&nbsp;Specifies&nbsp;the&nbsp;job&nbsp;configuration.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"load":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;load&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"encoding":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Character&nbsp;encoding&nbsp;of&nbsp;the&nbsp;input&nbsp;data.&nbsp;May&nbsp;be&nbsp;UTF-8&nbsp;or&nbsp;ISO-8859-1.&nbsp;Default&nbsp;is&nbsp;UTF-8.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fieldDelimiter":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Delimiter&nbsp;to&nbsp;use&nbsp;between&nbsp;fields&nbsp;in&nbsp;the&nbsp;import&nbsp;data.&nbsp;Default&nbsp;is&nbsp;','<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Table&nbsp;being&nbsp;written&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxBadRecords":&nbsp;42,&nbsp;#&nbsp;[Optional]&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;bad&nbsp;records&nbsp;that&nbsp;should&nbsp;be&nbsp;ignored&nbsp;before&nbsp;the&nbsp;entire&nbsp;job&nbsp;is&nbsp;aborted&nbsp;and&nbsp;no&nbsp;updates&nbsp;are&nbsp;performed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_APPEND.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceUris":&nbsp;[&nbsp;#&nbsp;[Required]&nbsp;Source&nbsp;URIs&nbsp;describing&nbsp;Google&nbsp;Cloud&nbsp;Storage&nbsp;locations&nbsp;of&nbsp;data&nbsp;to&nbsp;load.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"skipLeadingRows":&nbsp;42,&nbsp;#&nbsp;[Optional]&nbsp;Number&nbsp;of&nbsp;rows&nbsp;of&nbsp;initial&nbsp;data&nbsp;to&nbsp;skip&nbsp;in&nbsp;the&nbsp;data&nbsp;being&nbsp;imported.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;create&nbsp;the&nbsp;table&nbsp;if&nbsp;it&nbsp;doesn't&nbsp;already&nbsp;exist&nbsp;(CREATE_IF_NEEDED)&nbsp;or&nbsp;to&nbsp;require&nbsp;the&nbsp;table&nbsp;already&nbsp;exist&nbsp;(CREATE_NEVER).&nbsp;Default&nbsp;is&nbsp;CREATE_IF_NEEDED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Schema&nbsp;of&nbsp;the&nbsp;table&nbsp;being&nbsp;written&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;link&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;create&nbsp;a&nbsp;new&nbsp;table,&nbsp;if&nbsp;none&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_APPEND.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;destination&nbsp;table&nbsp;of&nbsp;the&nbsp;link&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceUri":&nbsp;[&nbsp;#&nbsp;[Required]&nbsp;URI&nbsp;of&nbsp;source&nbsp;table&nbsp;to&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"query":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;a&nbsp;query&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultDataset":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Specifies&nbsp;the&nbsp;default&nbsp;dataset&nbsp;to&nbsp;assume&nbsp;for&nbsp;unqualified&nbsp;table&nbsp;names&nbsp;in&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;the&nbsp;table&nbsp;where&nbsp;the&nbsp;query&nbsp;results&nbsp;should&nbsp;be&nbsp;stored.&nbsp;If&nbsp;not&nbsp;present,&nbsp;a&nbsp;new&nbsp;table&nbsp;will&nbsp;be&nbsp;created&nbsp;to&nbsp;store&nbsp;the&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"priority":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Experimental]&nbsp;Specifies&nbsp;a&nbsp;priority&nbsp;for&nbsp;the&nbsp;query.&nbsp;Default&nbsp;is&nbsp;INTERACTIVE.&nbsp;Alternative&nbsp;is&nbsp;BATCH,&nbsp;which&nbsp;may&nbsp;be&nbsp;subject&nbsp;to&nbsp;looser&nbsp;quota&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;overwrite&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_TRUNCATE),&nbsp;append&nbsp;to&nbsp;an&nbsp;existing&nbsp;table&nbsp;(WRITE_APPEND),&nbsp;or&nbsp;require&nbsp;that&nbsp;the&nbsp;the&nbsp;table&nbsp;is&nbsp;empty&nbsp;(WRITE_EMPTY).&nbsp;Default&nbsp;is&nbsp;WRITE_EMPTY.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;create&nbsp;the&nbsp;table&nbsp;if&nbsp;it&nbsp;doesn't&nbsp;already&nbsp;exist&nbsp;(CREATE_IF_NEEDED)&nbsp;or&nbsp;to&nbsp;require&nbsp;the&nbsp;table&nbsp;already&nbsp;exist&nbsp;(CREATE_NEVER).&nbsp;Default&nbsp;is&nbsp;CREATE_IF_NEEDED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"query":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;BigQuery&nbsp;SQL&nbsp;query&nbsp;to&nbsp;execute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"copy":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Copies&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;create&nbsp;a&nbsp;new&nbsp;table,&nbsp;if&nbsp;none&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"writeDisposition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;append&nbsp;or&nbsp;require&nbsp;the&nbsp;table&nbsp;to&nbsp;be&nbsp;empty.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;destination&nbsp;table<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Source&nbsp;table&nbsp;to&nbsp;copy.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extract":&nbsp;{&nbsp;#&nbsp;[Pick&nbsp;one]&nbsp;Configures&nbsp;an&nbsp;extract&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationUri":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;The&nbsp;fully-qualified&nbsp;Google&nbsp;Cloud&nbsp;Storage&nbsp;URI&nbsp;where&nbsp;the&nbsp;extracted&nbsp;table&nbsp;should&nbsp;be&nbsp;written.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fieldDelimiter":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Delimiter&nbsp;to&nbsp;use&nbsp;between&nbsp;fields&nbsp;in&nbsp;the&nbsp;exported&nbsp;data.&nbsp;Default&nbsp;is&nbsp;','<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceTable":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;reference&nbsp;to&nbsp;the&nbsp;table&nbsp;being&nbsp;exported.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"printHeader":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;[Optional]&nbsp;Whether&nbsp;to&nbsp;print&nbsp;out&nbsp;a&nbsp;heder&nbsp;row&nbsp;in&nbsp;the&nbsp;results.&nbsp;Default&nbsp;is&nbsp;true.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"properties":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Properties&nbsp;providing&nbsp;extra&nbsp;details&nbsp;about&nbsp;how&nbsp;the&nbsp;job&nbsp;should&nbsp;be&nbsp;run.&nbsp;Not&nbsp;used&nbsp;for&nbsp;most&nbsp;jobs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;opaque&nbsp;ID&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"errorResult":&nbsp;{&nbsp;#&nbsp;A&nbsp;result&nbsp;object&nbsp;that&nbsp;will&nbsp;be&nbsp;present&nbsp;only&nbsp;if&nbsp;the&nbsp;job&nbsp;has&nbsp;failed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"debugInfo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Debugging&nbsp;information&nbsp;for&nbsp;the&nbsp;service,&nbsp;if&nbsp;present.&nbsp;Should&nbsp;be&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;human&nbsp;readable&nbsp;explanation&nbsp;of&nbsp;the&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reason":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;the&nbsp;error&nbsp;reason.&nbsp;For&nbsp;example,&nbsp;reason&nbsp;will&nbsp;be&nbsp;"required"&nbsp;or&nbsp;"invalid"&nbsp;if&nbsp;some&nbsp;field&nbsp;was&nbsp;missing&nbsp;or&nbsp;malformed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Specifies&nbsp;where&nbsp;the&nbsp;error&nbsp;occurred,&nbsp;if&nbsp;present.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-query"><strong>query</strong></a> = method(self, **kwargs)</dt><dd><tt>Runs&nbsp;a&nbsp;BigQuery&nbsp;SQL&nbsp;query&nbsp;synchronously&nbsp;and&nbsp;returns&nbsp;query&nbsp;results&nbsp;if&nbsp;the&nbsp;query&nbsp;completes&nbsp;within&nbsp;a&nbsp;specified&nbsp;timeout.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeoutMs":&nbsp;42,&nbsp;#&nbsp;[Optional]&nbsp;How&nbsp;long&nbsp;to&nbsp;wait&nbsp;for&nbsp;the&nbsp;query&nbsp;to&nbsp;complete,&nbsp;in&nbsp;milliseconds,&nbsp;before&nbsp;returning.&nbsp;Default&nbsp;is&nbsp;to&nbsp;return&nbsp;immediately.&nbsp;If&nbsp;the&nbsp;timeout&nbsp;passes&nbsp;before&nbsp;the&nbsp;job&nbsp;completes,&nbsp;the&nbsp;request&nbsp;will&nbsp;fail&nbsp;with&nbsp;a&nbsp;TIMEOUT&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"query":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;query&nbsp;string,&nbsp;following&nbsp;the&nbsp;BigQuery&nbsp;query&nbsp;syntax&nbsp;of&nbsp;the&nbsp;query&nbsp;to&nbsp;execute.&nbsp;Table&nbsp;names&nbsp;should&nbsp;be&nbsp;qualified&nbsp;by&nbsp;dataset&nbsp;name&nbsp;in&nbsp;the&nbsp;format&nbsp;projectId:datasetId.tableId&nbsp;unless&nbsp;you&nbsp;specify&nbsp;the&nbsp;defaultDataset&nbsp;value.&nbsp;If&nbsp;the&nbsp;table&nbsp;is&nbsp;in&nbsp;the&nbsp;same&nbsp;project&nbsp;as&nbsp;the&nbsp;job,&nbsp;you&nbsp;can&nbsp;omit&nbsp;the&nbsp;project&nbsp;ID.&nbsp;Example:&nbsp;SELECT&nbsp;f1&nbsp;FROM&nbsp;myProjectId:myDatasetId.myTableId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#queryRequest",&nbsp;#&nbsp;The&nbsp;resource&nbsp;type&nbsp;of&nbsp;the&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maxResults":&nbsp;42,&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return&nbsp;per&nbsp;page&nbsp;of&nbsp;results.&nbsp;If&nbsp;the&nbsp;response&nbsp;list&nbsp;exceeds&nbsp;the&nbsp;maximum&nbsp;response&nbsp;size&nbsp;for&nbsp;a&nbsp;single&nbsp;response,&nbsp;you&nbsp;will&nbsp;have&nbsp;to&nbsp;page&nbsp;through&nbsp;the&nbsp;results.&nbsp;Default&nbsp;is&nbsp;to&nbsp;return&nbsp;the&nbsp;maximum&nbsp;response&nbsp;size.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"defaultDataset":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Specifies&nbsp;the&nbsp;default&nbsp;datasetId&nbsp;and&nbsp;projectId&nbsp;to&nbsp;assume&nbsp;for&nbsp;any&nbsp;unqualified&nbsp;table&nbsp;names&nbsp;in&nbsp;the&nbsp;query.&nbsp;If&nbsp;not&nbsp;set,&nbsp;all&nbsp;table&nbsp;names&nbsp;in&nbsp;the&nbsp;query&nbsp;string&nbsp;must&nbsp;be&nbsp;fully-qualified&nbsp;in&nbsp;the&nbsp;format&nbsp;projectId:datasetId.tableid.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;container&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;A&nbsp;unique&nbsp;ID&nbsp;for&nbsp;this&nbsp;dataset,&nbsp;without&nbsp;the&nbsp;project&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;the&nbsp;query&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#queryResponse",&nbsp;#&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rows":&nbsp;[&nbsp;#&nbsp;An&nbsp;object&nbsp;with&nbsp;as&nbsp;many&nbsp;results&nbsp;as&nbsp;can&nbsp;be&nbsp;contained&nbsp;within&nbsp;the&nbsp;maximum&nbsp;permitted&nbsp;reply&nbsp;size.&nbsp;To&nbsp;get&nbsp;any&nbsp;additional&nbsp;rows,&nbsp;you&nbsp;can&nbsp;call&nbsp;GetQueryResults&nbsp;and&nbsp;specify&nbsp;the&nbsp;jobReference&nbsp;returned&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"f":&nbsp;[&nbsp;#&nbsp;Represents&nbsp;a&nbsp;single&nbsp;row&nbsp;in&nbsp;the&nbsp;result&nbsp;set,&nbsp;consisting&nbsp;of&nbsp;one&nbsp;or&nbsp;more&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"v":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contains&nbsp;the&nbsp;field&nbsp;value&nbsp;in&nbsp;this&nbsp;row,&nbsp;as&nbsp;a&nbsp;string.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"jobReference":&nbsp;{&nbsp;#&nbsp;Reference&nbsp;to&nbsp;the&nbsp;Job&nbsp;that&nbsp;was&nbsp;created&nbsp;to&nbsp;run&nbsp;the&nbsp;query.&nbsp;This&nbsp;field&nbsp;will&nbsp;be&nbsp;present&nbsp;even&nbsp;if&nbsp;the&nbsp;original&nbsp;request&nbsp;timed&nbsp;out,&nbsp;in&nbsp;which&nbsp;case&nbsp;GetQueryResults&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;read&nbsp;the&nbsp;results&nbsp;once&nbsp;the&nbsp;query&nbsp;has&nbsp;completed.&nbsp;Since&nbsp;this&nbsp;API&nbsp;only&nbsp;returns&nbsp;the&nbsp;first&nbsp;page&nbsp;of&nbsp;results,&nbsp;subsequent&nbsp;pages&nbsp;can&nbsp;be&nbsp;fetched&nbsp;via&nbsp;the&nbsp;same&nbsp;mechanism&nbsp;(GetQueryResults).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Project&nbsp;ID&nbsp;being&nbsp;billed&nbsp;for&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"jobId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;job.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"jobComplete":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;query&nbsp;has&nbsp;completed&nbsp;or&nbsp;not.&nbsp;If&nbsp;rows&nbsp;or&nbsp;totalRows&nbsp;are&nbsp;present,&nbsp;this&nbsp;will&nbsp;always&nbsp;be&nbsp;true.&nbsp;If&nbsp;this&nbsp;is&nbsp;false,&nbsp;totalRows&nbsp;will&nbsp;not&nbsp;be&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;rows&nbsp;in&nbsp;the&nbsp;complete&nbsp;query&nbsp;result&nbsp;set,&nbsp;which&nbsp;can&nbsp;be&nbsp;more&nbsp;than&nbsp;the&nbsp;number&nbsp;of&nbsp;rows&nbsp;in&nbsp;this&nbsp;single&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;The&nbsp;schema&nbsp;of&nbsp;the&nbsp;results.&nbsp;Present&nbsp;only&nbsp;when&nbsp;the&nbsp;query&nbsp;completes&nbsp;successfully.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery.v2.projects.html b/docs/dyn/bigquery.v2.projects.html
deleted file mode 100644
index 0e2fe51..0000000
--- a/docs/dyn/bigquery.v2.projects.html
+++ /dev/null
@@ -1,66 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;the&nbsp;projects&nbsp;to&nbsp;which&nbsp;you&nbsp;have&nbsp;at&nbsp;least&nbsp;read&nbsp;access.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Page&nbsp;token,&nbsp;returned&nbsp;by&nbsp;a&nbsp;previous&nbsp;call,&nbsp;to&nbsp;request&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;token&nbsp;to&nbsp;request&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;projects&nbsp;in&nbsp;the&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#projectList",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;hash&nbsp;of&nbsp;the&nbsp;page&nbsp;of&nbsp;results<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"projects":&nbsp;[&nbsp;#&nbsp;Projects&nbsp;to&nbsp;which&nbsp;you&nbsp;have&nbsp;at&nbsp;least&nbsp;READ&nbsp;access.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#project",&nbsp;#&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;opaque&nbsp;ID&nbsp;of&nbsp;this&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectReference":&nbsp;{&nbsp;#&nbsp;A&nbsp;unique&nbsp;reference&nbsp;to&nbsp;this&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project.&nbsp;Can&nbsp;be&nbsp;either&nbsp;the&nbsp;numeric&nbsp;ID&nbsp;or&nbsp;the&nbsp;assigned&nbsp;ID&nbsp;of&nbsp;the&nbsp;project.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery.v2.tabledata.html b/docs/dyn/bigquery.v2.tabledata.html
deleted file mode 100644
index 8f7243e..0000000
--- a/docs/dyn/bigquery.v2.tabledata.html
+++ /dev/null
@@ -1,57 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;table&nbsp;data&nbsp;from&nbsp;a&nbsp;specified&nbsp;set&nbsp;of&nbsp;rows.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;read&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;startIndex:&nbsp;string,&nbsp;Zero-based&nbsp;index&nbsp;of&nbsp;the&nbsp;starting&nbsp;row&nbsp;to&nbsp;read<br>
-&nbsp;&nbsp;tableId:&nbsp;string,&nbsp;Table&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;read&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;datasetId:&nbsp;string,&nbsp;Dataset&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;read&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rows":&nbsp;[&nbsp;#&nbsp;Rows&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"f":&nbsp;[&nbsp;#&nbsp;Represents&nbsp;a&nbsp;single&nbsp;row&nbsp;in&nbsp;the&nbsp;result&nbsp;set,&nbsp;consisting&nbsp;of&nbsp;one&nbsp;or&nbsp;more&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"v":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contains&nbsp;the&nbsp;field&nbsp;value&nbsp;in&nbsp;this&nbsp;row,&nbsp;as&nbsp;a&nbsp;string.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#tableDataList",&nbsp;#&nbsp;The&nbsp;resource&nbsp;type&nbsp;of&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;rows&nbsp;in&nbsp;the&nbsp;complete&nbsp;table.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery.v2.tables.html b/docs/dyn/bigquery.v2.tables.html
deleted file mode 100644
index 7e69e1a..0000000
--- a/docs/dyn/bigquery.v2.tables.html
+++ /dev/null
@@ -1,362 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;the&nbsp;table&nbsp;specified&nbsp;by&nbsp;tableId&nbsp;from&nbsp;the&nbsp;dataset.&nbsp;If&nbsp;the&nbsp;table&nbsp;contains&nbsp;data,&nbsp;all&nbsp;the&nbsp;data&nbsp;will&nbsp;be&nbsp;deleted.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;delete&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tableId:&nbsp;string,&nbsp;Table&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;delete&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;datasetId:&nbsp;string,&nbsp;Dataset&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;delete&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;specified&nbsp;table&nbsp;resource&nbsp;by&nbsp;table&nbsp;ID.&nbsp;This&nbsp;method&nbsp;does&nbsp;not&nbsp;return&nbsp;the&nbsp;data&nbsp;in&nbsp;the&nbsp;table,&nbsp;it&nbsp;only&nbsp;returns&nbsp;the&nbsp;table&nbsp;resource,&nbsp;which&nbsp;describes&nbsp;the&nbsp;structure&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;requested&nbsp;table&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tableId:&nbsp;string,&nbsp;Table&nbsp;ID&nbsp;of&nbsp;the&nbsp;requested&nbsp;table&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;datasetId:&nbsp;string,&nbsp;Dataset&nbsp;ID&nbsp;of&nbsp;the&nbsp;requested&nbsp;table&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#table",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;description&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;describing&nbsp;the&nbsp;ID&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;number&nbsp;of&nbsp;rows&nbsp;of&nbsp;data&nbsp;in&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;table&nbsp;in&nbsp;bytes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"expirationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;expires,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.&nbsp;If&nbsp;not&nbsp;present,&nbsp;the&nbsp;table&nbsp;will&nbsp;persist&nbsp;indefinitely.&nbsp;Expired&nbsp;tables&nbsp;will&nbsp;be&nbsp;deleted&nbsp;and&nbsp;their&nbsp;storage&nbsp;reclaimed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;opaque&nbsp;ID&nbsp;uniquely&nbsp;identifying&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;the&nbsp;schema&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates&nbsp;a&nbsp;new,&nbsp;empty&nbsp;table&nbsp;in&nbsp;the&nbsp;dataset.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#table",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;description&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"tableReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;describing&nbsp;the&nbsp;ID&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"numRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;number&nbsp;of&nbsp;rows&nbsp;of&nbsp;data&nbsp;in&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"numBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;table&nbsp;in&nbsp;bytes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"expirationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;expires,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.&nbsp;If&nbsp;not&nbsp;present,&nbsp;the&nbsp;table&nbsp;will&nbsp;persist&nbsp;indefinitely.&nbsp;Expired&nbsp;tables&nbsp;will&nbsp;be&nbsp;deleted&nbsp;and&nbsp;their&nbsp;storage&nbsp;reclaimed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;opaque&nbsp;ID&nbsp;uniquely&nbsp;identifying&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;the&nbsp;schema&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;new&nbsp;table&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;datasetId:&nbsp;string,&nbsp;Dataset&nbsp;ID&nbsp;of&nbsp;the&nbsp;new&nbsp;table&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#table",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;description&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;describing&nbsp;the&nbsp;ID&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;number&nbsp;of&nbsp;rows&nbsp;of&nbsp;data&nbsp;in&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;table&nbsp;in&nbsp;bytes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"expirationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;expires,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.&nbsp;If&nbsp;not&nbsp;present,&nbsp;the&nbsp;table&nbsp;will&nbsp;persist&nbsp;indefinitely.&nbsp;Expired&nbsp;tables&nbsp;will&nbsp;be&nbsp;deleted&nbsp;and&nbsp;their&nbsp;storage&nbsp;reclaimed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;opaque&nbsp;ID&nbsp;uniquely&nbsp;identifying&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;the&nbsp;schema&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;all&nbsp;tables&nbsp;in&nbsp;the&nbsp;specified&nbsp;dataset.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Page&nbsp;token,&nbsp;returned&nbsp;by&nbsp;a&nbsp;previous&nbsp;call,&nbsp;to&nbsp;request&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;tables&nbsp;to&nbsp;list&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;datasetId:&nbsp;string,&nbsp;Dataset&nbsp;ID&nbsp;of&nbsp;the&nbsp;tables&nbsp;to&nbsp;list&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;token&nbsp;to&nbsp;request&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"tables":&nbsp;[&nbsp;#&nbsp;Tables&nbsp;in&nbsp;the&nbsp;requested&nbsp;dataset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user-friendly&nbsp;name&nbsp;for&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#table",&nbsp;#&nbsp;The&nbsp;resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;opaque&nbsp;ID&nbsp;of&nbsp;the&nbsp;table<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableReference":&nbsp;{&nbsp;#&nbsp;A&nbsp;reference&nbsp;uniquely&nbsp;identifying&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#tableList",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;tables&nbsp;in&nbsp;the&nbsp;dataset.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;information&nbsp;in&nbsp;an&nbsp;existing&nbsp;table,&nbsp;specified&nbsp;by&nbsp;tableId.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#table",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;description&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"tableReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;describing&nbsp;the&nbsp;ID&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"numRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;number&nbsp;of&nbsp;rows&nbsp;of&nbsp;data&nbsp;in&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"numBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;table&nbsp;in&nbsp;bytes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"expirationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;expires,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.&nbsp;If&nbsp;not&nbsp;present,&nbsp;the&nbsp;table&nbsp;will&nbsp;persist&nbsp;indefinitely.&nbsp;Expired&nbsp;tables&nbsp;will&nbsp;be&nbsp;deleted&nbsp;and&nbsp;their&nbsp;storage&nbsp;reclaimed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;opaque&nbsp;ID&nbsp;uniquely&nbsp;identifying&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;the&nbsp;schema&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;update&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tableId:&nbsp;string,&nbsp;Table&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;update&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;datasetId:&nbsp;string,&nbsp;Dataset&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;update&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#table",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;description&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;describing&nbsp;the&nbsp;ID&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;number&nbsp;of&nbsp;rows&nbsp;of&nbsp;data&nbsp;in&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;table&nbsp;in&nbsp;bytes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"expirationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;expires,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.&nbsp;If&nbsp;not&nbsp;present,&nbsp;the&nbsp;table&nbsp;will&nbsp;persist&nbsp;indefinitely.&nbsp;Expired&nbsp;tables&nbsp;will&nbsp;be&nbsp;deleted&nbsp;and&nbsp;their&nbsp;storage&nbsp;reclaimed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;opaque&nbsp;ID&nbsp;uniquely&nbsp;identifying&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;the&nbsp;schema&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;information&nbsp;in&nbsp;an&nbsp;existing&nbsp;table,&nbsp;specified&nbsp;by&nbsp;tableId.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#table",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;description&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"tableReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;describing&nbsp;the&nbsp;ID&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"numRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;number&nbsp;of&nbsp;rows&nbsp;of&nbsp;data&nbsp;in&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"numBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;table&nbsp;in&nbsp;bytes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"expirationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;expires,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.&nbsp;If&nbsp;not&nbsp;present,&nbsp;the&nbsp;table&nbsp;will&nbsp;persist&nbsp;indefinitely.&nbsp;Expired&nbsp;tables&nbsp;will&nbsp;be&nbsp;deleted&nbsp;and&nbsp;their&nbsp;storage&nbsp;reclaimed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;opaque&nbsp;ID&nbsp;uniquely&nbsp;identifying&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;the&nbsp;schema&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projectId:&nbsp;string,&nbsp;Project&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;update&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tableId:&nbsp;string,&nbsp;Table&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;update&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;datasetId:&nbsp;string,&nbsp;Dataset&nbsp;ID&nbsp;of&nbsp;the&nbsp;table&nbsp;to&nbsp;update&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"bigquery#table",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastModifiedTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;last&nbsp;modified,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;user-friendly&nbsp;description&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;was&nbsp;created,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableReference":&nbsp;{&nbsp;#&nbsp;[Required]&nbsp;Reference&nbsp;describing&nbsp;the&nbsp;ID&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"projectId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;project&nbsp;billed&nbsp;for&nbsp;storage&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tableId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"datasetId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;ID&nbsp;of&nbsp;the&nbsp;dataset&nbsp;containing&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numRows":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;number&nbsp;of&nbsp;rows&nbsp;of&nbsp;data&nbsp;in&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;table&nbsp;in&nbsp;bytes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;hash&nbsp;of&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"friendlyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;A&nbsp;descriptive&nbsp;name&nbsp;for&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"expirationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;The&nbsp;time&nbsp;when&nbsp;this&nbsp;table&nbsp;expires,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch.&nbsp;If&nbsp;not&nbsp;present,&nbsp;the&nbsp;table&nbsp;will&nbsp;persist&nbsp;indefinitely.&nbsp;Expired&nbsp;tables&nbsp;will&nbsp;be&nbsp;deleted&nbsp;and&nbsp;their&nbsp;storage&nbsp;reclaimed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;An&nbsp;opaque&nbsp;ID&nbsp;uniquely&nbsp;identifying&nbsp;the&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Output-only]&nbsp;A&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;access&nbsp;this&nbsp;resource&nbsp;again.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"schema":&nbsp;{&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;the&nbsp;schema&nbsp;of&nbsp;this&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;Describes&nbsp;the&nbsp;fields&nbsp;in&nbsp;a&nbsp;table.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fields":&nbsp;[&nbsp;#&nbsp;[Optional]&nbsp;Describes&nbsp;nested&nbsp;fields&nbsp;when&nbsp;type&nbsp;is&nbsp;RECORD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;TableFieldSchema<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Data&nbsp;type&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Optional]&nbsp;Mode&nbsp;of&nbsp;the&nbsp;field&nbsp;(whether&nbsp;or&nbsp;not&nbsp;it&nbsp;can&nbsp;be&nbsp;null.&nbsp;Default&nbsp;is&nbsp;NULLABLE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[Required]&nbsp;Name&nbsp;of&nbsp;the&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery_v2.datasets.html b/docs/dyn/bigquery_v2.datasets.html
new file mode 100644
index 0000000..46edc17
--- /dev/null
+++ b/docs/dyn/bigquery_v2.datasets.html
@@ -0,0 +1,406 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="bigquery_v2.html">BigQuery API</a> . <a href="bigquery_v2.datasets.html">datasets</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(projectId, datasetId, deleteContents=None)</a></code></p>
+<p class="firstline">Deletes the dataset specified by datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name.</p>
+<p class="toc_element">
+  <code><a href="#get">get(projectId, datasetId)</a></code></p>
+<p class="firstline">Returns the dataset specified by datasetID.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(projectId, body)</a></code></p>
+<p class="firstline">Creates a new empty dataset.</p>
+<p class="toc_element">
+  <code><a href="#list">list(projectId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Lists all the datasets in the specified project to which the caller has read access; however, a project owner can list (but not necessarily get) all datasets in his project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(projectId, datasetId, body)</a></code></p>
+<p class="firstline">Updates information in an existing dataset, specified by datasetId. Properties not included in the submitted resource will not be changed. If you include the access property without any values assigned, the request will fail as you must specify at least one owner for a dataset. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(projectId, datasetId, body)</a></code></p>
+<p class="firstline">Updates information in an existing dataset, specified by datasetId. Properties not included in the submitted resource will not be changed. If you include the access property without any values assigned, the request will fail as you must specify at least one owner for a dataset.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(projectId, datasetId, deleteContents=None)</code>
+  <pre>Deletes the dataset specified by datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name.
+
+Args:
+  projectId: string, Project ID of the dataset being deleted (required)
+  datasetId: string, Dataset ID of dataset being deleted (required)
+  deleteContents: boolean, If True, delete all the tables in the dataset. If False and the dataset contains tables, the request will fail. Default is False
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(projectId, datasetId)</code>
+  <pre>Returns the dataset specified by datasetID.
+
+Args:
+  projectId: string, Project ID of the requested dataset (required)
+  datasetId: string, Dataset ID of the requested dataset (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "bigquery#dataset", # [Output-only] The resource type.
+      "description": "A String", # [Optional] A user-friendly string description for the dataset. This might be shown in BigQuery UI for browsing the dataset.
+      "datasetReference": { # [Required] Reference identifying dataset.
+        "projectId": "A String", # [Optional] The ID of the container project.
+        "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+      },
+      "creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
+      "access": [ # [Optional] Describes users' rights on the dataset. You can assign the same role to multiple users, and assign multiple roles to the same user.
+          # Default values assigned to a new dataset are as follows: OWNER - Project owners, dataset creator READ - Project readers WRITE - Project writers
+          # See ACLs and Rights for a description of these rights. If you specify any of these roles when creating a dataset, the assigned roles will overwrite the defaults listed above.
+          # To revoke rights to a dataset, call datasets.update() and omit the names of anyone whose rights you wish to revoke. However, every dataset must have at least one entity granted OWNER role.
+          # Each access object can have only one of the following members: userByEmail, groupByEmail, domain, or allAuthenticatedUsers.
+        {
+          "specialGroup": "A String", # [Pick one] A special group to grant access to. The valid values are: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users.
+          "domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com".
+          "role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READ - User can call any list() or get() method on any collection or resource. WRITE - User can call any method on any collection except for datasets, on which they can call list() and get(). OWNER - User can call any method. The dataset creator is granted this role by default.
+          "groupByEmail": "A String", # [Pick one] A fully-qualified email address of a mailing list to grant access to. This must be either a Google Groups mailing list (ends in @googlegroups.com) or a group managed by an enterprise version of Google Groups.
+          "userByEmail": "A String", # [Pick one] A fully qualified email address of a user to grant access to. For example: fred@example.com.
+        },
+      ],
+      "etag": "A String", # [Output-only] A hash of this resource.
+      "friendlyName": "A String", # [Optional] A descriptive name for this dataset, which might be shown in any BigQuery user interfaces for browsing the dataset. Use datasetId for making API calls.
+      "lastModifiedTime": "A String", # [Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
+      "id": "A String", # [Output-only] The fully-qualified unique name of this dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field.
+      "selfLink": "A String", # [Output-only] An URL that can be used to access this resource again. You can use this URL in Get or Update requests to this resource.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(projectId, body)</code>
+  <pre>Creates a new empty dataset.
+
+Args:
+  projectId: string, Project ID of the new dataset (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "bigquery#dataset", # [Output-only] The resource type.
+    "description": "A String", # [Optional] A user-friendly string description for the dataset. This might be shown in BigQuery UI for browsing the dataset.
+    "datasetReference": { # [Required] Reference identifying dataset.
+      "projectId": "A String", # [Optional] The ID of the container project.
+      "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+    },
+    "creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
+    "access": [ # [Optional] Describes users' rights on the dataset. You can assign the same role to multiple users, and assign multiple roles to the same user.
+        # Default values assigned to a new dataset are as follows: OWNER - Project owners, dataset creator READ - Project readers WRITE - Project writers
+        # See ACLs and Rights for a description of these rights. If you specify any of these roles when creating a dataset, the assigned roles will overwrite the defaults listed above.
+        # To revoke rights to a dataset, call datasets.update() and omit the names of anyone whose rights you wish to revoke. However, every dataset must have at least one entity granted OWNER role.
+        # Each access object can have only one of the following members: userByEmail, groupByEmail, domain, or allAuthenticatedUsers.
+      {
+        "specialGroup": "A String", # [Pick one] A special group to grant access to. The valid values are: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users.
+        "domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com".
+        "role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READ - User can call any list() or get() method on any collection or resource. WRITE - User can call any method on any collection except for datasets, on which they can call list() and get(). OWNER - User can call any method. The dataset creator is granted this role by default.
+        "groupByEmail": "A String", # [Pick one] A fully-qualified email address of a mailing list to grant access to. This must be either a Google Groups mailing list (ends in @googlegroups.com) or a group managed by an enterprise version of Google Groups.
+        "userByEmail": "A String", # [Pick one] A fully qualified email address of a user to grant access to. For example: fred@example.com.
+      },
+    ],
+    "etag": "A String", # [Output-only] A hash of this resource.
+    "friendlyName": "A String", # [Optional] A descriptive name for this dataset, which might be shown in any BigQuery user interfaces for browsing the dataset. Use datasetId for making API calls.
+    "lastModifiedTime": "A String", # [Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
+    "id": "A String", # [Output-only] The fully-qualified unique name of this dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field.
+    "selfLink": "A String", # [Output-only] An URL that can be used to access this resource again. You can use this URL in Get or Update requests to this resource.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "bigquery#dataset", # [Output-only] The resource type.
+      "description": "A String", # [Optional] A user-friendly string description for the dataset. This might be shown in BigQuery UI for browsing the dataset.
+      "datasetReference": { # [Required] Reference identifying dataset.
+        "projectId": "A String", # [Optional] The ID of the container project.
+        "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+      },
+      "creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
+      "access": [ # [Optional] Describes users' rights on the dataset. You can assign the same role to multiple users, and assign multiple roles to the same user.
+          # Default values assigned to a new dataset are as follows: OWNER - Project owners, dataset creator READ - Project readers WRITE - Project writers
+          # See ACLs and Rights for a description of these rights. If you specify any of these roles when creating a dataset, the assigned roles will overwrite the defaults listed above.
+          # To revoke rights to a dataset, call datasets.update() and omit the names of anyone whose rights you wish to revoke. However, every dataset must have at least one entity granted OWNER role.
+          # Each access object can have only one of the following members: userByEmail, groupByEmail, domain, or allAuthenticatedUsers.
+        {
+          "specialGroup": "A String", # [Pick one] A special group to grant access to. The valid values are: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users.
+          "domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com".
+          "role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READ - User can call any list() or get() method on any collection or resource. WRITE - User can call any method on any collection except for datasets, on which they can call list() and get(). OWNER - User can call any method. The dataset creator is granted this role by default.
+          "groupByEmail": "A String", # [Pick one] A fully-qualified email address of a mailing list to grant access to. This must be either a Google Groups mailing list (ends in @googlegroups.com) or a group managed by an enterprise version of Google Groups.
+          "userByEmail": "A String", # [Pick one] A fully qualified email address of a user to grant access to. For example: fred@example.com.
+        },
+      ],
+      "etag": "A String", # [Output-only] A hash of this resource.
+      "friendlyName": "A String", # [Optional] A descriptive name for this dataset, which might be shown in any BigQuery user interfaces for browsing the dataset. Use datasetId for making API calls.
+      "lastModifiedTime": "A String", # [Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
+      "id": "A String", # [Output-only] The fully-qualified unique name of this dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field.
+      "selfLink": "A String", # [Output-only] An URL that can be used to access this resource again. You can use this URL in Get or Update requests to this resource.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(projectId, pageToken=None, maxResults=None)</code>
+  <pre>Lists all the datasets in the specified project to which the caller has read access; however, a project owner can list (but not necessarily get) all datasets in his project.
+
+Args:
+  projectId: string, Project ID of the datasets to be listed (required)
+  pageToken: string, Page token, returned by a previous call, to request the next page of results
+  maxResults: integer, The maximum number of results to return
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token to request the next page of results. Present only when there is more than one page of results.* See Paging Through Results in the developer's guide.
+    "kind": "bigquery#datasetList", # The type of list.
+    "datasets": [ # An array of one or more summarized dataset resources. Absent when there are no datasets in the specified project.
+      {
+        "friendlyName": "A String", # A descriptive name for this dataset, if one exists.
+        "kind": "bigquery#dataset", # The resource type.
+        "id": "A String", # The fully-qualified unique name of this dataset in the format projectId:datasetId.
+        "datasetReference": { # Reference identifying dataset.
+          "projectId": "A String", # [Optional] The ID of the container project.
+          "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+        },
+      },
+    ],
+    "etag": "A String", # A hash of this page of results. See Paging Through Results in the developer's guide.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(projectId, datasetId, body)</code>
+  <pre>Updates information in an existing dataset, specified by datasetId. Properties not included in the submitted resource will not be changed. If you include the access property without any values assigned, the request will fail as you must specify at least one owner for a dataset. This method supports patch semantics.
+
+Args:
+  projectId: string, Project ID of the dataset being updated (required)
+  datasetId: string, Dataset ID of the dataset being updated (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "bigquery#dataset", # [Output-only] The resource type.
+    "description": "A String", # [Optional] A user-friendly string description for the dataset. This might be shown in BigQuery UI for browsing the dataset.
+    "datasetReference": { # [Required] Reference identifying dataset.
+      "projectId": "A String", # [Optional] The ID of the container project.
+      "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+    },
+    "creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
+    "access": [ # [Optional] Describes users' rights on the dataset. You can assign the same role to multiple users, and assign multiple roles to the same user.
+        # Default values assigned to a new dataset are as follows: OWNER - Project owners, dataset creator READ - Project readers WRITE - Project writers
+        # See ACLs and Rights for a description of these rights. If you specify any of these roles when creating a dataset, the assigned roles will overwrite the defaults listed above.
+        # To revoke rights to a dataset, call datasets.update() and omit the names of anyone whose rights you wish to revoke. However, every dataset must have at least one entity granted OWNER role.
+        # Each access object can have only one of the following members: userByEmail, groupByEmail, domain, or allAuthenticatedUsers.
+      {
+        "specialGroup": "A String", # [Pick one] A special group to grant access to. The valid values are: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users.
+        "domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com".
+        "role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READ - User can call any list() or get() method on any collection or resource. WRITE - User can call any method on any collection except for datasets, on which they can call list() and get(). OWNER - User can call any method. The dataset creator is granted this role by default.
+        "groupByEmail": "A String", # [Pick one] A fully-qualified email address of a mailing list to grant access to. This must be either a Google Groups mailing list (ends in @googlegroups.com) or a group managed by an enterprise version of Google Groups.
+        "userByEmail": "A String", # [Pick one] A fully qualified email address of a user to grant access to. For example: fred@example.com.
+      },
+    ],
+    "etag": "A String", # [Output-only] A hash of this resource.
+    "friendlyName": "A String", # [Optional] A descriptive name for this dataset, which might be shown in any BigQuery user interfaces for browsing the dataset. Use datasetId for making API calls.
+    "lastModifiedTime": "A String", # [Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
+    "id": "A String", # [Output-only] The fully-qualified unique name of this dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field.
+    "selfLink": "A String", # [Output-only] An URL that can be used to access this resource again. You can use this URL in Get or Update requests to this resource.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "bigquery#dataset", # [Output-only] The resource type.
+      "description": "A String", # [Optional] A user-friendly string description for the dataset. This might be shown in BigQuery UI for browsing the dataset.
+      "datasetReference": { # [Required] Reference identifying dataset.
+        "projectId": "A String", # [Optional] The ID of the container project.
+        "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+      },
+      "creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
+      "access": [ # [Optional] Describes users' rights on the dataset. You can assign the same role to multiple users, and assign multiple roles to the same user.
+          # Default values assigned to a new dataset are as follows: OWNER - Project owners, dataset creator READ - Project readers WRITE - Project writers
+          # See ACLs and Rights for a description of these rights. If you specify any of these roles when creating a dataset, the assigned roles will overwrite the defaults listed above.
+          # To revoke rights to a dataset, call datasets.update() and omit the names of anyone whose rights you wish to revoke. However, every dataset must have at least one entity granted OWNER role.
+          # Each access object can have only one of the following members: userByEmail, groupByEmail, domain, or allAuthenticatedUsers.
+        {
+          "specialGroup": "A String", # [Pick one] A special group to grant access to. The valid values are: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users.
+          "domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com".
+          "role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READ - User can call any list() or get() method on any collection or resource. WRITE - User can call any method on any collection except for datasets, on which they can call list() and get(). OWNER - User can call any method. The dataset creator is granted this role by default.
+          "groupByEmail": "A String", # [Pick one] A fully-qualified email address of a mailing list to grant access to. This must be either a Google Groups mailing list (ends in @googlegroups.com) or a group managed by an enterprise version of Google Groups.
+          "userByEmail": "A String", # [Pick one] A fully qualified email address of a user to grant access to. For example: fred@example.com.
+        },
+      ],
+      "etag": "A String", # [Output-only] A hash of this resource.
+      "friendlyName": "A String", # [Optional] A descriptive name for this dataset, which might be shown in any BigQuery user interfaces for browsing the dataset. Use datasetId for making API calls.
+      "lastModifiedTime": "A String", # [Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
+      "id": "A String", # [Output-only] The fully-qualified unique name of this dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field.
+      "selfLink": "A String", # [Output-only] An URL that can be used to access this resource again. You can use this URL in Get or Update requests to this resource.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(projectId, datasetId, body)</code>
+  <pre>Updates information in an existing dataset, specified by datasetId. Properties not included in the submitted resource will not be changed. If you include the access property without any values assigned, the request will fail as you must specify at least one owner for a dataset.
+
+Args:
+  projectId: string, Project ID of the dataset being updated (required)
+  datasetId: string, Dataset ID of the dataset being updated (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "bigquery#dataset", # [Output-only] The resource type.
+    "description": "A String", # [Optional] A user-friendly string description for the dataset. This might be shown in BigQuery UI for browsing the dataset.
+    "datasetReference": { # [Required] Reference identifying dataset.
+      "projectId": "A String", # [Optional] The ID of the container project.
+      "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+    },
+    "creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
+    "access": [ # [Optional] Describes users' rights on the dataset. You can assign the same role to multiple users, and assign multiple roles to the same user.
+        # Default values assigned to a new dataset are as follows: OWNER - Project owners, dataset creator READ - Project readers WRITE - Project writers
+        # See ACLs and Rights for a description of these rights. If you specify any of these roles when creating a dataset, the assigned roles will overwrite the defaults listed above.
+        # To revoke rights to a dataset, call datasets.update() and omit the names of anyone whose rights you wish to revoke. However, every dataset must have at least one entity granted OWNER role.
+        # Each access object can have only one of the following members: userByEmail, groupByEmail, domain, or allAuthenticatedUsers.
+      {
+        "specialGroup": "A String", # [Pick one] A special group to grant access to. The valid values are: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users.
+        "domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com".
+        "role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READ - User can call any list() or get() method on any collection or resource. WRITE - User can call any method on any collection except for datasets, on which they can call list() and get(). OWNER - User can call any method. The dataset creator is granted this role by default.
+        "groupByEmail": "A String", # [Pick one] A fully-qualified email address of a mailing list to grant access to. This must be either a Google Groups mailing list (ends in @googlegroups.com) or a group managed by an enterprise version of Google Groups.
+        "userByEmail": "A String", # [Pick one] A fully qualified email address of a user to grant access to. For example: fred@example.com.
+      },
+    ],
+    "etag": "A String", # [Output-only] A hash of this resource.
+    "friendlyName": "A String", # [Optional] A descriptive name for this dataset, which might be shown in any BigQuery user interfaces for browsing the dataset. Use datasetId for making API calls.
+    "lastModifiedTime": "A String", # [Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
+    "id": "A String", # [Output-only] The fully-qualified unique name of this dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field.
+    "selfLink": "A String", # [Output-only] An URL that can be used to access this resource again. You can use this URL in Get or Update requests to this resource.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "bigquery#dataset", # [Output-only] The resource type.
+      "description": "A String", # [Optional] A user-friendly string description for the dataset. This might be shown in BigQuery UI for browsing the dataset.
+      "datasetReference": { # [Required] Reference identifying dataset.
+        "projectId": "A String", # [Optional] The ID of the container project.
+        "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+      },
+      "creationTime": "A String", # [Output-only] The time when this dataset was created, in milliseconds since the epoch.
+      "access": [ # [Optional] Describes users' rights on the dataset. You can assign the same role to multiple users, and assign multiple roles to the same user.
+          # Default values assigned to a new dataset are as follows: OWNER - Project owners, dataset creator READ - Project readers WRITE - Project writers
+          # See ACLs and Rights for a description of these rights. If you specify any of these roles when creating a dataset, the assigned roles will overwrite the defaults listed above.
+          # To revoke rights to a dataset, call datasets.update() and omit the names of anyone whose rights you wish to revoke. However, every dataset must have at least one entity granted OWNER role.
+          # Each access object can have only one of the following members: userByEmail, groupByEmail, domain, or allAuthenticatedUsers.
+        {
+          "specialGroup": "A String", # [Pick one] A special group to grant access to. The valid values are: projectOwners: Owners of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters: Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users.
+          "domain": "A String", # [Pick one] A domain to grant access to. Any users signed in with the domain specified will be granted the specified access. Example: "example.com".
+          "role": "A String", # [Required] Describes the rights granted to the user specified by the other member of the access object. The following string values are supported: READ - User can call any list() or get() method on any collection or resource. WRITE - User can call any method on any collection except for datasets, on which they can call list() and get(). OWNER - User can call any method. The dataset creator is granted this role by default.
+          "groupByEmail": "A String", # [Pick one] A fully-qualified email address of a mailing list to grant access to. This must be either a Google Groups mailing list (ends in @googlegroups.com) or a group managed by an enterprise version of Google Groups.
+          "userByEmail": "A String", # [Pick one] A fully qualified email address of a user to grant access to. For example: fred@example.com.
+        },
+      ],
+      "etag": "A String", # [Output-only] A hash of this resource.
+      "friendlyName": "A String", # [Optional] A descriptive name for this dataset, which might be shown in any BigQuery user interfaces for browsing the dataset. Use datasetId for making API calls.
+      "lastModifiedTime": "A String", # [Output-only] The date when this dataset or any of its tables was last modified, in milliseconds since the epoch.
+      "id": "A String", # [Output-only] The fully-qualified unique name of this dataset in the format projectId:datasetId. The dataset name without the project name is given in the datasetId field. When creating a new dataset, leave this field blank, and instead specify the datasetId field.
+      "selfLink": "A String", # [Output-only] An URL that can be used to access this resource again. You can use this URL in Get or Update requests to this resource.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery_v2.html b/docs/dyn/bigquery_v2.html
new file mode 100644
index 0000000..9a19266
--- /dev/null
+++ b/docs/dyn/bigquery_v2.html
@@ -0,0 +1,102 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="bigquery_v2.html">BigQuery API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="bigquery_v2.datasets.html">datasets()</a></code>
+</p>
+<p class="firstline">Returns the datasets Resource.</p>
+
+<p class="toc_element">
+  <code><a href="bigquery_v2.jobs.html">jobs()</a></code>
+</p>
+<p class="firstline">Returns the jobs Resource.</p>
+
+<p class="toc_element">
+  <code><a href="bigquery_v2.projects.html">projects()</a></code>
+</p>
+<p class="firstline">Returns the projects Resource.</p>
+
+<p class="toc_element">
+  <code><a href="bigquery_v2.tabledata.html">tabledata()</a></code>
+</p>
+<p class="firstline">Returns the tabledata Resource.</p>
+
+<p class="toc_element">
+  <code><a href="bigquery_v2.tables.html">tables()</a></code>
+</p>
+<p class="firstline">Returns the tables Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery_v2.jobs.html b/docs/dyn/bigquery_v2.jobs.html
new file mode 100644
index 0000000..03e81dd
--- /dev/null
+++ b/docs/dyn/bigquery_v2.jobs.html
@@ -0,0 +1,748 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="bigquery_v2.html">BigQuery API</a> . <a href="bigquery_v2.jobs.html">jobs</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(projectId, jobId)</a></code></p>
+<p class="firstline">Retrieves the specified job by ID.</p>
+<p class="toc_element">
+  <code><a href="#getQueryResults">getQueryResults(projectId, jobId, timeoutMs=None, maxResults=None, startIndex=None)</a></code></p>
+<p class="firstline">Retrieves the results of a query job.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(projectId, body=None, media_body=None)</a></code></p>
+<p class="firstline">Starts a new asynchronous job.</p>
+<p class="toc_element">
+  <code><a href="#list">list(projectId, projection=None, stateFilter=None, pageToken=None, allUsers=None, maxResults=None)</a></code></p>
+<p class="firstline">Lists all the Jobs in the specified project that were started by the user.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#query">query(projectId, body)</a></code></p>
+<p class="firstline">Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified timeout.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(projectId, jobId)</code>
+  <pre>Retrieves the specified job by ID.
+
+Args:
+  projectId: string, Project ID of the requested job (required)
+  jobId: string, Job ID of the requested job (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "status": { # [Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete.
+        "state": "A String", # [Output-only] Running state of the job.
+        "errors": [ # [Output-only] All errors encountered during the running of the job. Errors here do not necessarily mean that the job has completed or was unsuccessful.
+          {
+            "debugInfo": "A String", # Debugging information for the service, if present. Should be ignored.
+            "message": "A String", # A human readable explanation of the error.
+            "reason": "A String", # Specifies the error reason. For example, reason will be "required" or "invalid" if some field was missing or malformed.
+            "location": "A String", # Specifies where the error occurred, if present.
+          },
+        ],
+        "errorResult": { # [Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful.
+          "debugInfo": "A String", # Debugging information for the service, if present. Should be ignored.
+          "message": "A String", # A human readable explanation of the error.
+          "reason": "A String", # Specifies the error reason. For example, reason will be "required" or "invalid" if some field was missing or malformed.
+          "location": "A String", # Specifies where the error occurred, if present.
+        },
+      },
+      "kind": "bigquery#job", # [Output-only] The type of the resource.
+      "statistics": { # [Output-only] Information about the job, including starting time and ending time of the job.
+        "endTime": "A String", # [Output-only] End time of this job, in milliseconds since the epoch.
+        "totalBytesProcessed": "A String", # [Output-only] Total bytes processed for this job.
+        "startTime": "A String", # [Output-only] Start time of this job, in milliseconds since the epoch.
+      },
+      "jobReference": { # [Optional] Reference describing the unique-per-user name of the job.
+        "projectId": "A String", # [Required] Project ID being billed for the job.
+        "jobId": "A String", # [Required] ID of the job.
+      },
+      "etag": "A String", # [Output-only] A hash of this resource.
+      "configuration": { # [Required] Describes the job configuration.
+        "load": { # [Pick one] Configures a load job.
+          "encoding": "A String", # [Optional] Character encoding of the input data. May be UTF-8 or ISO-8859-1. Default is UTF-8.
+          "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the import data. Default is ','
+          "destinationTable": { # [Required] Table being written to.
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+          "maxBadRecords": 42, # [Optional] Maximum number of bad records that should be ignored before the entire job is aborted and no updates are performed.
+          "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_APPEND.
+          "sourceUris": [ # [Required] Source URIs describing Google Cloud Storage locations of data to load.
+            "A String",
+          ],
+          "skipLeadingRows": 42, # [Optional] Number of rows of initial data to skip in the data being imported.
+          "createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
+          "schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
+          "schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
+          "schema": { # [Optional] Schema of the table being written to.
+            "fields": [ # Describes the fields in a table.
+              {
+                "fields": [ # [Optional] Describes nested fields when type is RECORD.
+                  # Object with schema name: TableFieldSchema
+                ],
+                "type": "A String", # [Required] Data type of the field.
+                "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+                "name": "A String", # [Required] Name of the field.
+              },
+            ],
+          },
+        },
+        "link": { # [Pick one] Configures a link job.
+          "createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.
+          "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_APPEND.
+          "destinationTable": { # [Required] The destination table of the link job.
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+          "sourceUri": [ # [Required] URI of source table to link.
+            "A String",
+          ],
+        },
+        "query": { # [Pick one] Configures a query job.
+          "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.
+            "projectId": "A String", # [Optional] The ID of the container project.
+            "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+          },
+          "destinationTable": { # [Optional] Describes the table where the query results should be stored. If not present, a new table will be created to store the results.
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+          "priority": "A String", # [Experimental] Specifies a priority for the query. Default is INTERACTIVE. Alternative is BATCH, which may be subject to looser quota restrictions.
+          "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_EMPTY.
+          "createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
+          "query": "A String", # [Required] BigQuery SQL query to execute.
+        },
+        "copy": { # [Pick one] Copies a table.
+          "createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.
+          "writeDisposition": "A String", # [Optional] Whether or not to append or require the table to be empty.
+          "destinationTable": { # [Required] The destination table
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+          "sourceTable": { # [Required] Source table to copy.
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+        },
+        "extract": { # [Pick one] Configures an extract job.
+          "destinationUri": "A String", # [Required] The fully-qualified Google Cloud Storage URI where the extracted table should be written.
+          "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the exported data. Default is ','
+          "sourceTable": { # [Required] A reference to the table being exported.
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+          "printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.
+        },
+        "properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.
+        },
+      },
+      "id": "A String", # [Output-only] Opaque ID field of the job
+      "selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="getQueryResults">getQueryResults(projectId, jobId, timeoutMs=None, maxResults=None, startIndex=None)</code>
+  <pre>Retrieves the results of a query job.
+
+Args:
+  projectId: string, Project ID of the query job (required)
+  jobId: string, Job ID of the query job (required)
+  timeoutMs: integer, How long to wait for the query to complete, in milliseconds, before returning. Default is to return immediately. If the timeout passes before the job completes, the request will fail with a TIMEOUT error
+  maxResults: integer, Maximum number of results to read
+  startIndex: string, Zero-based index of the starting row
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "bigquery#getQueryResultsResponse", # The resource type of the response.
+    "rows": [ # An object with as many results as can be contained within the maximum permitted reply size. To get any additional rows, you can call GetQueryResults and specify the jobReference returned above. Present only when the query completes successfully.
+      {
+        "f": [ # Represents a single row in the result set, consisting of one or more fields.
+          {
+            "v": "A String", # Contains the field value in this row, as a string.
+          },
+        ],
+      },
+    ],
+    "jobReference": { # Reference to the BigQuery Job that was created to run the query. This field will be present even if the original request timed out, in which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pages can be fetched via the same mechanism (GetQueryResults).
+      "projectId": "A String", # [Required] Project ID being billed for the job.
+      "jobId": "A String", # [Required] ID of the job.
+    },
+    "jobComplete": True or False, # Whether the query has completed or not. If rows or totalRows are present, this will always be true. If this is false, totalRows will not be available.
+    "totalRows": "A String", # The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results. Present only when the query completes successfully.
+    "etag": "A String", # A hash of this response.
+    "schema": { # The schema of the results. Present only when the query completes successfully.
+      "fields": [ # Describes the fields in a table.
+        {
+          "fields": [ # [Optional] Describes nested fields when type is RECORD.
+            # Object with schema name: TableFieldSchema
+          ],
+          "type": "A String", # [Required] Data type of the field.
+          "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+          "name": "A String", # [Required] Name of the field.
+        },
+      ],
+    },
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(projectId, body=None, media_body=None)</code>
+  <pre>Starts a new asynchronous job.
+
+Args:
+  projectId: string, Project ID of the project that will be billed for the job (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{
+    "status": { # [Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete.
+      "state": "A String", # [Output-only] Running state of the job.
+      "errors": [ # [Output-only] All errors encountered during the running of the job. Errors here do not necessarily mean that the job has completed or was unsuccessful.
+        {
+          "debugInfo": "A String", # Debugging information for the service, if present. Should be ignored.
+          "message": "A String", # A human readable explanation of the error.
+          "reason": "A String", # Specifies the error reason. For example, reason will be "required" or "invalid" if some field was missing or malformed.
+          "location": "A String", # Specifies where the error occurred, if present.
+        },
+      ],
+      "errorResult": { # [Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful.
+        "debugInfo": "A String", # Debugging information for the service, if present. Should be ignored.
+        "message": "A String", # A human readable explanation of the error.
+        "reason": "A String", # Specifies the error reason. For example, reason will be "required" or "invalid" if some field was missing or malformed.
+        "location": "A String", # Specifies where the error occurred, if present.
+      },
+    },
+    "kind": "bigquery#job", # [Output-only] The type of the resource.
+    "statistics": { # [Output-only] Information about the job, including starting time and ending time of the job.
+      "endTime": "A String", # [Output-only] End time of this job, in milliseconds since the epoch.
+      "totalBytesProcessed": "A String", # [Output-only] Total bytes processed for this job.
+      "startTime": "A String", # [Output-only] Start time of this job, in milliseconds since the epoch.
+    },
+    "jobReference": { # [Optional] Reference describing the unique-per-user name of the job.
+      "projectId": "A String", # [Required] Project ID being billed for the job.
+      "jobId": "A String", # [Required] ID of the job.
+    },
+    "etag": "A String", # [Output-only] A hash of this resource.
+    "configuration": { # [Required] Describes the job configuration.
+      "load": { # [Pick one] Configures a load job.
+        "encoding": "A String", # [Optional] Character encoding of the input data. May be UTF-8 or ISO-8859-1. Default is UTF-8.
+        "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the import data. Default is ','
+        "destinationTable": { # [Required] Table being written to.
+          "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+          "tableId": "A String", # [Required] ID of the table.
+          "datasetId": "A String", # [Required] ID of the dataset containing the table.
+        },
+        "maxBadRecords": 42, # [Optional] Maximum number of bad records that should be ignored before the entire job is aborted and no updates are performed.
+        "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_APPEND.
+        "sourceUris": [ # [Required] Source URIs describing Google Cloud Storage locations of data to load.
+          "A String",
+        ],
+        "skipLeadingRows": 42, # [Optional] Number of rows of initial data to skip in the data being imported.
+        "createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
+        "schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
+        "schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
+        "schema": { # [Optional] Schema of the table being written to.
+          "fields": [ # Describes the fields in a table.
+            {
+              "fields": [ # [Optional] Describes nested fields when type is RECORD.
+                # Object with schema name: TableFieldSchema
+              ],
+              "type": "A String", # [Required] Data type of the field.
+              "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+              "name": "A String", # [Required] Name of the field.
+            },
+          ],
+        },
+      },
+      "link": { # [Pick one] Configures a link job.
+        "createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.
+        "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_APPEND.
+        "destinationTable": { # [Required] The destination table of the link job.
+          "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+          "tableId": "A String", # [Required] ID of the table.
+          "datasetId": "A String", # [Required] ID of the dataset containing the table.
+        },
+        "sourceUri": [ # [Required] URI of source table to link.
+          "A String",
+        ],
+      },
+      "query": { # [Pick one] Configures a query job.
+        "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.
+          "projectId": "A String", # [Optional] The ID of the container project.
+          "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+        },
+        "destinationTable": { # [Optional] Describes the table where the query results should be stored. If not present, a new table will be created to store the results.
+          "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+          "tableId": "A String", # [Required] ID of the table.
+          "datasetId": "A String", # [Required] ID of the dataset containing the table.
+        },
+        "priority": "A String", # [Experimental] Specifies a priority for the query. Default is INTERACTIVE. Alternative is BATCH, which may be subject to looser quota restrictions.
+        "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_EMPTY.
+        "createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
+        "query": "A String", # [Required] BigQuery SQL query to execute.
+      },
+      "copy": { # [Pick one] Copies a table.
+        "createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.
+        "writeDisposition": "A String", # [Optional] Whether or not to append or require the table to be empty.
+        "destinationTable": { # [Required] The destination table
+          "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+          "tableId": "A String", # [Required] ID of the table.
+          "datasetId": "A String", # [Required] ID of the dataset containing the table.
+        },
+        "sourceTable": { # [Required] Source table to copy.
+          "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+          "tableId": "A String", # [Required] ID of the table.
+          "datasetId": "A String", # [Required] ID of the dataset containing the table.
+        },
+      },
+      "extract": { # [Pick one] Configures an extract job.
+        "destinationUri": "A String", # [Required] The fully-qualified Google Cloud Storage URI where the extracted table should be written.
+        "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the exported data. Default is ','
+        "sourceTable": { # [Required] A reference to the table being exported.
+          "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+          "tableId": "A String", # [Required] ID of the table.
+          "datasetId": "A String", # [Required] ID of the dataset containing the table.
+        },
+        "printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.
+      },
+      "properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.
+      },
+    },
+    "id": "A String", # [Output-only] Opaque ID field of the job
+    "selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
+  }
+
+  media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
+
+Returns:
+  An object of the form:
+
+    {
+      "status": { # [Output-only] The status of this job. Examine this value when polling an asynchronous job to see if the job is complete.
+        "state": "A String", # [Output-only] Running state of the job.
+        "errors": [ # [Output-only] All errors encountered during the running of the job. Errors here do not necessarily mean that the job has completed or was unsuccessful.
+          {
+            "debugInfo": "A String", # Debugging information for the service, if present. Should be ignored.
+            "message": "A String", # A human readable explanation of the error.
+            "reason": "A String", # Specifies the error reason. For example, reason will be "required" or "invalid" if some field was missing or malformed.
+            "location": "A String", # Specifies where the error occurred, if present.
+          },
+        ],
+        "errorResult": { # [Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful.
+          "debugInfo": "A String", # Debugging information for the service, if present. Should be ignored.
+          "message": "A String", # A human readable explanation of the error.
+          "reason": "A String", # Specifies the error reason. For example, reason will be "required" or "invalid" if some field was missing or malformed.
+          "location": "A String", # Specifies where the error occurred, if present.
+        },
+      },
+      "kind": "bigquery#job", # [Output-only] The type of the resource.
+      "statistics": { # [Output-only] Information about the job, including starting time and ending time of the job.
+        "endTime": "A String", # [Output-only] End time of this job, in milliseconds since the epoch.
+        "totalBytesProcessed": "A String", # [Output-only] Total bytes processed for this job.
+        "startTime": "A String", # [Output-only] Start time of this job, in milliseconds since the epoch.
+      },
+      "jobReference": { # [Optional] Reference describing the unique-per-user name of the job.
+        "projectId": "A String", # [Required] Project ID being billed for the job.
+        "jobId": "A String", # [Required] ID of the job.
+      },
+      "etag": "A String", # [Output-only] A hash of this resource.
+      "configuration": { # [Required] Describes the job configuration.
+        "load": { # [Pick one] Configures a load job.
+          "encoding": "A String", # [Optional] Character encoding of the input data. May be UTF-8 or ISO-8859-1. Default is UTF-8.
+          "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the import data. Default is ','
+          "destinationTable": { # [Required] Table being written to.
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+          "maxBadRecords": 42, # [Optional] Maximum number of bad records that should be ignored before the entire job is aborted and no updates are performed.
+          "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_APPEND.
+          "sourceUris": [ # [Required] Source URIs describing Google Cloud Storage locations of data to load.
+            "A String",
+          ],
+          "skipLeadingRows": 42, # [Optional] Number of rows of initial data to skip in the data being imported.
+          "createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
+          "schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
+          "schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
+          "schema": { # [Optional] Schema of the table being written to.
+            "fields": [ # Describes the fields in a table.
+              {
+                "fields": [ # [Optional] Describes nested fields when type is RECORD.
+                  # Object with schema name: TableFieldSchema
+                ],
+                "type": "A String", # [Required] Data type of the field.
+                "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+                "name": "A String", # [Required] Name of the field.
+              },
+            ],
+          },
+        },
+        "link": { # [Pick one] Configures a link job.
+          "createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.
+          "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_APPEND.
+          "destinationTable": { # [Required] The destination table of the link job.
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+          "sourceUri": [ # [Required] URI of source table to link.
+            "A String",
+          ],
+        },
+        "query": { # [Pick one] Configures a query job.
+          "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.
+            "projectId": "A String", # [Optional] The ID of the container project.
+            "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+          },
+          "destinationTable": { # [Optional] Describes the table where the query results should be stored. If not present, a new table will be created to store the results.
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+          "priority": "A String", # [Experimental] Specifies a priority for the query. Default is INTERACTIVE. Alternative is BATCH, which may be subject to looser quota restrictions.
+          "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_EMPTY.
+          "createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
+          "query": "A String", # [Required] BigQuery SQL query to execute.
+        },
+        "copy": { # [Pick one] Copies a table.
+          "createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.
+          "writeDisposition": "A String", # [Optional] Whether or not to append or require the table to be empty.
+          "destinationTable": { # [Required] The destination table
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+          "sourceTable": { # [Required] Source table to copy.
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+        },
+        "extract": { # [Pick one] Configures an extract job.
+          "destinationUri": "A String", # [Required] The fully-qualified Google Cloud Storage URI where the extracted table should be written.
+          "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the exported data. Default is ','
+          "sourceTable": { # [Required] A reference to the table being exported.
+            "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+            "tableId": "A String", # [Required] ID of the table.
+            "datasetId": "A String", # [Required] ID of the dataset containing the table.
+          },
+          "printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.
+        },
+        "properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.
+        },
+      },
+      "id": "A String", # [Output-only] Opaque ID field of the job
+      "selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(projectId, projection=None, stateFilter=None, pageToken=None, allUsers=None, maxResults=None)</code>
+  <pre>Lists all the Jobs in the specified project that were started by the user.
+
+Args:
+  projectId: string, Project ID of the jobs to list (required)
+  projection: string, Restrict information returned to a set of selected fields
+    Allowed values
+      full - Includes all job data
+      minimal - Does not include the job configuration
+  stateFilter: string, Filter for job state (repeated)
+    Allowed values
+      done - Finished jobs
+      pending - Pending jobs
+      running - Running jobs
+  pageToken: string, Page token, returned by a previous call, to request the next page of results
+  allUsers: boolean, Whether to display jobs owned by all users in the project. Default false
+  maxResults: integer, Maximum number of results to return
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token to request the next page of results.
+    "totalItems": 42, # Total number of jobs in this collection.
+    "kind": "bigquery#jobList", # The resource type of the response.
+    "etag": "A String", # A hash of this page of results.
+    "jobs": [ # List of jobs that were requested.
+      {
+        "status": { # [Full-projection-only] Describes the state of the job.
+          "state": "A String", # [Output-only] Running state of the job.
+          "errors": [ # [Output-only] All errors encountered during the running of the job. Errors here do not necessarily mean that the job has completed or was unsuccessful.
+            {
+              "debugInfo": "A String", # Debugging information for the service, if present. Should be ignored.
+              "message": "A String", # A human readable explanation of the error.
+              "reason": "A String", # Specifies the error reason. For example, reason will be "required" or "invalid" if some field was missing or malformed.
+              "location": "A String", # Specifies where the error occurred, if present.
+            },
+          ],
+          "errorResult": { # [Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful.
+            "debugInfo": "A String", # Debugging information for the service, if present. Should be ignored.
+            "message": "A String", # A human readable explanation of the error.
+            "reason": "A String", # Specifies the error reason. For example, reason will be "required" or "invalid" if some field was missing or malformed.
+            "location": "A String", # Specifies where the error occurred, if present.
+          },
+        },
+        "kind": "bigquery#job", # The resource type.
+        "statistics": { # [Output-only] Information about the job, including starting time and ending time of the job.
+          "endTime": "A String", # [Output-only] End time of this job, in milliseconds since the epoch.
+          "totalBytesProcessed": "A String", # [Output-only] Total bytes processed for this job.
+          "startTime": "A String", # [Output-only] Start time of this job, in milliseconds since the epoch.
+        },
+        "jobReference": { # Job reference uniquely identifying the job.
+          "projectId": "A String", # [Required] Project ID being billed for the job.
+          "jobId": "A String", # [Required] ID of the job.
+        },
+        "state": "A String", # Running state of the job. When the state is DONE, errorResult can be checked to determine whether the job succeeded or failed.
+        "configuration": { # [Full-projection-only] Specifies the job configuration.
+          "load": { # [Pick one] Configures a load job.
+            "encoding": "A String", # [Optional] Character encoding of the input data. May be UTF-8 or ISO-8859-1. Default is UTF-8.
+            "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the import data. Default is ','
+            "destinationTable": { # [Required] Table being written to.
+              "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+              "tableId": "A String", # [Required] ID of the table.
+              "datasetId": "A String", # [Required] ID of the dataset containing the table.
+            },
+            "maxBadRecords": 42, # [Optional] Maximum number of bad records that should be ignored before the entire job is aborted and no updates are performed.
+            "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_APPEND.
+            "sourceUris": [ # [Required] Source URIs describing Google Cloud Storage locations of data to load.
+              "A String",
+            ],
+            "skipLeadingRows": 42, # [Optional] Number of rows of initial data to skip in the data being imported.
+            "createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
+            "schemaInlineFormat": "A String", # [Experimental] Format of inlineSchema field.
+            "schemaInline": "A String", # [Experimental] Inline schema. For CSV schemas, specify as "Field1:Type1[,Field2:Type2]*". For example, "foo:STRING, bar:INTEGER, baz:FLOAT"
+            "schema": { # [Optional] Schema of the table being written to.
+              "fields": [ # Describes the fields in a table.
+                {
+                  "fields": [ # [Optional] Describes nested fields when type is RECORD.
+                    # Object with schema name: TableFieldSchema
+                  ],
+                  "type": "A String", # [Required] Data type of the field.
+                  "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+                  "name": "A String", # [Required] Name of the field.
+                },
+              ],
+            },
+          },
+          "link": { # [Pick one] Configures a link job.
+            "createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.
+            "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_APPEND.
+            "destinationTable": { # [Required] The destination table of the link job.
+              "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+              "tableId": "A String", # [Required] ID of the table.
+              "datasetId": "A String", # [Required] ID of the dataset containing the table.
+            },
+            "sourceUri": [ # [Required] URI of source table to link.
+              "A String",
+            ],
+          },
+          "query": { # [Pick one] Configures a query job.
+            "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.
+              "projectId": "A String", # [Optional] The ID of the container project.
+              "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+            },
+            "destinationTable": { # [Optional] Describes the table where the query results should be stored. If not present, a new table will be created to store the results.
+              "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+              "tableId": "A String", # [Required] ID of the table.
+              "datasetId": "A String", # [Required] ID of the dataset containing the table.
+            },
+            "priority": "A String", # [Experimental] Specifies a priority for the query. Default is INTERACTIVE. Alternative is BATCH, which may be subject to looser quota restrictions.
+            "writeDisposition": "A String", # [Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table (WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY). Default is WRITE_EMPTY.
+            "createDisposition": "A String", # [Optional] Whether to create the table if it doesn't already exist (CREATE_IF_NEEDED) or to require the table already exist (CREATE_NEVER). Default is CREATE_IF_NEEDED.
+            "query": "A String", # [Required] BigQuery SQL query to execute.
+          },
+          "copy": { # [Pick one] Copies a table.
+            "createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.
+            "writeDisposition": "A String", # [Optional] Whether or not to append or require the table to be empty.
+            "destinationTable": { # [Required] The destination table
+              "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+              "tableId": "A String", # [Required] ID of the table.
+              "datasetId": "A String", # [Required] ID of the dataset containing the table.
+            },
+            "sourceTable": { # [Required] Source table to copy.
+              "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+              "tableId": "A String", # [Required] ID of the table.
+              "datasetId": "A String", # [Required] ID of the dataset containing the table.
+            },
+          },
+          "extract": { # [Pick one] Configures an extract job.
+            "destinationUri": "A String", # [Required] The fully-qualified Google Cloud Storage URI where the extracted table should be written.
+            "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the exported data. Default is ','
+            "sourceTable": { # [Required] A reference to the table being exported.
+              "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+              "tableId": "A String", # [Required] ID of the table.
+              "datasetId": "A String", # [Required] ID of the dataset containing the table.
+            },
+            "printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.
+          },
+          "properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.
+          },
+        },
+        "id": "A String", # Unique opaque ID of the job.
+        "errorResult": { # A result object that will be present only if the job has failed.
+          "debugInfo": "A String", # Debugging information for the service, if present. Should be ignored.
+          "message": "A String", # A human readable explanation of the error.
+          "reason": "A String", # Specifies the error reason. For example, reason will be "required" or "invalid" if some field was missing or malformed.
+          "location": "A String", # Specifies where the error occurred, if present.
+        },
+      },
+    ],
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="query">query(projectId, body)</code>
+  <pre>Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified timeout.
+
+Args:
+  projectId: string, Project ID of the project billed for the query (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "timeoutMs": 42, # [Optional] How long to wait for the query to complete, in milliseconds, before returning. Default is to return immediately. If the timeout passes before the job completes, the request will fail with a TIMEOUT error.
+    "query": "A String", # [Required] A query string, following the BigQuery query syntax of the query to execute. Table names should be qualified by dataset name in the format projectId:datasetId.tableId unless you specify the defaultDataset value. If the table is in the same project as the job, you can omit the project ID. Example: SELECT f1 FROM myProjectId:myDatasetId.myTableId.
+    "kind": "bigquery#queryRequest", # The resource type of the request.
+    "maxResults": 42, # [Optional] The maximum number of results to return per page of results. If the response list exceeds the maximum response size for a single response, you will have to page through the results. Default is to return the maximum response size.
+    "defaultDataset": { # [Optional] Specifies the default datasetId and projectId to assume for any unqualified table names in the query. If not set, all table names in the query string must be fully-qualified in the format projectId:datasetId.tableid.
+      "projectId": "A String", # [Optional] The ID of the container project.
+      "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "bigquery#queryResponse", # The resource type.
+    "rows": [ # An object with as many results as can be contained within the maximum permitted reply size. To get any additional rows, you can call GetQueryResults and specify the jobReference returned above.
+      {
+        "f": [ # Represents a single row in the result set, consisting of one or more fields.
+          {
+            "v": "A String", # Contains the field value in this row, as a string.
+          },
+        ],
+      },
+    ],
+    "jobReference": { # Reference to the Job that was created to run the query. This field will be present even if the original request timed out, in which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pages can be fetched via the same mechanism (GetQueryResults).
+      "projectId": "A String", # [Required] Project ID being billed for the job.
+      "jobId": "A String", # [Required] ID of the job.
+    },
+    "jobComplete": True or False, # Whether the query has completed or not. If rows or totalRows are present, this will always be true. If this is false, totalRows will not be available.
+    "totalRows": "A String", # The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results.
+    "schema": { # The schema of the results. Present only when the query completes successfully.
+      "fields": [ # Describes the fields in a table.
+        {
+          "fields": [ # [Optional] Describes nested fields when type is RECORD.
+            # Object with schema name: TableFieldSchema
+          ],
+          "type": "A String", # [Required] Data type of the field.
+          "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+          "name": "A String", # [Required] Name of the field.
+        },
+      ],
+    },
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery_v2.projects.html b/docs/dyn/bigquery_v2.projects.html
new file mode 100644
index 0000000..0503e50
--- /dev/null
+++ b/docs/dyn/bigquery_v2.projects.html
@@ -0,0 +1,127 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="bigquery_v2.html">BigQuery API</a> . <a href="bigquery_v2.projects.html">projects</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Lists the projects to which you have at least read access.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(pageToken=None, maxResults=None)</code>
+  <pre>Lists the projects to which you have at least read access.
+
+Args:
+  pageToken: string, Page token, returned by a previous call, to request the next page of results
+  maxResults: integer, Maximum number of results to return
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token to request the next page of results.
+    "totalItems": 42, # The total number of projects in the list.
+    "kind": "bigquery#projectList", # The type of list.
+    "etag": "A String", # A hash of the page of results
+    "projects": [ # Projects to which you have at least READ access.
+      {
+        "friendlyName": "A String", # A descriptive name for this project.
+        "kind": "bigquery#project", # The resource type.
+        "id": "A String", # An opaque ID of this project.
+        "projectReference": { # A unique reference to this project.
+          "projectId": "A String", # [Required] ID of the project. Can be either the numeric ID or the assigned ID of the project.
+        },
+      },
+    ],
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery_v2.tabledata.html b/docs/dyn/bigquery_v2.tabledata.html
new file mode 100644
index 0000000..bb5c391
--- /dev/null
+++ b/docs/dyn/bigquery_v2.tabledata.html
@@ -0,0 +1,113 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="bigquery_v2.html">BigQuery API</a> . <a href="bigquery_v2.tabledata.html">tabledata</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(projectId, datasetId, tableId, pageToken=None, maxResults=None, startIndex=None)</a></code></p>
+<p class="firstline">Retrieves table data from a specified set of rows.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(projectId, datasetId, tableId, pageToken=None, maxResults=None, startIndex=None)</code>
+  <pre>Retrieves table data from a specified set of rows.
+
+Args:
+  projectId: string, Project ID of the table to read (required)
+  datasetId: string, Dataset ID of the table to read (required)
+  tableId: string, Table ID of the table to read (required)
+  pageToken: string, Page token, returned by a previous call, identifying the result set
+  maxResults: integer, Maximum number of results to return
+  startIndex: string, Zero-based index of the starting row to read
+
+Returns:
+  An object of the form:
+
+    {
+    "pageToken": "A String", # A token used for paging results. Providing this token instead of the startRow parameter can help you retrieve stable results when an underlying table is changing.
+    "kind": "bigquery#tableDataList", # The resource type of the response.
+    "etag": "A String", # A hash of this page of results.
+    "rows": [ # Rows of results.
+      {
+        "f": [ # Represents a single row in the result set, consisting of one or more fields.
+          {
+            "v": "A String", # Contains the field value in this row, as a string.
+          },
+        ],
+      },
+    ],
+    "totalRows": "A String", # The total number of rows in the complete table.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/bigquery_v2.tables.html b/docs/dyn/bigquery_v2.tables.html
new file mode 100644
index 0000000..7667532
--- /dev/null
+++ b/docs/dyn/bigquery_v2.tables.html
@@ -0,0 +1,434 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="bigquery_v2.html">BigQuery API</a> . <a href="bigquery_v2.tables.html">tables</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(projectId, datasetId, tableId)</a></code></p>
+<p class="firstline">Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.</p>
+<p class="toc_element">
+  <code><a href="#get">get(projectId, datasetId, tableId)</a></code></p>
+<p class="firstline">Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(projectId, datasetId, body)</a></code></p>
+<p class="firstline">Creates a new, empty table in the dataset.</p>
+<p class="toc_element">
+  <code><a href="#list">list(projectId, datasetId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Lists all tables in the specified dataset.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(projectId, datasetId, tableId, body)</a></code></p>
+<p class="firstline">Updates information in an existing table, specified by tableId. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(projectId, datasetId, tableId, body)</a></code></p>
+<p class="firstline">Updates information in an existing table, specified by tableId.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(projectId, datasetId, tableId)</code>
+  <pre>Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.
+
+Args:
+  projectId: string, Project ID of the table to delete (required)
+  datasetId: string, Dataset ID of the table to delete (required)
+  tableId: string, Table ID of the table to delete (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(projectId, datasetId, tableId)</code>
+  <pre>Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table.
+
+Args:
+  projectId: string, Project ID of the requested table (required)
+  datasetId: string, Dataset ID of the requested table (required)
+  tableId: string, Table ID of the requested table (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "bigquery#table", # [Output-only] The type of the resource.
+      "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.
+      "description": "A String", # [Optional] A user-friendly description of this table.
+      "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+      "tableReference": { # [Required] Reference describing the ID of this table.
+        "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+        "tableId": "A String", # [Required] ID of the table.
+        "datasetId": "A String", # [Required] ID of the dataset containing the table.
+      },
+      "numRows": "A String", # [Output-only] The number of rows of data in this table.
+      "numBytes": "A String", # [Output-only] The size of the table in bytes.
+      "etag": "A String", # [Output-only] A hash of this resource.
+      "friendlyName": "A String", # [Optional] A descriptive name for this table.
+      "expirationTime": "A String", # [Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.
+      "id": "A String", # [Output-only] An opaque ID uniquely identifying the table.
+      "selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
+      "schema": { # [Optional] Describes the schema of this table.
+        "fields": [ # Describes the fields in a table.
+          {
+            "fields": [ # [Optional] Describes nested fields when type is RECORD.
+              # Object with schema name: TableFieldSchema
+            ],
+            "type": "A String", # [Required] Data type of the field.
+            "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+            "name": "A String", # [Required] Name of the field.
+          },
+        ],
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(projectId, datasetId, body)</code>
+  <pre>Creates a new, empty table in the dataset.
+
+Args:
+  projectId: string, Project ID of the new table (required)
+  datasetId: string, Dataset ID of the new table (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "bigquery#table", # [Output-only] The type of the resource.
+    "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.
+    "description": "A String", # [Optional] A user-friendly description of this table.
+    "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+    "tableReference": { # [Required] Reference describing the ID of this table.
+      "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+      "tableId": "A String", # [Required] ID of the table.
+      "datasetId": "A String", # [Required] ID of the dataset containing the table.
+    },
+    "numRows": "A String", # [Output-only] The number of rows of data in this table.
+    "numBytes": "A String", # [Output-only] The size of the table in bytes.
+    "etag": "A String", # [Output-only] A hash of this resource.
+    "friendlyName": "A String", # [Optional] A descriptive name for this table.
+    "expirationTime": "A String", # [Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.
+    "id": "A String", # [Output-only] An opaque ID uniquely identifying the table.
+    "selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
+    "schema": { # [Optional] Describes the schema of this table.
+      "fields": [ # Describes the fields in a table.
+        {
+          "fields": [ # [Optional] Describes nested fields when type is RECORD.
+            # Object with schema name: TableFieldSchema
+          ],
+          "type": "A String", # [Required] Data type of the field.
+          "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+          "name": "A String", # [Required] Name of the field.
+        },
+      ],
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "bigquery#table", # [Output-only] The type of the resource.
+      "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.
+      "description": "A String", # [Optional] A user-friendly description of this table.
+      "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+      "tableReference": { # [Required] Reference describing the ID of this table.
+        "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+        "tableId": "A String", # [Required] ID of the table.
+        "datasetId": "A String", # [Required] ID of the dataset containing the table.
+      },
+      "numRows": "A String", # [Output-only] The number of rows of data in this table.
+      "numBytes": "A String", # [Output-only] The size of the table in bytes.
+      "etag": "A String", # [Output-only] A hash of this resource.
+      "friendlyName": "A String", # [Optional] A descriptive name for this table.
+      "expirationTime": "A String", # [Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.
+      "id": "A String", # [Output-only] An opaque ID uniquely identifying the table.
+      "selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
+      "schema": { # [Optional] Describes the schema of this table.
+        "fields": [ # Describes the fields in a table.
+          {
+            "fields": [ # [Optional] Describes nested fields when type is RECORD.
+              # Object with schema name: TableFieldSchema
+            ],
+            "type": "A String", # [Required] Data type of the field.
+            "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+            "name": "A String", # [Required] Name of the field.
+          },
+        ],
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(projectId, datasetId, pageToken=None, maxResults=None)</code>
+  <pre>Lists all tables in the specified dataset.
+
+Args:
+  projectId: string, Project ID of the tables to list (required)
+  datasetId: string, Dataset ID of the tables to list (required)
+  pageToken: string, Page token, returned by a previous call, to request the next page of results
+  maxResults: integer, Maximum number of results to return
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token to request the next page of results.
+    "tables": [ # Tables in the requested dataset.
+      {
+        "friendlyName": "A String", # The user-friendly name for this table.
+        "kind": "bigquery#table", # The resource type.
+        "id": "A String", # An opaque ID of the table
+        "tableReference": { # A reference uniquely identifying the table.
+          "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+          "tableId": "A String", # [Required] ID of the table.
+          "datasetId": "A String", # [Required] ID of the dataset containing the table.
+        },
+      },
+    ],
+    "kind": "bigquery#tableList", # The type of list.
+    "etag": "A String", # A hash of this page of results.
+    "totalItems": 42, # The total number of tables in the dataset.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(projectId, datasetId, tableId, body)</code>
+  <pre>Updates information in an existing table, specified by tableId. This method supports patch semantics.
+
+Args:
+  projectId: string, Project ID of the table to update (required)
+  datasetId: string, Dataset ID of the table to update (required)
+  tableId: string, Table ID of the table to update (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "bigquery#table", # [Output-only] The type of the resource.
+    "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.
+    "description": "A String", # [Optional] A user-friendly description of this table.
+    "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+    "tableReference": { # [Required] Reference describing the ID of this table.
+      "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+      "tableId": "A String", # [Required] ID of the table.
+      "datasetId": "A String", # [Required] ID of the dataset containing the table.
+    },
+    "numRows": "A String", # [Output-only] The number of rows of data in this table.
+    "numBytes": "A String", # [Output-only] The size of the table in bytes.
+    "etag": "A String", # [Output-only] A hash of this resource.
+    "friendlyName": "A String", # [Optional] A descriptive name for this table.
+    "expirationTime": "A String", # [Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.
+    "id": "A String", # [Output-only] An opaque ID uniquely identifying the table.
+    "selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
+    "schema": { # [Optional] Describes the schema of this table.
+      "fields": [ # Describes the fields in a table.
+        {
+          "fields": [ # [Optional] Describes nested fields when type is RECORD.
+            # Object with schema name: TableFieldSchema
+          ],
+          "type": "A String", # [Required] Data type of the field.
+          "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+          "name": "A String", # [Required] Name of the field.
+        },
+      ],
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "bigquery#table", # [Output-only] The type of the resource.
+      "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.
+      "description": "A String", # [Optional] A user-friendly description of this table.
+      "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+      "tableReference": { # [Required] Reference describing the ID of this table.
+        "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+        "tableId": "A String", # [Required] ID of the table.
+        "datasetId": "A String", # [Required] ID of the dataset containing the table.
+      },
+      "numRows": "A String", # [Output-only] The number of rows of data in this table.
+      "numBytes": "A String", # [Output-only] The size of the table in bytes.
+      "etag": "A String", # [Output-only] A hash of this resource.
+      "friendlyName": "A String", # [Optional] A descriptive name for this table.
+      "expirationTime": "A String", # [Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.
+      "id": "A String", # [Output-only] An opaque ID uniquely identifying the table.
+      "selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
+      "schema": { # [Optional] Describes the schema of this table.
+        "fields": [ # Describes the fields in a table.
+          {
+            "fields": [ # [Optional] Describes nested fields when type is RECORD.
+              # Object with schema name: TableFieldSchema
+            ],
+            "type": "A String", # [Required] Data type of the field.
+            "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+            "name": "A String", # [Required] Name of the field.
+          },
+        ],
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(projectId, datasetId, tableId, body)</code>
+  <pre>Updates information in an existing table, specified by tableId.
+
+Args:
+  projectId: string, Project ID of the table to update (required)
+  datasetId: string, Dataset ID of the table to update (required)
+  tableId: string, Table ID of the table to update (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "bigquery#table", # [Output-only] The type of the resource.
+    "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.
+    "description": "A String", # [Optional] A user-friendly description of this table.
+    "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+    "tableReference": { # [Required] Reference describing the ID of this table.
+      "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+      "tableId": "A String", # [Required] ID of the table.
+      "datasetId": "A String", # [Required] ID of the dataset containing the table.
+    },
+    "numRows": "A String", # [Output-only] The number of rows of data in this table.
+    "numBytes": "A String", # [Output-only] The size of the table in bytes.
+    "etag": "A String", # [Output-only] A hash of this resource.
+    "friendlyName": "A String", # [Optional] A descriptive name for this table.
+    "expirationTime": "A String", # [Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.
+    "id": "A String", # [Output-only] An opaque ID uniquely identifying the table.
+    "selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
+    "schema": { # [Optional] Describes the schema of this table.
+      "fields": [ # Describes the fields in a table.
+        {
+          "fields": [ # [Optional] Describes nested fields when type is RECORD.
+            # Object with schema name: TableFieldSchema
+          ],
+          "type": "A String", # [Required] Data type of the field.
+          "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+          "name": "A String", # [Required] Name of the field.
+        },
+      ],
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "bigquery#table", # [Output-only] The type of the resource.
+      "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.
+      "description": "A String", # [Optional] A user-friendly description of this table.
+      "creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.
+      "tableReference": { # [Required] Reference describing the ID of this table.
+        "projectId": "A String", # [Required] ID of the project billed for storage of the table.
+        "tableId": "A String", # [Required] ID of the table.
+        "datasetId": "A String", # [Required] ID of the dataset containing the table.
+      },
+      "numRows": "A String", # [Output-only] The number of rows of data in this table.
+      "numBytes": "A String", # [Output-only] The size of the table in bytes.
+      "etag": "A String", # [Output-only] A hash of this resource.
+      "friendlyName": "A String", # [Optional] A descriptive name for this table.
+      "expirationTime": "A String", # [Optional] The time when this table expires, in milliseconds since the epoch. If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.
+      "id": "A String", # [Output-only] An opaque ID uniquely identifying the table.
+      "selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.
+      "schema": { # [Optional] Describes the schema of this table.
+        "fields": [ # Describes the fields in a table.
+          {
+            "fields": [ # [Optional] Describes nested fields when type is RECORD.
+              # Object with schema name: TableFieldSchema
+            ],
+            "type": "A String", # [Required] Data type of the field.
+            "mode": "A String", # [Optional] Mode of the field (whether or not it can be null. Default is NULLABLE.
+            "name": "A String", # [Required] Name of the field.
+          },
+        ],
+      },
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger.v2.blogs.html b/docs/dyn/blogger.v2.blogs.html
deleted file mode 100644
index 081179c..0000000
--- a/docs/dyn/blogger.v2.blogs.html
+++ /dev/null
@@ -1,62 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;one&nbsp;blog&nbsp;by&nbsp;id.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;blogId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;blog&nbsp;to&nbsp;get.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#blog",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entry.&nbsp;Always&nbsp;blogger#blog<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;of&nbsp;this&nbsp;blog.&nbsp;This&nbsp;is&nbsp;displayed&nbsp;underneath&nbsp;the&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locale":&nbsp;{&nbsp;#&nbsp;The&nbsp;locale&nbsp;this&nbsp;Blog&nbsp;is&nbsp;set&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;country&nbsp;this&nbsp;blog's&nbsp;locale&nbsp;is&nbsp;set&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variant":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;variant&nbsp;this&nbsp;blog&nbsp;is&nbsp;authored&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;this&nbsp;blog&nbsp;is&nbsp;authored&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"posts":&nbsp;{&nbsp;#&nbsp;The&nbsp;container&nbsp;of&nbsp;posts&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;The&nbsp;count&nbsp;of&nbsp;posts&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;container&nbsp;for&nbsp;posts&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;blog&nbsp;was&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;for&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;where&nbsp;this&nbsp;blog&nbsp;is&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;blog&nbsp;was&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"pages":&nbsp;{&nbsp;#&nbsp;The&nbsp;container&nbsp;of&nbsp;pages&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;The&nbsp;count&nbsp;of&nbsp;pages&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;container&nbsp;for&nbsp;pages&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;API&nbsp;REST&nbsp;URL&nbsp;to&nbsp;fetch&nbsp;this&nbsp;resource&nbsp;from.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;blog.&nbsp;This&nbsp;is&nbsp;displayed&nbsp;as&nbsp;the&nbsp;title.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger.v2.comments.html b/docs/dyn/blogger.v2.comments.html
deleted file mode 100644
index 8da4aea..0000000
--- a/docs/dyn/blogger.v2.comments.html
+++ /dev/null
@@ -1,126 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;one&nbsp;comment&nbsp;by&nbsp;id.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;commentId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;comment&nbsp;to&nbsp;get.&nbsp;(required)<br>
-&nbsp;&nbsp;postId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;post&nbsp;to&nbsp;fetch&nbsp;posts&nbsp;from.&nbsp;(required)<br>
-&nbsp;&nbsp;blogId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;blog&nbsp;to&nbsp;containing&nbsp;the&nbsp;comment.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;actual&nbsp;content&nbsp;of&nbsp;the&nbsp;comment.&nbsp;May&nbsp;include&nbsp;HTML&nbsp;markup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#comment",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entry.&nbsp;Always&nbsp;blogger#comment<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"inReplyTo":&nbsp;{&nbsp;#&nbsp;Data&nbsp;about&nbsp;the&nbsp;comment&nbsp;this&nbsp;is&nbsp;in&nbsp;reply&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identified&nbsp;of&nbsp;the&nbsp;parent&nbsp;of&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;author&nbsp;of&nbsp;this&nbsp;Comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;Comment&nbsp;creator's&nbsp;Profile&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;comment&nbsp;creator's&nbsp;avatar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;comment&nbsp;creator's&nbsp;avatar&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;display&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;Comment&nbsp;creator.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;comment&nbsp;was&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"blog":&nbsp;{&nbsp;#&nbsp;Data&nbsp;about&nbsp;the&nbsp;blog&nbsp;containing&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;blog&nbsp;containing&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;comment&nbsp;was&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"post":&nbsp;{&nbsp;#&nbsp;Data&nbsp;about&nbsp;the&nbsp;post&nbsp;containing&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;post&nbsp;containing&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;for&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;API&nbsp;REST&nbsp;URL&nbsp;to&nbsp;fetch&nbsp;this&nbsp;resource&nbsp;from.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;comments&nbsp;for&nbsp;a&nbsp;blog,&nbsp;possibly&nbsp;filtered.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;startDate:&nbsp;string,&nbsp;Earliest&nbsp;date&nbsp;of&nbsp;comment&nbsp;to&nbsp;fetch,&nbsp;a&nbsp;date-time&nbsp;with&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatting.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;fetchBodies:&nbsp;boolean,&nbsp;Whether&nbsp;the&nbsp;body&nbsp;content&nbsp;of&nbsp;the&nbsp;comments&nbsp;is&nbsp;included.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Continuation&nbsp;token&nbsp;if&nbsp;request&nbsp;is&nbsp;paged.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;comments&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;result.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;postId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;post&nbsp;to&nbsp;fetch&nbsp;posts&nbsp;from.&nbsp;(required)<br>
-&nbsp;&nbsp;blogId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;blog&nbsp;to&nbsp;fetch&nbsp;comments&nbsp;from.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Pagination&nbsp;token&nbsp;to&nbsp;fetch&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;List&nbsp;of&nbsp;Comments&nbsp;for&nbsp;a&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;actual&nbsp;content&nbsp;of&nbsp;the&nbsp;comment.&nbsp;May&nbsp;include&nbsp;HTML&nbsp;markup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#comment",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entry.&nbsp;Always&nbsp;blogger#comment<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inReplyTo":&nbsp;{&nbsp;#&nbsp;Data&nbsp;about&nbsp;the&nbsp;comment&nbsp;this&nbsp;is&nbsp;in&nbsp;reply&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identified&nbsp;of&nbsp;the&nbsp;parent&nbsp;of&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;author&nbsp;of&nbsp;this&nbsp;Comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;Comment&nbsp;creator's&nbsp;Profile&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;comment&nbsp;creator's&nbsp;avatar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;comment&nbsp;creator's&nbsp;avatar&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;display&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;Comment&nbsp;creator.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;comment&nbsp;was&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"blog":&nbsp;{&nbsp;#&nbsp;Data&nbsp;about&nbsp;the&nbsp;blog&nbsp;containing&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;blog&nbsp;containing&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;comment&nbsp;was&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"post":&nbsp;{&nbsp;#&nbsp;Data&nbsp;about&nbsp;the&nbsp;post&nbsp;containing&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;post&nbsp;containing&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;for&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;API&nbsp;REST&nbsp;URL&nbsp;to&nbsp;fetch&nbsp;this&nbsp;resource&nbsp;from.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#commentList",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entry.&nbsp;Always&nbsp;blogger#commentList<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"prevPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Pagination&nbsp;token&nbsp;to&nbsp;fetch&nbsp;the&nbsp;previous&nbsp;page,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger.v2.html b/docs/dyn/blogger.v2.html
deleted file mode 100644
index cb93864..0000000
--- a/docs/dyn/blogger.v2.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-blogs"><strong><a href="blogger.v2.blogs.html">blogs</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-comments"><strong><a href="blogger.v2.comments.html">comments</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-pages"><strong><a href="blogger.v2.pages.html">pages</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-posts"><strong><a href="blogger.v2.posts.html">posts</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-users"><strong><a href="blogger.v2.users.html">users</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger.v2.pages.html b/docs/dyn/blogger.v2.pages.html
deleted file mode 100644
index d246f67..0000000
--- a/docs/dyn/blogger.v2.pages.html
+++ /dev/null
@@ -1,101 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;one&nbsp;blog&nbsp;page&nbsp;by&nbsp;id.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;page&nbsp;to&nbsp;get.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;blogId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;blog&nbsp;containing&nbsp;the&nbsp;page.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;content&nbsp;of&nbsp;this&nbsp;Page,&nbsp;in&nbsp;HTML.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#page",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entity.&nbsp;Always&nbsp;blogger#page<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;author&nbsp;of&nbsp;this&nbsp;Page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;Page&nbsp;creator's&nbsp;Profile&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;page&nbsp;author's&nbsp;avatar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;page&nbsp;author's&nbsp;avatar&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;display&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;Page&nbsp;creator.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;that&nbsp;this&nbsp;Page&nbsp;is&nbsp;displayed&nbsp;at.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;entity.&nbsp;This&nbsp;is&nbsp;the&nbsp;name&nbsp;displayed&nbsp;in&nbsp;the&nbsp;Admin&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;Page&nbsp;was&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"blog":&nbsp;{&nbsp;#&nbsp;Data&nbsp;about&nbsp;the&nbsp;blog&nbsp;containing&nbsp;this&nbsp;Page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;blog&nbsp;containing&nbsp;this&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;Page&nbsp;was&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;for&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;API&nbsp;REST&nbsp;URL&nbsp;to&nbsp;fetch&nbsp;this&nbsp;resource&nbsp;from.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;pages&nbsp;for&nbsp;a&nbsp;blog,&nbsp;possibly&nbsp;filtered.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;fetchBodies:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;retrieve&nbsp;the&nbsp;Page&nbsp;bodies.<br>
-&nbsp;&nbsp;blogId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;blog&nbsp;to&nbsp;fetch&nbsp;pages&nbsp;from.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;Pages&nbsp;for&nbsp;a&nbsp;Blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;content&nbsp;of&nbsp;this&nbsp;Page,&nbsp;in&nbsp;HTML.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#page",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entity.&nbsp;Always&nbsp;blogger#page<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;author&nbsp;of&nbsp;this&nbsp;Page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;Page&nbsp;creator's&nbsp;Profile&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;page&nbsp;author's&nbsp;avatar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;page&nbsp;author's&nbsp;avatar&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;display&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;Page&nbsp;creator.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;that&nbsp;this&nbsp;Page&nbsp;is&nbsp;displayed&nbsp;at.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;entity.&nbsp;This&nbsp;is&nbsp;the&nbsp;name&nbsp;displayed&nbsp;in&nbsp;the&nbsp;Admin&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;Page&nbsp;was&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"blog":&nbsp;{&nbsp;#&nbsp;Data&nbsp;about&nbsp;the&nbsp;blog&nbsp;containing&nbsp;this&nbsp;Page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;blog&nbsp;containing&nbsp;this&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;Page&nbsp;was&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;for&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;API&nbsp;REST&nbsp;URL&nbsp;to&nbsp;fetch&nbsp;this&nbsp;resource&nbsp;from.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#pageList",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entity.&nbsp;Always&nbsp;blogger#pageList<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger.v2.posts.html b/docs/dyn/blogger.v2.posts.html
deleted file mode 100644
index a750205..0000000
--- a/docs/dyn/blogger.v2.posts.html
+++ /dev/null
@@ -1,130 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;a&nbsp;post&nbsp;by&nbsp;id.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;postId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;post&nbsp;(required)<br>
-&nbsp;&nbsp;blogId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;blog&nbsp;to&nbsp;fetch&nbsp;the&nbsp;post&nbsp;from.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;of&nbsp;the&nbsp;Post.&nbsp;May&nbsp;contain&nbsp;HTML&nbsp;markup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#post",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entity.&nbsp;Always&nbsp;blogger#post<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;author&nbsp;of&nbsp;this&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;Post&nbsp;creator's&nbsp;Profile&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;Post&nbsp;author's&nbsp;avatar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Post&nbsp;author's&nbsp;avatar&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;display&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;Post&nbsp;creator.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"replies":&nbsp;{&nbsp;#&nbsp;The&nbsp;container&nbsp;of&nbsp;comments&nbsp;on&nbsp;this&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;count&nbsp;of&nbsp;comments&nbsp;on&nbsp;this&nbsp;post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;comments&nbsp;on&nbsp;this&nbsp;post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;labels&nbsp;this&nbsp;Post&nbsp;was&nbsp;tagged&nbsp;with.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;Post&nbsp;was&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"blog":&nbsp;{&nbsp;#&nbsp;Data&nbsp;about&nbsp;the&nbsp;blog&nbsp;containing&nbsp;this&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;Blog&nbsp;that&nbsp;contains&nbsp;this&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;where&nbsp;this&nbsp;Post&nbsp;is&nbsp;displayed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;Post&nbsp;was&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;this&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;API&nbsp;REST&nbsp;URL&nbsp;to&nbsp;fetch&nbsp;this&nbsp;resource&nbsp;from.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;list&nbsp;of&nbsp;posts,&nbsp;possibly&nbsp;filtered.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;startDate:&nbsp;string,&nbsp;Earliest&nbsp;post&nbsp;date&nbsp;to&nbsp;fetch,&nbsp;a&nbsp;date-time&nbsp;with&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatting.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Continuation&nbsp;token&nbsp;if&nbsp;the&nbsp;request&nbsp;is&nbsp;paged.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;posts&nbsp;to&nbsp;fetch.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;fetchBodies:&nbsp;boolean,&nbsp;Whether&nbsp;the&nbsp;body&nbsp;content&nbsp;of&nbsp;posts&nbsp;is&nbsp;included.<br>
-&nbsp;&nbsp;blogId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;blog&nbsp;to&nbsp;fetch&nbsp;posts&nbsp;from.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Pagination&nbsp;token&nbsp;to&nbsp;fetch&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;Posts&nbsp;for&nbsp;this&nbsp;Blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;of&nbsp;the&nbsp;Post.&nbsp;May&nbsp;contain&nbsp;HTML&nbsp;markup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#post",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entity.&nbsp;Always&nbsp;blogger#post<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;author&nbsp;of&nbsp;this&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;Post&nbsp;creator's&nbsp;Profile&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;Post&nbsp;author's&nbsp;avatar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Post&nbsp;author's&nbsp;avatar&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;display&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;Post&nbsp;creator.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"replies":&nbsp;{&nbsp;#&nbsp;The&nbsp;container&nbsp;of&nbsp;comments&nbsp;on&nbsp;this&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;count&nbsp;of&nbsp;comments&nbsp;on&nbsp;this&nbsp;post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;comments&nbsp;on&nbsp;this&nbsp;post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;labels&nbsp;this&nbsp;Post&nbsp;was&nbsp;tagged&nbsp;with.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;Post&nbsp;was&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"blog":&nbsp;{&nbsp;#&nbsp;Data&nbsp;about&nbsp;the&nbsp;blog&nbsp;containing&nbsp;this&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;the&nbsp;Blog&nbsp;that&nbsp;contains&nbsp;this&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;where&nbsp;this&nbsp;Post&nbsp;is&nbsp;displayed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;Post&nbsp;was&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;this&nbsp;Post.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;API&nbsp;REST&nbsp;URL&nbsp;to&nbsp;fetch&nbsp;this&nbsp;resource&nbsp;from.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#postList",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entity.&nbsp;Always&nbsp;blogger#postList<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"prevPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Pagination&nbsp;token&nbsp;to&nbsp;fetch&nbsp;the&nbsp;previous&nbsp;page,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger.v2.users.blogs.html b/docs/dyn/blogger.v2.users.blogs.html
deleted file mode 100644
index b8a4f8d..0000000
--- a/docs/dyn/blogger.v2.users.blogs.html
+++ /dev/null
@@ -1,67 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;list&nbsp;of&nbsp;blogs,&nbsp;possibly&nbsp;filtered.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;user&nbsp;whose&nbsp;blogs&nbsp;are&nbsp;to&nbsp;be&nbsp;fetched.&nbsp;Either&nbsp;the&nbsp;word&nbsp;'self'&nbsp;(sans&nbsp;quote&nbsp;marks)&nbsp;or&nbsp;the&nbsp;user's&nbsp;profile&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;Blogs&nbsp;this&nbsp;user&nbsp;has&nbsp;Authorship&nbsp;or&nbsp;Admin&nbsp;rights&nbsp;over.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#blog",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entry.&nbsp;Always&nbsp;blogger#blog<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;of&nbsp;this&nbsp;blog.&nbsp;This&nbsp;is&nbsp;displayed&nbsp;underneath&nbsp;the&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locale":&nbsp;{&nbsp;#&nbsp;The&nbsp;locale&nbsp;this&nbsp;Blog&nbsp;is&nbsp;set&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;country&nbsp;this&nbsp;blog's&nbsp;locale&nbsp;is&nbsp;set&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variant":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;variant&nbsp;this&nbsp;blog&nbsp;is&nbsp;authored&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;this&nbsp;blog&nbsp;is&nbsp;authored&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"posts":&nbsp;{&nbsp;#&nbsp;The&nbsp;container&nbsp;of&nbsp;posts&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;The&nbsp;count&nbsp;of&nbsp;posts&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;container&nbsp;for&nbsp;posts&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;blog&nbsp;was&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;for&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;where&nbsp;this&nbsp;blog&nbsp;is&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;when&nbsp;this&nbsp;blog&nbsp;was&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pages":&nbsp;{&nbsp;#&nbsp;The&nbsp;container&nbsp;of&nbsp;pages&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;The&nbsp;count&nbsp;of&nbsp;pages&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;container&nbsp;for&nbsp;pages&nbsp;in&nbsp;this&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;API&nbsp;REST&nbsp;URL&nbsp;to&nbsp;fetch&nbsp;this&nbsp;resource&nbsp;from.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;blog.&nbsp;This&nbsp;is&nbsp;displayed&nbsp;as&nbsp;the&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#blogList",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entity.&nbsp;Always&nbsp;blogger#blogList<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger.v2.users.html b/docs/dyn/blogger.v2.users.html
deleted file mode 100644
index cd4c362..0000000
--- a/docs/dyn/blogger.v2.users.html
+++ /dev/null
@@ -1,58 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-blogs"><strong><a href="blogger.v2.users.blogs.html">blogs</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;one&nbsp;user&nbsp;by&nbsp;id.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;user&nbsp;to&nbsp;get.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"about":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Profile&nbsp;summary&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;display&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;when&nbsp;this&nbsp;profile&nbsp;was&nbsp;created,&nbsp;in&nbsp;seconds&nbsp;since&nbsp;epoch.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locale":&nbsp;{&nbsp;#&nbsp;This&nbsp;user's&nbsp;locale<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;country&nbsp;setting.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variant":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;language&nbsp;variant&nbsp;setting.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;language&nbsp;setting.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"blogs":&nbsp;{&nbsp;#&nbsp;The&nbsp;container&nbsp;of&nbsp;blogs&nbsp;for&nbsp;this&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;Blogs&nbsp;for&nbsp;this&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"blogger#user",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;entity.&nbsp;Always&nbsp;blogger#user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;profile&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;for&nbsp;this&nbsp;User.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;API&nbsp;REST&nbsp;URL&nbsp;to&nbsp;fetch&nbsp;this&nbsp;resource&nbsp;from.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger_v3.blogs.html b/docs/dyn/blogger_v3.blogs.html
new file mode 100644
index 0000000..179db95
--- /dev/null
+++ b/docs/dyn/blogger_v3.blogs.html
@@ -0,0 +1,393 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="blogger_v3.html">Blogger API</a> . <a href="blogger_v3.blogs.html">blogs</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(blogId, maxPosts=None)</a></code></p>
+<p class="firstline">Gets one blog by id.</p>
+<p class="toc_element">
+  <code><a href="#getByUrl">getByUrl(url=None)</a></code></p>
+<p class="firstline">Retrieve a Blog by URL.</p>
+<p class="toc_element">
+  <code><a href="#listByUser">listByUser(userId)</a></code></p>
+<p class="firstline">Retrieves a list of blogs, possibly filtered.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(blogId, maxPosts=None)</code>
+  <pre>Gets one blog by id.
+
+Args:
+  blogId: string, The ID of the blog to get. (required)
+  maxPosts: integer, Maximum number of posts to pull back with the blog.
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "blogger#blog", # The kind of this entry. Always blogger#blog
+    "description": "A String", # The description of this blog. This is displayed underneath the title.
+    "locale": { # The locale this Blog is set to.
+      "country": "A String", # The country this blog's locale is set to.
+      "variant": "A String", # The language variant this blog is authored in.
+      "language": "A String", # The language this blog is authored in.
+    },
+    "posts": { # The container of posts in this blog.
+      "totalItems": 42, # The count of posts in this blog.
+      "items": [ # The List of Posts for this Blog.
+        {
+          "content": "A String", # The content of the Post. May contain HTML markup.
+          "kind": "blogger#post", # The kind of this entity. Always blogger#post
+          "author": { # The author of this Post.
+            "url": "A String", # The URL of the Post creator's Profile page.
+            "image": { # The Post author's avatar.
+              "url": "A String", # The Post author's avatar URL.
+            },
+            "displayName": "A String", # The display name.
+            "id": "A String", # The identifier of the Post creator.
+          },
+          "replies": { # The container of comments on this Post.
+            "totalItems": "A String", # The count of comments on this post.
+            "items": [ # The List of Comments for this Post.
+              {
+                "content": "A String", # The actual content of the comment. May include HTML markup.
+                "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+                "inReplyTo": { # Data about the comment this is in reply to.
+                  "id": "A String", # The identified of the parent of this comment.
+                },
+                "author": { # The author of this Comment.
+                  "url": "A String", # The URL of the Comment creator's Profile page.
+                  "image": { # The comment creator's avatar.
+                    "url": "A String", # The comment creator's avatar URL.
+                  },
+                  "displayName": "A String", # The display name.
+                  "id": "A String", # The identifier of the Comment creator.
+                },
+                "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+                "blog": { # Data about the blog containing this comment.
+                  "id": "A String", # The identifier of the blog containing this comment.
+                },
+                "published": "A String", # RFC 3339 date-time when this comment was published.
+                "post": { # Data about the post containing this comment.
+                  "id": "A String", # The identifier of the post containing this comment.
+                },
+                "id": "A String", # The identifier for this resource.
+                "selfLink": "A String", # The API REST URL to fetch this resource from.
+              },
+            ],
+            "selfLink": "A String", # The URL of the comments on this post.
+          },
+          "labels": [ # The list of labels this Post was tagged with.
+            "A String",
+          ],
+          "customMetaData": "A String", # The JSON meta-data for the Post.
+          "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+          "blog": { # Data about the blog containing this Post.
+            "id": "A String", # The identifier of the Blog that contains this Post.
+          },
+          "url": "A String", # The URL where this Post is displayed.
+          "location": { # The location for geotagged posts.
+            "lat": 3.14, # Location's latitude.
+            "lng": 3.14, # Location's longitude.
+            "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+            "name": "A String", # Location name.
+          },
+          "published": "A String", # RFC 3339 date-time when this Post was published.
+          "title": "A String", # The title of the Post.
+          "id": "A String", # The identifier of this Post.
+          "selfLink": "A String", # The API REST URL to fetch this resource from.
+        },
+      ],
+      "selfLink": "A String", # The URL of the container for posts in this blog.
+    },
+    "customMetaData": "A String", # The JSON custom meta-data for the Blog
+    "updated": "A String", # RFC 3339 date-time when this blog was last updated.
+    "pages": { # The container of pages in this blog.
+      "totalItems": 42, # The count of pages in this blog.
+      "selfLink": "A String", # The URL of the container for pages in this blog.
+    },
+    "url": "A String", # The URL where this blog is published.
+    "published": "A String", # RFC 3339 date-time when this blog was published.
+    "id": "A String", # The identifier for this resource.
+    "selfLink": "A String", # The API REST URL to fetch this resource from.
+    "name": "A String", # The name of this blog. This is displayed as the title.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="getByUrl">getByUrl(url=None)</code>
+  <pre>Retrieve a Blog by URL.
+
+Args:
+  url: string, The URL of the blog to retrieve.
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "blogger#blog", # The kind of this entry. Always blogger#blog
+    "description": "A String", # The description of this blog. This is displayed underneath the title.
+    "locale": { # The locale this Blog is set to.
+      "country": "A String", # The country this blog's locale is set to.
+      "variant": "A String", # The language variant this blog is authored in.
+      "language": "A String", # The language this blog is authored in.
+    },
+    "posts": { # The container of posts in this blog.
+      "totalItems": 42, # The count of posts in this blog.
+      "items": [ # The List of Posts for this Blog.
+        {
+          "content": "A String", # The content of the Post. May contain HTML markup.
+          "kind": "blogger#post", # The kind of this entity. Always blogger#post
+          "author": { # The author of this Post.
+            "url": "A String", # The URL of the Post creator's Profile page.
+            "image": { # The Post author's avatar.
+              "url": "A String", # The Post author's avatar URL.
+            },
+            "displayName": "A String", # The display name.
+            "id": "A String", # The identifier of the Post creator.
+          },
+          "replies": { # The container of comments on this Post.
+            "totalItems": "A String", # The count of comments on this post.
+            "items": [ # The List of Comments for this Post.
+              {
+                "content": "A String", # The actual content of the comment. May include HTML markup.
+                "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+                "inReplyTo": { # Data about the comment this is in reply to.
+                  "id": "A String", # The identified of the parent of this comment.
+                },
+                "author": { # The author of this Comment.
+                  "url": "A String", # The URL of the Comment creator's Profile page.
+                  "image": { # The comment creator's avatar.
+                    "url": "A String", # The comment creator's avatar URL.
+                  },
+                  "displayName": "A String", # The display name.
+                  "id": "A String", # The identifier of the Comment creator.
+                },
+                "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+                "blog": { # Data about the blog containing this comment.
+                  "id": "A String", # The identifier of the blog containing this comment.
+                },
+                "published": "A String", # RFC 3339 date-time when this comment was published.
+                "post": { # Data about the post containing this comment.
+                  "id": "A String", # The identifier of the post containing this comment.
+                },
+                "id": "A String", # The identifier for this resource.
+                "selfLink": "A String", # The API REST URL to fetch this resource from.
+              },
+            ],
+            "selfLink": "A String", # The URL of the comments on this post.
+          },
+          "labels": [ # The list of labels this Post was tagged with.
+            "A String",
+          ],
+          "customMetaData": "A String", # The JSON meta-data for the Post.
+          "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+          "blog": { # Data about the blog containing this Post.
+            "id": "A String", # The identifier of the Blog that contains this Post.
+          },
+          "url": "A String", # The URL where this Post is displayed.
+          "location": { # The location for geotagged posts.
+            "lat": 3.14, # Location's latitude.
+            "lng": 3.14, # Location's longitude.
+            "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+            "name": "A String", # Location name.
+          },
+          "published": "A String", # RFC 3339 date-time when this Post was published.
+          "title": "A String", # The title of the Post.
+          "id": "A String", # The identifier of this Post.
+          "selfLink": "A String", # The API REST URL to fetch this resource from.
+        },
+      ],
+      "selfLink": "A String", # The URL of the container for posts in this blog.
+    },
+    "customMetaData": "A String", # The JSON custom meta-data for the Blog
+    "updated": "A String", # RFC 3339 date-time when this blog was last updated.
+    "pages": { # The container of pages in this blog.
+      "totalItems": 42, # The count of pages in this blog.
+      "selfLink": "A String", # The URL of the container for pages in this blog.
+    },
+    "url": "A String", # The URL where this blog is published.
+    "published": "A String", # RFC 3339 date-time when this blog was published.
+    "id": "A String", # The identifier for this resource.
+    "selfLink": "A String", # The API REST URL to fetch this resource from.
+    "name": "A String", # The name of this blog. This is displayed as the title.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="listByUser">listByUser(userId)</code>
+  <pre>Retrieves a list of blogs, possibly filtered.
+
+Args:
+  userId: string, ID of the user whose blogs are to be fetched. Either the word 'self' (sans quote marks) or the user's profile identifier. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # The list of Blogs this user has Authorship or Admin rights over.
+      {
+        "kind": "blogger#blog", # The kind of this entry. Always blogger#blog
+        "description": "A String", # The description of this blog. This is displayed underneath the title.
+        "locale": { # The locale this Blog is set to.
+          "country": "A String", # The country this blog's locale is set to.
+          "variant": "A String", # The language variant this blog is authored in.
+          "language": "A String", # The language this blog is authored in.
+        },
+        "posts": { # The container of posts in this blog.
+          "totalItems": 42, # The count of posts in this blog.
+          "items": [ # The List of Posts for this Blog.
+            {
+              "content": "A String", # The content of the Post. May contain HTML markup.
+              "kind": "blogger#post", # The kind of this entity. Always blogger#post
+              "author": { # The author of this Post.
+                "url": "A String", # The URL of the Post creator's Profile page.
+                "image": { # The Post author's avatar.
+                  "url": "A String", # The Post author's avatar URL.
+                },
+                "displayName": "A String", # The display name.
+                "id": "A String", # The identifier of the Post creator.
+              },
+              "replies": { # The container of comments on this Post.
+                "totalItems": "A String", # The count of comments on this post.
+                "items": [ # The List of Comments for this Post.
+                  {
+                    "content": "A String", # The actual content of the comment. May include HTML markup.
+                    "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+                    "inReplyTo": { # Data about the comment this is in reply to.
+                      "id": "A String", # The identified of the parent of this comment.
+                    },
+                    "author": { # The author of this Comment.
+                      "url": "A String", # The URL of the Comment creator's Profile page.
+                      "image": { # The comment creator's avatar.
+                        "url": "A String", # The comment creator's avatar URL.
+                      },
+                      "displayName": "A String", # The display name.
+                      "id": "A String", # The identifier of the Comment creator.
+                    },
+                    "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+                    "blog": { # Data about the blog containing this comment.
+                      "id": "A String", # The identifier of the blog containing this comment.
+                    },
+                    "published": "A String", # RFC 3339 date-time when this comment was published.
+                    "post": { # Data about the post containing this comment.
+                      "id": "A String", # The identifier of the post containing this comment.
+                    },
+                    "id": "A String", # The identifier for this resource.
+                    "selfLink": "A String", # The API REST URL to fetch this resource from.
+                  },
+                ],
+                "selfLink": "A String", # The URL of the comments on this post.
+              },
+              "labels": [ # The list of labels this Post was tagged with.
+                "A String",
+              ],
+              "customMetaData": "A String", # The JSON meta-data for the Post.
+              "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+              "blog": { # Data about the blog containing this Post.
+                "id": "A String", # The identifier of the Blog that contains this Post.
+              },
+              "url": "A String", # The URL where this Post is displayed.
+              "location": { # The location for geotagged posts.
+                "lat": 3.14, # Location's latitude.
+                "lng": 3.14, # Location's longitude.
+                "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+                "name": "A String", # Location name.
+              },
+              "published": "A String", # RFC 3339 date-time when this Post was published.
+              "title": "A String", # The title of the Post.
+              "id": "A String", # The identifier of this Post.
+              "selfLink": "A String", # The API REST URL to fetch this resource from.
+            },
+          ],
+          "selfLink": "A String", # The URL of the container for posts in this blog.
+        },
+        "customMetaData": "A String", # The JSON custom meta-data for the Blog
+        "updated": "A String", # RFC 3339 date-time when this blog was last updated.
+        "pages": { # The container of pages in this blog.
+          "totalItems": 42, # The count of pages in this blog.
+          "selfLink": "A String", # The URL of the container for pages in this blog.
+        },
+        "url": "A String", # The URL where this blog is published.
+        "published": "A String", # RFC 3339 date-time when this blog was published.
+        "id": "A String", # The identifier for this resource.
+        "selfLink": "A String", # The API REST URL to fetch this resource from.
+        "name": "A String", # The name of this blog. This is displayed as the title.
+      },
+    ],
+    "kind": "blogger#blogList", # The kind of this entity. Always blogger#blogList
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger_v3.comments.html b/docs/dyn/blogger_v3.comments.html
new file mode 100644
index 0000000..ab28af7
--- /dev/null
+++ b/docs/dyn/blogger_v3.comments.html
@@ -0,0 +1,190 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="blogger_v3.html">Blogger API</a> . <a href="blogger_v3.comments.html">comments</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(blogId, postId, commentId)</a></code></p>
+<p class="firstline">Gets one comment by id.</p>
+<p class="toc_element">
+  <code><a href="#list">list(blogId, postId, startDate=None, fetchBodies=None, endDate=None, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves the comments for a blog, possibly filtered.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(blogId, postId, commentId)</code>
+  <pre>Gets one comment by id.
+
+Args:
+  blogId: string, ID of the blog to containing the comment. (required)
+  postId: string, ID of the post to fetch posts from. (required)
+  commentId: string, The ID of the comment to get. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "content": "A String", # The actual content of the comment. May include HTML markup.
+    "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+    "inReplyTo": { # Data about the comment this is in reply to.
+      "id": "A String", # The identified of the parent of this comment.
+    },
+    "author": { # The author of this Comment.
+      "url": "A String", # The URL of the Comment creator's Profile page.
+      "image": { # The comment creator's avatar.
+        "url": "A String", # The comment creator's avatar URL.
+      },
+      "displayName": "A String", # The display name.
+      "id": "A String", # The identifier of the Comment creator.
+    },
+    "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+    "blog": { # Data about the blog containing this comment.
+      "id": "A String", # The identifier of the blog containing this comment.
+    },
+    "published": "A String", # RFC 3339 date-time when this comment was published.
+    "post": { # Data about the post containing this comment.
+      "id": "A String", # The identifier of the post containing this comment.
+    },
+    "id": "A String", # The identifier for this resource.
+    "selfLink": "A String", # The API REST URL to fetch this resource from.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(blogId, postId, startDate=None, fetchBodies=None, endDate=None, pageToken=None, maxResults=None)</code>
+  <pre>Retrieves the comments for a blog, possibly filtered.
+
+Args:
+  blogId: string, ID of the blog to fetch comments from. (required)
+  postId: string, ID of the post to fetch posts from. (required)
+  startDate: string, Earliest date of comment to fetch, a date-time with RFC 3339 formatting.
+  fetchBodies: boolean, Whether the body content of the comments is included.
+  endDate: string, Latest date of comment to fetch, a date-time with RFC 3339 formatting.
+  pageToken: string, Continuation token if request is paged.
+  maxResults: integer, Maximum number of comments to include in the result.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists.
+    "items": [ # The List of Comments for a Post.
+      {
+        "content": "A String", # The actual content of the comment. May include HTML markup.
+        "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+        "inReplyTo": { # Data about the comment this is in reply to.
+          "id": "A String", # The identified of the parent of this comment.
+        },
+        "author": { # The author of this Comment.
+          "url": "A String", # The URL of the Comment creator's Profile page.
+          "image": { # The comment creator's avatar.
+            "url": "A String", # The comment creator's avatar URL.
+          },
+          "displayName": "A String", # The display name.
+          "id": "A String", # The identifier of the Comment creator.
+        },
+        "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+        "blog": { # Data about the blog containing this comment.
+          "id": "A String", # The identifier of the blog containing this comment.
+        },
+        "published": "A String", # RFC 3339 date-time when this comment was published.
+        "post": { # Data about the post containing this comment.
+          "id": "A String", # The identifier of the post containing this comment.
+        },
+        "id": "A String", # The identifier for this resource.
+        "selfLink": "A String", # The API REST URL to fetch this resource from.
+      },
+    ],
+    "kind": "blogger#commentList", # The kind of this entry. Always blogger#commentList
+    "prevPageToken": "A String", # Pagination token to fetch the previous page, if one exists.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger_v3.html b/docs/dyn/blogger_v3.html
new file mode 100644
index 0000000..7389cb1
--- /dev/null
+++ b/docs/dyn/blogger_v3.html
@@ -0,0 +1,102 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="blogger_v3.html">Blogger API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="blogger_v3.blogs.html">blogs()</a></code>
+</p>
+<p class="firstline">Returns the blogs Resource.</p>
+
+<p class="toc_element">
+  <code><a href="blogger_v3.comments.html">comments()</a></code>
+</p>
+<p class="firstline">Returns the comments Resource.</p>
+
+<p class="toc_element">
+  <code><a href="blogger_v3.pages.html">pages()</a></code>
+</p>
+<p class="firstline">Returns the pages Resource.</p>
+
+<p class="toc_element">
+  <code><a href="blogger_v3.posts.html">posts()</a></code>
+</p>
+<p class="firstline">Returns the posts Resource.</p>
+
+<p class="toc_element">
+  <code><a href="blogger_v3.users.html">users()</a></code>
+</p>
+<p class="firstline">Returns the users Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger_v3.pages.html b/docs/dyn/blogger_v3.pages.html
new file mode 100644
index 0000000..cb588f1
--- /dev/null
+++ b/docs/dyn/blogger_v3.pages.html
@@ -0,0 +1,157 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="blogger_v3.html">Blogger API</a> . <a href="blogger_v3.pages.html">pages</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(blogId, pageId)</a></code></p>
+<p class="firstline">Gets one blog page by id.</p>
+<p class="toc_element">
+  <code><a href="#list">list(blogId, fetchBodies=None)</a></code></p>
+<p class="firstline">Retrieves pages for a blog, possibly filtered.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(blogId, pageId)</code>
+  <pre>Gets one blog page by id.
+
+Args:
+  blogId: string, ID of the blog containing the page. (required)
+  pageId: string, The ID of the page to get. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "content": "A String", # The body content of this Page, in HTML.
+    "kind": "blogger#page", # The kind of this entity. Always blogger#page
+    "author": { # The author of this Page.
+      "url": "A String", # The URL of the Page creator's Profile page.
+      "image": { # The page author's avatar.
+        "url": "A String", # The page author's avatar URL.
+      },
+      "displayName": "A String", # The display name.
+      "id": "A String", # The identifier of the Page creator.
+    },
+    "url": "A String", # The URL that this Page is displayed at.
+    "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+    "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+    "blog": { # Data about the blog containing this Page.
+      "id": "A String", # The identifier of the blog containing this page.
+    },
+    "published": "A String", # RFC 3339 date-time when this Page was published.
+    "id": "A String", # The identifier for this resource.
+    "selfLink": "A String", # The API REST URL to fetch this resource from.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(blogId, fetchBodies=None)</code>
+  <pre>Retrieves pages for a blog, possibly filtered.
+
+Args:
+  blogId: string, ID of the blog to fetch pages from. (required)
+  fetchBodies: boolean, Whether to retrieve the Page bodies.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # The list of Pages for a Blog.
+      {
+        "content": "A String", # The body content of this Page, in HTML.
+        "kind": "blogger#page", # The kind of this entity. Always blogger#page
+        "author": { # The author of this Page.
+          "url": "A String", # The URL of the Page creator's Profile page.
+          "image": { # The page author's avatar.
+            "url": "A String", # The page author's avatar URL.
+          },
+          "displayName": "A String", # The display name.
+          "id": "A String", # The identifier of the Page creator.
+        },
+        "url": "A String", # The URL that this Page is displayed at.
+        "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface.
+        "updated": "A String", # RFC 3339 date-time when this Page was last updated.
+        "blog": { # Data about the blog containing this Page.
+          "id": "A String", # The identifier of the blog containing this page.
+        },
+        "published": "A String", # RFC 3339 date-time when this Page was published.
+        "id": "A String", # The identifier for this resource.
+        "selfLink": "A String", # The API REST URL to fetch this resource from.
+      },
+    ],
+    "kind": "blogger#pageList", # The kind of this entity. Always blogger#pageList
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger_v3.posts.html b/docs/dyn/blogger_v3.posts.html
new file mode 100644
index 0000000..ba38070
--- /dev/null
+++ b/docs/dyn/blogger_v3.posts.html
@@ -0,0 +1,872 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="blogger_v3.html">Blogger API</a> . <a href="blogger_v3.posts.html">posts</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(blogId, postId)</a></code></p>
+<p class="firstline">Delete a post by id.</p>
+<p class="toc_element">
+  <code><a href="#get">get(blogId, postId, maxComments=None)</a></code></p>
+<p class="firstline">Get a post by id.</p>
+<p class="toc_element">
+  <code><a href="#getByPath">getByPath(blogId, path=None, maxComments=None)</a></code></p>
+<p class="firstline">Retrieve a Post by Path.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(blogId, body)</a></code></p>
+<p class="firstline">Add a post.</p>
+<p class="toc_element">
+  <code><a href="#list">list(blogId, startDate=None, endDate=None, pageToken=None, labels=None, maxResults=None, fetchBodies=None)</a></code></p>
+<p class="firstline">Retrieves a list of posts, possibly filtered.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(blogId, postId, body)</a></code></p>
+<p class="firstline">Update a post. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#search">search(blogId, q=None)</a></code></p>
+<p class="firstline">Search for a post.</p>
+<p class="toc_element">
+  <code><a href="#update">update(blogId, postId, body)</a></code></p>
+<p class="firstline">Update a post.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(blogId, postId)</code>
+  <pre>Delete a post by id.
+
+Args:
+  blogId: string, The Id of the Blog. (required)
+  postId: string, The ID of the Post. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(blogId, postId, maxComments=None)</code>
+  <pre>Get a post by id.
+
+Args:
+  blogId: string, ID of the blog to fetch the post from. (required)
+  postId: string, The ID of the post (required)
+  maxComments: integer, Maximum number of comments to pull back on a post.
+
+Returns:
+  An object of the form:
+
+    {
+    "content": "A String", # The content of the Post. May contain HTML markup.
+    "kind": "blogger#post", # The kind of this entity. Always blogger#post
+    "author": { # The author of this Post.
+      "url": "A String", # The URL of the Post creator's Profile page.
+      "image": { # The Post author's avatar.
+        "url": "A String", # The Post author's avatar URL.
+      },
+      "displayName": "A String", # The display name.
+      "id": "A String", # The identifier of the Post creator.
+    },
+    "replies": { # The container of comments on this Post.
+      "totalItems": "A String", # The count of comments on this post.
+      "items": [ # The List of Comments for this Post.
+        {
+          "content": "A String", # The actual content of the comment. May include HTML markup.
+          "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+          "inReplyTo": { # Data about the comment this is in reply to.
+            "id": "A String", # The identified of the parent of this comment.
+          },
+          "author": { # The author of this Comment.
+            "url": "A String", # The URL of the Comment creator's Profile page.
+            "image": { # The comment creator's avatar.
+              "url": "A String", # The comment creator's avatar URL.
+            },
+            "displayName": "A String", # The display name.
+            "id": "A String", # The identifier of the Comment creator.
+          },
+          "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+          "blog": { # Data about the blog containing this comment.
+            "id": "A String", # The identifier of the blog containing this comment.
+          },
+          "published": "A String", # RFC 3339 date-time when this comment was published.
+          "post": { # Data about the post containing this comment.
+            "id": "A String", # The identifier of the post containing this comment.
+          },
+          "id": "A String", # The identifier for this resource.
+          "selfLink": "A String", # The API REST URL to fetch this resource from.
+        },
+      ],
+      "selfLink": "A String", # The URL of the comments on this post.
+    },
+    "labels": [ # The list of labels this Post was tagged with.
+      "A String",
+    ],
+    "customMetaData": "A String", # The JSON meta-data for the Post.
+    "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+    "blog": { # Data about the blog containing this Post.
+      "id": "A String", # The identifier of the Blog that contains this Post.
+    },
+    "url": "A String", # The URL where this Post is displayed.
+    "location": { # The location for geotagged posts.
+      "lat": 3.14, # Location's latitude.
+      "lng": 3.14, # Location's longitude.
+      "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+      "name": "A String", # Location name.
+    },
+    "published": "A String", # RFC 3339 date-time when this Post was published.
+    "title": "A String", # The title of the Post.
+    "id": "A String", # The identifier of this Post.
+    "selfLink": "A String", # The API REST URL to fetch this resource from.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="getByPath">getByPath(blogId, path=None, maxComments=None)</code>
+  <pre>Retrieve a Post by Path.
+
+Args:
+  blogId: string, ID of the blog to fetch the post from. (required)
+  path: string, Path of the Post to retrieve.
+  maxComments: integer, Maximum number of comments to pull back on a post.
+
+Returns:
+  An object of the form:
+
+    {
+    "content": "A String", # The content of the Post. May contain HTML markup.
+    "kind": "blogger#post", # The kind of this entity. Always blogger#post
+    "author": { # The author of this Post.
+      "url": "A String", # The URL of the Post creator's Profile page.
+      "image": { # The Post author's avatar.
+        "url": "A String", # The Post author's avatar URL.
+      },
+      "displayName": "A String", # The display name.
+      "id": "A String", # The identifier of the Post creator.
+    },
+    "replies": { # The container of comments on this Post.
+      "totalItems": "A String", # The count of comments on this post.
+      "items": [ # The List of Comments for this Post.
+        {
+          "content": "A String", # The actual content of the comment. May include HTML markup.
+          "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+          "inReplyTo": { # Data about the comment this is in reply to.
+            "id": "A String", # The identified of the parent of this comment.
+          },
+          "author": { # The author of this Comment.
+            "url": "A String", # The URL of the Comment creator's Profile page.
+            "image": { # The comment creator's avatar.
+              "url": "A String", # The comment creator's avatar URL.
+            },
+            "displayName": "A String", # The display name.
+            "id": "A String", # The identifier of the Comment creator.
+          },
+          "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+          "blog": { # Data about the blog containing this comment.
+            "id": "A String", # The identifier of the blog containing this comment.
+          },
+          "published": "A String", # RFC 3339 date-time when this comment was published.
+          "post": { # Data about the post containing this comment.
+            "id": "A String", # The identifier of the post containing this comment.
+          },
+          "id": "A String", # The identifier for this resource.
+          "selfLink": "A String", # The API REST URL to fetch this resource from.
+        },
+      ],
+      "selfLink": "A String", # The URL of the comments on this post.
+    },
+    "labels": [ # The list of labels this Post was tagged with.
+      "A String",
+    ],
+    "customMetaData": "A String", # The JSON meta-data for the Post.
+    "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+    "blog": { # Data about the blog containing this Post.
+      "id": "A String", # The identifier of the Blog that contains this Post.
+    },
+    "url": "A String", # The URL where this Post is displayed.
+    "location": { # The location for geotagged posts.
+      "lat": 3.14, # Location's latitude.
+      "lng": 3.14, # Location's longitude.
+      "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+      "name": "A String", # Location name.
+    },
+    "published": "A String", # RFC 3339 date-time when this Post was published.
+    "title": "A String", # The title of the Post.
+    "id": "A String", # The identifier of this Post.
+    "selfLink": "A String", # The API REST URL to fetch this resource from.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(blogId, body)</code>
+  <pre>Add a post.
+
+Args:
+  blogId: string, ID of the blog to fetch the post from. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+  "content": "A String", # The content of the Post. May contain HTML markup.
+  "kind": "blogger#post", # The kind of this entity. Always blogger#post
+  "author": { # The author of this Post.
+    "url": "A String", # The URL of the Post creator's Profile page.
+    "image": { # The Post author's avatar.
+      "url": "A String", # The Post author's avatar URL.
+    },
+    "displayName": "A String", # The display name.
+    "id": "A String", # The identifier of the Post creator.
+  },
+  "replies": { # The container of comments on this Post.
+    "totalItems": "A String", # The count of comments on this post.
+    "items": [ # The List of Comments for this Post.
+      {
+        "content": "A String", # The actual content of the comment. May include HTML markup.
+        "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+        "inReplyTo": { # Data about the comment this is in reply to.
+          "id": "A String", # The identified of the parent of this comment.
+        },
+        "author": { # The author of this Comment.
+          "url": "A String", # The URL of the Comment creator's Profile page.
+          "image": { # The comment creator's avatar.
+            "url": "A String", # The comment creator's avatar URL.
+          },
+          "displayName": "A String", # The display name.
+          "id": "A String", # The identifier of the Comment creator.
+        },
+        "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+        "blog": { # Data about the blog containing this comment.
+          "id": "A String", # The identifier of the blog containing this comment.
+        },
+        "published": "A String", # RFC 3339 date-time when this comment was published.
+        "post": { # Data about the post containing this comment.
+          "id": "A String", # The identifier of the post containing this comment.
+        },
+        "id": "A String", # The identifier for this resource.
+        "selfLink": "A String", # The API REST URL to fetch this resource from.
+      },
+    ],
+    "selfLink": "A String", # The URL of the comments on this post.
+  },
+  "labels": [ # The list of labels this Post was tagged with.
+    "A String",
+  ],
+  "customMetaData": "A String", # The JSON meta-data for the Post.
+  "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+  "blog": { # Data about the blog containing this Post.
+    "id": "A String", # The identifier of the Blog that contains this Post.
+  },
+  "url": "A String", # The URL where this Post is displayed.
+  "location": { # The location for geotagged posts.
+    "lat": 3.14, # Location's latitude.
+    "lng": 3.14, # Location's longitude.
+    "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+    "name": "A String", # Location name.
+  },
+  "published": "A String", # RFC 3339 date-time when this Post was published.
+  "title": "A String", # The title of the Post.
+  "id": "A String", # The identifier of this Post.
+  "selfLink": "A String", # The API REST URL to fetch this resource from.
+}
+
+
+Returns:
+  An object of the form:
+
+    {
+    "content": "A String", # The content of the Post. May contain HTML markup.
+    "kind": "blogger#post", # The kind of this entity. Always blogger#post
+    "author": { # The author of this Post.
+      "url": "A String", # The URL of the Post creator's Profile page.
+      "image": { # The Post author's avatar.
+        "url": "A String", # The Post author's avatar URL.
+      },
+      "displayName": "A String", # The display name.
+      "id": "A String", # The identifier of the Post creator.
+    },
+    "replies": { # The container of comments on this Post.
+      "totalItems": "A String", # The count of comments on this post.
+      "items": [ # The List of Comments for this Post.
+        {
+          "content": "A String", # The actual content of the comment. May include HTML markup.
+          "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+          "inReplyTo": { # Data about the comment this is in reply to.
+            "id": "A String", # The identified of the parent of this comment.
+          },
+          "author": { # The author of this Comment.
+            "url": "A String", # The URL of the Comment creator's Profile page.
+            "image": { # The comment creator's avatar.
+              "url": "A String", # The comment creator's avatar URL.
+            },
+            "displayName": "A String", # The display name.
+            "id": "A String", # The identifier of the Comment creator.
+          },
+          "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+          "blog": { # Data about the blog containing this comment.
+            "id": "A String", # The identifier of the blog containing this comment.
+          },
+          "published": "A String", # RFC 3339 date-time when this comment was published.
+          "post": { # Data about the post containing this comment.
+            "id": "A String", # The identifier of the post containing this comment.
+          },
+          "id": "A String", # The identifier for this resource.
+          "selfLink": "A String", # The API REST URL to fetch this resource from.
+        },
+      ],
+      "selfLink": "A String", # The URL of the comments on this post.
+    },
+    "labels": [ # The list of labels this Post was tagged with.
+      "A String",
+    ],
+    "customMetaData": "A String", # The JSON meta-data for the Post.
+    "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+    "blog": { # Data about the blog containing this Post.
+      "id": "A String", # The identifier of the Blog that contains this Post.
+    },
+    "url": "A String", # The URL where this Post is displayed.
+    "location": { # The location for geotagged posts.
+      "lat": 3.14, # Location's latitude.
+      "lng": 3.14, # Location's longitude.
+      "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+      "name": "A String", # Location name.
+    },
+    "published": "A String", # RFC 3339 date-time when this Post was published.
+    "title": "A String", # The title of the Post.
+    "id": "A String", # The identifier of this Post.
+    "selfLink": "A String", # The API REST URL to fetch this resource from.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(blogId, startDate=None, endDate=None, pageToken=None, labels=None, maxResults=None, fetchBodies=None)</code>
+  <pre>Retrieves a list of posts, possibly filtered.
+
+Args:
+  blogId: string, ID of the blog to fetch posts from. (required)
+  startDate: string, Earliest post date to fetch, a date-time with RFC 3339 formatting.
+  endDate: string, Latest post date to fetch, a date-time with RFC 3339 formatting.
+  pageToken: string, Continuation token if the request is paged.
+  labels: string, Comma-separated list of labels to search for.
+  maxResults: integer, Maximum number of posts to fetch.
+  fetchBodies: boolean, Whether the body content of posts is included.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists.
+    "items": [ # The list of Posts for this Blog.
+      {
+        "content": "A String", # The content of the Post. May contain HTML markup.
+        "kind": "blogger#post", # The kind of this entity. Always blogger#post
+        "author": { # The author of this Post.
+          "url": "A String", # The URL of the Post creator's Profile page.
+          "image": { # The Post author's avatar.
+            "url": "A String", # The Post author's avatar URL.
+          },
+          "displayName": "A String", # The display name.
+          "id": "A String", # The identifier of the Post creator.
+        },
+        "replies": { # The container of comments on this Post.
+          "totalItems": "A String", # The count of comments on this post.
+          "items": [ # The List of Comments for this Post.
+            {
+              "content": "A String", # The actual content of the comment. May include HTML markup.
+              "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+              "inReplyTo": { # Data about the comment this is in reply to.
+                "id": "A String", # The identified of the parent of this comment.
+              },
+              "author": { # The author of this Comment.
+                "url": "A String", # The URL of the Comment creator's Profile page.
+                "image": { # The comment creator's avatar.
+                  "url": "A String", # The comment creator's avatar URL.
+                },
+                "displayName": "A String", # The display name.
+                "id": "A String", # The identifier of the Comment creator.
+              },
+              "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+              "blog": { # Data about the blog containing this comment.
+                "id": "A String", # The identifier of the blog containing this comment.
+              },
+              "published": "A String", # RFC 3339 date-time when this comment was published.
+              "post": { # Data about the post containing this comment.
+                "id": "A String", # The identifier of the post containing this comment.
+              },
+              "id": "A String", # The identifier for this resource.
+              "selfLink": "A String", # The API REST URL to fetch this resource from.
+            },
+          ],
+          "selfLink": "A String", # The URL of the comments on this post.
+        },
+        "labels": [ # The list of labels this Post was tagged with.
+          "A String",
+        ],
+        "customMetaData": "A String", # The JSON meta-data for the Post.
+        "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+        "blog": { # Data about the blog containing this Post.
+          "id": "A String", # The identifier of the Blog that contains this Post.
+        },
+        "url": "A String", # The URL where this Post is displayed.
+        "location": { # The location for geotagged posts.
+          "lat": 3.14, # Location's latitude.
+          "lng": 3.14, # Location's longitude.
+          "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+          "name": "A String", # Location name.
+        },
+        "published": "A String", # RFC 3339 date-time when this Post was published.
+        "title": "A String", # The title of the Post.
+        "id": "A String", # The identifier of this Post.
+        "selfLink": "A String", # The API REST URL to fetch this resource from.
+      },
+    ],
+    "kind": "blogger#postList", # The kind of this entity. Always blogger#postList
+    "prevPageToken": "A String", # Pagination token to fetch the previous page, if one exists.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(blogId, postId, body)</code>
+  <pre>Update a post. This method supports patch semantics.
+
+Args:
+  blogId: string, The ID of the Blog. (required)
+  postId: string, The ID of the Post. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+  "content": "A String", # The content of the Post. May contain HTML markup.
+  "kind": "blogger#post", # The kind of this entity. Always blogger#post
+  "author": { # The author of this Post.
+    "url": "A String", # The URL of the Post creator's Profile page.
+    "image": { # The Post author's avatar.
+      "url": "A String", # The Post author's avatar URL.
+    },
+    "displayName": "A String", # The display name.
+    "id": "A String", # The identifier of the Post creator.
+  },
+  "replies": { # The container of comments on this Post.
+    "totalItems": "A String", # The count of comments on this post.
+    "items": [ # The List of Comments for this Post.
+      {
+        "content": "A String", # The actual content of the comment. May include HTML markup.
+        "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+        "inReplyTo": { # Data about the comment this is in reply to.
+          "id": "A String", # The identified of the parent of this comment.
+        },
+        "author": { # The author of this Comment.
+          "url": "A String", # The URL of the Comment creator's Profile page.
+          "image": { # The comment creator's avatar.
+            "url": "A String", # The comment creator's avatar URL.
+          },
+          "displayName": "A String", # The display name.
+          "id": "A String", # The identifier of the Comment creator.
+        },
+        "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+        "blog": { # Data about the blog containing this comment.
+          "id": "A String", # The identifier of the blog containing this comment.
+        },
+        "published": "A String", # RFC 3339 date-time when this comment was published.
+        "post": { # Data about the post containing this comment.
+          "id": "A String", # The identifier of the post containing this comment.
+        },
+        "id": "A String", # The identifier for this resource.
+        "selfLink": "A String", # The API REST URL to fetch this resource from.
+      },
+    ],
+    "selfLink": "A String", # The URL of the comments on this post.
+  },
+  "labels": [ # The list of labels this Post was tagged with.
+    "A String",
+  ],
+  "customMetaData": "A String", # The JSON meta-data for the Post.
+  "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+  "blog": { # Data about the blog containing this Post.
+    "id": "A String", # The identifier of the Blog that contains this Post.
+  },
+  "url": "A String", # The URL where this Post is displayed.
+  "location": { # The location for geotagged posts.
+    "lat": 3.14, # Location's latitude.
+    "lng": 3.14, # Location's longitude.
+    "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+    "name": "A String", # Location name.
+  },
+  "published": "A String", # RFC 3339 date-time when this Post was published.
+  "title": "A String", # The title of the Post.
+  "id": "A String", # The identifier of this Post.
+  "selfLink": "A String", # The API REST URL to fetch this resource from.
+}
+
+
+Returns:
+  An object of the form:
+
+    {
+    "content": "A String", # The content of the Post. May contain HTML markup.
+    "kind": "blogger#post", # The kind of this entity. Always blogger#post
+    "author": { # The author of this Post.
+      "url": "A String", # The URL of the Post creator's Profile page.
+      "image": { # The Post author's avatar.
+        "url": "A String", # The Post author's avatar URL.
+      },
+      "displayName": "A String", # The display name.
+      "id": "A String", # The identifier of the Post creator.
+    },
+    "replies": { # The container of comments on this Post.
+      "totalItems": "A String", # The count of comments on this post.
+      "items": [ # The List of Comments for this Post.
+        {
+          "content": "A String", # The actual content of the comment. May include HTML markup.
+          "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+          "inReplyTo": { # Data about the comment this is in reply to.
+            "id": "A String", # The identified of the parent of this comment.
+          },
+          "author": { # The author of this Comment.
+            "url": "A String", # The URL of the Comment creator's Profile page.
+            "image": { # The comment creator's avatar.
+              "url": "A String", # The comment creator's avatar URL.
+            },
+            "displayName": "A String", # The display name.
+            "id": "A String", # The identifier of the Comment creator.
+          },
+          "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+          "blog": { # Data about the blog containing this comment.
+            "id": "A String", # The identifier of the blog containing this comment.
+          },
+          "published": "A String", # RFC 3339 date-time when this comment was published.
+          "post": { # Data about the post containing this comment.
+            "id": "A String", # The identifier of the post containing this comment.
+          },
+          "id": "A String", # The identifier for this resource.
+          "selfLink": "A String", # The API REST URL to fetch this resource from.
+        },
+      ],
+      "selfLink": "A String", # The URL of the comments on this post.
+    },
+    "labels": [ # The list of labels this Post was tagged with.
+      "A String",
+    ],
+    "customMetaData": "A String", # The JSON meta-data for the Post.
+    "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+    "blog": { # Data about the blog containing this Post.
+      "id": "A String", # The identifier of the Blog that contains this Post.
+    },
+    "url": "A String", # The URL where this Post is displayed.
+    "location": { # The location for geotagged posts.
+      "lat": 3.14, # Location's latitude.
+      "lng": 3.14, # Location's longitude.
+      "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+      "name": "A String", # Location name.
+    },
+    "published": "A String", # RFC 3339 date-time when this Post was published.
+    "title": "A String", # The title of the Post.
+    "id": "A String", # The identifier of this Post.
+    "selfLink": "A String", # The API REST URL to fetch this resource from.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="search">search(blogId, q=None)</code>
+  <pre>Search for a post.
+
+Args:
+  blogId: string, ID of the blog to fetch the post from. (required)
+  q: string, Query terms to search this blog for matching posts.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists.
+    "items": [ # The list of Posts for this Blog.
+      {
+        "content": "A String", # The content of the Post. May contain HTML markup.
+        "kind": "blogger#post", # The kind of this entity. Always blogger#post
+        "author": { # The author of this Post.
+          "url": "A String", # The URL of the Post creator's Profile page.
+          "image": { # The Post author's avatar.
+            "url": "A String", # The Post author's avatar URL.
+          },
+          "displayName": "A String", # The display name.
+          "id": "A String", # The identifier of the Post creator.
+        },
+        "replies": { # The container of comments on this Post.
+          "totalItems": "A String", # The count of comments on this post.
+          "items": [ # The List of Comments for this Post.
+            {
+              "content": "A String", # The actual content of the comment. May include HTML markup.
+              "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+              "inReplyTo": { # Data about the comment this is in reply to.
+                "id": "A String", # The identified of the parent of this comment.
+              },
+              "author": { # The author of this Comment.
+                "url": "A String", # The URL of the Comment creator's Profile page.
+                "image": { # The comment creator's avatar.
+                  "url": "A String", # The comment creator's avatar URL.
+                },
+                "displayName": "A String", # The display name.
+                "id": "A String", # The identifier of the Comment creator.
+              },
+              "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+              "blog": { # Data about the blog containing this comment.
+                "id": "A String", # The identifier of the blog containing this comment.
+              },
+              "published": "A String", # RFC 3339 date-time when this comment was published.
+              "post": { # Data about the post containing this comment.
+                "id": "A String", # The identifier of the post containing this comment.
+              },
+              "id": "A String", # The identifier for this resource.
+              "selfLink": "A String", # The API REST URL to fetch this resource from.
+            },
+          ],
+          "selfLink": "A String", # The URL of the comments on this post.
+        },
+        "labels": [ # The list of labels this Post was tagged with.
+          "A String",
+        ],
+        "customMetaData": "A String", # The JSON meta-data for the Post.
+        "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+        "blog": { # Data about the blog containing this Post.
+          "id": "A String", # The identifier of the Blog that contains this Post.
+        },
+        "url": "A String", # The URL where this Post is displayed.
+        "location": { # The location for geotagged posts.
+          "lat": 3.14, # Location's latitude.
+          "lng": 3.14, # Location's longitude.
+          "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+          "name": "A String", # Location name.
+        },
+        "published": "A String", # RFC 3339 date-time when this Post was published.
+        "title": "A String", # The title of the Post.
+        "id": "A String", # The identifier of this Post.
+        "selfLink": "A String", # The API REST URL to fetch this resource from.
+      },
+    ],
+    "kind": "blogger#postList", # The kind of this entity. Always blogger#postList
+    "prevPageToken": "A String", # Pagination token to fetch the previous page, if one exists.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(blogId, postId, body)</code>
+  <pre>Update a post.
+
+Args:
+  blogId: string, The ID of the Blog. (required)
+  postId: string, The ID of the Post. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+  "content": "A String", # The content of the Post. May contain HTML markup.
+  "kind": "blogger#post", # The kind of this entity. Always blogger#post
+  "author": { # The author of this Post.
+    "url": "A String", # The URL of the Post creator's Profile page.
+    "image": { # The Post author's avatar.
+      "url": "A String", # The Post author's avatar URL.
+    },
+    "displayName": "A String", # The display name.
+    "id": "A String", # The identifier of the Post creator.
+  },
+  "replies": { # The container of comments on this Post.
+    "totalItems": "A String", # The count of comments on this post.
+    "items": [ # The List of Comments for this Post.
+      {
+        "content": "A String", # The actual content of the comment. May include HTML markup.
+        "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+        "inReplyTo": { # Data about the comment this is in reply to.
+          "id": "A String", # The identified of the parent of this comment.
+        },
+        "author": { # The author of this Comment.
+          "url": "A String", # The URL of the Comment creator's Profile page.
+          "image": { # The comment creator's avatar.
+            "url": "A String", # The comment creator's avatar URL.
+          },
+          "displayName": "A String", # The display name.
+          "id": "A String", # The identifier of the Comment creator.
+        },
+        "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+        "blog": { # Data about the blog containing this comment.
+          "id": "A String", # The identifier of the blog containing this comment.
+        },
+        "published": "A String", # RFC 3339 date-time when this comment was published.
+        "post": { # Data about the post containing this comment.
+          "id": "A String", # The identifier of the post containing this comment.
+        },
+        "id": "A String", # The identifier for this resource.
+        "selfLink": "A String", # The API REST URL to fetch this resource from.
+      },
+    ],
+    "selfLink": "A String", # The URL of the comments on this post.
+  },
+  "labels": [ # The list of labels this Post was tagged with.
+    "A String",
+  ],
+  "customMetaData": "A String", # The JSON meta-data for the Post.
+  "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+  "blog": { # Data about the blog containing this Post.
+    "id": "A String", # The identifier of the Blog that contains this Post.
+  },
+  "url": "A String", # The URL where this Post is displayed.
+  "location": { # The location for geotagged posts.
+    "lat": 3.14, # Location's latitude.
+    "lng": 3.14, # Location's longitude.
+    "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+    "name": "A String", # Location name.
+  },
+  "published": "A String", # RFC 3339 date-time when this Post was published.
+  "title": "A String", # The title of the Post.
+  "id": "A String", # The identifier of this Post.
+  "selfLink": "A String", # The API REST URL to fetch this resource from.
+}
+
+
+Returns:
+  An object of the form:
+
+    {
+    "content": "A String", # The content of the Post. May contain HTML markup.
+    "kind": "blogger#post", # The kind of this entity. Always blogger#post
+    "author": { # The author of this Post.
+      "url": "A String", # The URL of the Post creator's Profile page.
+      "image": { # The Post author's avatar.
+        "url": "A String", # The Post author's avatar URL.
+      },
+      "displayName": "A String", # The display name.
+      "id": "A String", # The identifier of the Post creator.
+    },
+    "replies": { # The container of comments on this Post.
+      "totalItems": "A String", # The count of comments on this post.
+      "items": [ # The List of Comments for this Post.
+        {
+          "content": "A String", # The actual content of the comment. May include HTML markup.
+          "kind": "blogger#comment", # The kind of this entry. Always blogger#comment
+          "inReplyTo": { # Data about the comment this is in reply to.
+            "id": "A String", # The identified of the parent of this comment.
+          },
+          "author": { # The author of this Comment.
+            "url": "A String", # The URL of the Comment creator's Profile page.
+            "image": { # The comment creator's avatar.
+              "url": "A String", # The comment creator's avatar URL.
+            },
+            "displayName": "A String", # The display name.
+            "id": "A String", # The identifier of the Comment creator.
+          },
+          "updated": "A String", # RFC 3339 date-time when this comment was last updated.
+          "blog": { # Data about the blog containing this comment.
+            "id": "A String", # The identifier of the blog containing this comment.
+          },
+          "published": "A String", # RFC 3339 date-time when this comment was published.
+          "post": { # Data about the post containing this comment.
+            "id": "A String", # The identifier of the post containing this comment.
+          },
+          "id": "A String", # The identifier for this resource.
+          "selfLink": "A String", # The API REST URL to fetch this resource from.
+        },
+      ],
+      "selfLink": "A String", # The URL of the comments on this post.
+    },
+    "labels": [ # The list of labels this Post was tagged with.
+      "A String",
+    ],
+    "customMetaData": "A String", # The JSON meta-data for the Post.
+    "updated": "A String", # RFC 3339 date-time when this Post was last updated.
+    "blog": { # Data about the blog containing this Post.
+      "id": "A String", # The identifier of the Blog that contains this Post.
+    },
+    "url": "A String", # The URL where this Post is displayed.
+    "location": { # The location for geotagged posts.
+      "lat": 3.14, # Location's latitude.
+      "lng": 3.14, # Location's longitude.
+      "span": "A String", # Location's viewport span. Can be used when rendering a map preview.
+      "name": "A String", # Location name.
+    },
+    "published": "A String", # RFC 3339 date-time when this Post was published.
+    "title": "A String", # The title of the Post.
+    "id": "A String", # The identifier of this Post.
+    "selfLink": "A String", # The API REST URL to fetch this resource from.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/blogger_v3.users.html b/docs/dyn/blogger_v3.users.html
new file mode 100644
index 0000000..87b6f2e
--- /dev/null
+++ b/docs/dyn/blogger_v3.users.html
@@ -0,0 +1,110 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="blogger_v3.html">Blogger API</a> . <a href="blogger_v3.users.html">users</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(userId)</a></code></p>
+<p class="firstline">Gets one user by id.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(userId)</code>
+  <pre>Gets one user by id.
+
+Args:
+  userId: string, The ID of the user to get. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "about": "A String", # Profile summary information.
+    "displayName": "A String", # The display name.
+    "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.
+    "locale": { # This user's locale
+      "country": "A String", # The user's country setting.
+      "variant": "A String", # The user's language variant setting.
+      "language": "A String", # The user's language setting.
+    },
+    "blogs": { # The container of blogs for this user.
+      "selfLink": "A String", # The URL of the Blogs for this user.
+    },
+    "kind": "blogger#user", # The kind of this entity. Always blogger#user
+    "url": "A String", # The user's profile page.
+    "id": "A String", # The identifier for this User.
+    "selfLink": "A String", # The API REST URL to fetch this resource from.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.bookshelves.html b/docs/dyn/books.v1.bookshelves.html
deleted file mode 100644
index 6efe9aa..0000000
--- a/docs/dyn/books.v1.bookshelves.html
+++ /dev/null
@@ -1,86 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;metadata&nbsp;for&nbsp;a&nbsp;specific&nbsp;bookshelf&nbsp;for&nbsp;the&nbsp;specified&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;shelf:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;bookshelf&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;user&nbsp;for&nbsp;whom&nbsp;to&nbsp;retrieve&nbsp;bookshelves.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#bookshelf",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;bookshelf&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Created&nbsp;time&nbsp;for&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumeCount":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;volumes&nbsp;in&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modified&nbsp;time&nbsp;of&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;this&nbsp;bookshelf&nbsp;is&nbsp;PUBLIC&nbsp;or&nbsp;PRIVATE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumesLastUpdated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;a&nbsp;volume&nbsp;was&nbsp;added&nbsp;or&nbsp;removed&nbsp;from&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;Id&nbsp;of&nbsp;this&nbsp;bookshelf,&nbsp;only&nbsp;unique&nbsp;by&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;list&nbsp;of&nbsp;public&nbsp;bookshelves&nbsp;for&nbsp;the&nbsp;specified&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;user&nbsp;for&nbsp;whom&nbsp;to&nbsp;retrieve&nbsp;bookshelves.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;bookshelves.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#bookshelf",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;bookshelf&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Created&nbsp;time&nbsp;for&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeCount":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;volumes&nbsp;in&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modified&nbsp;time&nbsp;of&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;this&nbsp;bookshelf&nbsp;is&nbsp;PUBLIC&nbsp;or&nbsp;PRIVATE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumesLastUpdated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;a&nbsp;volume&nbsp;was&nbsp;added&nbsp;or&nbsp;removed&nbsp;from&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;Id&nbsp;of&nbsp;this&nbsp;bookshelf,&nbsp;only&nbsp;unique&nbsp;by&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#bookshelves",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-volumes"><strong><a href="books.v1.bookshelves.volumes.html">volumes</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.bookshelves.volumes.html b/docs/dyn/books.v1.bookshelves.volumes.html
deleted file mode 100644
index 55e214f..0000000
--- a/docs/dyn/books.v1.bookshelves.volumes.html
+++ /dev/null
@@ -1,183 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;volumes&nbsp;in&nbsp;a&nbsp;specific&nbsp;bookshelf&nbsp;for&nbsp;the&nbsp;specified&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;shelf:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;bookshelf&nbsp;to&nbsp;retrieve&nbsp;volumes.&nbsp;(required)<br>
-&nbsp;&nbsp;showPreorders:&nbsp;boolean,&nbsp;Set&nbsp;to&nbsp;true&nbsp;to&nbsp;show&nbsp;pre-ordered&nbsp;books.&nbsp;Defaults&nbsp;to&nbsp;false.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;startIndex:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;element&nbsp;to&nbsp;return&nbsp;(starts&nbsp;at&nbsp;0)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;user&nbsp;for&nbsp;whom&nbsp;to&nbsp;retrieve&nbsp;bookshelf&nbsp;volumes.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;volumes&nbsp;found.&nbsp;This&nbsp;might&nbsp;be&nbsp;greater&nbsp;than&nbsp;the&nbsp;number&nbsp;of&nbsp;volumes&nbsp;returned&nbsp;in&nbsp;this&nbsp;response&nbsp;if&nbsp;results&nbsp;have&nbsp;been&nbsp;paginated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;volumes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volume",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;reading&nbsp;or&nbsp;obtaining&nbsp;that&nbsp;volume&nbsp;text.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;country&nbsp;(books&nbsp;may&nbsp;be&nbsp;public&nbsp;domain&nbsp;in&nbsp;one&nbsp;country&nbsp;but&nbsp;not&nbsp;in&nbsp;another,&nbsp;e.g.).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"webReaderLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;read&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;Link&nbsp;will&nbsp;not&nbsp;allow&nbsp;users&nbsp;to&nbsp;read&nbsp;non-viewable&nbsp;volumes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publicDomain":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;public&nbsp;domain&nbsp;in&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"embeddable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;can&nbsp;be&nbsp;embedded&nbsp;in&nbsp;a&nbsp;viewport&nbsp;using&nbsp;the&nbsp;Embedded&nbsp;Viewer&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadAccess":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;a&nbsp;volume's&nbsp;download&nbsp;license&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nonce":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;nonce&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#downloadAccessRestriction",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"justAcquired":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;deviceAllowed,&nbsp;whether&nbsp;access&nbsp;was&nbsp;just&nbsp;acquired&nbsp;with&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxDownloadDevices":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadsAcquired":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;already&nbsp;acquired&nbsp;(including&nbsp;the&nbsp;requesting&nbsp;client,&nbsp;if&nbsp;licensed).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"signature":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Response&nbsp;signature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifies&nbsp;the&nbsp;volume&nbsp;for&nbsp;which&nbsp;this&nbsp;entry&nbsp;applies.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deviceAllowed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;whether&nbsp;access&nbsp;is&nbsp;granted&nbsp;for&nbsp;this&nbsp;(user,&nbsp;device,&nbsp;volume).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;app&nbsp;identifier&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"restricted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;has&nbsp;any&nbsp;download&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reasonCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;reason&nbsp;code.&nbsp;Additional&nbsp;codes&nbsp;may&nbsp;be&nbsp;added&nbsp;in&nbsp;the&nbsp;future.&nbsp;0&nbsp;OK&nbsp;100&nbsp;ACCESS_DENIED_PUBLISHER_LIMIT&nbsp;101&nbsp;ACCESS_DENIED_LIMIT&nbsp;200&nbsp;WARNING_USED_LAST_ACCESS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;access&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewOrderUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;ordered&nbsp;but&nbsp;not&nbsp;yet&nbsp;processed&nbsp;orders,&nbsp;we&nbsp;give&nbsp;a&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;go&nbsp;to&nbsp;the&nbsp;appropriate&nbsp;Google&nbsp;Wallet&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textToSpeechPermission":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;text-to-speech&nbsp;is&nbsp;permitted&nbsp;for&nbsp;this&nbsp;volume.&nbsp;Values&nbsp;can&nbsp;be&nbsp;ALLOWED,&nbsp;ALLOWED_FOR_ACCESSIBILITY,&nbsp;or&nbsp;NOT_ALLOWED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdf":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;pdf&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;scanned&nbsp;image&nbsp;pdf&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;pdf.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;pdf&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;read&nbsp;access&nbsp;of&nbsp;a&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;PARTIAL,&nbsp;ALL_PAGES,&nbsp;NO_PAGES&nbsp;or&nbsp;UNKNOWN.&nbsp;This&nbsp;value&nbsp;depends&nbsp;on&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;A&nbsp;value&nbsp;of&nbsp;PARTIAL&nbsp;means&nbsp;that&nbsp;the&nbsp;publisher&nbsp;has&nbsp;allowed&nbsp;some&nbsp;portion&nbsp;of&nbsp;the&nbsp;volume&nbsp;to&nbsp;be&nbsp;viewed&nbsp;publicly,&nbsp;without&nbsp;purchase.&nbsp;This&nbsp;can&nbsp;apply&nbsp;to&nbsp;eBooks&nbsp;as&nbsp;well&nbsp;as&nbsp;non-eBooks.&nbsp;Public&nbsp;domain&nbsp;books&nbsp;will&nbsp;always&nbsp;have&nbsp;a&nbsp;value&nbsp;of&nbsp;ALL_PAGES.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epub":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;epub&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;flowing&nbsp;text&nbsp;epub&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;epub.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;epub&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessViewStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Combines&nbsp;the&nbsp;access&nbsp;and&nbsp;viewability&nbsp;of&nbsp;this&nbsp;volume&nbsp;into&nbsp;a&nbsp;single&nbsp;status&nbsp;field&nbsp;for&nbsp;this&nbsp;user.&nbsp;Values&nbsp;can&nbsp;be&nbsp;FULL_PURCHASED,&nbsp;FULL_PUBLIC_DOMAIN,&nbsp;SAMPLE&nbsp;or&nbsp;NONE.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchInfo":&nbsp;{&nbsp;#&nbsp;Search&nbsp;result&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;text&nbsp;snippet&nbsp;containing&nbsp;the&nbsp;search&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;the&nbsp;eBookstore&nbsp;and/or&nbsp;purchaseability.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;the&nbsp;country&nbsp;where&nbsp;the&nbsp;request&nbsp;originates&nbsp;from&nbsp;(i.e.&nbsp;books&nbsp;may&nbsp;not&nbsp;be&nbsp;for&nbsp;sale&nbsp;in&nbsp;certain&nbsp;countries).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;sale&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"retailPrice":&nbsp;{&nbsp;#&nbsp;The&nbsp;actual&nbsp;selling&nbsp;price&nbsp;of&nbsp;the&nbsp;book.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;as&nbsp;the&nbsp;suggested&nbsp;retail&nbsp;or&nbsp;list&nbsp;price&nbsp;unless&nbsp;there&nbsp;are&nbsp;offers&nbsp;or&nbsp;discounts&nbsp;on&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isEbook":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;an&nbsp;eBook&nbsp;(can&nbsp;be&nbsp;added&nbsp;to&nbsp;the&nbsp;My&nbsp;eBooks&nbsp;shelf).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale&nbsp;or&nbsp;offered&nbsp;for&nbsp;free&nbsp;in&nbsp;the&nbsp;Google&nbsp;eBookstore&nbsp;for&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;FOR_SALE,&nbsp;FREE,&nbsp;NOT_FOR_SALE,&nbsp;or&nbsp;FOR_PREORDER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"buyLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;purchase&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"onSaleDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;on&nbsp;which&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"listPrice":&nbsp;{&nbsp;#&nbsp;Suggested&nbsp;retail&nbsp;price.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Opaque&nbsp;identifier&nbsp;for&nbsp;a&nbsp;specific&nbsp;version&nbsp;of&nbsp;a&nbsp;volume&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userInfo":&nbsp;{&nbsp;#&nbsp;User&nbsp;specific&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.&nbsp;(e.g.&nbsp;page&nbsp;this&nbsp;user&nbsp;last&nbsp;read&nbsp;or&nbsp;whether&nbsp;they&nbsp;purchased&nbsp;this&nbsp;book)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isInMyBooks":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;currently&nbsp;in&nbsp;"my&nbsp;books."<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;volume&nbsp;was&nbsp;last&nbsp;modified&nbsp;by&nbsp;a&nbsp;user&nbsp;action,&nbsp;such&nbsp;as&nbsp;a&nbsp;reading&nbsp;position&nbsp;update,&nbsp;volume&nbsp;purchase&nbsp;or&nbsp;writing&nbsp;a&nbsp;review.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"review":&nbsp;{&nbsp;#&nbsp;This&nbsp;user's&nbsp;review&nbsp;of&nbsp;this&nbsp;volume,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rating":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Star&nbsp;rating&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ONE,&nbsp;TWO,&nbsp;THREE,&nbsp;FOUR,&nbsp;FIVE&nbsp;or&nbsp;NOT_RATED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#review",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;for&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;that&nbsp;this&nbsp;review&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Review&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;{&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;the&nbsp;source&nbsp;of&nbsp;this&nbsp;review,&nbsp;when&nbsp;the&nbsp;review&nbsp;is&nbsp;not&nbsp;from&nbsp;a&nbsp;Google&nbsp;Books&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraDescription":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Extra&nbsp;text&nbsp;about&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;source.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Source&nbsp;type&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;EDITORIAL,&nbsp;WEB_USER&nbsp;or&nbsp;GOOGLE_USER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullTextUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;the&nbsp;full&nbsp;review&nbsp;text,&nbsp;for&nbsp;reviews&nbsp;gathered&nbsp;from&nbsp;the&nbsp;web.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPurchased":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;purchased&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"readingPosition":&nbsp;{&nbsp;#&nbsp;The&nbsp;user's&nbsp;current&nbsp;reading&nbsp;position&nbsp;in&nbsp;the&nbsp;volume,&nbsp;if&nbsp;one&nbsp;is&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#readingPosition",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImagePosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;image-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epubCfiPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;an&nbsp;EPUB&nbsp;as&nbsp;a&nbsp;CFI.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;reading&nbsp;position&nbsp;was&nbsp;last&nbsp;updated&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;id&nbsp;associated&nbsp;with&nbsp;this&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdfPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;PDF&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;text-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPreordered":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;pre-ordered&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeInfo":&nbsp;{&nbsp;#&nbsp;General&nbsp;volume&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publisher":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Publisher&nbsp;of&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subtitle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;subtitle.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;synopsis&nbsp;of&nbsp;the&nbsp;volume.&nbsp;The&nbsp;text&nbsp;of&nbsp;the&nbsp;description&nbsp;is&nbsp;formatted&nbsp;in&nbsp;HTML&nbsp;and&nbsp;includes&nbsp;simple&nbsp;formatting&nbsp;elements,&nbsp;such&nbsp;as&nbsp;b,&nbsp;i,&nbsp;and&nbsp;br&nbsp;tags.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Best&nbsp;language&nbsp;for&nbsp;this&nbsp;volume&nbsp;(based&nbsp;on&nbsp;content).&nbsp;It&nbsp;is&nbsp;the&nbsp;two-letter&nbsp;ISO&nbsp;639-1&nbsp;code&nbsp;such&nbsp;as&nbsp;'fr',&nbsp;'en',&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageCount":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;pages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageLinks":&nbsp;{&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;image&nbsp;links&nbsp;for&nbsp;all&nbsp;the&nbsp;sizes&nbsp;that&nbsp;are&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"medium":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;medium&nbsp;size&nbsp;(width&nbsp;of&nbsp;~575&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"smallThumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~80&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"large":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~800&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraLarge":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;extra&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~1280&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"small":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;size&nbsp;(width&nbsp;of&nbsp;~300&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~128&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publishedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;publication.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"previewLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;preview&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"printType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;publication&nbsp;of&nbsp;this&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;BOOK&nbsp;or&nbsp;MAGAZINE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ratingsCount":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;review&nbsp;ratings&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mainCategory":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;main&nbsp;category&nbsp;to&nbsp;which&nbsp;this&nbsp;volume&nbsp;belongs.&nbsp;It&nbsp;will&nbsp;be&nbsp;the&nbsp;category&nbsp;from&nbsp;the&nbsp;categories&nbsp;list&nbsp;returned&nbsp;below&nbsp;that&nbsp;has&nbsp;the&nbsp;highest&nbsp;weight.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dimensions":&nbsp;{&nbsp;#&nbsp;Physical&nbsp;dimensions&nbsp;of&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Width&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thickness":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Thickness&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Height&nbsp;or&nbsp;length&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;identifier&nbsp;for&nbsp;the&nbsp;version&nbsp;of&nbsp;the&nbsp;volume&nbsp;content&nbsp;(text&nbsp;&amp;&nbsp;images).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"industryIdentifiers":&nbsp;[&nbsp;#&nbsp;Industry&nbsp;standard&nbsp;identifiers&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Industry&nbsp;specific&nbsp;volume&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;type.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ISBN_10,&nbsp;ISBN_13,&nbsp;ISSN&nbsp;and&nbsp;OTHER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"authors":&nbsp;[&nbsp;#&nbsp;The&nbsp;names&nbsp;of&nbsp;the&nbsp;authors&nbsp;and/or&nbsp;editors&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;title.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canonicalVolumeLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Canonical&nbsp;URL&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"infoLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;view&nbsp;information&nbsp;about&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;subject&nbsp;categories,&nbsp;such&nbsp;as&nbsp;"Fiction",&nbsp;"Suspense",&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"averageRating":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;mean&nbsp;review&nbsp;rating&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(min&nbsp;=&nbsp;1.0,&nbsp;max&nbsp;=&nbsp;5.0)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volumes",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.html b/docs/dyn/books.v1.html
deleted file mode 100644
index 7d2c87f..0000000
--- a/docs/dyn/books.v1.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-bookshelves"><strong><a href="books.v1.bookshelves.html">bookshelves</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-layers"><strong><a href="books.v1.layers.html">layers</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-myconfig"><strong><a href="books.v1.myconfig.html">myconfig</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-mylibrary"><strong><a href="books.v1.mylibrary.html">mylibrary</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-volumes"><strong><a href="books.v1.volumes.html">volumes</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.layers.annotationData.html b/docs/dyn/books.v1.layers.annotationData.html
deleted file mode 100644
index dd0b02b..0000000
--- a/docs/dyn/books.v1.layers.annotationData.html
+++ /dev/null
@@ -1,177 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;annotation&nbsp;data.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;annotationDataId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;annotation&nbsp;data&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;The&nbsp;locale&nbsp;information&nbsp;for&nbsp;the&nbsp;data.&nbsp;ISO-639-1&nbsp;language&nbsp;and&nbsp;ISO-3166-1&nbsp;country&nbsp;code.&nbsp;Ex:&nbsp;'en_US'.<br>
-&nbsp;&nbsp;layerId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;layer&nbsp;to&nbsp;get&nbsp;the&nbsp;annotations.&nbsp;(required)<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;The&nbsp;volume&nbsp;to&nbsp;retrieve&nbsp;annotations&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;contentVersion:&nbsp;string,&nbsp;The&nbsp;content&nbsp;version&nbsp;for&nbsp;the&nbsp;volume&nbsp;you&nbsp;are&nbsp;trying&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;&nbsp;h:&nbsp;integer,&nbsp;The&nbsp;requested&nbsp;pixel&nbsp;height&nbsp;for&nbsp;any&nbsp;images.&nbsp;If&nbsp;height&nbsp;is&nbsp;provided&nbsp;width&nbsp;must&nbsp;also&nbsp;be&nbsp;provided.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;w:&nbsp;integer,&nbsp;The&nbsp;requested&nbsp;pixel&nbsp;width&nbsp;for&nbsp;any&nbsp;images.&nbsp;If&nbsp;width&nbsp;is&nbsp;provided&nbsp;height&nbsp;must&nbsp;also&nbsp;be&nbsp;provided.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"annotationType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;annotation&nbsp;this&nbsp;data&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#annotationdata",&nbsp;#&nbsp;Resource&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;data&nbsp;was&nbsp;updated.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;volume&nbsp;id&nbsp;for&nbsp;this&nbsp;data.&nbsp;*<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"encoded_data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Base64&nbsp;encoded&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Layer&nbsp;id&nbsp;for&nbsp;this&nbsp;data.&nbsp;*<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;{&nbsp;#&nbsp;JSON&nbsp;encoded&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;country&nbsp;code&nbsp;of&nbsp;the&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"zoom":&nbsp;42,&nbsp;#&nbsp;The&nbsp;Zoom&nbsp;level&nbsp;to&nbsp;use&nbsp;for&nbsp;the&nbsp;map.&nbsp;Zoom&nbsp;levels&nbsp;between&nbsp;0&nbsp;(the&nbsp;lowest&nbsp;zoom&nbsp;level,&nbsp;in&nbsp;which&nbsp;the&nbsp;entire&nbsp;world&nbsp;can&nbsp;be&nbsp;seen&nbsp;on&nbsp;one&nbsp;map)&nbsp;to&nbsp;21+&nbsp;(down&nbsp;to&nbsp;individual&nbsp;buildings).&nbsp;See:&nbsp;https://developers.google.com/maps/documentation/staticmaps/#Zoomlevels<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;longitude&nbsp;of&nbsp;the&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mapType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;map&nbsp;that&nbsp;should&nbsp;be&nbsp;used&nbsp;for&nbsp;this&nbsp;location.&nbsp;EX:&nbsp;HYBRID,&nbsp;ROADMAP,&nbsp;SATELLITE,&nbsp;TERRAIN<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;latitude&nbsp;of&nbsp;the&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"boundary":&nbsp;[&nbsp;#&nbsp;The&nbsp;boundary&nbsp;of&nbsp;the&nbsp;location&nbsp;as&nbsp;a&nbsp;set&nbsp;of&nbsp;loops&nbsp;containing&nbsp;pairs&nbsp;of&nbsp;latitude,&nbsp;longitude&nbsp;coordinates.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resolution":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;resolution&nbsp;of&nbsp;the&nbsp;location.&nbsp;Ex:&nbsp;POI_LEVEL<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewport":&nbsp;{&nbsp;#&nbsp;The&nbsp;viewport&nbsp;for&nbsp;showing&nbsp;this&nbsp;location.&nbsp;This&nbsp;is&nbsp;a&nbsp;latitude,&nbsp;longitude&nbsp;rectangle.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hi":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cachePolicy":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;cache&nbsp;policy&nbsp;active&nbsp;for&nbsp;this&nbsp;data.&nbsp;EX:&nbsp;UNRESTRICTED,&nbsp;RESTRICTED,&nbsp;NEVER<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"common":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;of&nbsp;the&nbsp;information&nbsp;url&nbsp;and&nbsp;description.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"previewImageUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;preview&nbsp;image&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"snippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;for&nbsp;this&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"snippetUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;information&nbsp;for&nbsp;this&nbsp;location.&nbsp;Ex:&nbsp;wikipedia&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;id&nbsp;for&nbsp;this&nbsp;annotation&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;this&nbsp;resource.&nbsp;*<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;annotation&nbsp;data&nbsp;for&nbsp;a&nbsp;volume&nbsp;and&nbsp;layer.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;The&nbsp;locale&nbsp;information&nbsp;for&nbsp;the&nbsp;data.&nbsp;ISO-639-1&nbsp;language&nbsp;and&nbsp;ISO-3166-1&nbsp;country&nbsp;code.&nbsp;Ex:&nbsp;'en_US'.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;value&nbsp;of&nbsp;the&nbsp;nextToken&nbsp;from&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;updatedMin:&nbsp;string,&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp&nbsp;to&nbsp;restrict&nbsp;to&nbsp;items&nbsp;updated&nbsp;since&nbsp;this&nbsp;timestamp&nbsp;(inclusive).<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;contentVersion:&nbsp;string,&nbsp;The&nbsp;content&nbsp;version&nbsp;for&nbsp;the&nbsp;requested&nbsp;volume.&nbsp;(required)<br>
-&nbsp;&nbsp;layerId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;layer&nbsp;to&nbsp;get&nbsp;the&nbsp;annotation&nbsp;data.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;updatedMax:&nbsp;string,&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp&nbsp;to&nbsp;restrict&nbsp;to&nbsp;items&nbsp;updated&nbsp;prior&nbsp;to&nbsp;this&nbsp;timestamp&nbsp;(exclusive).<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;The&nbsp;volume&nbsp;to&nbsp;retrieve&nbsp;annotation&nbsp;data&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;annotationDataId:&nbsp;string,&nbsp;The&nbsp;list&nbsp;of&nbsp;Annotation&nbsp;Data&nbsp;Ids&nbsp;to&nbsp;retrieve.&nbsp;Pagination&nbsp;is&nbsp;ignored&nbsp;if&nbsp;this&nbsp;is&nbsp;set.&nbsp;(repeated)<br>
-&nbsp;&nbsp;h:&nbsp;integer,&nbsp;The&nbsp;requested&nbsp;pixel&nbsp;height&nbsp;for&nbsp;any&nbsp;images.&nbsp;If&nbsp;height&nbsp;is&nbsp;provided&nbsp;width&nbsp;must&nbsp;also&nbsp;be&nbsp;provided.<br>
-&nbsp;&nbsp;w:&nbsp;integer,&nbsp;The&nbsp;requested&nbsp;pixel&nbsp;width&nbsp;for&nbsp;any&nbsp;images.&nbsp;If&nbsp;width&nbsp;is&nbsp;provided&nbsp;height&nbsp;must&nbsp;also&nbsp;be&nbsp;provided.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Token&nbsp;to&nbsp;pass&nbsp;in&nbsp;for&nbsp;pagination&nbsp;for&nbsp;the&nbsp;next&nbsp;page.&nbsp;This&nbsp;will&nbsp;not&nbsp;be&nbsp;present&nbsp;if&nbsp;this&nbsp;request&nbsp;does&nbsp;not&nbsp;have&nbsp;more&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;Annotation&nbsp;Data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotationType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;annotation&nbsp;this&nbsp;data&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#annotationdata",&nbsp;#&nbsp;Resource&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;data&nbsp;was&nbsp;updated.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;volume&nbsp;id&nbsp;for&nbsp;this&nbsp;data.&nbsp;*<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"encoded_data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Base64&nbsp;encoded&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Layer&nbsp;id&nbsp;for&nbsp;this&nbsp;data.&nbsp;*<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;{&nbsp;#&nbsp;JSON&nbsp;encoded&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;country&nbsp;code&nbsp;of&nbsp;the&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"zoom":&nbsp;42,&nbsp;#&nbsp;The&nbsp;Zoom&nbsp;level&nbsp;to&nbsp;use&nbsp;for&nbsp;the&nbsp;map.&nbsp;Zoom&nbsp;levels&nbsp;between&nbsp;0&nbsp;(the&nbsp;lowest&nbsp;zoom&nbsp;level,&nbsp;in&nbsp;which&nbsp;the&nbsp;entire&nbsp;world&nbsp;can&nbsp;be&nbsp;seen&nbsp;on&nbsp;one&nbsp;map)&nbsp;to&nbsp;21+&nbsp;(down&nbsp;to&nbsp;individual&nbsp;buildings).&nbsp;See:&nbsp;https://developers.google.com/maps/documentation/staticmaps/#Zoomlevels<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;longitude&nbsp;of&nbsp;the&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mapType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;map&nbsp;that&nbsp;should&nbsp;be&nbsp;used&nbsp;for&nbsp;this&nbsp;location.&nbsp;EX:&nbsp;HYBRID,&nbsp;ROADMAP,&nbsp;SATELLITE,&nbsp;TERRAIN<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;latitude&nbsp;of&nbsp;the&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"boundary":&nbsp;[&nbsp;#&nbsp;The&nbsp;boundary&nbsp;of&nbsp;the&nbsp;location&nbsp;as&nbsp;a&nbsp;set&nbsp;of&nbsp;loops&nbsp;containing&nbsp;pairs&nbsp;of&nbsp;latitude,&nbsp;longitude&nbsp;coordinates.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resolution":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;resolution&nbsp;of&nbsp;the&nbsp;location.&nbsp;Ex:&nbsp;POI_LEVEL<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewport":&nbsp;{&nbsp;#&nbsp;The&nbsp;viewport&nbsp;for&nbsp;showing&nbsp;this&nbsp;location.&nbsp;This&nbsp;is&nbsp;a&nbsp;latitude,&nbsp;longitude&nbsp;rectangle.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hi":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cachePolicy":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;cache&nbsp;policy&nbsp;active&nbsp;for&nbsp;this&nbsp;data.&nbsp;EX:&nbsp;UNRESTRICTED,&nbsp;RESTRICTED,&nbsp;NEVER<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"common":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;of&nbsp;the&nbsp;information&nbsp;url&nbsp;and&nbsp;description.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"previewImageUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;preview&nbsp;image&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"snippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;for&nbsp;this&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"snippetUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;information&nbsp;for&nbsp;this&nbsp;location.&nbsp;Ex:&nbsp;wikipedia&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;id&nbsp;for&nbsp;this&nbsp;annotation&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;this&nbsp;resource.&nbsp;*<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#annotationsdata",&nbsp;#&nbsp;Resource&nbsp;type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;volume&nbsp;annotations&nbsp;found.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.layers.html b/docs/dyn/books.v1.layers.html
deleted file mode 100644
index 940bcdb..0000000
--- a/docs/dyn/books.v1.layers.html
+++ /dev/null
@@ -1,101 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-annotationData"><strong><a href="books.v1.layers.annotationData.html">annotationData</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;layer&nbsp;summary&nbsp;for&nbsp;a&nbsp;volume.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;The&nbsp;volume&nbsp;to&nbsp;retrieve&nbsp;layers&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;contentVersion:&nbsp;string,&nbsp;The&nbsp;content&nbsp;version&nbsp;for&nbsp;the&nbsp;requested&nbsp;volume.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;summaryId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;layer&nbsp;to&nbsp;get&nbsp;the&nbsp;summary&nbsp;for.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#layersummary",&nbsp;#&nbsp;Resource&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"annotationCount":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;annotations&nbsp;for&nbsp;this&nbsp;layer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"dataCount":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;data&nbsp;items&nbsp;for&nbsp;this&nbsp;layer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"annotationsLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;get&nbsp;the&nbsp;annotations&nbsp;for&nbsp;this&nbsp;layer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;an&nbsp;item&nbsp;in&nbsp;this&nbsp;layer&nbsp;was&nbsp;updated.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;volume&nbsp;id&nbsp;this&nbsp;resource&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;id&nbsp;of&nbsp;this&nbsp;layer&nbsp;summary.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"annotationTypes":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;annotation&nbsp;types&nbsp;contained&nbsp;for&nbsp;this&nbsp;layer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;version&nbsp;this&nbsp;resource&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;layer&nbsp;id&nbsp;for&nbsp;this&nbsp;summary.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"annotationsDataLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;get&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;the&nbsp;layer&nbsp;summaries&nbsp;for&nbsp;a&nbsp;volume.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;value&nbsp;of&nbsp;the&nbsp;nextToken&nbsp;from&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;The&nbsp;volume&nbsp;to&nbsp;retrieve&nbsp;layers&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;contentVersion:&nbsp;string,&nbsp;The&nbsp;content&nbsp;version&nbsp;for&nbsp;the&nbsp;requested&nbsp;volume.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;layer&nbsp;summaries&nbsp;found.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;layer&nbsp;summary&nbsp;items.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#layersummary",&nbsp;#&nbsp;Resource&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotationCount":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;annotations&nbsp;for&nbsp;this&nbsp;layer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dataCount":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;data&nbsp;items&nbsp;for&nbsp;this&nbsp;layer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotationsLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;get&nbsp;the&nbsp;annotations&nbsp;for&nbsp;this&nbsp;layer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;an&nbsp;item&nbsp;in&nbsp;this&nbsp;layer&nbsp;was&nbsp;updated.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;volume&nbsp;id&nbsp;this&nbsp;resource&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;id&nbsp;of&nbsp;this&nbsp;layer&nbsp;summary.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotationTypes":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;annotation&nbsp;types&nbsp;contained&nbsp;for&nbsp;this&nbsp;layer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;version&nbsp;this&nbsp;resource&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;layer&nbsp;id&nbsp;for&nbsp;this&nbsp;summary.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotationsDataLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;get&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#layersummaries",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-volumeAnnotations"><strong><a href="books.v1.layers.volumeAnnotations.html">volumeAnnotations</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.layers.volumeAnnotations.html b/docs/dyn/books.v1.layers.volumeAnnotations.html
deleted file mode 100644
index 4f1450b..0000000
--- a/docs/dyn/books.v1.layers.volumeAnnotations.html
+++ /dev/null
@@ -1,162 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;volume&nbsp;annotation.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;The&nbsp;locale&nbsp;information&nbsp;for&nbsp;the&nbsp;data.&nbsp;ISO-639-1&nbsp;language&nbsp;and&nbsp;ISO-3166-1&nbsp;country&nbsp;code.&nbsp;Ex:&nbsp;'en_US'.<br>
-&nbsp;&nbsp;annotationId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;volume&nbsp;annotation&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;The&nbsp;volume&nbsp;to&nbsp;retrieve&nbsp;annotations&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;layerId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;layer&nbsp;to&nbsp;get&nbsp;the&nbsp;annotations.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"annotationType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;annotation&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volumeannotation",&nbsp;#&nbsp;Resource&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;anntoation&nbsp;was&nbsp;updated.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indicates&nbsp;that&nbsp;this&nbsp;annotation&nbsp;is&nbsp;deleted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"contentRanges":&nbsp;{&nbsp;#&nbsp;The&nbsp;content&nbsp;ranges&nbsp;to&nbsp;identify&nbsp;the&nbsp;selected&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;applicable&nbsp;to&nbsp;ranges&nbsp;below.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Excerpt&nbsp;from&nbsp;the&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Volume&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"annotationDataId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;annotation&nbsp;data&nbsp;id&nbsp;for&nbsp;this&nbsp;volume&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"annotationDataLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;get&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"pageIds":&nbsp;[&nbsp;#&nbsp;Pages&nbsp;the&nbsp;annotation&nbsp;spans.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Layer&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;id&nbsp;of&nbsp;this&nbsp;volume&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;volume&nbsp;annotations&nbsp;for&nbsp;a&nbsp;volume&nbsp;and&nbsp;layer.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;endPosition:&nbsp;string,&nbsp;The&nbsp;end&nbsp;position&nbsp;to&nbsp;end&nbsp;retrieving&nbsp;data&nbsp;from.<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;The&nbsp;locale&nbsp;information&nbsp;for&nbsp;the&nbsp;data.&nbsp;ISO-639-1&nbsp;language&nbsp;and&nbsp;ISO-3166-1&nbsp;country&nbsp;code.&nbsp;Ex:&nbsp;'en_US'.<br>
-&nbsp;&nbsp;startOffset:&nbsp;string,&nbsp;The&nbsp;start&nbsp;offset&nbsp;to&nbsp;start&nbsp;retrieving&nbsp;data&nbsp;from.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;value&nbsp;of&nbsp;the&nbsp;nextToken&nbsp;from&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;updatedMin:&nbsp;string,&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp&nbsp;to&nbsp;restrict&nbsp;to&nbsp;items&nbsp;updated&nbsp;since&nbsp;this&nbsp;timestamp&nbsp;(inclusive).<br>
-&nbsp;&nbsp;endOffset:&nbsp;string,&nbsp;The&nbsp;end&nbsp;offset&nbsp;to&nbsp;end&nbsp;retrieving&nbsp;data&nbsp;from.<br>
-&nbsp;&nbsp;showDeleted:&nbsp;boolean,&nbsp;Set&nbsp;to&nbsp;true&nbsp;to&nbsp;return&nbsp;deleted&nbsp;annotations.&nbsp;updatedMin&nbsp;must&nbsp;be&nbsp;in&nbsp;the&nbsp;request&nbsp;to&nbsp;use&nbsp;this.&nbsp;Defaults&nbsp;to&nbsp;false.<br>
-&nbsp;&nbsp;contentVersion:&nbsp;string,&nbsp;The&nbsp;content&nbsp;version&nbsp;for&nbsp;the&nbsp;requested&nbsp;volume.&nbsp;(required)<br>
-&nbsp;&nbsp;layerId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;layer&nbsp;to&nbsp;get&nbsp;the&nbsp;annotations.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;updatedMax:&nbsp;string,&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp&nbsp;to&nbsp;restrict&nbsp;to&nbsp;items&nbsp;updated&nbsp;prior&nbsp;to&nbsp;this&nbsp;timestamp&nbsp;(exclusive).<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;The&nbsp;volume&nbsp;to&nbsp;retrieve&nbsp;annotations&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;startPosition:&nbsp;string,&nbsp;The&nbsp;start&nbsp;position&nbsp;to&nbsp;start&nbsp;retrieving&nbsp;data&nbsp;from.<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Token&nbsp;to&nbsp;pass&nbsp;in&nbsp;for&nbsp;pagination&nbsp;for&nbsp;the&nbsp;next&nbsp;page.&nbsp;This&nbsp;will&nbsp;not&nbsp;be&nbsp;present&nbsp;if&nbsp;this&nbsp;request&nbsp;does&nbsp;not&nbsp;have&nbsp;more&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;volume&nbsp;annotations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotationType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;annotation&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volumeannotation",&nbsp;#&nbsp;Resource&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;anntoation&nbsp;was&nbsp;updated.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indicates&nbsp;that&nbsp;this&nbsp;annotation&nbsp;is&nbsp;deleted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentRanges":&nbsp;{&nbsp;#&nbsp;The&nbsp;content&nbsp;ranges&nbsp;to&nbsp;identify&nbsp;the&nbsp;selected&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;applicable&nbsp;to&nbsp;ranges&nbsp;below.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Excerpt&nbsp;from&nbsp;the&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Volume&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotationDataId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;annotation&nbsp;data&nbsp;id&nbsp;for&nbsp;this&nbsp;volume&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotationDataLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;get&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageIds":&nbsp;[&nbsp;#&nbsp;Pages&nbsp;the&nbsp;annotation&nbsp;spans.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Layer&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;id&nbsp;of&nbsp;this&nbsp;volume&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volumeannotations",&nbsp;#&nbsp;Resource&nbsp;type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;volume&nbsp;annotations&nbsp;found.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.myconfig.html b/docs/dyn/books.v1.myconfig.html
deleted file mode 100644
index 0ccd5c4..0000000
--- a/docs/dyn/books.v1.myconfig.html
+++ /dev/null
@@ -1,265 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-releaseDownloadAccess"><strong>releaseDownloadAccess</strong></a> = method(self, **kwargs)</dt><dd><tt>Release&nbsp;downloaded&nbsp;content&nbsp;access&nbsp;restriction.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;ISO-639-1,&nbsp;ISO-3166-1&nbsp;codes&nbsp;for&nbsp;message&nbsp;localization,&nbsp;i.e.&nbsp;en_US.<br>
-&nbsp;&nbsp;cpksver:&nbsp;string,&nbsp;The&nbsp;device/version&nbsp;ID&nbsp;from&nbsp;which&nbsp;to&nbsp;release&nbsp;the&nbsp;restriction.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;volumeIds:&nbsp;string,&nbsp;The&nbsp;volume(s)&nbsp;to&nbsp;release&nbsp;restrictions&nbsp;for.&nbsp;(required)&nbsp;(repeated)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"downloadAccessList":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;download&nbsp;access&nbsp;responses.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nonce":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;nonce&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#downloadAccessRestriction",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"justAcquired":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;deviceAllowed,&nbsp;whether&nbsp;access&nbsp;was&nbsp;just&nbsp;acquired&nbsp;with&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxDownloadDevices":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadsAcquired":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;already&nbsp;acquired&nbsp;(including&nbsp;the&nbsp;requesting&nbsp;client,&nbsp;if&nbsp;licensed).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"signature":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Response&nbsp;signature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifies&nbsp;the&nbsp;volume&nbsp;for&nbsp;which&nbsp;this&nbsp;entry&nbsp;applies.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deviceAllowed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;whether&nbsp;access&nbsp;is&nbsp;granted&nbsp;for&nbsp;this&nbsp;(user,&nbsp;device,&nbsp;volume).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;app&nbsp;identifier&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"restricted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;has&nbsp;any&nbsp;download&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reasonCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;reason&nbsp;code.&nbsp;Additional&nbsp;codes&nbsp;may&nbsp;be&nbsp;added&nbsp;in&nbsp;the&nbsp;future.&nbsp;0&nbsp;OK&nbsp;100&nbsp;ACCESS_DENIED_PUBLISHER_LIMIT&nbsp;101&nbsp;ACCESS_DENIED_LIMIT&nbsp;200&nbsp;WARNING_USED_LAST_ACCESS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#downloadAccesses",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-requestAccess"><strong>requestAccess</strong></a> = method(self, **kwargs)</dt><dd><tt>Request&nbsp;concurrent&nbsp;and&nbsp;download&nbsp;access&nbsp;restrictions.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;nonce:&nbsp;string,&nbsp;The&nbsp;client&nbsp;nonce&nbsp;value.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.&nbsp;(required)<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;ISO-639-1,&nbsp;ISO-3166-1&nbsp;codes&nbsp;for&nbsp;message&nbsp;localization,&nbsp;i.e.&nbsp;en_US.<br>
-&nbsp;&nbsp;cpksver:&nbsp;string,&nbsp;The&nbsp;device/version&nbsp;ID&nbsp;from&nbsp;which&nbsp;to&nbsp;request&nbsp;the&nbsp;restrictions.&nbsp;(required)<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;The&nbsp;volume&nbsp;to&nbsp;request&nbsp;concurrent/download&nbsp;restrictions&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"downloadAccess":&nbsp;{&nbsp;#&nbsp;A&nbsp;download&nbsp;access&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nonce":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;nonce&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#downloadAccessRestriction",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"justAcquired":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;deviceAllowed,&nbsp;whether&nbsp;access&nbsp;was&nbsp;just&nbsp;acquired&nbsp;with&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxDownloadDevices":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadsAcquired":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;already&nbsp;acquired&nbsp;(including&nbsp;the&nbsp;requesting&nbsp;client,&nbsp;if&nbsp;licensed).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"signature":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Response&nbsp;signature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifies&nbsp;the&nbsp;volume&nbsp;for&nbsp;which&nbsp;this&nbsp;entry&nbsp;applies.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deviceAllowed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;whether&nbsp;access&nbsp;is&nbsp;granted&nbsp;for&nbsp;this&nbsp;(user,&nbsp;device,&nbsp;volume).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;app&nbsp;identifier&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"restricted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;has&nbsp;any&nbsp;download&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reasonCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;reason&nbsp;code.&nbsp;Additional&nbsp;codes&nbsp;may&nbsp;be&nbsp;added&nbsp;in&nbsp;the&nbsp;future.&nbsp;0&nbsp;OK&nbsp;100&nbsp;ACCESS_DENIED_PUBLISHER_LIMIT&nbsp;101&nbsp;ACCESS_DENIED_LIMIT&nbsp;200&nbsp;WARNING_USED_LAST_ACCESS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#requestAccess",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"concurrentAccess":&nbsp;{&nbsp;#&nbsp;A&nbsp;concurrent&nbsp;access&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nonce":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;nonce&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#concurrentAccessRestriction",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"restricted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;has&nbsp;any&nbsp;concurrent&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifies&nbsp;the&nbsp;volume&nbsp;for&nbsp;which&nbsp;this&nbsp;entry&nbsp;applies.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxConcurrentDevices":&nbsp;42,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;concurrent&nbsp;access&nbsp;licenses&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deviceAllowed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;access&nbsp;is&nbsp;granted&nbsp;for&nbsp;this&nbsp;(user,&nbsp;device,&nbsp;volume).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;app&nbsp;identifier&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeWindowSeconds":&nbsp;42,&nbsp;#&nbsp;Time&nbsp;in&nbsp;seconds&nbsp;for&nbsp;license&nbsp;auto-expiration.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"signature":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Response&nbsp;signature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reasonCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;reason&nbsp;code.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-syncVolumeLicenses"><strong>syncVolumeLicenses</strong></a> = method(self, **kwargs)</dt><dd><tt>Request&nbsp;downloaded&nbsp;content&nbsp;access&nbsp;for&nbsp;specified&nbsp;volumes&nbsp;on&nbsp;the&nbsp;My&nbsp;eBooks&nbsp;shelf.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;nonce:&nbsp;string,&nbsp;The&nbsp;client&nbsp;nonce&nbsp;value.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.&nbsp;(required)<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;ISO-639-1,&nbsp;ISO-3166-1&nbsp;codes&nbsp;for&nbsp;message&nbsp;localization,&nbsp;i.e.&nbsp;en_US.<br>
-&nbsp;&nbsp;showPreorders:&nbsp;boolean,&nbsp;Set&nbsp;to&nbsp;true&nbsp;to&nbsp;show&nbsp;pre-ordered&nbsp;books.&nbsp;Defaults&nbsp;to&nbsp;false.<br>
-&nbsp;&nbsp;cpksver:&nbsp;string,&nbsp;The&nbsp;device/version&nbsp;ID&nbsp;from&nbsp;which&nbsp;to&nbsp;release&nbsp;the&nbsp;restriction.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;volumeIds:&nbsp;string,&nbsp;The&nbsp;volume(s)&nbsp;to&nbsp;request&nbsp;download&nbsp;restrictions&nbsp;for.&nbsp;(repeated)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;volumes&nbsp;found.&nbsp;This&nbsp;might&nbsp;be&nbsp;greater&nbsp;than&nbsp;the&nbsp;number&nbsp;of&nbsp;volumes&nbsp;returned&nbsp;in&nbsp;this&nbsp;response&nbsp;if&nbsp;results&nbsp;have&nbsp;been&nbsp;paginated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;volumes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volume",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;reading&nbsp;or&nbsp;obtaining&nbsp;that&nbsp;volume&nbsp;text.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;country&nbsp;(books&nbsp;may&nbsp;be&nbsp;public&nbsp;domain&nbsp;in&nbsp;one&nbsp;country&nbsp;but&nbsp;not&nbsp;in&nbsp;another,&nbsp;e.g.).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"webReaderLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;read&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;Link&nbsp;will&nbsp;not&nbsp;allow&nbsp;users&nbsp;to&nbsp;read&nbsp;non-viewable&nbsp;volumes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publicDomain":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;public&nbsp;domain&nbsp;in&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"embeddable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;can&nbsp;be&nbsp;embedded&nbsp;in&nbsp;a&nbsp;viewport&nbsp;using&nbsp;the&nbsp;Embedded&nbsp;Viewer&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadAccess":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;a&nbsp;volume's&nbsp;download&nbsp;license&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nonce":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;nonce&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#downloadAccessRestriction",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"justAcquired":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;deviceAllowed,&nbsp;whether&nbsp;access&nbsp;was&nbsp;just&nbsp;acquired&nbsp;with&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxDownloadDevices":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadsAcquired":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;already&nbsp;acquired&nbsp;(including&nbsp;the&nbsp;requesting&nbsp;client,&nbsp;if&nbsp;licensed).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"signature":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Response&nbsp;signature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifies&nbsp;the&nbsp;volume&nbsp;for&nbsp;which&nbsp;this&nbsp;entry&nbsp;applies.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deviceAllowed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;whether&nbsp;access&nbsp;is&nbsp;granted&nbsp;for&nbsp;this&nbsp;(user,&nbsp;device,&nbsp;volume).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;app&nbsp;identifier&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"restricted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;has&nbsp;any&nbsp;download&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reasonCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;reason&nbsp;code.&nbsp;Additional&nbsp;codes&nbsp;may&nbsp;be&nbsp;added&nbsp;in&nbsp;the&nbsp;future.&nbsp;0&nbsp;OK&nbsp;100&nbsp;ACCESS_DENIED_PUBLISHER_LIMIT&nbsp;101&nbsp;ACCESS_DENIED_LIMIT&nbsp;200&nbsp;WARNING_USED_LAST_ACCESS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;access&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewOrderUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;ordered&nbsp;but&nbsp;not&nbsp;yet&nbsp;processed&nbsp;orders,&nbsp;we&nbsp;give&nbsp;a&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;go&nbsp;to&nbsp;the&nbsp;appropriate&nbsp;Google&nbsp;Wallet&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textToSpeechPermission":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;text-to-speech&nbsp;is&nbsp;permitted&nbsp;for&nbsp;this&nbsp;volume.&nbsp;Values&nbsp;can&nbsp;be&nbsp;ALLOWED,&nbsp;ALLOWED_FOR_ACCESSIBILITY,&nbsp;or&nbsp;NOT_ALLOWED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdf":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;pdf&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;scanned&nbsp;image&nbsp;pdf&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;pdf.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;pdf&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;read&nbsp;access&nbsp;of&nbsp;a&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;PARTIAL,&nbsp;ALL_PAGES,&nbsp;NO_PAGES&nbsp;or&nbsp;UNKNOWN.&nbsp;This&nbsp;value&nbsp;depends&nbsp;on&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;A&nbsp;value&nbsp;of&nbsp;PARTIAL&nbsp;means&nbsp;that&nbsp;the&nbsp;publisher&nbsp;has&nbsp;allowed&nbsp;some&nbsp;portion&nbsp;of&nbsp;the&nbsp;volume&nbsp;to&nbsp;be&nbsp;viewed&nbsp;publicly,&nbsp;without&nbsp;purchase.&nbsp;This&nbsp;can&nbsp;apply&nbsp;to&nbsp;eBooks&nbsp;as&nbsp;well&nbsp;as&nbsp;non-eBooks.&nbsp;Public&nbsp;domain&nbsp;books&nbsp;will&nbsp;always&nbsp;have&nbsp;a&nbsp;value&nbsp;of&nbsp;ALL_PAGES.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epub":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;epub&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;flowing&nbsp;text&nbsp;epub&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;epub.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;epub&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessViewStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Combines&nbsp;the&nbsp;access&nbsp;and&nbsp;viewability&nbsp;of&nbsp;this&nbsp;volume&nbsp;into&nbsp;a&nbsp;single&nbsp;status&nbsp;field&nbsp;for&nbsp;this&nbsp;user.&nbsp;Values&nbsp;can&nbsp;be&nbsp;FULL_PURCHASED,&nbsp;FULL_PUBLIC_DOMAIN,&nbsp;SAMPLE&nbsp;or&nbsp;NONE.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchInfo":&nbsp;{&nbsp;#&nbsp;Search&nbsp;result&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;text&nbsp;snippet&nbsp;containing&nbsp;the&nbsp;search&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;the&nbsp;eBookstore&nbsp;and/or&nbsp;purchaseability.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;the&nbsp;country&nbsp;where&nbsp;the&nbsp;request&nbsp;originates&nbsp;from&nbsp;(i.e.&nbsp;books&nbsp;may&nbsp;not&nbsp;be&nbsp;for&nbsp;sale&nbsp;in&nbsp;certain&nbsp;countries).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;sale&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"retailPrice":&nbsp;{&nbsp;#&nbsp;The&nbsp;actual&nbsp;selling&nbsp;price&nbsp;of&nbsp;the&nbsp;book.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;as&nbsp;the&nbsp;suggested&nbsp;retail&nbsp;or&nbsp;list&nbsp;price&nbsp;unless&nbsp;there&nbsp;are&nbsp;offers&nbsp;or&nbsp;discounts&nbsp;on&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isEbook":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;an&nbsp;eBook&nbsp;(can&nbsp;be&nbsp;added&nbsp;to&nbsp;the&nbsp;My&nbsp;eBooks&nbsp;shelf).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale&nbsp;or&nbsp;offered&nbsp;for&nbsp;free&nbsp;in&nbsp;the&nbsp;Google&nbsp;eBookstore&nbsp;for&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;FOR_SALE,&nbsp;FREE,&nbsp;NOT_FOR_SALE,&nbsp;or&nbsp;FOR_PREORDER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"buyLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;purchase&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"onSaleDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;on&nbsp;which&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"listPrice":&nbsp;{&nbsp;#&nbsp;Suggested&nbsp;retail&nbsp;price.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Opaque&nbsp;identifier&nbsp;for&nbsp;a&nbsp;specific&nbsp;version&nbsp;of&nbsp;a&nbsp;volume&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userInfo":&nbsp;{&nbsp;#&nbsp;User&nbsp;specific&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.&nbsp;(e.g.&nbsp;page&nbsp;this&nbsp;user&nbsp;last&nbsp;read&nbsp;or&nbsp;whether&nbsp;they&nbsp;purchased&nbsp;this&nbsp;book)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isInMyBooks":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;currently&nbsp;in&nbsp;"my&nbsp;books."<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;volume&nbsp;was&nbsp;last&nbsp;modified&nbsp;by&nbsp;a&nbsp;user&nbsp;action,&nbsp;such&nbsp;as&nbsp;a&nbsp;reading&nbsp;position&nbsp;update,&nbsp;volume&nbsp;purchase&nbsp;or&nbsp;writing&nbsp;a&nbsp;review.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"review":&nbsp;{&nbsp;#&nbsp;This&nbsp;user's&nbsp;review&nbsp;of&nbsp;this&nbsp;volume,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rating":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Star&nbsp;rating&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ONE,&nbsp;TWO,&nbsp;THREE,&nbsp;FOUR,&nbsp;FIVE&nbsp;or&nbsp;NOT_RATED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#review",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;for&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;that&nbsp;this&nbsp;review&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Review&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;{&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;the&nbsp;source&nbsp;of&nbsp;this&nbsp;review,&nbsp;when&nbsp;the&nbsp;review&nbsp;is&nbsp;not&nbsp;from&nbsp;a&nbsp;Google&nbsp;Books&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraDescription":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Extra&nbsp;text&nbsp;about&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;source.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Source&nbsp;type&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;EDITORIAL,&nbsp;WEB_USER&nbsp;or&nbsp;GOOGLE_USER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullTextUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;the&nbsp;full&nbsp;review&nbsp;text,&nbsp;for&nbsp;reviews&nbsp;gathered&nbsp;from&nbsp;the&nbsp;web.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPurchased":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;purchased&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"readingPosition":&nbsp;{&nbsp;#&nbsp;The&nbsp;user's&nbsp;current&nbsp;reading&nbsp;position&nbsp;in&nbsp;the&nbsp;volume,&nbsp;if&nbsp;one&nbsp;is&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#readingPosition",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImagePosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;image-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epubCfiPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;an&nbsp;EPUB&nbsp;as&nbsp;a&nbsp;CFI.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;reading&nbsp;position&nbsp;was&nbsp;last&nbsp;updated&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;id&nbsp;associated&nbsp;with&nbsp;this&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdfPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;PDF&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;text-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPreordered":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;pre-ordered&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeInfo":&nbsp;{&nbsp;#&nbsp;General&nbsp;volume&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publisher":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Publisher&nbsp;of&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subtitle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;subtitle.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;synopsis&nbsp;of&nbsp;the&nbsp;volume.&nbsp;The&nbsp;text&nbsp;of&nbsp;the&nbsp;description&nbsp;is&nbsp;formatted&nbsp;in&nbsp;HTML&nbsp;and&nbsp;includes&nbsp;simple&nbsp;formatting&nbsp;elements,&nbsp;such&nbsp;as&nbsp;b,&nbsp;i,&nbsp;and&nbsp;br&nbsp;tags.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Best&nbsp;language&nbsp;for&nbsp;this&nbsp;volume&nbsp;(based&nbsp;on&nbsp;content).&nbsp;It&nbsp;is&nbsp;the&nbsp;two-letter&nbsp;ISO&nbsp;639-1&nbsp;code&nbsp;such&nbsp;as&nbsp;'fr',&nbsp;'en',&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageCount":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;pages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageLinks":&nbsp;{&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;image&nbsp;links&nbsp;for&nbsp;all&nbsp;the&nbsp;sizes&nbsp;that&nbsp;are&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"medium":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;medium&nbsp;size&nbsp;(width&nbsp;of&nbsp;~575&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"smallThumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~80&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"large":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~800&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraLarge":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;extra&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~1280&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"small":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;size&nbsp;(width&nbsp;of&nbsp;~300&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~128&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publishedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;publication.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"previewLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;preview&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"printType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;publication&nbsp;of&nbsp;this&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;BOOK&nbsp;or&nbsp;MAGAZINE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ratingsCount":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;review&nbsp;ratings&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mainCategory":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;main&nbsp;category&nbsp;to&nbsp;which&nbsp;this&nbsp;volume&nbsp;belongs.&nbsp;It&nbsp;will&nbsp;be&nbsp;the&nbsp;category&nbsp;from&nbsp;the&nbsp;categories&nbsp;list&nbsp;returned&nbsp;below&nbsp;that&nbsp;has&nbsp;the&nbsp;highest&nbsp;weight.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dimensions":&nbsp;{&nbsp;#&nbsp;Physical&nbsp;dimensions&nbsp;of&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Width&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thickness":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Thickness&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Height&nbsp;or&nbsp;length&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;identifier&nbsp;for&nbsp;the&nbsp;version&nbsp;of&nbsp;the&nbsp;volume&nbsp;content&nbsp;(text&nbsp;&amp;&nbsp;images).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"industryIdentifiers":&nbsp;[&nbsp;#&nbsp;Industry&nbsp;standard&nbsp;identifiers&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Industry&nbsp;specific&nbsp;volume&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;type.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ISBN_10,&nbsp;ISBN_13,&nbsp;ISSN&nbsp;and&nbsp;OTHER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"authors":&nbsp;[&nbsp;#&nbsp;The&nbsp;names&nbsp;of&nbsp;the&nbsp;authors&nbsp;and/or&nbsp;editors&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;title.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canonicalVolumeLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Canonical&nbsp;URL&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"infoLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;view&nbsp;information&nbsp;about&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;subject&nbsp;categories,&nbsp;such&nbsp;as&nbsp;"Fiction",&nbsp;"Suspense",&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"averageRating":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;mean&nbsp;review&nbsp;rating&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(min&nbsp;=&nbsp;1.0,&nbsp;max&nbsp;=&nbsp;5.0)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volumes",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.mylibrary.annotations.html b/docs/dyn/books.v1.mylibrary.annotations.html
deleted file mode 100644
index 43668b2..0000000
--- a/docs/dyn/books.v1.mylibrary.annotations.html
+++ /dev/null
@@ -1,484 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;an&nbsp;annotation.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;annotationId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;annotation&nbsp;to&nbsp;delete.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;an&nbsp;annotation&nbsp;by&nbsp;its&nbsp;ID.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;annotationId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;annotation&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#annotation",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;annotation&nbsp;was&nbsp;modified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;created&nbsp;time&nbsp;of&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indicates&nbsp;that&nbsp;this&nbsp;annotation&nbsp;is&nbsp;deleted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"beforeSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;before&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currentVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;for&nbsp;the&nbsp;most&nbsp;recent&nbsp;content&nbsp;version.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;applicable&nbsp;to&nbsp;ranges&nbsp;below.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"afterSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;after&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"clientVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;sent&nbsp;from&nbsp;the&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;the&nbsp;client&nbsp;sent&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;volume&nbsp;that&nbsp;this&nbsp;annotation&nbsp;belongs&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageIds":&nbsp;[&nbsp;#&nbsp;Pages&nbsp;that&nbsp;this&nbsp;annotation&nbsp;spans.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;layer&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Excerpt&nbsp;from&nbsp;the&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"highlightStyle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;highlight&nbsp;style&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;User-created&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;this&nbsp;annotation,&nbsp;in&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;GUID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;a&nbsp;new&nbsp;annotation.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#annotation",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;annotation&nbsp;was&nbsp;modified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;created&nbsp;time&nbsp;of&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indicates&nbsp;that&nbsp;this&nbsp;annotation&nbsp;is&nbsp;deleted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"beforeSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;before&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"currentVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;for&nbsp;the&nbsp;most&nbsp;recent&nbsp;content&nbsp;version.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;applicable&nbsp;to&nbsp;ranges&nbsp;below.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"afterSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;after&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"clientVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;sent&nbsp;from&nbsp;the&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;the&nbsp;client&nbsp;sent&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;volume&nbsp;that&nbsp;this&nbsp;annotation&nbsp;belongs&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"pageIds":&nbsp;[&nbsp;#&nbsp;Pages&nbsp;that&nbsp;this&nbsp;annotation&nbsp;spans.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;layer&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Excerpt&nbsp;from&nbsp;the&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"highlightStyle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;highlight&nbsp;style&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;User-created&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;this&nbsp;annotation,&nbsp;in&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;GUID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#annotation",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;annotation&nbsp;was&nbsp;modified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;created&nbsp;time&nbsp;of&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indicates&nbsp;that&nbsp;this&nbsp;annotation&nbsp;is&nbsp;deleted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"beforeSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;before&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currentVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;for&nbsp;the&nbsp;most&nbsp;recent&nbsp;content&nbsp;version.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;applicable&nbsp;to&nbsp;ranges&nbsp;below.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"afterSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;after&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"clientVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;sent&nbsp;from&nbsp;the&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;the&nbsp;client&nbsp;sent&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;volume&nbsp;that&nbsp;this&nbsp;annotation&nbsp;belongs&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageIds":&nbsp;[&nbsp;#&nbsp;Pages&nbsp;that&nbsp;this&nbsp;annotation&nbsp;spans.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;layer&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Excerpt&nbsp;from&nbsp;the&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"highlightStyle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;highlight&nbsp;style&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;User-created&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;this&nbsp;annotation,&nbsp;in&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;GUID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;list&nbsp;of&nbsp;annotations,&nbsp;possibly&nbsp;filtered.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;value&nbsp;of&nbsp;the&nbsp;nextToken&nbsp;from&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;updatedMax:&nbsp;string,&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp&nbsp;to&nbsp;restrict&nbsp;to&nbsp;items&nbsp;updated&nbsp;prior&nbsp;to&nbsp;this&nbsp;timestamp&nbsp;(exclusive).<br>
-&nbsp;&nbsp;layerId:&nbsp;string,&nbsp;The&nbsp;layer&nbsp;ID&nbsp;to&nbsp;limit&nbsp;annotation&nbsp;by.<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;The&nbsp;volume&nbsp;to&nbsp;restrict&nbsp;annotations&nbsp;to.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;showDeleted:&nbsp;boolean,&nbsp;Set&nbsp;to&nbsp;true&nbsp;to&nbsp;return&nbsp;deleted&nbsp;annotations.&nbsp;updatedMin&nbsp;must&nbsp;be&nbsp;in&nbsp;the&nbsp;request&nbsp;to&nbsp;use&nbsp;this.&nbsp;Defaults&nbsp;to&nbsp;false.<br>
-&nbsp;&nbsp;pageIds:&nbsp;string,&nbsp;The&nbsp;page&nbsp;ID(s)&nbsp;for&nbsp;the&nbsp;volume&nbsp;that&nbsp;is&nbsp;being&nbsp;queried.&nbsp;(repeated)<br>
-&nbsp;&nbsp;contentVersion:&nbsp;string,&nbsp;The&nbsp;content&nbsp;version&nbsp;for&nbsp;the&nbsp;requested&nbsp;volume.<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;updatedMin:&nbsp;string,&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp&nbsp;to&nbsp;restrict&nbsp;to&nbsp;items&nbsp;updated&nbsp;since&nbsp;this&nbsp;timestamp&nbsp;(inclusive).<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Token&nbsp;to&nbsp;pass&nbsp;in&nbsp;for&nbsp;pagination&nbsp;for&nbsp;the&nbsp;next&nbsp;page.&nbsp;This&nbsp;will&nbsp;not&nbsp;be&nbsp;present&nbsp;if&nbsp;this&nbsp;request&nbsp;does&nbsp;not&nbsp;have&nbsp;more&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;annotations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#annotation",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;annotation&nbsp;was&nbsp;modified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;created&nbsp;time&nbsp;of&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indicates&nbsp;that&nbsp;this&nbsp;annotation&nbsp;is&nbsp;deleted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"beforeSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;before&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currentVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;for&nbsp;the&nbsp;most&nbsp;recent&nbsp;content&nbsp;version.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;applicable&nbsp;to&nbsp;ranges&nbsp;below.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"afterSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;after&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"clientVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;sent&nbsp;from&nbsp;the&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;the&nbsp;client&nbsp;sent&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;volume&nbsp;that&nbsp;this&nbsp;annotation&nbsp;belongs&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageIds":&nbsp;[&nbsp;#&nbsp;Pages&nbsp;that&nbsp;this&nbsp;annotation&nbsp;spans.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;layer&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Excerpt&nbsp;from&nbsp;the&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"highlightStyle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;highlight&nbsp;style&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;User-created&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;this&nbsp;annotation,&nbsp;in&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;GUID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#annotations",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;annotations&nbsp;found.&nbsp;This&nbsp;may&nbsp;be&nbsp;greater&nbsp;than&nbsp;the&nbsp;number&nbsp;of&nbsp;notes&nbsp;returned&nbsp;in&nbsp;this&nbsp;response&nbsp;if&nbsp;results&nbsp;have&nbsp;been&nbsp;paginated.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;an&nbsp;existing&nbsp;annotation.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#annotation",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;annotation&nbsp;was&nbsp;modified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;created&nbsp;time&nbsp;of&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indicates&nbsp;that&nbsp;this&nbsp;annotation&nbsp;is&nbsp;deleted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"beforeSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;before&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"currentVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;for&nbsp;the&nbsp;most&nbsp;recent&nbsp;content&nbsp;version.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;applicable&nbsp;to&nbsp;ranges&nbsp;below.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"afterSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;after&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"clientVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;sent&nbsp;from&nbsp;the&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;the&nbsp;client&nbsp;sent&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;volume&nbsp;that&nbsp;this&nbsp;annotation&nbsp;belongs&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"pageIds":&nbsp;[&nbsp;#&nbsp;Pages&nbsp;that&nbsp;this&nbsp;annotation&nbsp;spans.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;layer&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Excerpt&nbsp;from&nbsp;the&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"highlightStyle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;highlight&nbsp;style&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;User-created&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;this&nbsp;annotation,&nbsp;in&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;GUID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;annotationId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;annotation&nbsp;to&nbsp;update.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#annotation",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;annotation&nbsp;was&nbsp;modified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;created&nbsp;time&nbsp;of&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indicates&nbsp;that&nbsp;this&nbsp;annotation&nbsp;is&nbsp;deleted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"beforeSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;before&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currentVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;for&nbsp;the&nbsp;most&nbsp;recent&nbsp;content&nbsp;version.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;applicable&nbsp;to&nbsp;ranges&nbsp;below.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"afterSelectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Anchor&nbsp;text&nbsp;after&nbsp;excerpt.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"clientVersionRanges":&nbsp;{&nbsp;#&nbsp;Selection&nbsp;ranges&nbsp;sent&nbsp;from&nbsp;the&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;the&nbsp;client&nbsp;sent&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;sent&nbsp;by&nbsp;client.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;volume&nbsp;that&nbsp;this&nbsp;annotation&nbsp;belongs&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageIds":&nbsp;[&nbsp;#&nbsp;Pages&nbsp;that&nbsp;this&nbsp;annotation&nbsp;spans.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;layer&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Excerpt&nbsp;from&nbsp;the&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"highlightStyle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;highlight&nbsp;style&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;User-created&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;this&nbsp;annotation,&nbsp;in&nbsp;the&nbsp;form&nbsp;of&nbsp;a&nbsp;GUID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.mylibrary.bookshelves.html b/docs/dyn/books.v1.mylibrary.bookshelves.html
deleted file mode 100644
index c7c6710..0000000
--- a/docs/dyn/books.v1.mylibrary.bookshelves.html
+++ /dev/null
@@ -1,128 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-addVolume"><strong>addVolume</strong></a> = method(self, **kwargs)</dt><dd><tt>Adds&nbsp;a&nbsp;volume&nbsp;to&nbsp;a&nbsp;bookshelf.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;shelf:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;bookshelf&nbsp;to&nbsp;which&nbsp;to&nbsp;add&nbsp;a&nbsp;volume.&nbsp;(required)<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;volume&nbsp;to&nbsp;add.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-clearVolumes"><strong>clearVolumes</strong></a> = method(self, **kwargs)</dt><dd><tt>Clears&nbsp;all&nbsp;volumes&nbsp;from&nbsp;a&nbsp;bookshelf.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;shelf:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;bookshelf&nbsp;from&nbsp;which&nbsp;to&nbsp;remove&nbsp;a&nbsp;volume.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;metadata&nbsp;for&nbsp;a&nbsp;specific&nbsp;bookshelf&nbsp;belonging&nbsp;to&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;shelf:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;bookshelf&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#bookshelf",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;bookshelf&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Created&nbsp;time&nbsp;for&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumeCount":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;volumes&nbsp;in&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modified&nbsp;time&nbsp;of&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;this&nbsp;bookshelf&nbsp;is&nbsp;PUBLIC&nbsp;or&nbsp;PRIVATE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumesLastUpdated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;a&nbsp;volume&nbsp;was&nbsp;added&nbsp;or&nbsp;removed&nbsp;from&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;Id&nbsp;of&nbsp;this&nbsp;bookshelf,&nbsp;only&nbsp;unique&nbsp;by&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;list&nbsp;of&nbsp;bookshelves&nbsp;belonging&nbsp;to&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;bookshelves.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#bookshelf",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;bookshelf&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Created&nbsp;time&nbsp;for&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeCount":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;volumes&nbsp;in&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modified&nbsp;time&nbsp;of&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;this&nbsp;bookshelf&nbsp;is&nbsp;PUBLIC&nbsp;or&nbsp;PRIVATE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumesLastUpdated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;a&nbsp;volume&nbsp;was&nbsp;added&nbsp;or&nbsp;removed&nbsp;from&nbsp;this&nbsp;bookshelf&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;Id&nbsp;of&nbsp;this&nbsp;bookshelf,&nbsp;only&nbsp;unique&nbsp;by&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#bookshelves",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-moveVolume"><strong>moveVolume</strong></a> = method(self, **kwargs)</dt><dd><tt>Moves&nbsp;a&nbsp;volume&nbsp;within&nbsp;a&nbsp;bookshelf.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;volumePosition:&nbsp;integer,&nbsp;Position&nbsp;on&nbsp;shelf&nbsp;to&nbsp;move&nbsp;the&nbsp;item&nbsp;(0&nbsp;puts&nbsp;the&nbsp;item&nbsp;before&nbsp;the&nbsp;current&nbsp;first&nbsp;item,&nbsp;1&nbsp;puts&nbsp;it&nbsp;between&nbsp;the&nbsp;first&nbsp;and&nbsp;the&nbsp;second&nbsp;and&nbsp;so&nbsp;on.)&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;shelf:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;bookshelf&nbsp;with&nbsp;the&nbsp;volume.&nbsp;(required)<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;volume&nbsp;to&nbsp;move.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-removeVolume"><strong>removeVolume</strong></a> = method(self, **kwargs)</dt><dd><tt>Removes&nbsp;a&nbsp;volume&nbsp;from&nbsp;a&nbsp;bookshelf.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;shelf:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;bookshelf&nbsp;from&nbsp;which&nbsp;to&nbsp;remove&nbsp;a&nbsp;volume.&nbsp;(required)<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;volume&nbsp;to&nbsp;remove.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-volumes"><strong><a href="books.v1.mylibrary.bookshelves.volumes.html">volumes</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html b/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html
deleted file mode 100644
index 12e492b..0000000
--- a/docs/dyn/books.v1.mylibrary.bookshelves.volumes.html
+++ /dev/null
@@ -1,188 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;volume&nbsp;information&nbsp;for&nbsp;volumes&nbsp;on&nbsp;a&nbsp;bookshelf.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Full-text&nbsp;search&nbsp;query&nbsp;string&nbsp;in&nbsp;this&nbsp;bookshelf.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Restrict&nbsp;information&nbsp;returned&nbsp;to&nbsp;a&nbsp;set&nbsp;of&nbsp;selected&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;full&nbsp;-&nbsp;Includes&nbsp;all&nbsp;volume&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lite&nbsp;-&nbsp;Includes&nbsp;a&nbsp;subset&nbsp;of&nbsp;fields&nbsp;in&nbsp;volumeInfo&nbsp;and&nbsp;accessInfo.<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;country:&nbsp;string,&nbsp;ISO-3166-1&nbsp;code&nbsp;to&nbsp;override&nbsp;the&nbsp;IP-based&nbsp;location.<br>
-&nbsp;&nbsp;showPreorders:&nbsp;boolean,&nbsp;Set&nbsp;to&nbsp;true&nbsp;to&nbsp;show&nbsp;pre-ordered&nbsp;books.&nbsp;Defaults&nbsp;to&nbsp;false.<br>
-&nbsp;&nbsp;startIndex:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;element&nbsp;to&nbsp;return&nbsp;(starts&nbsp;at&nbsp;0)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;shelf:&nbsp;string,&nbsp;The&nbsp;bookshelf&nbsp;ID&nbsp;or&nbsp;name&nbsp;retrieve&nbsp;volumes&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;volumes&nbsp;found.&nbsp;This&nbsp;might&nbsp;be&nbsp;greater&nbsp;than&nbsp;the&nbsp;number&nbsp;of&nbsp;volumes&nbsp;returned&nbsp;in&nbsp;this&nbsp;response&nbsp;if&nbsp;results&nbsp;have&nbsp;been&nbsp;paginated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;volumes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volume",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;reading&nbsp;or&nbsp;obtaining&nbsp;that&nbsp;volume&nbsp;text.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;country&nbsp;(books&nbsp;may&nbsp;be&nbsp;public&nbsp;domain&nbsp;in&nbsp;one&nbsp;country&nbsp;but&nbsp;not&nbsp;in&nbsp;another,&nbsp;e.g.).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"webReaderLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;read&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;Link&nbsp;will&nbsp;not&nbsp;allow&nbsp;users&nbsp;to&nbsp;read&nbsp;non-viewable&nbsp;volumes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publicDomain":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;public&nbsp;domain&nbsp;in&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"embeddable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;can&nbsp;be&nbsp;embedded&nbsp;in&nbsp;a&nbsp;viewport&nbsp;using&nbsp;the&nbsp;Embedded&nbsp;Viewer&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadAccess":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;a&nbsp;volume's&nbsp;download&nbsp;license&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nonce":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;nonce&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#downloadAccessRestriction",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"justAcquired":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;deviceAllowed,&nbsp;whether&nbsp;access&nbsp;was&nbsp;just&nbsp;acquired&nbsp;with&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxDownloadDevices":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadsAcquired":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;already&nbsp;acquired&nbsp;(including&nbsp;the&nbsp;requesting&nbsp;client,&nbsp;if&nbsp;licensed).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"signature":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Response&nbsp;signature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifies&nbsp;the&nbsp;volume&nbsp;for&nbsp;which&nbsp;this&nbsp;entry&nbsp;applies.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deviceAllowed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;whether&nbsp;access&nbsp;is&nbsp;granted&nbsp;for&nbsp;this&nbsp;(user,&nbsp;device,&nbsp;volume).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;app&nbsp;identifier&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"restricted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;has&nbsp;any&nbsp;download&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reasonCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;reason&nbsp;code.&nbsp;Additional&nbsp;codes&nbsp;may&nbsp;be&nbsp;added&nbsp;in&nbsp;the&nbsp;future.&nbsp;0&nbsp;OK&nbsp;100&nbsp;ACCESS_DENIED_PUBLISHER_LIMIT&nbsp;101&nbsp;ACCESS_DENIED_LIMIT&nbsp;200&nbsp;WARNING_USED_LAST_ACCESS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;access&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewOrderUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;ordered&nbsp;but&nbsp;not&nbsp;yet&nbsp;processed&nbsp;orders,&nbsp;we&nbsp;give&nbsp;a&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;go&nbsp;to&nbsp;the&nbsp;appropriate&nbsp;Google&nbsp;Wallet&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textToSpeechPermission":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;text-to-speech&nbsp;is&nbsp;permitted&nbsp;for&nbsp;this&nbsp;volume.&nbsp;Values&nbsp;can&nbsp;be&nbsp;ALLOWED,&nbsp;ALLOWED_FOR_ACCESSIBILITY,&nbsp;or&nbsp;NOT_ALLOWED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdf":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;pdf&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;scanned&nbsp;image&nbsp;pdf&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;pdf.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;pdf&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;read&nbsp;access&nbsp;of&nbsp;a&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;PARTIAL,&nbsp;ALL_PAGES,&nbsp;NO_PAGES&nbsp;or&nbsp;UNKNOWN.&nbsp;This&nbsp;value&nbsp;depends&nbsp;on&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;A&nbsp;value&nbsp;of&nbsp;PARTIAL&nbsp;means&nbsp;that&nbsp;the&nbsp;publisher&nbsp;has&nbsp;allowed&nbsp;some&nbsp;portion&nbsp;of&nbsp;the&nbsp;volume&nbsp;to&nbsp;be&nbsp;viewed&nbsp;publicly,&nbsp;without&nbsp;purchase.&nbsp;This&nbsp;can&nbsp;apply&nbsp;to&nbsp;eBooks&nbsp;as&nbsp;well&nbsp;as&nbsp;non-eBooks.&nbsp;Public&nbsp;domain&nbsp;books&nbsp;will&nbsp;always&nbsp;have&nbsp;a&nbsp;value&nbsp;of&nbsp;ALL_PAGES.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epub":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;epub&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;flowing&nbsp;text&nbsp;epub&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;epub.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;epub&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessViewStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Combines&nbsp;the&nbsp;access&nbsp;and&nbsp;viewability&nbsp;of&nbsp;this&nbsp;volume&nbsp;into&nbsp;a&nbsp;single&nbsp;status&nbsp;field&nbsp;for&nbsp;this&nbsp;user.&nbsp;Values&nbsp;can&nbsp;be&nbsp;FULL_PURCHASED,&nbsp;FULL_PUBLIC_DOMAIN,&nbsp;SAMPLE&nbsp;or&nbsp;NONE.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchInfo":&nbsp;{&nbsp;#&nbsp;Search&nbsp;result&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;text&nbsp;snippet&nbsp;containing&nbsp;the&nbsp;search&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;the&nbsp;eBookstore&nbsp;and/or&nbsp;purchaseability.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;the&nbsp;country&nbsp;where&nbsp;the&nbsp;request&nbsp;originates&nbsp;from&nbsp;(i.e.&nbsp;books&nbsp;may&nbsp;not&nbsp;be&nbsp;for&nbsp;sale&nbsp;in&nbsp;certain&nbsp;countries).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;sale&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"retailPrice":&nbsp;{&nbsp;#&nbsp;The&nbsp;actual&nbsp;selling&nbsp;price&nbsp;of&nbsp;the&nbsp;book.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;as&nbsp;the&nbsp;suggested&nbsp;retail&nbsp;or&nbsp;list&nbsp;price&nbsp;unless&nbsp;there&nbsp;are&nbsp;offers&nbsp;or&nbsp;discounts&nbsp;on&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isEbook":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;an&nbsp;eBook&nbsp;(can&nbsp;be&nbsp;added&nbsp;to&nbsp;the&nbsp;My&nbsp;eBooks&nbsp;shelf).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale&nbsp;or&nbsp;offered&nbsp;for&nbsp;free&nbsp;in&nbsp;the&nbsp;Google&nbsp;eBookstore&nbsp;for&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;FOR_SALE,&nbsp;FREE,&nbsp;NOT_FOR_SALE,&nbsp;or&nbsp;FOR_PREORDER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"buyLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;purchase&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"onSaleDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;on&nbsp;which&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"listPrice":&nbsp;{&nbsp;#&nbsp;Suggested&nbsp;retail&nbsp;price.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Opaque&nbsp;identifier&nbsp;for&nbsp;a&nbsp;specific&nbsp;version&nbsp;of&nbsp;a&nbsp;volume&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userInfo":&nbsp;{&nbsp;#&nbsp;User&nbsp;specific&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.&nbsp;(e.g.&nbsp;page&nbsp;this&nbsp;user&nbsp;last&nbsp;read&nbsp;or&nbsp;whether&nbsp;they&nbsp;purchased&nbsp;this&nbsp;book)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isInMyBooks":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;currently&nbsp;in&nbsp;"my&nbsp;books."<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;volume&nbsp;was&nbsp;last&nbsp;modified&nbsp;by&nbsp;a&nbsp;user&nbsp;action,&nbsp;such&nbsp;as&nbsp;a&nbsp;reading&nbsp;position&nbsp;update,&nbsp;volume&nbsp;purchase&nbsp;or&nbsp;writing&nbsp;a&nbsp;review.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"review":&nbsp;{&nbsp;#&nbsp;This&nbsp;user's&nbsp;review&nbsp;of&nbsp;this&nbsp;volume,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rating":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Star&nbsp;rating&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ONE,&nbsp;TWO,&nbsp;THREE,&nbsp;FOUR,&nbsp;FIVE&nbsp;or&nbsp;NOT_RATED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#review",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;for&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;that&nbsp;this&nbsp;review&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Review&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;{&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;the&nbsp;source&nbsp;of&nbsp;this&nbsp;review,&nbsp;when&nbsp;the&nbsp;review&nbsp;is&nbsp;not&nbsp;from&nbsp;a&nbsp;Google&nbsp;Books&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraDescription":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Extra&nbsp;text&nbsp;about&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;source.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Source&nbsp;type&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;EDITORIAL,&nbsp;WEB_USER&nbsp;or&nbsp;GOOGLE_USER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullTextUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;the&nbsp;full&nbsp;review&nbsp;text,&nbsp;for&nbsp;reviews&nbsp;gathered&nbsp;from&nbsp;the&nbsp;web.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPurchased":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;purchased&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"readingPosition":&nbsp;{&nbsp;#&nbsp;The&nbsp;user's&nbsp;current&nbsp;reading&nbsp;position&nbsp;in&nbsp;the&nbsp;volume,&nbsp;if&nbsp;one&nbsp;is&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#readingPosition",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImagePosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;image-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epubCfiPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;an&nbsp;EPUB&nbsp;as&nbsp;a&nbsp;CFI.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;reading&nbsp;position&nbsp;was&nbsp;last&nbsp;updated&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;id&nbsp;associated&nbsp;with&nbsp;this&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdfPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;PDF&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;text-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPreordered":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;pre-ordered&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeInfo":&nbsp;{&nbsp;#&nbsp;General&nbsp;volume&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publisher":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Publisher&nbsp;of&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subtitle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;subtitle.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;synopsis&nbsp;of&nbsp;the&nbsp;volume.&nbsp;The&nbsp;text&nbsp;of&nbsp;the&nbsp;description&nbsp;is&nbsp;formatted&nbsp;in&nbsp;HTML&nbsp;and&nbsp;includes&nbsp;simple&nbsp;formatting&nbsp;elements,&nbsp;such&nbsp;as&nbsp;b,&nbsp;i,&nbsp;and&nbsp;br&nbsp;tags.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Best&nbsp;language&nbsp;for&nbsp;this&nbsp;volume&nbsp;(based&nbsp;on&nbsp;content).&nbsp;It&nbsp;is&nbsp;the&nbsp;two-letter&nbsp;ISO&nbsp;639-1&nbsp;code&nbsp;such&nbsp;as&nbsp;'fr',&nbsp;'en',&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageCount":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;pages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageLinks":&nbsp;{&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;image&nbsp;links&nbsp;for&nbsp;all&nbsp;the&nbsp;sizes&nbsp;that&nbsp;are&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"medium":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;medium&nbsp;size&nbsp;(width&nbsp;of&nbsp;~575&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"smallThumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~80&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"large":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~800&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraLarge":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;extra&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~1280&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"small":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;size&nbsp;(width&nbsp;of&nbsp;~300&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~128&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publishedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;publication.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"previewLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;preview&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"printType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;publication&nbsp;of&nbsp;this&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;BOOK&nbsp;or&nbsp;MAGAZINE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ratingsCount":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;review&nbsp;ratings&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mainCategory":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;main&nbsp;category&nbsp;to&nbsp;which&nbsp;this&nbsp;volume&nbsp;belongs.&nbsp;It&nbsp;will&nbsp;be&nbsp;the&nbsp;category&nbsp;from&nbsp;the&nbsp;categories&nbsp;list&nbsp;returned&nbsp;below&nbsp;that&nbsp;has&nbsp;the&nbsp;highest&nbsp;weight.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dimensions":&nbsp;{&nbsp;#&nbsp;Physical&nbsp;dimensions&nbsp;of&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Width&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thickness":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Thickness&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Height&nbsp;or&nbsp;length&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;identifier&nbsp;for&nbsp;the&nbsp;version&nbsp;of&nbsp;the&nbsp;volume&nbsp;content&nbsp;(text&nbsp;&amp;&nbsp;images).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"industryIdentifiers":&nbsp;[&nbsp;#&nbsp;Industry&nbsp;standard&nbsp;identifiers&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Industry&nbsp;specific&nbsp;volume&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;type.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ISBN_10,&nbsp;ISBN_13,&nbsp;ISSN&nbsp;and&nbsp;OTHER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"authors":&nbsp;[&nbsp;#&nbsp;The&nbsp;names&nbsp;of&nbsp;the&nbsp;authors&nbsp;and/or&nbsp;editors&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;title.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canonicalVolumeLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Canonical&nbsp;URL&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"infoLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;view&nbsp;information&nbsp;about&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;subject&nbsp;categories,&nbsp;such&nbsp;as&nbsp;"Fiction",&nbsp;"Suspense",&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"averageRating":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;mean&nbsp;review&nbsp;rating&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(min&nbsp;=&nbsp;1.0,&nbsp;max&nbsp;=&nbsp;5.0)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volumes",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.mylibrary.html b/docs/dyn/books.v1.mylibrary.html
deleted file mode 100644
index cafa2e0..0000000
--- a/docs/dyn/books.v1.mylibrary.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-annotations"><strong><a href="books.v1.mylibrary.annotations.html">annotations</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-bookshelves"><strong><a href="books.v1.mylibrary.bookshelves.html">bookshelves</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-readingpositions"><strong><a href="books.v1.mylibrary.readingpositions.html">readingpositions</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.mylibrary.readingpositions.html b/docs/dyn/books.v1.mylibrary.readingpositions.html
deleted file mode 100644
index db60790..0000000
--- a/docs/dyn/books.v1.mylibrary.readingpositions.html
+++ /dev/null
@@ -1,71 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;my&nbsp;reading&nbsp;position&nbsp;information&nbsp;for&nbsp;a&nbsp;volume.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;volume&nbsp;for&nbsp;which&nbsp;to&nbsp;retrieve&nbsp;a&nbsp;reading&nbsp;position.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;contentVersion:&nbsp;string,&nbsp;Volume&nbsp;content&nbsp;version&nbsp;for&nbsp;which&nbsp;this&nbsp;reading&nbsp;position&nbsp;is&nbsp;requested.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#readingPosition",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gbImagePosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;image-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"epubCfiPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;an&nbsp;EPUB&nbsp;as&nbsp;a&nbsp;CFI.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;reading&nbsp;position&nbsp;was&nbsp;last&nbsp;updated&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;id&nbsp;associated&nbsp;with&nbsp;this&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"pdfPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;PDF&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gbTextPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;text-based&nbsp;content.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-setPosition"><strong>setPosition</strong></a> = method(self, **kwargs)</dt><dd><tt>Sets&nbsp;my&nbsp;reading&nbsp;position&nbsp;information&nbsp;for&nbsp;a&nbsp;volume.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;timestamp:&nbsp;string,&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;format&nbsp;timestamp&nbsp;associated&nbsp;with&nbsp;this&nbsp;reading&nbsp;position.&nbsp;(required)<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;volume&nbsp;for&nbsp;which&nbsp;to&nbsp;update&nbsp;the&nbsp;reading&nbsp;position.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;contentVersion:&nbsp;string,&nbsp;Volume&nbsp;content&nbsp;version&nbsp;for&nbsp;which&nbsp;this&nbsp;reading&nbsp;position&nbsp;applies.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;position:&nbsp;string,&nbsp;Position&nbsp;string&nbsp;for&nbsp;the&nbsp;new&nbsp;volume&nbsp;reading&nbsp;position.&nbsp;(required)<br>
-&nbsp;&nbsp;action:&nbsp;string,&nbsp;Action&nbsp;that&nbsp;caused&nbsp;this&nbsp;reading&nbsp;position&nbsp;to&nbsp;be&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bookmark&nbsp;-&nbsp;User&nbsp;chose&nbsp;bookmark&nbsp;within&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;chapter&nbsp;-&nbsp;User&nbsp;selected&nbsp;chapter&nbsp;from&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;next-page&nbsp;-&nbsp;Next&nbsp;page&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;prev-page&nbsp;-&nbsp;Previous&nbsp;page&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;scroll&nbsp;-&nbsp;User&nbsp;navigated&nbsp;to&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;search&nbsp;-&nbsp;User&nbsp;chose&nbsp;search&nbsp;results&nbsp;within&nbsp;volume.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.volumeAnnotations.html b/docs/dyn/books.v1.volumeAnnotations.html
deleted file mode 100644
index 487bc29..0000000
--- a/docs/dyn/books.v1.volumeAnnotations.html
+++ /dev/null
@@ -1,139 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;volume&nbsp;annotation.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;The&nbsp;locale&nbsp;information&nbsp;for&nbsp;the&nbsp;data.&nbsp;ISO-639-1&nbsp;language&nbsp;and&nbsp;ISO-3166-1&nbsp;country&nbsp;code.&nbsp;Ex:&nbsp;'en_US'.<br>
-&nbsp;&nbsp;layerId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;layer&nbsp;to&nbsp;get&nbsp;the&nbsp;annotations.&nbsp;(required)<br>
-&nbsp;&nbsp;annotationId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;volume&nbsp;annotation&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;The&nbsp;volume&nbsp;to&nbsp;retrieve&nbsp;annotations&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;country:&nbsp;string,&nbsp;ISO-3166-1&nbsp;code&nbsp;to&nbsp;override&nbsp;the&nbsp;IP-based&nbsp;location.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"annotationType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;annotation&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volumeannotation",&nbsp;#&nbsp;Resource&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;anntoation&nbsp;was&nbsp;updated.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indicates&nbsp;that&nbsp;this&nbsp;annotation&nbsp;is&nbsp;deleted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"contentRanges":&nbsp;{&nbsp;#&nbsp;The&nbsp;content&nbsp;ranges&nbsp;to&nbsp;identify&nbsp;the&nbsp;selected&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;applicable&nbsp;to&nbsp;ranges&nbsp;below.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Excerpt&nbsp;from&nbsp;the&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Volume&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"annotationDataLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;get&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"pageIds":&nbsp;[&nbsp;#&nbsp;Pages&nbsp;the&nbsp;annotation&nbsp;spans.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Layer&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;id&nbsp;of&nbsp;this&nbsp;volume&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;volume&nbsp;annotations&nbsp;for&nbsp;a&nbsp;volume&nbsp;and&nbsp;layer.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;value&nbsp;of&nbsp;the&nbsp;nextToken&nbsp;from&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;updatedMax:&nbsp;string,&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp&nbsp;to&nbsp;restrict&nbsp;to&nbsp;items&nbsp;updated&nbsp;prior&nbsp;to&nbsp;this&nbsp;timestamp&nbsp;(exclusive).<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;The&nbsp;locale&nbsp;information&nbsp;for&nbsp;the&nbsp;data.&nbsp;ISO-639-1&nbsp;language&nbsp;and&nbsp;ISO-3166-1&nbsp;country&nbsp;code.&nbsp;Ex:&nbsp;'en_US'.<br>
-&nbsp;&nbsp;layerId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;layer&nbsp;to&nbsp;get&nbsp;the&nbsp;annotations.&nbsp;(required)<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;The&nbsp;volume&nbsp;to&nbsp;retrieve&nbsp;annotations&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;showDeleted:&nbsp;boolean,&nbsp;Set&nbsp;to&nbsp;true&nbsp;to&nbsp;return&nbsp;deleted&nbsp;annotations.&nbsp;updatedMin&nbsp;must&nbsp;be&nbsp;in&nbsp;the&nbsp;request&nbsp;to&nbsp;use&nbsp;this.&nbsp;Defaults&nbsp;to&nbsp;false.<br>
-&nbsp;&nbsp;contentVersion:&nbsp;string,&nbsp;The&nbsp;content&nbsp;version&nbsp;for&nbsp;the&nbsp;requested&nbsp;volume.&nbsp;(required)<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;country:&nbsp;string,&nbsp;ISO-3166-1&nbsp;code&nbsp;to&nbsp;override&nbsp;the&nbsp;IP-based&nbsp;location.<br>
-&nbsp;&nbsp;updatedMin:&nbsp;string,&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp&nbsp;to&nbsp;restrict&nbsp;to&nbsp;items&nbsp;updated&nbsp;since&nbsp;this&nbsp;timestamp&nbsp;(inclusive).<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;volume&nbsp;annotations&nbsp;found.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;volume&nbsp;annotations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotationType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;annotation&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volumeannotation",&nbsp;#&nbsp;Resource&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;for&nbsp;the&nbsp;last&nbsp;time&nbsp;this&nbsp;anntoation&nbsp;was&nbsp;updated.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indicates&nbsp;that&nbsp;this&nbsp;annotation&nbsp;is&nbsp;deleted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentRanges":&nbsp;{&nbsp;#&nbsp;The&nbsp;content&nbsp;ranges&nbsp;to&nbsp;identify&nbsp;the&nbsp;selected&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;version&nbsp;applicable&nbsp;to&nbsp;ranges&nbsp;below.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;text&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cfiRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;CFI&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImageRange":&nbsp;{&nbsp;#&nbsp;Range&nbsp;in&nbsp;GB&nbsp;image&nbsp;format&nbsp;for&nbsp;this&nbsp;annotation&nbsp;for&nbsp;version&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;starting&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;position&nbsp;for&nbsp;the&nbsp;range.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;starting&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endOffset":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;offset&nbsp;from&nbsp;the&nbsp;ending&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selectedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Excerpt&nbsp;from&nbsp;the&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Volume&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotationDataLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;get&nbsp;data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageIds":&nbsp;[&nbsp;#&nbsp;Pages&nbsp;the&nbsp;annotation&nbsp;spans.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"layerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Layer&nbsp;this&nbsp;annotation&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Data&nbsp;for&nbsp;this&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;id&nbsp;of&nbsp;this&nbsp;volume&nbsp;annotation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volumeannotations",&nbsp;#&nbsp;Resource&nbsp;type<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.volumes.associated.html b/docs/dyn/books.v1.volumes.associated.html
deleted file mode 100644
index 9b7e53d..0000000
--- a/docs/dyn/books.v1.volumes.associated.html
+++ /dev/null
@@ -1,195 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Return&nbsp;a&nbsp;list&nbsp;of&nbsp;associated&nbsp;books.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;filter:&nbsp;string,&nbsp;Filter&nbsp;search&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ebooks&nbsp;-&nbsp;All&nbsp;Google&nbsp;eBooks.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;free-ebooks&nbsp;-&nbsp;Google&nbsp;eBook&nbsp;with&nbsp;full&nbsp;volume&nbsp;text&nbsp;viewability.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;full&nbsp;-&nbsp;Public&nbsp;can&nbsp;view&nbsp;entire&nbsp;volume&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;paid-ebooks&nbsp;-&nbsp;Google&nbsp;eBook&nbsp;with&nbsp;a&nbsp;price.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;partial&nbsp;-&nbsp;Public&nbsp;able&nbsp;to&nbsp;see&nbsp;parts&nbsp;of&nbsp;text.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Restrict&nbsp;information&nbsp;returned&nbsp;to&nbsp;a&nbsp;set&nbsp;of&nbsp;selected&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;full&nbsp;-&nbsp;Includes&nbsp;all&nbsp;volume&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lite&nbsp;-&nbsp;Includes&nbsp;a&nbsp;subset&nbsp;of&nbsp;fields&nbsp;in&nbsp;volumeInfo&nbsp;and&nbsp;accessInfo.<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;source&nbsp;volume.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;startIndex:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;result&nbsp;to&nbsp;return&nbsp;(starts&nbsp;at&nbsp;0)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;association:&nbsp;string,&nbsp;Association&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;complementary&nbsp;-&nbsp;Books&nbsp;that&nbsp;are&nbsp;complementary&nbsp;for&nbsp;additional&nbsp;reading.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;volumes&nbsp;found.&nbsp;This&nbsp;might&nbsp;be&nbsp;greater&nbsp;than&nbsp;the&nbsp;number&nbsp;of&nbsp;volumes&nbsp;returned&nbsp;in&nbsp;this&nbsp;response&nbsp;if&nbsp;results&nbsp;have&nbsp;been&nbsp;paginated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;volumes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volume",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;reading&nbsp;or&nbsp;obtaining&nbsp;that&nbsp;volume&nbsp;text.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;country&nbsp;(books&nbsp;may&nbsp;be&nbsp;public&nbsp;domain&nbsp;in&nbsp;one&nbsp;country&nbsp;but&nbsp;not&nbsp;in&nbsp;another,&nbsp;e.g.).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"webReaderLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;read&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;Link&nbsp;will&nbsp;not&nbsp;allow&nbsp;users&nbsp;to&nbsp;read&nbsp;non-viewable&nbsp;volumes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publicDomain":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;public&nbsp;domain&nbsp;in&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"embeddable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;can&nbsp;be&nbsp;embedded&nbsp;in&nbsp;a&nbsp;viewport&nbsp;using&nbsp;the&nbsp;Embedded&nbsp;Viewer&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadAccess":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;a&nbsp;volume's&nbsp;download&nbsp;license&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nonce":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;nonce&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#downloadAccessRestriction",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"justAcquired":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;deviceAllowed,&nbsp;whether&nbsp;access&nbsp;was&nbsp;just&nbsp;acquired&nbsp;with&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxDownloadDevices":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadsAcquired":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;already&nbsp;acquired&nbsp;(including&nbsp;the&nbsp;requesting&nbsp;client,&nbsp;if&nbsp;licensed).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"signature":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Response&nbsp;signature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifies&nbsp;the&nbsp;volume&nbsp;for&nbsp;which&nbsp;this&nbsp;entry&nbsp;applies.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deviceAllowed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;whether&nbsp;access&nbsp;is&nbsp;granted&nbsp;for&nbsp;this&nbsp;(user,&nbsp;device,&nbsp;volume).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;app&nbsp;identifier&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"restricted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;has&nbsp;any&nbsp;download&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reasonCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;reason&nbsp;code.&nbsp;Additional&nbsp;codes&nbsp;may&nbsp;be&nbsp;added&nbsp;in&nbsp;the&nbsp;future.&nbsp;0&nbsp;OK&nbsp;100&nbsp;ACCESS_DENIED_PUBLISHER_LIMIT&nbsp;101&nbsp;ACCESS_DENIED_LIMIT&nbsp;200&nbsp;WARNING_USED_LAST_ACCESS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;access&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewOrderUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;ordered&nbsp;but&nbsp;not&nbsp;yet&nbsp;processed&nbsp;orders,&nbsp;we&nbsp;give&nbsp;a&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;go&nbsp;to&nbsp;the&nbsp;appropriate&nbsp;Google&nbsp;Wallet&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textToSpeechPermission":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;text-to-speech&nbsp;is&nbsp;permitted&nbsp;for&nbsp;this&nbsp;volume.&nbsp;Values&nbsp;can&nbsp;be&nbsp;ALLOWED,&nbsp;ALLOWED_FOR_ACCESSIBILITY,&nbsp;or&nbsp;NOT_ALLOWED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdf":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;pdf&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;scanned&nbsp;image&nbsp;pdf&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;pdf.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;pdf&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;read&nbsp;access&nbsp;of&nbsp;a&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;PARTIAL,&nbsp;ALL_PAGES,&nbsp;NO_PAGES&nbsp;or&nbsp;UNKNOWN.&nbsp;This&nbsp;value&nbsp;depends&nbsp;on&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;A&nbsp;value&nbsp;of&nbsp;PARTIAL&nbsp;means&nbsp;that&nbsp;the&nbsp;publisher&nbsp;has&nbsp;allowed&nbsp;some&nbsp;portion&nbsp;of&nbsp;the&nbsp;volume&nbsp;to&nbsp;be&nbsp;viewed&nbsp;publicly,&nbsp;without&nbsp;purchase.&nbsp;This&nbsp;can&nbsp;apply&nbsp;to&nbsp;eBooks&nbsp;as&nbsp;well&nbsp;as&nbsp;non-eBooks.&nbsp;Public&nbsp;domain&nbsp;books&nbsp;will&nbsp;always&nbsp;have&nbsp;a&nbsp;value&nbsp;of&nbsp;ALL_PAGES.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epub":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;epub&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;flowing&nbsp;text&nbsp;epub&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;epub.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;epub&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessViewStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Combines&nbsp;the&nbsp;access&nbsp;and&nbsp;viewability&nbsp;of&nbsp;this&nbsp;volume&nbsp;into&nbsp;a&nbsp;single&nbsp;status&nbsp;field&nbsp;for&nbsp;this&nbsp;user.&nbsp;Values&nbsp;can&nbsp;be&nbsp;FULL_PURCHASED,&nbsp;FULL_PUBLIC_DOMAIN,&nbsp;SAMPLE&nbsp;or&nbsp;NONE.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchInfo":&nbsp;{&nbsp;#&nbsp;Search&nbsp;result&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;text&nbsp;snippet&nbsp;containing&nbsp;the&nbsp;search&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;the&nbsp;eBookstore&nbsp;and/or&nbsp;purchaseability.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;the&nbsp;country&nbsp;where&nbsp;the&nbsp;request&nbsp;originates&nbsp;from&nbsp;(i.e.&nbsp;books&nbsp;may&nbsp;not&nbsp;be&nbsp;for&nbsp;sale&nbsp;in&nbsp;certain&nbsp;countries).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;sale&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"retailPrice":&nbsp;{&nbsp;#&nbsp;The&nbsp;actual&nbsp;selling&nbsp;price&nbsp;of&nbsp;the&nbsp;book.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;as&nbsp;the&nbsp;suggested&nbsp;retail&nbsp;or&nbsp;list&nbsp;price&nbsp;unless&nbsp;there&nbsp;are&nbsp;offers&nbsp;or&nbsp;discounts&nbsp;on&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isEbook":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;an&nbsp;eBook&nbsp;(can&nbsp;be&nbsp;added&nbsp;to&nbsp;the&nbsp;My&nbsp;eBooks&nbsp;shelf).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale&nbsp;or&nbsp;offered&nbsp;for&nbsp;free&nbsp;in&nbsp;the&nbsp;Google&nbsp;eBookstore&nbsp;for&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;FOR_SALE,&nbsp;FREE,&nbsp;NOT_FOR_SALE,&nbsp;or&nbsp;FOR_PREORDER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"buyLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;purchase&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"onSaleDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;on&nbsp;which&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"listPrice":&nbsp;{&nbsp;#&nbsp;Suggested&nbsp;retail&nbsp;price.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Opaque&nbsp;identifier&nbsp;for&nbsp;a&nbsp;specific&nbsp;version&nbsp;of&nbsp;a&nbsp;volume&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userInfo":&nbsp;{&nbsp;#&nbsp;User&nbsp;specific&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.&nbsp;(e.g.&nbsp;page&nbsp;this&nbsp;user&nbsp;last&nbsp;read&nbsp;or&nbsp;whether&nbsp;they&nbsp;purchased&nbsp;this&nbsp;book)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isInMyBooks":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;currently&nbsp;in&nbsp;"my&nbsp;books."<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;volume&nbsp;was&nbsp;last&nbsp;modified&nbsp;by&nbsp;a&nbsp;user&nbsp;action,&nbsp;such&nbsp;as&nbsp;a&nbsp;reading&nbsp;position&nbsp;update,&nbsp;volume&nbsp;purchase&nbsp;or&nbsp;writing&nbsp;a&nbsp;review.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"review":&nbsp;{&nbsp;#&nbsp;This&nbsp;user's&nbsp;review&nbsp;of&nbsp;this&nbsp;volume,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rating":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Star&nbsp;rating&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ONE,&nbsp;TWO,&nbsp;THREE,&nbsp;FOUR,&nbsp;FIVE&nbsp;or&nbsp;NOT_RATED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#review",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;for&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;that&nbsp;this&nbsp;review&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Review&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;{&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;the&nbsp;source&nbsp;of&nbsp;this&nbsp;review,&nbsp;when&nbsp;the&nbsp;review&nbsp;is&nbsp;not&nbsp;from&nbsp;a&nbsp;Google&nbsp;Books&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraDescription":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Extra&nbsp;text&nbsp;about&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;source.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Source&nbsp;type&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;EDITORIAL,&nbsp;WEB_USER&nbsp;or&nbsp;GOOGLE_USER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullTextUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;the&nbsp;full&nbsp;review&nbsp;text,&nbsp;for&nbsp;reviews&nbsp;gathered&nbsp;from&nbsp;the&nbsp;web.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPurchased":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;purchased&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"readingPosition":&nbsp;{&nbsp;#&nbsp;The&nbsp;user's&nbsp;current&nbsp;reading&nbsp;position&nbsp;in&nbsp;the&nbsp;volume,&nbsp;if&nbsp;one&nbsp;is&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#readingPosition",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImagePosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;image-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epubCfiPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;an&nbsp;EPUB&nbsp;as&nbsp;a&nbsp;CFI.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;reading&nbsp;position&nbsp;was&nbsp;last&nbsp;updated&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;id&nbsp;associated&nbsp;with&nbsp;this&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdfPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;PDF&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;text-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPreordered":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;pre-ordered&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeInfo":&nbsp;{&nbsp;#&nbsp;General&nbsp;volume&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publisher":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Publisher&nbsp;of&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subtitle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;subtitle.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;synopsis&nbsp;of&nbsp;the&nbsp;volume.&nbsp;The&nbsp;text&nbsp;of&nbsp;the&nbsp;description&nbsp;is&nbsp;formatted&nbsp;in&nbsp;HTML&nbsp;and&nbsp;includes&nbsp;simple&nbsp;formatting&nbsp;elements,&nbsp;such&nbsp;as&nbsp;b,&nbsp;i,&nbsp;and&nbsp;br&nbsp;tags.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Best&nbsp;language&nbsp;for&nbsp;this&nbsp;volume&nbsp;(based&nbsp;on&nbsp;content).&nbsp;It&nbsp;is&nbsp;the&nbsp;two-letter&nbsp;ISO&nbsp;639-1&nbsp;code&nbsp;such&nbsp;as&nbsp;'fr',&nbsp;'en',&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageCount":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;pages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageLinks":&nbsp;{&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;image&nbsp;links&nbsp;for&nbsp;all&nbsp;the&nbsp;sizes&nbsp;that&nbsp;are&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"medium":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;medium&nbsp;size&nbsp;(width&nbsp;of&nbsp;~575&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"smallThumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~80&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"large":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~800&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraLarge":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;extra&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~1280&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"small":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;size&nbsp;(width&nbsp;of&nbsp;~300&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~128&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publishedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;publication.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"previewLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;preview&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"printType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;publication&nbsp;of&nbsp;this&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;BOOK&nbsp;or&nbsp;MAGAZINE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ratingsCount":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;review&nbsp;ratings&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mainCategory":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;main&nbsp;category&nbsp;to&nbsp;which&nbsp;this&nbsp;volume&nbsp;belongs.&nbsp;It&nbsp;will&nbsp;be&nbsp;the&nbsp;category&nbsp;from&nbsp;the&nbsp;categories&nbsp;list&nbsp;returned&nbsp;below&nbsp;that&nbsp;has&nbsp;the&nbsp;highest&nbsp;weight.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dimensions":&nbsp;{&nbsp;#&nbsp;Physical&nbsp;dimensions&nbsp;of&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Width&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thickness":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Thickness&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Height&nbsp;or&nbsp;length&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;identifier&nbsp;for&nbsp;the&nbsp;version&nbsp;of&nbsp;the&nbsp;volume&nbsp;content&nbsp;(text&nbsp;&amp;&nbsp;images).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"industryIdentifiers":&nbsp;[&nbsp;#&nbsp;Industry&nbsp;standard&nbsp;identifiers&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Industry&nbsp;specific&nbsp;volume&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;type.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ISBN_10,&nbsp;ISBN_13,&nbsp;ISSN&nbsp;and&nbsp;OTHER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"authors":&nbsp;[&nbsp;#&nbsp;The&nbsp;names&nbsp;of&nbsp;the&nbsp;authors&nbsp;and/or&nbsp;editors&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;title.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canonicalVolumeLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Canonical&nbsp;URL&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"infoLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;view&nbsp;information&nbsp;about&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;subject&nbsp;categories,&nbsp;such&nbsp;as&nbsp;"Fiction",&nbsp;"Suspense",&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"averageRating":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;mean&nbsp;review&nbsp;rating&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(min&nbsp;=&nbsp;1.0,&nbsp;max&nbsp;=&nbsp;5.0)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volumes",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books.v1.volumes.html b/docs/dyn/books.v1.volumes.html
deleted file mode 100644
index a01904c..0000000
--- a/docs/dyn/books.v1.volumes.html
+++ /dev/null
@@ -1,366 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-associated"><strong><a href="books.v1.volumes.associated.html">associated</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;volume&nbsp;information&nbsp;for&nbsp;a&nbsp;single&nbsp;volume.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Restrict&nbsp;information&nbsp;returned&nbsp;to&nbsp;a&nbsp;set&nbsp;of&nbsp;selected&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;full&nbsp;-&nbsp;Includes&nbsp;all&nbsp;volume&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lite&nbsp;-&nbsp;Includes&nbsp;a&nbsp;subset&nbsp;of&nbsp;fields&nbsp;in&nbsp;volumeInfo&nbsp;and&nbsp;accessInfo.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;country:&nbsp;string,&nbsp;ISO-3166-1&nbsp;code&nbsp;to&nbsp;override&nbsp;the&nbsp;IP-based&nbsp;location.<br>
-&nbsp;&nbsp;volumeId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;volume&nbsp;to&nbsp;retrieve.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;partner:&nbsp;string,&nbsp;Brand&nbsp;results&nbsp;for&nbsp;partner&nbsp;ID.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volume",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"accessInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;reading&nbsp;or&nbsp;obtaining&nbsp;that&nbsp;volume&nbsp;text.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;country&nbsp;(books&nbsp;may&nbsp;be&nbsp;public&nbsp;domain&nbsp;in&nbsp;one&nbsp;country&nbsp;but&nbsp;not&nbsp;in&nbsp;another,&nbsp;e.g.).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"webReaderLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;read&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;Link&nbsp;will&nbsp;not&nbsp;allow&nbsp;users&nbsp;to&nbsp;read&nbsp;non-viewable&nbsp;volumes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publicDomain":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;public&nbsp;domain&nbsp;in&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"embeddable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;can&nbsp;be&nbsp;embedded&nbsp;in&nbsp;a&nbsp;viewport&nbsp;using&nbsp;the&nbsp;Embedded&nbsp;Viewer&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadAccess":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;a&nbsp;volume's&nbsp;download&nbsp;license&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nonce":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;nonce&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#downloadAccessRestriction",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"justAcquired":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;deviceAllowed,&nbsp;whether&nbsp;access&nbsp;was&nbsp;just&nbsp;acquired&nbsp;with&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxDownloadDevices":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadsAcquired":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;already&nbsp;acquired&nbsp;(including&nbsp;the&nbsp;requesting&nbsp;client,&nbsp;if&nbsp;licensed).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"signature":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Response&nbsp;signature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifies&nbsp;the&nbsp;volume&nbsp;for&nbsp;which&nbsp;this&nbsp;entry&nbsp;applies.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deviceAllowed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;whether&nbsp;access&nbsp;is&nbsp;granted&nbsp;for&nbsp;this&nbsp;(user,&nbsp;device,&nbsp;volume).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;app&nbsp;identifier&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"restricted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;has&nbsp;any&nbsp;download&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reasonCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;reason&nbsp;code.&nbsp;Additional&nbsp;codes&nbsp;may&nbsp;be&nbsp;added&nbsp;in&nbsp;the&nbsp;future.&nbsp;0&nbsp;OK&nbsp;100&nbsp;ACCESS_DENIED_PUBLISHER_LIMIT&nbsp;101&nbsp;ACCESS_DENIED_LIMIT&nbsp;200&nbsp;WARNING_USED_LAST_ACCESS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;access&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewOrderUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;ordered&nbsp;but&nbsp;not&nbsp;yet&nbsp;processed&nbsp;orders,&nbsp;we&nbsp;give&nbsp;a&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;go&nbsp;to&nbsp;the&nbsp;appropriate&nbsp;Google&nbsp;Wallet&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textToSpeechPermission":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;text-to-speech&nbsp;is&nbsp;permitted&nbsp;for&nbsp;this&nbsp;volume.&nbsp;Values&nbsp;can&nbsp;be&nbsp;ALLOWED,&nbsp;ALLOWED_FOR_ACCESSIBILITY,&nbsp;or&nbsp;NOT_ALLOWED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdf":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;pdf&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;scanned&nbsp;image&nbsp;pdf&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;pdf.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;pdf&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;read&nbsp;access&nbsp;of&nbsp;a&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;PARTIAL,&nbsp;ALL_PAGES,&nbsp;NO_PAGES&nbsp;or&nbsp;UNKNOWN.&nbsp;This&nbsp;value&nbsp;depends&nbsp;on&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;A&nbsp;value&nbsp;of&nbsp;PARTIAL&nbsp;means&nbsp;that&nbsp;the&nbsp;publisher&nbsp;has&nbsp;allowed&nbsp;some&nbsp;portion&nbsp;of&nbsp;the&nbsp;volume&nbsp;to&nbsp;be&nbsp;viewed&nbsp;publicly,&nbsp;without&nbsp;purchase.&nbsp;This&nbsp;can&nbsp;apply&nbsp;to&nbsp;eBooks&nbsp;as&nbsp;well&nbsp;as&nbsp;non-eBooks.&nbsp;Public&nbsp;domain&nbsp;books&nbsp;will&nbsp;always&nbsp;have&nbsp;a&nbsp;value&nbsp;of&nbsp;ALL_PAGES.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epub":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;epub&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;flowing&nbsp;text&nbsp;epub&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;epub.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;epub&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessViewStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Combines&nbsp;the&nbsp;access&nbsp;and&nbsp;viewability&nbsp;of&nbsp;this&nbsp;volume&nbsp;into&nbsp;a&nbsp;single&nbsp;status&nbsp;field&nbsp;for&nbsp;this&nbsp;user.&nbsp;Values&nbsp;can&nbsp;be&nbsp;FULL_PURCHASED,&nbsp;FULL_PUBLIC_DOMAIN,&nbsp;SAMPLE&nbsp;or&nbsp;NONE.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"searchInfo":&nbsp;{&nbsp;#&nbsp;Search&nbsp;result&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;text&nbsp;snippet&nbsp;containing&nbsp;the&nbsp;search&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"saleInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;the&nbsp;eBookstore&nbsp;and/or&nbsp;purchaseability.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;the&nbsp;country&nbsp;where&nbsp;the&nbsp;request&nbsp;originates&nbsp;from&nbsp;(i.e.&nbsp;books&nbsp;may&nbsp;not&nbsp;be&nbsp;for&nbsp;sale&nbsp;in&nbsp;certain&nbsp;countries).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;sale&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"retailPrice":&nbsp;{&nbsp;#&nbsp;The&nbsp;actual&nbsp;selling&nbsp;price&nbsp;of&nbsp;the&nbsp;book.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;as&nbsp;the&nbsp;suggested&nbsp;retail&nbsp;or&nbsp;list&nbsp;price&nbsp;unless&nbsp;there&nbsp;are&nbsp;offers&nbsp;or&nbsp;discounts&nbsp;on&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isEbook":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;an&nbsp;eBook&nbsp;(can&nbsp;be&nbsp;added&nbsp;to&nbsp;the&nbsp;My&nbsp;eBooks&nbsp;shelf).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale&nbsp;or&nbsp;offered&nbsp;for&nbsp;free&nbsp;in&nbsp;the&nbsp;Google&nbsp;eBookstore&nbsp;for&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;FOR_SALE,&nbsp;FREE,&nbsp;NOT_FOR_SALE,&nbsp;or&nbsp;FOR_PREORDER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"buyLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;purchase&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"onSaleDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;on&nbsp;which&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"listPrice":&nbsp;{&nbsp;#&nbsp;Suggested&nbsp;retail&nbsp;price.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Opaque&nbsp;identifier&nbsp;for&nbsp;a&nbsp;specific&nbsp;version&nbsp;of&nbsp;a&nbsp;volume&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userInfo":&nbsp;{&nbsp;#&nbsp;User&nbsp;specific&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.&nbsp;(e.g.&nbsp;page&nbsp;this&nbsp;user&nbsp;last&nbsp;read&nbsp;or&nbsp;whether&nbsp;they&nbsp;purchased&nbsp;this&nbsp;book)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isInMyBooks":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;currently&nbsp;in&nbsp;"my&nbsp;books."<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;volume&nbsp;was&nbsp;last&nbsp;modified&nbsp;by&nbsp;a&nbsp;user&nbsp;action,&nbsp;such&nbsp;as&nbsp;a&nbsp;reading&nbsp;position&nbsp;update,&nbsp;volume&nbsp;purchase&nbsp;or&nbsp;writing&nbsp;a&nbsp;review.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"review":&nbsp;{&nbsp;#&nbsp;This&nbsp;user's&nbsp;review&nbsp;of&nbsp;this&nbsp;volume,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rating":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Star&nbsp;rating&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ONE,&nbsp;TWO,&nbsp;THREE,&nbsp;FOUR,&nbsp;FIVE&nbsp;or&nbsp;NOT_RATED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#review",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;for&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;that&nbsp;this&nbsp;review&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Review&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;{&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;the&nbsp;source&nbsp;of&nbsp;this&nbsp;review,&nbsp;when&nbsp;the&nbsp;review&nbsp;is&nbsp;not&nbsp;from&nbsp;a&nbsp;Google&nbsp;Books&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraDescription":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Extra&nbsp;text&nbsp;about&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;source.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Source&nbsp;type&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;EDITORIAL,&nbsp;WEB_USER&nbsp;or&nbsp;GOOGLE_USER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullTextUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;the&nbsp;full&nbsp;review&nbsp;text,&nbsp;for&nbsp;reviews&nbsp;gathered&nbsp;from&nbsp;the&nbsp;web.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPurchased":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;purchased&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"readingPosition":&nbsp;{&nbsp;#&nbsp;The&nbsp;user's&nbsp;current&nbsp;reading&nbsp;position&nbsp;in&nbsp;the&nbsp;volume,&nbsp;if&nbsp;one&nbsp;is&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#readingPosition",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImagePosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;image-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epubCfiPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;an&nbsp;EPUB&nbsp;as&nbsp;a&nbsp;CFI.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;reading&nbsp;position&nbsp;was&nbsp;last&nbsp;updated&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;id&nbsp;associated&nbsp;with&nbsp;this&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdfPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;PDF&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;text-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPreordered":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;pre-ordered&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"volumeInfo":&nbsp;{&nbsp;#&nbsp;General&nbsp;volume&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publisher":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Publisher&nbsp;of&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subtitle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;subtitle.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;synopsis&nbsp;of&nbsp;the&nbsp;volume.&nbsp;The&nbsp;text&nbsp;of&nbsp;the&nbsp;description&nbsp;is&nbsp;formatted&nbsp;in&nbsp;HTML&nbsp;and&nbsp;includes&nbsp;simple&nbsp;formatting&nbsp;elements,&nbsp;such&nbsp;as&nbsp;b,&nbsp;i,&nbsp;and&nbsp;br&nbsp;tags.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Best&nbsp;language&nbsp;for&nbsp;this&nbsp;volume&nbsp;(based&nbsp;on&nbsp;content).&nbsp;It&nbsp;is&nbsp;the&nbsp;two-letter&nbsp;ISO&nbsp;639-1&nbsp;code&nbsp;such&nbsp;as&nbsp;'fr',&nbsp;'en',&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageCount":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;pages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageLinks":&nbsp;{&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;image&nbsp;links&nbsp;for&nbsp;all&nbsp;the&nbsp;sizes&nbsp;that&nbsp;are&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"medium":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;medium&nbsp;size&nbsp;(width&nbsp;of&nbsp;~575&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"smallThumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~80&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"large":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~800&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraLarge":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;extra&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~1280&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"small":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;size&nbsp;(width&nbsp;of&nbsp;~300&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~128&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publishedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;publication.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"previewLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;preview&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"printType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;publication&nbsp;of&nbsp;this&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;BOOK&nbsp;or&nbsp;MAGAZINE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ratingsCount":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;review&nbsp;ratings&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mainCategory":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;main&nbsp;category&nbsp;to&nbsp;which&nbsp;this&nbsp;volume&nbsp;belongs.&nbsp;It&nbsp;will&nbsp;be&nbsp;the&nbsp;category&nbsp;from&nbsp;the&nbsp;categories&nbsp;list&nbsp;returned&nbsp;below&nbsp;that&nbsp;has&nbsp;the&nbsp;highest&nbsp;weight.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dimensions":&nbsp;{&nbsp;#&nbsp;Physical&nbsp;dimensions&nbsp;of&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Width&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thickness":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Thickness&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Height&nbsp;or&nbsp;length&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;identifier&nbsp;for&nbsp;the&nbsp;version&nbsp;of&nbsp;the&nbsp;volume&nbsp;content&nbsp;(text&nbsp;&amp;&nbsp;images).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"industryIdentifiers":&nbsp;[&nbsp;#&nbsp;Industry&nbsp;standard&nbsp;identifiers&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Industry&nbsp;specific&nbsp;volume&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;type.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ISBN_10,&nbsp;ISBN_13,&nbsp;ISSN&nbsp;and&nbsp;OTHER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"authors":&nbsp;[&nbsp;#&nbsp;The&nbsp;names&nbsp;of&nbsp;the&nbsp;authors&nbsp;and/or&nbsp;editors&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;title.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canonicalVolumeLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Canonical&nbsp;URL&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"infoLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;view&nbsp;information&nbsp;about&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;subject&nbsp;categories,&nbsp;such&nbsp;as&nbsp;"Fiction",&nbsp;"Suspense",&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"averageRating":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;mean&nbsp;review&nbsp;rating&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(min&nbsp;=&nbsp;1.0,&nbsp;max&nbsp;=&nbsp;5.0)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Performs&nbsp;a&nbsp;book&nbsp;search.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;orderBy:&nbsp;string,&nbsp;Sort&nbsp;search&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;newest&nbsp;-&nbsp;Most&nbsp;recently&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;relevance&nbsp;-&nbsp;Relevance&nbsp;to&nbsp;search&nbsp;terms.<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Restrict&nbsp;information&nbsp;returned&nbsp;to&nbsp;a&nbsp;set&nbsp;of&nbsp;selected&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;full&nbsp;-&nbsp;Includes&nbsp;all&nbsp;volume&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lite&nbsp;-&nbsp;Includes&nbsp;a&nbsp;subset&nbsp;of&nbsp;fields&nbsp;in&nbsp;volumeInfo&nbsp;and&nbsp;accessInfo.<br>
-&nbsp;&nbsp;showPreorders:&nbsp;boolean,&nbsp;Set&nbsp;to&nbsp;true&nbsp;to&nbsp;show&nbsp;books&nbsp;available&nbsp;for&nbsp;preorder.&nbsp;Defaults&nbsp;to&nbsp;false.<br>
-&nbsp;&nbsp;download:&nbsp;string,&nbsp;Restrict&nbsp;to&nbsp;volumes&nbsp;by&nbsp;download&nbsp;availability.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;epub&nbsp;-&nbsp;All&nbsp;volumes&nbsp;with&nbsp;epub.<br>
-&nbsp;&nbsp;startIndex:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;result&nbsp;to&nbsp;return&nbsp;(starts&nbsp;at&nbsp;0)<br>
-&nbsp;&nbsp;partner:&nbsp;string,&nbsp;Restrict&nbsp;and&nbsp;brand&nbsp;results&nbsp;for&nbsp;partner&nbsp;ID.<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Full-text&nbsp;search&nbsp;query&nbsp;string.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;String&nbsp;to&nbsp;identify&nbsp;the&nbsp;originator&nbsp;of&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;libraryRestrict:&nbsp;string,&nbsp;Restrict&nbsp;search&nbsp;to&nbsp;this&nbsp;user's&nbsp;library.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;my-library&nbsp;-&nbsp;Restrict&nbsp;to&nbsp;the&nbsp;user's&nbsp;library,&nbsp;any&nbsp;shelf.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;no-restrict&nbsp;-&nbsp;Do&nbsp;not&nbsp;restrict&nbsp;based&nbsp;on&nbsp;user's&nbsp;library.<br>
-&nbsp;&nbsp;langRestrict:&nbsp;string,&nbsp;Restrict&nbsp;results&nbsp;to&nbsp;books&nbsp;with&nbsp;this&nbsp;language&nbsp;code.<br>
-&nbsp;&nbsp;printType:&nbsp;string,&nbsp;Restrict&nbsp;to&nbsp;books&nbsp;or&nbsp;magazines.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;all&nbsp;-&nbsp;All&nbsp;volume&nbsp;content&nbsp;types.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;books&nbsp;-&nbsp;Just&nbsp;books.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;magazines&nbsp;-&nbsp;Just&nbsp;magazines.<br>
-&nbsp;&nbsp;filter:&nbsp;string,&nbsp;Filter&nbsp;search&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ebooks&nbsp;-&nbsp;All&nbsp;Google&nbsp;eBooks.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;free-ebooks&nbsp;-&nbsp;Google&nbsp;eBook&nbsp;with&nbsp;full&nbsp;volume&nbsp;text&nbsp;viewability.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;full&nbsp;-&nbsp;Public&nbsp;can&nbsp;view&nbsp;entire&nbsp;volume&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;paid-ebooks&nbsp;-&nbsp;Google&nbsp;eBook&nbsp;with&nbsp;a&nbsp;price.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;partial&nbsp;-&nbsp;Public&nbsp;able&nbsp;to&nbsp;see&nbsp;parts&nbsp;of&nbsp;text.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;volumes&nbsp;found.&nbsp;This&nbsp;might&nbsp;be&nbsp;greater&nbsp;than&nbsp;the&nbsp;number&nbsp;of&nbsp;volumes&nbsp;returned&nbsp;in&nbsp;this&nbsp;response&nbsp;if&nbsp;results&nbsp;have&nbsp;been&nbsp;paginated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;volumes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volume",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;reading&nbsp;or&nbsp;obtaining&nbsp;that&nbsp;volume&nbsp;text.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;country&nbsp;(books&nbsp;may&nbsp;be&nbsp;public&nbsp;domain&nbsp;in&nbsp;one&nbsp;country&nbsp;but&nbsp;not&nbsp;in&nbsp;another,&nbsp;e.g.).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"webReaderLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;read&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;Link&nbsp;will&nbsp;not&nbsp;allow&nbsp;users&nbsp;to&nbsp;read&nbsp;non-viewable&nbsp;volumes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publicDomain":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;public&nbsp;domain&nbsp;in&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"embeddable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;can&nbsp;be&nbsp;embedded&nbsp;in&nbsp;a&nbsp;viewport&nbsp;using&nbsp;the&nbsp;Embedded&nbsp;Viewer&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadAccess":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;a&nbsp;volume's&nbsp;download&nbsp;license&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nonce":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;nonce&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#downloadAccessRestriction",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"justAcquired":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;deviceAllowed,&nbsp;whether&nbsp;access&nbsp;was&nbsp;just&nbsp;acquired&nbsp;with&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxDownloadDevices":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;maximum&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadsAcquired":&nbsp;42,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;the&nbsp;number&nbsp;of&nbsp;content&nbsp;download&nbsp;licenses&nbsp;already&nbsp;acquired&nbsp;(including&nbsp;the&nbsp;requesting&nbsp;client,&nbsp;if&nbsp;licensed).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"signature":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Response&nbsp;signature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifies&nbsp;the&nbsp;volume&nbsp;for&nbsp;which&nbsp;this&nbsp;entry&nbsp;applies.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deviceAllowed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;restricted,&nbsp;whether&nbsp;access&nbsp;is&nbsp;granted&nbsp;for&nbsp;this&nbsp;(user,&nbsp;device,&nbsp;volume).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Client&nbsp;app&nbsp;identifier&nbsp;for&nbsp;verification.&nbsp;Download&nbsp;access&nbsp;and&nbsp;client-validation&nbsp;only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"restricted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;volume&nbsp;has&nbsp;any&nbsp;download&nbsp;access&nbsp;restrictions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reasonCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;reason&nbsp;code.&nbsp;Additional&nbsp;codes&nbsp;may&nbsp;be&nbsp;added&nbsp;in&nbsp;the&nbsp;future.&nbsp;0&nbsp;OK&nbsp;100&nbsp;ACCESS_DENIED_PUBLISHER_LIMIT&nbsp;101&nbsp;ACCESS_DENIED_LIMIT&nbsp;200&nbsp;WARNING_USED_LAST_ACCESS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"message":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Error/warning&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;access&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewOrderUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;ordered&nbsp;but&nbsp;not&nbsp;yet&nbsp;processed&nbsp;orders,&nbsp;we&nbsp;give&nbsp;a&nbsp;URL&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;go&nbsp;to&nbsp;the&nbsp;appropriate&nbsp;Google&nbsp;Wallet&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textToSpeechPermission":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;text-to-speech&nbsp;is&nbsp;permitted&nbsp;for&nbsp;this&nbsp;volume.&nbsp;Values&nbsp;can&nbsp;be&nbsp;ALLOWED,&nbsp;ALLOWED_FOR_ACCESSIBILITY,&nbsp;or&nbsp;NOT_ALLOWED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdf":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;pdf&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;scanned&nbsp;image&nbsp;pdf&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;pdf.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;pdf&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"viewability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;read&nbsp;access&nbsp;of&nbsp;a&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;PARTIAL,&nbsp;ALL_PAGES,&nbsp;NO_PAGES&nbsp;or&nbsp;UNKNOWN.&nbsp;This&nbsp;value&nbsp;depends&nbsp;on&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;A&nbsp;value&nbsp;of&nbsp;PARTIAL&nbsp;means&nbsp;that&nbsp;the&nbsp;publisher&nbsp;has&nbsp;allowed&nbsp;some&nbsp;portion&nbsp;of&nbsp;the&nbsp;volume&nbsp;to&nbsp;be&nbsp;viewed&nbsp;publicly,&nbsp;without&nbsp;purchase.&nbsp;This&nbsp;can&nbsp;apply&nbsp;to&nbsp;eBooks&nbsp;as&nbsp;well&nbsp;as&nbsp;non-eBooks.&nbsp;Public&nbsp;domain&nbsp;books&nbsp;will&nbsp;always&nbsp;have&nbsp;a&nbsp;value&nbsp;of&nbsp;ALL_PAGES.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epub":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;epub&nbsp;content.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Is&nbsp;a&nbsp;flowing&nbsp;text&nbsp;epub&nbsp;available&nbsp;either&nbsp;as&nbsp;public&nbsp;domain&nbsp;or&nbsp;for&nbsp;purchase.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;download&nbsp;epub.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"acsTokenLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;retrieve&nbsp;ACS&nbsp;token&nbsp;for&nbsp;epub&nbsp;download.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessViewStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Combines&nbsp;the&nbsp;access&nbsp;and&nbsp;viewability&nbsp;of&nbsp;this&nbsp;volume&nbsp;into&nbsp;a&nbsp;single&nbsp;status&nbsp;field&nbsp;for&nbsp;this&nbsp;user.&nbsp;Values&nbsp;can&nbsp;be&nbsp;FULL_PURCHASED,&nbsp;FULL_PUBLIC_DOMAIN,&nbsp;SAMPLE&nbsp;or&nbsp;NONE.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchInfo":&nbsp;{&nbsp;#&nbsp;Search&nbsp;result&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;text&nbsp;snippet&nbsp;containing&nbsp;the&nbsp;search&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleInfo":&nbsp;{&nbsp;#&nbsp;Any&nbsp;information&nbsp;about&nbsp;a&nbsp;volume&nbsp;related&nbsp;to&nbsp;the&nbsp;eBookstore&nbsp;and/or&nbsp;purchaseability.&nbsp;This&nbsp;information&nbsp;can&nbsp;depend&nbsp;on&nbsp;the&nbsp;country&nbsp;where&nbsp;the&nbsp;request&nbsp;originates&nbsp;from&nbsp;(i.e.&nbsp;books&nbsp;may&nbsp;not&nbsp;be&nbsp;for&nbsp;sale&nbsp;in&nbsp;certain&nbsp;countries).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;two-letter&nbsp;ISO_3166-1&nbsp;country&nbsp;code&nbsp;for&nbsp;which&nbsp;this&nbsp;sale&nbsp;information&nbsp;is&nbsp;valid.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"retailPrice":&nbsp;{&nbsp;#&nbsp;The&nbsp;actual&nbsp;selling&nbsp;price&nbsp;of&nbsp;the&nbsp;book.&nbsp;This&nbsp;is&nbsp;the&nbsp;same&nbsp;as&nbsp;the&nbsp;suggested&nbsp;retail&nbsp;or&nbsp;list&nbsp;price&nbsp;unless&nbsp;there&nbsp;are&nbsp;offers&nbsp;or&nbsp;discounts&nbsp;on&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isEbook":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;an&nbsp;eBook&nbsp;(can&nbsp;be&nbsp;added&nbsp;to&nbsp;the&nbsp;My&nbsp;eBooks&nbsp;shelf).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale&nbsp;or&nbsp;offered&nbsp;for&nbsp;free&nbsp;in&nbsp;the&nbsp;Google&nbsp;eBookstore&nbsp;for&nbsp;the&nbsp;country&nbsp;listed&nbsp;above.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;FOR_SALE,&nbsp;FREE,&nbsp;NOT_FOR_SALE,&nbsp;or&nbsp;FOR_PREORDER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"buyLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;purchase&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"onSaleDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;on&nbsp;which&nbsp;this&nbsp;book&nbsp;is&nbsp;available&nbsp;for&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"listPrice":&nbsp;{&nbsp;#&nbsp;Suggested&nbsp;retail&nbsp;price.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;Amount&nbsp;in&nbsp;the&nbsp;currency&nbsp;listed&nbsp;below.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;ISO&nbsp;4217,&nbsp;three-letter&nbsp;currency&nbsp;code.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Opaque&nbsp;identifier&nbsp;for&nbsp;a&nbsp;specific&nbsp;version&nbsp;of&nbsp;a&nbsp;volume&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userInfo":&nbsp;{&nbsp;#&nbsp;User&nbsp;specific&nbsp;information&nbsp;related&nbsp;to&nbsp;this&nbsp;volume.&nbsp;(e.g.&nbsp;page&nbsp;this&nbsp;user&nbsp;last&nbsp;read&nbsp;or&nbsp;whether&nbsp;they&nbsp;purchased&nbsp;this&nbsp;book)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isInMyBooks":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;is&nbsp;currently&nbsp;in&nbsp;"my&nbsp;books."<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;volume&nbsp;was&nbsp;last&nbsp;modified&nbsp;by&nbsp;a&nbsp;user&nbsp;action,&nbsp;such&nbsp;as&nbsp;a&nbsp;reading&nbsp;position&nbsp;update,&nbsp;volume&nbsp;purchase&nbsp;or&nbsp;writing&nbsp;a&nbsp;review.&nbsp;(<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;UTC&nbsp;date-time&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"review":&nbsp;{&nbsp;#&nbsp;This&nbsp;user's&nbsp;review&nbsp;of&nbsp;this&nbsp;volume,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rating":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Star&nbsp;rating&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ONE,&nbsp;TWO,&nbsp;THREE,&nbsp;FOUR,&nbsp;FIVE&nbsp;or&nbsp;NOT_RATED.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#review",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;for&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;that&nbsp;this&nbsp;review&nbsp;is&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Review&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;{&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;the&nbsp;source&nbsp;of&nbsp;this&nbsp;review,&nbsp;when&nbsp;the&nbsp;review&nbsp;is&nbsp;not&nbsp;from&nbsp;a&nbsp;Google&nbsp;Books&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraDescription":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Extra&nbsp;text&nbsp;about&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;source&nbsp;of&nbsp;the&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;source.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;this&nbsp;review.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Source&nbsp;type&nbsp;for&nbsp;this&nbsp;review.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;EDITORIAL,&nbsp;WEB_USER&nbsp;or&nbsp;GOOGLE_USER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullTextUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;the&nbsp;full&nbsp;review&nbsp;text,&nbsp;for&nbsp;reviews&nbsp;gathered&nbsp;from&nbsp;the&nbsp;web.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPurchased":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;purchased&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"readingPosition":&nbsp;{&nbsp;#&nbsp;The&nbsp;user's&nbsp;current&nbsp;reading&nbsp;position&nbsp;in&nbsp;the&nbsp;volume,&nbsp;if&nbsp;one&nbsp;is&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#readingPosition",&nbsp;#&nbsp;Resource&nbsp;type&nbsp;for&nbsp;a&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbImagePosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;image-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epubCfiPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;an&nbsp;EPUB&nbsp;as&nbsp;a&nbsp;CFI.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;when&nbsp;this&nbsp;reading&nbsp;position&nbsp;was&nbsp;last&nbsp;updated&nbsp;(formatted&nbsp;UTC&nbsp;timestamp&nbsp;with&nbsp;millisecond&nbsp;resolution).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;id&nbsp;associated&nbsp;with&nbsp;this&nbsp;reading&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pdfPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;PDF&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gbTextPosition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Position&nbsp;in&nbsp;a&nbsp;volume&nbsp;for&nbsp;text-based&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isPreordered":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;or&nbsp;not&nbsp;this&nbsp;volume&nbsp;was&nbsp;pre-ordered&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;making&nbsp;the&nbsp;request.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"volumeInfo":&nbsp;{&nbsp;#&nbsp;General&nbsp;volume&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publisher":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Publisher&nbsp;of&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subtitle":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;subtitle.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;synopsis&nbsp;of&nbsp;the&nbsp;volume.&nbsp;The&nbsp;text&nbsp;of&nbsp;the&nbsp;description&nbsp;is&nbsp;formatted&nbsp;in&nbsp;HTML&nbsp;and&nbsp;includes&nbsp;simple&nbsp;formatting&nbsp;elements,&nbsp;such&nbsp;as&nbsp;b,&nbsp;i,&nbsp;and&nbsp;br&nbsp;tags.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Best&nbsp;language&nbsp;for&nbsp;this&nbsp;volume&nbsp;(based&nbsp;on&nbsp;content).&nbsp;It&nbsp;is&nbsp;the&nbsp;two-letter&nbsp;ISO&nbsp;639-1&nbsp;code&nbsp;such&nbsp;as&nbsp;'fr',&nbsp;'en',&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pageCount":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;pages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageLinks":&nbsp;{&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;image&nbsp;links&nbsp;for&nbsp;all&nbsp;the&nbsp;sizes&nbsp;that&nbsp;are&nbsp;available.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"medium":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;medium&nbsp;size&nbsp;(width&nbsp;of&nbsp;~575&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"smallThumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~80&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"large":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~800&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extraLarge":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;extra&nbsp;large&nbsp;size&nbsp;(width&nbsp;of&nbsp;~1280&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"small":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;small&nbsp;size&nbsp;(width&nbsp;of&nbsp;~300&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Image&nbsp;link&nbsp;for&nbsp;thumbnail&nbsp;size&nbsp;(width&nbsp;of&nbsp;~128&nbsp;pixels).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publishedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;of&nbsp;publication.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"previewLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;preview&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"printType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;publication&nbsp;of&nbsp;this&nbsp;volume.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;BOOK&nbsp;or&nbsp;MAGAZINE.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ratingsCount":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;review&nbsp;ratings&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mainCategory":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;main&nbsp;category&nbsp;to&nbsp;which&nbsp;this&nbsp;volume&nbsp;belongs.&nbsp;It&nbsp;will&nbsp;be&nbsp;the&nbsp;category&nbsp;from&nbsp;the&nbsp;categories&nbsp;list&nbsp;returned&nbsp;below&nbsp;that&nbsp;has&nbsp;the&nbsp;highest&nbsp;weight.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dimensions":&nbsp;{&nbsp;#&nbsp;Physical&nbsp;dimensions&nbsp;of&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Width&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thickness":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Thickness&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Height&nbsp;or&nbsp;length&nbsp;of&nbsp;this&nbsp;volume&nbsp;(in&nbsp;cm).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contentVersion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;identifier&nbsp;for&nbsp;the&nbsp;version&nbsp;of&nbsp;the&nbsp;volume&nbsp;content&nbsp;(text&nbsp;&amp;&nbsp;images).&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"industryIdentifiers":&nbsp;[&nbsp;#&nbsp;Industry&nbsp;standard&nbsp;identifiers&nbsp;for&nbsp;this&nbsp;volume.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Industry&nbsp;specific&nbsp;volume&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;type.&nbsp;Possible&nbsp;values&nbsp;are&nbsp;ISBN_10,&nbsp;ISBN_13,&nbsp;ISSN&nbsp;and&nbsp;OTHER.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"authors":&nbsp;[&nbsp;#&nbsp;The&nbsp;names&nbsp;of&nbsp;the&nbsp;authors&nbsp;and/or&nbsp;editors&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Volume&nbsp;title.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canonicalVolumeLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Canonical&nbsp;URL&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"infoLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;view&nbsp;information&nbsp;about&nbsp;this&nbsp;volume&nbsp;on&nbsp;the&nbsp;Google&nbsp;Books&nbsp;site.&nbsp;(In&nbsp;LITE&nbsp;projection)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;subject&nbsp;categories,&nbsp;such&nbsp;as&nbsp;"Fiction",&nbsp;"Suspense",&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"averageRating":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;mean&nbsp;review&nbsp;rating&nbsp;for&nbsp;this&nbsp;volume.&nbsp;(min&nbsp;=&nbsp;1.0,&nbsp;max&nbsp;=&nbsp;5.0)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;for&nbsp;a&nbsp;volume.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;this&nbsp;resource.&nbsp;(In&nbsp;LITE&nbsp;projection.)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"books#volumes",&nbsp;#&nbsp;Resource&nbsp;type.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.bookshelves.html b/docs/dyn/books_v1.bookshelves.html
new file mode 100644
index 0000000..59fb7b6
--- /dev/null
+++ b/docs/dyn/books_v1.bookshelves.html
@@ -0,0 +1,145 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.bookshelves.html">bookshelves</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="books_v1.bookshelves.volumes.html">volumes()</a></code>
+</p>
+<p class="firstline">Returns the volumes Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#get">get(userId, shelf, source=None)</a></code></p>
+<p class="firstline">Retrieves metadata for a specific bookshelf for the specified user.</p>
+<p class="toc_element">
+  <code><a href="#list">list(userId, source=None)</a></code></p>
+<p class="firstline">Retrieves a list of public bookshelves for the specified user.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(userId, shelf, source=None)</code>
+  <pre>Retrieves metadata for a specific bookshelf for the specified user.
+
+Args:
+  userId: string, ID of user for whom to retrieve bookshelves. (required)
+  shelf: string, ID of bookshelf to retrieve. (required)
+  source: string, String to identify the originator of this request.
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "books#bookshelf", # Resource type for bookshelf metadata.
+    "description": "A String", # Description of this bookshelf.
+    "created": "A String", # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
+    "volumeCount": 42, # Number of volumes in this bookshelf.
+    "title": "A String", # Title of this bookshelf.
+    "updated": "A String", # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
+    "access": "A String", # Whether this bookshelf is PUBLIC or PRIVATE.
+    "volumesLastUpdated": "A String", # Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
+    "id": 42, # Id of this bookshelf, only unique by user.
+    "selfLink": "A String", # URL to this resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(userId, source=None)</code>
+  <pre>Retrieves a list of public bookshelves for the specified user.
+
+Args:
+  userId: string, ID of user for whom to retrieve bookshelves. (required)
+  source: string, String to identify the originator of this request.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # A list of bookshelves.
+      {
+        "kind": "books#bookshelf", # Resource type for bookshelf metadata.
+        "description": "A String", # Description of this bookshelf.
+        "created": "A String", # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
+        "volumeCount": 42, # Number of volumes in this bookshelf.
+        "title": "A String", # Title of this bookshelf.
+        "updated": "A String", # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
+        "access": "A String", # Whether this bookshelf is PUBLIC or PRIVATE.
+        "volumesLastUpdated": "A String", # Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
+        "id": 42, # Id of this bookshelf, only unique by user.
+        "selfLink": "A String", # URL to this resource.
+      },
+    ],
+    "kind": "books#bookshelves", # Resource type.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.bookshelves.volumes.html b/docs/dyn/books_v1.bookshelves.volumes.html
new file mode 100644
index 0000000..7a302a0
--- /dev/null
+++ b/docs/dyn/books_v1.bookshelves.volumes.html
@@ -0,0 +1,237 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.bookshelves.html">bookshelves</a> . <a href="books_v1.bookshelves.volumes.html">volumes</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(userId, shelf, source=None, showPreorders=None, maxResults=None, startIndex=None)</a></code></p>
+<p class="firstline">Retrieves volumes in a specific bookshelf for the specified user.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(userId, shelf, source=None, showPreorders=None, maxResults=None, startIndex=None)</code>
+  <pre>Retrieves volumes in a specific bookshelf for the specified user.
+
+Args:
+  userId: string, ID of user for whom to retrieve bookshelf volumes. (required)
+  shelf: string, ID of bookshelf to retrieve volumes. (required)
+  source: string, String to identify the originator of this request.
+  showPreorders: boolean, Set to true to show pre-ordered books. Defaults to false.
+  maxResults: integer, Maximum number of results to return
+  startIndex: integer, Index of the first element to return (starts at 0)
+
+Returns:
+  An object of the form:
+
+    {
+    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.
+    "items": [ # A list of volumes.
+      {
+        "kind": "books#volume", # Resource type for a volume. (In LITE projection.)
+        "accessInfo": { # Any information about a volume related to reading or obtaining that volume text. This information can depend on country (books may be public domain in one country but not in another, e.g.).
+          "webReaderLink": "A String", # URL to read this volume on the Google Books site. Link will not allow users to read non-viewable volumes.
+          "publicDomain": True or False, # Whether or not this book is public domain in the country listed above.
+          "embeddable": True or False, # Whether this volume can be embedded in a viewport using the Embedded Viewer API.
+          "downloadAccess": { # Information about a volume's download license access restrictions.
+            "nonce": "A String", # Client nonce for verification. Download access and client-validation only.
+            "kind": "books#downloadAccessRestriction", # Resource type.
+            "justAcquired": True or False, # If deviceAllowed, whether access was just acquired with this request.
+            "maxDownloadDevices": 42, # If restricted, the maximum number of content download licenses for this volume.
+            "downloadsAcquired": 42, # If restricted, the number of content download licenses already acquired (including the requesting client, if licensed).
+            "signature": "A String", # Response signature.
+            "volumeId": "A String", # Identifies the volume for which this entry applies.
+            "deviceAllowed": True or False, # If restricted, whether access is granted for this (user, device, volume).
+            "source": "A String", # Client app identifier for verification. Download access and client-validation only.
+            "restricted": True or False, # Whether this volume has any download access restrictions.
+            "reasonCode": "A String", # Error/warning reason code. Additional codes may be added in the future. 0 OK 100 ACCESS_DENIED_PUBLISHER_LIMIT 101 ACCESS_DENIED_LIMIT 200 WARNING_USED_LAST_ACCESS
+            "message": "A String", # Error/warning message.
+          },
+          "country": "A String", # The two-letter ISO_3166-1 country code for which this access information is valid. (In LITE projection.)
+          "viewOrderUrl": "A String", # For ordered but not yet processed orders, we give a URL that can be used to go to the appropriate Google Wallet page.
+          "textToSpeechPermission": "A String", # Whether text-to-speech is permitted for this volume. Values can be ALLOWED, ALLOWED_FOR_ACCESSIBILITY, or NOT_ALLOWED.
+          "pdf": { # Information about pdf content. (In LITE projection.)
+            "isAvailable": True or False, # Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)
+            "downloadLink": "A String", # URL to download pdf. (In LITE projection.)
+            "acsTokenLink": "A String", # URL to retrieve ACS token for pdf download. (In LITE projection.)
+          },
+          "viewability": "A String", # The read access of a volume. Possible values are PARTIAL, ALL_PAGES, NO_PAGES or UNKNOWN. This value depends on the country listed above. A value of PARTIAL means that the publisher has allowed some portion of the volume to be viewed publicly, without purchase. This can apply to eBooks as well as non-eBooks. Public domain books will always have a value of ALL_PAGES.
+          "epub": { # Information about epub content. (In LITE projection.)
+            "isAvailable": True or False, # Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)
+            "downloadLink": "A String", # URL to download epub. (In LITE projection.)
+            "acsTokenLink": "A String", # URL to retrieve ACS token for epub download. (In LITE projection.)
+          },
+          "accessViewStatus": "A String", # Combines the access and viewability of this volume into a single status field for this user. Values can be FULL_PURCHASED, FULL_PUBLIC_DOMAIN, SAMPLE or NONE. (In LITE projection.)
+        },
+        "searchInfo": { # Search result information related to this volume.
+          "textSnippet": "A String", # A text snippet containing the search query.
+        },
+        "saleInfo": { # Any information about a volume related to the eBookstore and/or purchaseability. This information can depend on the country where the request originates from (i.e. books may not be for sale in certain countries).
+          "country": "A String", # The two-letter ISO_3166-1 country code for which this sale information is valid. (In LITE projection.)
+          "retailPrice": { # The actual selling price of the book. This is the same as the suggested retail or list price unless there are offers or discounts on this volume. (In LITE projection.)
+            "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+            "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+          },
+          "isEbook": True or False, # Whether or not this volume is an eBook (can be added to the My eBooks shelf).
+          "saleability": "A String", # Whether or not this book is available for sale or offered for free in the Google eBookstore for the country listed above. Possible values are FOR_SALE, FREE, NOT_FOR_SALE, or FOR_PREORDER.
+          "buyLink": "A String", # URL to purchase this volume on the Google Books site. (In LITE projection)
+          "onSaleDate": "A String", # The date on which this book is available for sale.
+          "listPrice": { # Suggested retail price. (In LITE projection.)
+            "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+            "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+          },
+        },
+        "etag": "A String", # Opaque identifier for a specific version of a volume resource. (In LITE projection)
+        "userInfo": { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)
+          "isInMyBooks": True or False, # Whether or not this volume is currently in "my books."
+          "updated": "A String", # Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (RFC 3339 UTC date-time format).
+          "review": { # This user's review of this volume, if one exists.
+            "rating": "A String", # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.
+            "kind": "books#review", # Resource type for a review.
+            "author": { # Author of this review.
+              "displayName": "A String", # Name of this person.
+            },
+            "title": "A String", # Title for this review.
+            "volumeId": "A String", # Volume that this review is for.
+            "content": "A String", # Review text.
+            "source": { # Information regarding the source of this review, when the review is not from a Google Books user.
+              "extraDescription": "A String", # Extra text about the source of the review.
+              "url": "A String", # URL of the source of the review.
+              "description": "A String", # Name of the source.
+            },
+            "date": "A String", # Date of this review.
+            "type": "A String", # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.
+            "fullTextUrl": "A String", # URL for the full review text, for reviews gathered from the web.
+          },
+          "isPurchased": True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)
+          "readingPosition": { # The user's current reading position in the volume, if one is available. (In LITE projection.)
+            "kind": "books#readingPosition", # Resource type for a reading position.
+            "gbImagePosition": "A String", # Position in a volume for image-based content.
+            "epubCfiPosition": "A String", # Position in an EPUB as a CFI.
+            "updated": "A String", # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
+            "volumeId": "A String", # Volume id associated with this reading position.
+            "pdfPosition": "A String", # Position in a PDF file.
+            "gbTextPosition": "A String", # Position in a volume for text-based content.
+          },
+          "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)
+        },
+        "volumeInfo": { # General volume information.
+          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
+          "subtitle": "A String", # Volume subtitle. (In LITE projection.)
+          "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)
+          "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.
+          "pageCount": 42, # Total number of pages.
+          "imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)
+            "medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)
+            "smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
+            "large": "A String", # Image link for large size (width of ~800 pixels). (In LITE projection)
+            "extraLarge": "A String", # Image link for extra large size (width of ~1280 pixels). (In LITE projection)
+            "small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)
+            "thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
+          },
+          "publishedDate": "A String", # Date of publication. (In LITE projection.)
+          "previewLink": "A String", # URL to preview this volume on the Google Books site.
+          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+          "ratingsCount": 42, # The number of review ratings for this volume.
+          "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.
+          "dimensions": { # Physical dimensions of this volume.
+            "width": "A String", # Width of this volume (in cm).
+            "thickness": "A String", # Thickness of this volume (in cm).
+            "height": "A String", # Height or length of this volume (in cm).
+          },
+          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
+          "industryIdentifiers": [ # Industry standard identifiers for this volume.
+            {
+              "identifier": "A String", # Industry specific volume identifier.
+              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
+            },
+          ],
+          "authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)
+            "A String",
+          ],
+          "title": "A String", # Volume title. (In LITE projection.)
+          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
+          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
+          "categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
+            "A String",
+          ],
+          "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
+        },
+        "id": "A String", # Unique identifier for a volume. (In LITE projection.)
+        "selfLink": "A String", # URL to this resource. (In LITE projection.)
+      },
+    ],
+    "kind": "books#volumes", # Resource type.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.html b/docs/dyn/books_v1.html
new file mode 100644
index 0000000..af94b97
--- /dev/null
+++ b/docs/dyn/books_v1.html
@@ -0,0 +1,102 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="books_v1.bookshelves.html">bookshelves()</a></code>
+</p>
+<p class="firstline">Returns the bookshelves Resource.</p>
+
+<p class="toc_element">
+  <code><a href="books_v1.layers.html">layers()</a></code>
+</p>
+<p class="firstline">Returns the layers Resource.</p>
+
+<p class="toc_element">
+  <code><a href="books_v1.myconfig.html">myconfig()</a></code>
+</p>
+<p class="firstline">Returns the myconfig Resource.</p>
+
+<p class="toc_element">
+  <code><a href="books_v1.mylibrary.html">mylibrary()</a></code>
+</p>
+<p class="firstline">Returns the mylibrary Resource.</p>
+
+<p class="toc_element">
+  <code><a href="books_v1.volumes.html">volumes()</a></code>
+</p>
+<p class="firstline">Returns the volumes Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.layers.annotationData.html b/docs/dyn/books_v1.layers.annotationData.html
new file mode 100644
index 0000000..35bccf8
--- /dev/null
+++ b/docs/dyn/books_v1.layers.annotationData.html
@@ -0,0 +1,242 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.layers.html">layers</a> . <a href="books_v1.layers.annotationData.html">annotationData</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(volumeId, layerId, annotationDataId, contentVersion, scale=None, source=None, locale=None, h=None, w=None)</a></code></p>
+<p class="firstline">Gets the annotation data.</p>
+<p class="toc_element">
+  <code><a href="#list">list(volumeId, layerId, contentVersion, locale=None, scale=None, pageToken=None, updatedMin=None, source=None, updatedMax=None, maxResults=None, annotationDataId=None, w=None, h=None)</a></code></p>
+<p class="firstline">Gets the annotation data for a volume and layer.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(volumeId, layerId, annotationDataId, contentVersion, scale=None, source=None, locale=None, h=None, w=None)</code>
+  <pre>Gets the annotation data.
+
+Args:
+  volumeId: string, The volume to retrieve annotations for. (required)
+  layerId: string, The ID for the layer to get the annotations. (required)
+  annotationDataId: string, The ID of the annotation data to retrieve. (required)
+  contentVersion: string, The content version for the volume you are trying to retrieve. (required)
+  scale: integer, The requested scale for the image.
+  source: string, String to identify the originator of this request.
+  locale: string, The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.
+  h: integer, The requested pixel height for any images. If height is provided width must also be provided.
+  w: integer, The requested pixel width for any images. If width is provided height must also be provided.
+
+Returns:
+  An object of the form:
+
+    {
+    "annotationType": "A String", # The type of annotation this data is for.
+    "kind": "books#annotationdata", # Resource Type
+    "updated": "A String", # Timestamp for the last time this data was updated. (RFC 3339 UTC date-time format).
+    "volumeId": "A String", # The volume id for this data. *
+    "encoded_data": "A String", # Base64 encoded data for this annotation data.
+    "layerId": "A String", # The Layer id for this data. *
+    "data": { # JSON encoded data for this annotation data.
+      "geo": {
+        "countryCode": "A String", # The country code of the location.
+        "zoom": 42, # The Zoom level to use for the map. Zoom levels between 0 (the lowest zoom level, in which the entire world can be seen on one map) to 21+ (down to individual buildings). See: https://developers.google.com/maps/documentation/staticmaps/#Zoomlevels
+        "longitude": 3.14, # The longitude of the location.
+        "mapType": "A String", # The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN
+        "latitude": 3.14, # The latitude of the location.
+        "boundary": [ # The boundary of the location as a set of loops containing pairs of latitude, longitude coordinates.
+          [
+            {
+              "latitude": 42,
+              "longitude": 42,
+            },
+          ],
+        ],
+        "resolution": "A String", # The resolution of the location. Ex: POI_LEVEL
+        "viewport": { # The viewport for showing this location. This is a latitude, longitude rectangle.
+          "lo": {
+            "latitude": 3.14,
+            "longitude": 3.14,
+          },
+          "hi": {
+            "latitude": 3.14,
+            "longitude": 3.14,
+          },
+        },
+        "cachePolicy": "A String", # The cache policy active for this data. EX: UNRESTRICTED, RESTRICTED, NEVER
+      },
+      "common": {
+        "lang": "A String", # The language of the information url and description.
+        "previewImageUrl": "A String", # The URL for the preview image information.
+        "snippet": "A String", # The description for this location.
+        "snippetUrl": "A String", # The URL for information for this location. Ex: wikipedia link.
+      },
+    },
+    "id": "A String", # Unique id for this annotation data.
+    "selfLink": "A String", # URL for this resource. *
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(volumeId, layerId, contentVersion, locale=None, scale=None, pageToken=None, updatedMin=None, source=None, updatedMax=None, maxResults=None, annotationDataId=None, w=None, h=None)</code>
+  <pre>Gets the annotation data for a volume and layer.
+
+Args:
+  volumeId: string, The volume to retrieve annotation data for. (required)
+  layerId: string, The ID for the layer to get the annotation data. (required)
+  contentVersion: string, The content version for the requested volume. (required)
+  locale: string, The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.
+  scale: integer, The requested scale for the image.
+  pageToken: string, The value of the nextToken from the previous page.
+  updatedMin: string, RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).
+  source: string, String to identify the originator of this request.
+  updatedMax: string, RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).
+  maxResults: integer, Maximum number of results to return
+  annotationDataId: string, The list of Annotation Data Ids to retrieve. Pagination is ignored if this is set. (repeated)
+  w: integer, The requested pixel width for any images. If width is provided height must also be provided.
+  h: integer, The requested pixel height for any images. If height is provided width must also be provided.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Token to pass in for pagination for the next page. This will not be present if this request does not have more results.
+    "items": [ # A list of Annotation Data.
+      {
+        "annotationType": "A String", # The type of annotation this data is for.
+        "kind": "books#annotationdata", # Resource Type
+        "updated": "A String", # Timestamp for the last time this data was updated. (RFC 3339 UTC date-time format).
+        "volumeId": "A String", # The volume id for this data. *
+        "encoded_data": "A String", # Base64 encoded data for this annotation data.
+        "layerId": "A String", # The Layer id for this data. *
+        "data": { # JSON encoded data for this annotation data.
+          "geo": {
+            "countryCode": "A String", # The country code of the location.
+            "zoom": 42, # The Zoom level to use for the map. Zoom levels between 0 (the lowest zoom level, in which the entire world can be seen on one map) to 21+ (down to individual buildings). See: https://developers.google.com/maps/documentation/staticmaps/#Zoomlevels
+            "longitude": 3.14, # The longitude of the location.
+            "mapType": "A String", # The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN
+            "latitude": 3.14, # The latitude of the location.
+            "boundary": [ # The boundary of the location as a set of loops containing pairs of latitude, longitude coordinates.
+              [
+                {
+                  "latitude": 42,
+                  "longitude": 42,
+                },
+              ],
+            ],
+            "resolution": "A String", # The resolution of the location. Ex: POI_LEVEL
+            "viewport": { # The viewport for showing this location. This is a latitude, longitude rectangle.
+              "lo": {
+                "latitude": 3.14,
+                "longitude": 3.14,
+              },
+              "hi": {
+                "latitude": 3.14,
+                "longitude": 3.14,
+              },
+            },
+            "cachePolicy": "A String", # The cache policy active for this data. EX: UNRESTRICTED, RESTRICTED, NEVER
+          },
+          "common": {
+            "lang": "A String", # The language of the information url and description.
+            "previewImageUrl": "A String", # The URL for the preview image information.
+            "snippet": "A String", # The description for this location.
+            "snippetUrl": "A String", # The URL for information for this location. Ex: wikipedia link.
+          },
+        },
+        "id": "A String", # Unique id for this annotation data.
+        "selfLink": "A String", # URL for this resource. *
+      },
+    ],
+    "kind": "books#annotationsdata", # Resource type
+    "totalItems": 42, # The total number of volume annotations found.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.layers.html b/docs/dyn/books_v1.layers.html
new file mode 100644
index 0000000..717951e
--- /dev/null
+++ b/docs/dyn/books_v1.layers.html
@@ -0,0 +1,163 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.layers.html">layers</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="books_v1.layers.annotationData.html">annotationData()</a></code>
+</p>
+<p class="firstline">Returns the annotationData Resource.</p>
+
+<p class="toc_element">
+  <code><a href="books_v1.layers.volumeAnnotations.html">volumeAnnotations()</a></code>
+</p>
+<p class="firstline">Returns the volumeAnnotations Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#get">get(volumeId, summaryId, source=None, contentVersion=None)</a></code></p>
+<p class="firstline">Gets the layer summary for a volume.</p>
+<p class="toc_element">
+  <code><a href="#list">list(volumeId, pageToken=None, maxResults=None, source=None, contentVersion=None)</a></code></p>
+<p class="firstline">List the layer summaries for a volume.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(volumeId, summaryId, source=None, contentVersion=None)</code>
+  <pre>Gets the layer summary for a volume.
+
+Args:
+  volumeId: string, The volume to retrieve layers for. (required)
+  summaryId: string, The ID for the layer to get the summary for. (required)
+  source: string, String to identify the originator of this request.
+  contentVersion: string, The content version for the requested volume.
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "books#layersummary", # Resource Type
+    "annotationCount": 42, # The number of annotations for this layer.
+    "dataCount": 42, # The number of data items for this layer.
+    "annotationsLink": "A String", # The link to get the annotations for this layer.
+    "updated": "A String", # Timestamp for the last time an item in this layer was updated. (RFC 3339 UTC date-time format).
+    "volumeId": "A String", # The volume id this resource is for.
+    "id": "A String", # Unique id of this layer summary.
+    "annotationTypes": [ # The list of annotation types contained for this layer.
+      "A String",
+    ],
+    "contentVersion": "A String", # The content version this resource is for.
+    "layerId": "A String", # The layer id for this summary.
+    "annotationsDataLink": "A String", # Link to get data for this annotation.
+    "selfLink": "A String", # URL to this resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(volumeId, pageToken=None, maxResults=None, source=None, contentVersion=None)</code>
+  <pre>List the layer summaries for a volume.
+
+Args:
+  volumeId: string, The volume to retrieve layers for. (required)
+  pageToken: string, The value of the nextToken from the previous page.
+  maxResults: integer, Maximum number of results to return
+  source: string, String to identify the originator of this request.
+  contentVersion: string, The content version for the requested volume.
+
+Returns:
+  An object of the form:
+
+    {
+    "totalItems": 42, # The total number of layer summaries found.
+    "items": [ # A list of layer summary items.
+      {
+        "kind": "books#layersummary", # Resource Type
+        "annotationCount": 42, # The number of annotations for this layer.
+        "dataCount": 42, # The number of data items for this layer.
+        "annotationsLink": "A String", # The link to get the annotations for this layer.
+        "updated": "A String", # Timestamp for the last time an item in this layer was updated. (RFC 3339 UTC date-time format).
+        "volumeId": "A String", # The volume id this resource is for.
+        "id": "A String", # Unique id of this layer summary.
+        "annotationTypes": [ # The list of annotation types contained for this layer.
+          "A String",
+        ],
+        "contentVersion": "A String", # The content version this resource is for.
+        "layerId": "A String", # The layer id for this summary.
+        "annotationsDataLink": "A String", # Link to get data for this annotation.
+        "selfLink": "A String", # URL to this resource.
+      },
+    ],
+    "kind": "books#layersummaries", # Resource type.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.layers.volumeAnnotations.html b/docs/dyn/books_v1.layers.volumeAnnotations.html
new file mode 100644
index 0000000..1f62c1c
--- /dev/null
+++ b/docs/dyn/books_v1.layers.volumeAnnotations.html
@@ -0,0 +1,225 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.layers.html">layers</a> . <a href="books_v1.layers.volumeAnnotations.html">volumeAnnotations</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(volumeId, layerId, annotationId, source=None, locale=None)</a></code></p>
+<p class="firstline">Gets the volume annotation.</p>
+<p class="toc_element">
+  <code><a href="#list">list(volumeId, layerId, contentVersion, endPosition=None, locale=None, startOffset=None, pageToken=None, updatedMin=None, endOffset=None, showDeleted=None, updatedMax=None, maxResults=None, startPosition=None, source=None)</a></code></p>
+<p class="firstline">Gets the volume annotations for a volume and layer.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(volumeId, layerId, annotationId, source=None, locale=None)</code>
+  <pre>Gets the volume annotation.
+
+Args:
+  volumeId: string, The volume to retrieve annotations for. (required)
+  layerId: string, The ID for the layer to get the annotations. (required)
+  annotationId: string, The ID of the volume annotation to retrieve. (required)
+  source: string, String to identify the originator of this request.
+  locale: string, The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.
+
+Returns:
+  An object of the form:
+
+    {
+    "annotationType": "A String", # The type of annotation this is.
+    "kind": "books#volumeannotation", # Resource Type
+    "updated": "A String", # Timestamp for the last time this anntoation was updated. (RFC 3339 UTC date-time format).
+    "deleted": True or False, # Indicates that this annotation is deleted.
+    "contentRanges": { # The content ranges to identify the selected text.
+      "contentVersion": "A String", # Content version applicable to ranges below.
+      "gbTextRange": { # Range in GB text format for this annotation for version above.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+      "cfiRange": { # Range in CFI format for this annotation for version above.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+      "gbImageRange": { # Range in GB image format for this annotation for version above.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+    },
+    "selectedText": "A String", # Excerpt from the volume.
+    "volumeId": "A String", # The Volume this annotation is for.
+    "annotationDataId": "A String", # The annotation data id for this volume annotation.
+    "annotationDataLink": "A String", # Link to get data for this annotation.
+    "pageIds": [ # Pages the annotation spans.
+      "A String",
+    ],
+    "layerId": "A String", # The Layer this annotation is for.
+    "data": "A String", # Data for this annotation.
+    "id": "A String", # Unique id of this volume annotation.
+    "selfLink": "A String", # URL to this resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(volumeId, layerId, contentVersion, endPosition=None, locale=None, startOffset=None, pageToken=None, updatedMin=None, endOffset=None, showDeleted=None, updatedMax=None, maxResults=None, startPosition=None, source=None)</code>
+  <pre>Gets the volume annotations for a volume and layer.
+
+Args:
+  volumeId: string, The volume to retrieve annotations for. (required)
+  layerId: string, The ID for the layer to get the annotations. (required)
+  contentVersion: string, The content version for the requested volume. (required)
+  endPosition: string, The end position to end retrieving data from.
+  locale: string, The locale information for the data. ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'.
+  startOffset: string, The start offset to start retrieving data from.
+  pageToken: string, The value of the nextToken from the previous page.
+  updatedMin: string, RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).
+  endOffset: string, The end offset to end retrieving data from.
+  showDeleted: boolean, Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.
+  updatedMax: string, RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).
+  maxResults: integer, Maximum number of results to return
+  startPosition: string, The start position to start retrieving data from.
+  source: string, String to identify the originator of this request.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Token to pass in for pagination for the next page. This will not be present if this request does not have more results.
+    "items": [ # A list of volume annotations.
+      {
+        "annotationType": "A String", # The type of annotation this is.
+        "kind": "books#volumeannotation", # Resource Type
+        "updated": "A String", # Timestamp for the last time this anntoation was updated. (RFC 3339 UTC date-time format).
+        "deleted": True or False, # Indicates that this annotation is deleted.
+        "contentRanges": { # The content ranges to identify the selected text.
+          "contentVersion": "A String", # Content version applicable to ranges below.
+          "gbTextRange": { # Range in GB text format for this annotation for version above.
+            "startPosition": "A String", # The starting position for the range.
+            "endPosition": "A String", # The ending position for the range.
+            "startOffset": "A String", # The offset from the starting position.
+            "endOffset": "A String", # The offset from the ending position.
+          },
+          "cfiRange": { # Range in CFI format for this annotation for version above.
+            "startPosition": "A String", # The starting position for the range.
+            "endPosition": "A String", # The ending position for the range.
+            "startOffset": "A String", # The offset from the starting position.
+            "endOffset": "A String", # The offset from the ending position.
+          },
+          "gbImageRange": { # Range in GB image format for this annotation for version above.
+            "startPosition": "A String", # The starting position for the range.
+            "endPosition": "A String", # The ending position for the range.
+            "startOffset": "A String", # The offset from the starting position.
+            "endOffset": "A String", # The offset from the ending position.
+          },
+        },
+        "selectedText": "A String", # Excerpt from the volume.
+        "volumeId": "A String", # The Volume this annotation is for.
+        "annotationDataId": "A String", # The annotation data id for this volume annotation.
+        "annotationDataLink": "A String", # Link to get data for this annotation.
+        "pageIds": [ # Pages the annotation spans.
+          "A String",
+        ],
+        "layerId": "A String", # The Layer this annotation is for.
+        "data": "A String", # Data for this annotation.
+        "id": "A String", # Unique id of this volume annotation.
+        "selfLink": "A String", # URL to this resource.
+      },
+    ],
+    "kind": "books#volumeannotations", # Resource type
+    "totalItems": 42, # The total number of volume annotations found.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.myconfig.html b/docs/dyn/books_v1.myconfig.html
new file mode 100644
index 0000000..4b99081
--- /dev/null
+++ b/docs/dyn/books_v1.myconfig.html
@@ -0,0 +1,323 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.myconfig.html">myconfig</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#releaseDownloadAccess">releaseDownloadAccess(volumeIds, cpksver, source=None, locale=None)</a></code></p>
+<p class="firstline">Release downloaded content access restriction.</p>
+<p class="toc_element">
+  <code><a href="#requestAccess">requestAccess(source, volumeId, nonce, cpksver, locale=None)</a></code></p>
+<p class="firstline">Request concurrent and download access restrictions.</p>
+<p class="toc_element">
+  <code><a href="#syncVolumeLicenses">syncVolumeLicenses(source, nonce, cpksver, locale=None, showPreorders=None, volumeIds=None)</a></code></p>
+<p class="firstline">Request downloaded content access for specified volumes on the My eBooks shelf.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="releaseDownloadAccess">releaseDownloadAccess(volumeIds, cpksver, source=None, locale=None)</code>
+  <pre>Release downloaded content access restriction.
+
+Args:
+  volumeIds: string, The volume(s) to release restrictions for. (required) (repeated)
+  cpksver: string, The device/version ID from which to release the restriction. (required)
+  source: string, String to identify the originator of this request.
+  locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.
+
+Returns:
+  An object of the form:
+
+    {
+    "downloadAccessList": [ # A list of download access responses.
+      {
+        "nonce": "A String", # Client nonce for verification. Download access and client-validation only.
+        "kind": "books#downloadAccessRestriction", # Resource type.
+        "justAcquired": True or False, # If deviceAllowed, whether access was just acquired with this request.
+        "maxDownloadDevices": 42, # If restricted, the maximum number of content download licenses for this volume.
+        "downloadsAcquired": 42, # If restricted, the number of content download licenses already acquired (including the requesting client, if licensed).
+        "signature": "A String", # Response signature.
+        "volumeId": "A String", # Identifies the volume for which this entry applies.
+        "deviceAllowed": True or False, # If restricted, whether access is granted for this (user, device, volume).
+        "source": "A String", # Client app identifier for verification. Download access and client-validation only.
+        "restricted": True or False, # Whether this volume has any download access restrictions.
+        "reasonCode": "A String", # Error/warning reason code. Additional codes may be added in the future. 0 OK 100 ACCESS_DENIED_PUBLISHER_LIMIT 101 ACCESS_DENIED_LIMIT 200 WARNING_USED_LAST_ACCESS
+        "message": "A String", # Error/warning message.
+      },
+    ],
+    "kind": "books#downloadAccesses", # Resource type.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="requestAccess">requestAccess(source, volumeId, nonce, cpksver, locale=None)</code>
+  <pre>Request concurrent and download access restrictions.
+
+Args:
+  source: string, String to identify the originator of this request. (required)
+  volumeId: string, The volume to request concurrent/download restrictions for. (required)
+  nonce: string, The client nonce value. (required)
+  cpksver: string, The device/version ID from which to request the restrictions. (required)
+  locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.
+
+Returns:
+  An object of the form:
+
+    {
+    "downloadAccess": { # A download access response.
+      "nonce": "A String", # Client nonce for verification. Download access and client-validation only.
+      "kind": "books#downloadAccessRestriction", # Resource type.
+      "justAcquired": True or False, # If deviceAllowed, whether access was just acquired with this request.
+      "maxDownloadDevices": 42, # If restricted, the maximum number of content download licenses for this volume.
+      "downloadsAcquired": 42, # If restricted, the number of content download licenses already acquired (including the requesting client, if licensed).
+      "signature": "A String", # Response signature.
+      "volumeId": "A String", # Identifies the volume for which this entry applies.
+      "deviceAllowed": True or False, # If restricted, whether access is granted for this (user, device, volume).
+      "source": "A String", # Client app identifier for verification. Download access and client-validation only.
+      "restricted": True or False, # Whether this volume has any download access restrictions.
+      "reasonCode": "A String", # Error/warning reason code. Additional codes may be added in the future. 0 OK 100 ACCESS_DENIED_PUBLISHER_LIMIT 101 ACCESS_DENIED_LIMIT 200 WARNING_USED_LAST_ACCESS
+      "message": "A String", # Error/warning message.
+    },
+    "kind": "books#requestAccess", # Resource type.
+    "concurrentAccess": { # A concurrent access response.
+      "nonce": "A String", # Client nonce for verification. Download access and client-validation only.
+      "kind": "books#concurrentAccessRestriction", # Resource type.
+      "restricted": True or False, # Whether this volume has any concurrent access restrictions.
+      "volumeId": "A String", # Identifies the volume for which this entry applies.
+      "maxConcurrentDevices": 42, # The maximum number of concurrent access licenses for this volume.
+      "deviceAllowed": True or False, # Whether access is granted for this (user, device, volume).
+      "source": "A String", # Client app identifier for verification. Download access and client-validation only.
+      "timeWindowSeconds": 42, # Time in seconds for license auto-expiration.
+      "signature": "A String", # Response signature.
+      "reasonCode": "A String", # Error/warning reason code.
+      "message": "A String", # Error/warning message.
+    },
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="syncVolumeLicenses">syncVolumeLicenses(source, nonce, cpksver, locale=None, showPreorders=None, volumeIds=None)</code>
+  <pre>Request downloaded content access for specified volumes on the My eBooks shelf.
+
+Args:
+  source: string, String to identify the originator of this request. (required)
+  nonce: string, The client nonce value. (required)
+  cpksver: string, The device/version ID from which to release the restriction. (required)
+  locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.
+  showPreorders: boolean, Set to true to show pre-ordered books. Defaults to false.
+  volumeIds: string, The volume(s) to request download restrictions for. (repeated)
+
+Returns:
+  An object of the form:
+
+    {
+    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.
+    "items": [ # A list of volumes.
+      {
+        "kind": "books#volume", # Resource type for a volume. (In LITE projection.)
+        "accessInfo": { # Any information about a volume related to reading or obtaining that volume text. This information can depend on country (books may be public domain in one country but not in another, e.g.).
+          "webReaderLink": "A String", # URL to read this volume on the Google Books site. Link will not allow users to read non-viewable volumes.
+          "publicDomain": True or False, # Whether or not this book is public domain in the country listed above.
+          "embeddable": True or False, # Whether this volume can be embedded in a viewport using the Embedded Viewer API.
+          "downloadAccess": { # Information about a volume's download license access restrictions.
+            "nonce": "A String", # Client nonce for verification. Download access and client-validation only.
+            "kind": "books#downloadAccessRestriction", # Resource type.
+            "justAcquired": True or False, # If deviceAllowed, whether access was just acquired with this request.
+            "maxDownloadDevices": 42, # If restricted, the maximum number of content download licenses for this volume.
+            "downloadsAcquired": 42, # If restricted, the number of content download licenses already acquired (including the requesting client, if licensed).
+            "signature": "A String", # Response signature.
+            "volumeId": "A String", # Identifies the volume for which this entry applies.
+            "deviceAllowed": True or False, # If restricted, whether access is granted for this (user, device, volume).
+            "source": "A String", # Client app identifier for verification. Download access and client-validation only.
+            "restricted": True or False, # Whether this volume has any download access restrictions.
+            "reasonCode": "A String", # Error/warning reason code. Additional codes may be added in the future. 0 OK 100 ACCESS_DENIED_PUBLISHER_LIMIT 101 ACCESS_DENIED_LIMIT 200 WARNING_USED_LAST_ACCESS
+            "message": "A String", # Error/warning message.
+          },
+          "country": "A String", # The two-letter ISO_3166-1 country code for which this access information is valid. (In LITE projection.)
+          "viewOrderUrl": "A String", # For ordered but not yet processed orders, we give a URL that can be used to go to the appropriate Google Wallet page.
+          "textToSpeechPermission": "A String", # Whether text-to-speech is permitted for this volume. Values can be ALLOWED, ALLOWED_FOR_ACCESSIBILITY, or NOT_ALLOWED.
+          "pdf": { # Information about pdf content. (In LITE projection.)
+            "isAvailable": True or False, # Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)
+            "downloadLink": "A String", # URL to download pdf. (In LITE projection.)
+            "acsTokenLink": "A String", # URL to retrieve ACS token for pdf download. (In LITE projection.)
+          },
+          "viewability": "A String", # The read access of a volume. Possible values are PARTIAL, ALL_PAGES, NO_PAGES or UNKNOWN. This value depends on the country listed above. A value of PARTIAL means that the publisher has allowed some portion of the volume to be viewed publicly, without purchase. This can apply to eBooks as well as non-eBooks. Public domain books will always have a value of ALL_PAGES.
+          "epub": { # Information about epub content. (In LITE projection.)
+            "isAvailable": True or False, # Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)
+            "downloadLink": "A String", # URL to download epub. (In LITE projection.)
+            "acsTokenLink": "A String", # URL to retrieve ACS token for epub download. (In LITE projection.)
+          },
+          "accessViewStatus": "A String", # Combines the access and viewability of this volume into a single status field for this user. Values can be FULL_PURCHASED, FULL_PUBLIC_DOMAIN, SAMPLE or NONE. (In LITE projection.)
+        },
+        "searchInfo": { # Search result information related to this volume.
+          "textSnippet": "A String", # A text snippet containing the search query.
+        },
+        "saleInfo": { # Any information about a volume related to the eBookstore and/or purchaseability. This information can depend on the country where the request originates from (i.e. books may not be for sale in certain countries).
+          "country": "A String", # The two-letter ISO_3166-1 country code for which this sale information is valid. (In LITE projection.)
+          "retailPrice": { # The actual selling price of the book. This is the same as the suggested retail or list price unless there are offers or discounts on this volume. (In LITE projection.)
+            "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+            "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+          },
+          "isEbook": True or False, # Whether or not this volume is an eBook (can be added to the My eBooks shelf).
+          "saleability": "A String", # Whether or not this book is available for sale or offered for free in the Google eBookstore for the country listed above. Possible values are FOR_SALE, FREE, NOT_FOR_SALE, or FOR_PREORDER.
+          "buyLink": "A String", # URL to purchase this volume on the Google Books site. (In LITE projection)
+          "onSaleDate": "A String", # The date on which this book is available for sale.
+          "listPrice": { # Suggested retail price. (In LITE projection.)
+            "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+            "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+          },
+        },
+        "etag": "A String", # Opaque identifier for a specific version of a volume resource. (In LITE projection)
+        "userInfo": { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)
+          "isInMyBooks": True or False, # Whether or not this volume is currently in "my books."
+          "updated": "A String", # Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (RFC 3339 UTC date-time format).
+          "review": { # This user's review of this volume, if one exists.
+            "rating": "A String", # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.
+            "kind": "books#review", # Resource type for a review.
+            "author": { # Author of this review.
+              "displayName": "A String", # Name of this person.
+            },
+            "title": "A String", # Title for this review.
+            "volumeId": "A String", # Volume that this review is for.
+            "content": "A String", # Review text.
+            "source": { # Information regarding the source of this review, when the review is not from a Google Books user.
+              "extraDescription": "A String", # Extra text about the source of the review.
+              "url": "A String", # URL of the source of the review.
+              "description": "A String", # Name of the source.
+            },
+            "date": "A String", # Date of this review.
+            "type": "A String", # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.
+            "fullTextUrl": "A String", # URL for the full review text, for reviews gathered from the web.
+          },
+          "isPurchased": True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)
+          "readingPosition": { # The user's current reading position in the volume, if one is available. (In LITE projection.)
+            "kind": "books#readingPosition", # Resource type for a reading position.
+            "gbImagePosition": "A String", # Position in a volume for image-based content.
+            "epubCfiPosition": "A String", # Position in an EPUB as a CFI.
+            "updated": "A String", # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
+            "volumeId": "A String", # Volume id associated with this reading position.
+            "pdfPosition": "A String", # Position in a PDF file.
+            "gbTextPosition": "A String", # Position in a volume for text-based content.
+          },
+          "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)
+        },
+        "volumeInfo": { # General volume information.
+          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
+          "subtitle": "A String", # Volume subtitle. (In LITE projection.)
+          "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)
+          "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.
+          "pageCount": 42, # Total number of pages.
+          "imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)
+            "medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)
+            "smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
+            "large": "A String", # Image link for large size (width of ~800 pixels). (In LITE projection)
+            "extraLarge": "A String", # Image link for extra large size (width of ~1280 pixels). (In LITE projection)
+            "small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)
+            "thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
+          },
+          "publishedDate": "A String", # Date of publication. (In LITE projection.)
+          "previewLink": "A String", # URL to preview this volume on the Google Books site.
+          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+          "ratingsCount": 42, # The number of review ratings for this volume.
+          "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.
+          "dimensions": { # Physical dimensions of this volume.
+            "width": "A String", # Width of this volume (in cm).
+            "thickness": "A String", # Thickness of this volume (in cm).
+            "height": "A String", # Height or length of this volume (in cm).
+          },
+          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
+          "industryIdentifiers": [ # Industry standard identifiers for this volume.
+            {
+              "identifier": "A String", # Industry specific volume identifier.
+              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
+            },
+          ],
+          "authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)
+            "A String",
+          ],
+          "title": "A String", # Volume title. (In LITE projection.)
+          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
+          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
+          "categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
+            "A String",
+          ],
+          "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
+        },
+        "id": "A String", # Unique identifier for a volume. (In LITE projection.)
+        "selfLink": "A String", # URL to this resource. (In LITE projection.)
+      },
+    ],
+    "kind": "books#volumes", # Resource type.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.mylibrary.annotations.html b/docs/dyn/books_v1.mylibrary.annotations.html
new file mode 100644
index 0000000..a85df74
--- /dev/null
+++ b/docs/dyn/books_v1.mylibrary.annotations.html
@@ -0,0 +1,554 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.mylibrary.html">mylibrary</a> . <a href="books_v1.mylibrary.annotations.html">annotations</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(annotationId, source=None)</a></code></p>
+<p class="firstline">Deletes an annotation.</p>
+<p class="toc_element">
+  <code><a href="#get">get(annotationId, source=None)</a></code></p>
+<p class="firstline">Gets an annotation by its ID.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body, source=None)</a></code></p>
+<p class="firstline">Inserts a new annotation.</p>
+<p class="toc_element">
+  <code><a href="#list">list(pageToken=None, updatedMax=None, layerId=None, volumeId=None, maxResults=None, showDeleted=None, pageIds=None, contentVersion=None, source=None, updatedMin=None)</a></code></p>
+<p class="firstline">Retrieves a list of annotations, possibly filtered.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#update">update(annotationId, body, source=None)</a></code></p>
+<p class="firstline">Updates an existing annotation.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(annotationId, source=None)</code>
+  <pre>Deletes an annotation.
+
+Args:
+  annotationId: string, The ID for the annotation to delete. (required)
+  source: string, String to identify the originator of this request.
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(annotationId, source=None)</code>
+  <pre>Gets an annotation by its ID.
+
+Args:
+  annotationId: string, The ID for the annotation to retrieve. (required)
+  source: string, String to identify the originator of this request.
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "books#annotation", # Resource type.
+      "updated": "A String", # Timestamp for the last time this annotation was modified.
+      "created": "A String", # Timestamp for the created time of this annotation.
+      "deleted": True or False, # Indicates that this annotation is deleted.
+      "beforeSelectedText": "A String", # Anchor text before excerpt.
+      "currentVersionRanges": { # Selection ranges for the most recent content version.
+        "contentVersion": "A String", # Content version applicable to ranges below.
+        "gbTextRange": { # Range in GB text format for this annotation for version above.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "cfiRange": { # Range in CFI format for this annotation for version above.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "gbImageRange": { # Range in GB image format for this annotation for version above.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+      },
+      "afterSelectedText": "A String", # Anchor text after excerpt.
+      "clientVersionRanges": { # Selection ranges sent from the client.
+        "contentVersion": "A String", # Content version the client sent in.
+        "gbTextRange": { # Range in GB text format for this annotation sent by client.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "cfiRange": { # Range in CFI format for this annotation sent by client.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "gbImageRange": { # Range in GB image format for this annotation sent by client.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+      },
+      "volumeId": "A String", # The volume that this annotation belongs to.
+      "pageIds": [ # Pages that this annotation spans.
+        "A String",
+      ],
+      "layerId": "A String", # The layer this annotation is for.
+      "selectedText": "A String", # Excerpt from the volume.
+      "highlightStyle": "A String", # The highlight style for this annotation.
+      "data": "A String", # User-created data for this annotation.
+      "id": "A String", # Id of this annotation, in the form of a GUID.
+      "selfLink": "A String", # URL to this resource.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body, source=None)</code>
+  <pre>Inserts a new annotation.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "books#annotation", # Resource type.
+    "updated": "A String", # Timestamp for the last time this annotation was modified.
+    "created": "A String", # Timestamp for the created time of this annotation.
+    "deleted": True or False, # Indicates that this annotation is deleted.
+    "beforeSelectedText": "A String", # Anchor text before excerpt.
+    "currentVersionRanges": { # Selection ranges for the most recent content version.
+      "contentVersion": "A String", # Content version applicable to ranges below.
+      "gbTextRange": { # Range in GB text format for this annotation for version above.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+      "cfiRange": { # Range in CFI format for this annotation for version above.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+      "gbImageRange": { # Range in GB image format for this annotation for version above.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+    },
+    "afterSelectedText": "A String", # Anchor text after excerpt.
+    "clientVersionRanges": { # Selection ranges sent from the client.
+      "contentVersion": "A String", # Content version the client sent in.
+      "gbTextRange": { # Range in GB text format for this annotation sent by client.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+      "cfiRange": { # Range in CFI format for this annotation sent by client.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+      "gbImageRange": { # Range in GB image format for this annotation sent by client.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+    },
+    "volumeId": "A String", # The volume that this annotation belongs to.
+    "pageIds": [ # Pages that this annotation spans.
+      "A String",
+    ],
+    "layerId": "A String", # The layer this annotation is for.
+    "selectedText": "A String", # Excerpt from the volume.
+    "highlightStyle": "A String", # The highlight style for this annotation.
+    "data": "A String", # User-created data for this annotation.
+    "id": "A String", # Id of this annotation, in the form of a GUID.
+    "selfLink": "A String", # URL to this resource.
+  }
+
+  source: string, String to identify the originator of this request.
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "books#annotation", # Resource type.
+      "updated": "A String", # Timestamp for the last time this annotation was modified.
+      "created": "A String", # Timestamp for the created time of this annotation.
+      "deleted": True or False, # Indicates that this annotation is deleted.
+      "beforeSelectedText": "A String", # Anchor text before excerpt.
+      "currentVersionRanges": { # Selection ranges for the most recent content version.
+        "contentVersion": "A String", # Content version applicable to ranges below.
+        "gbTextRange": { # Range in GB text format for this annotation for version above.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "cfiRange": { # Range in CFI format for this annotation for version above.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "gbImageRange": { # Range in GB image format for this annotation for version above.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+      },
+      "afterSelectedText": "A String", # Anchor text after excerpt.
+      "clientVersionRanges": { # Selection ranges sent from the client.
+        "contentVersion": "A String", # Content version the client sent in.
+        "gbTextRange": { # Range in GB text format for this annotation sent by client.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "cfiRange": { # Range in CFI format for this annotation sent by client.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "gbImageRange": { # Range in GB image format for this annotation sent by client.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+      },
+      "volumeId": "A String", # The volume that this annotation belongs to.
+      "pageIds": [ # Pages that this annotation spans.
+        "A String",
+      ],
+      "layerId": "A String", # The layer this annotation is for.
+      "selectedText": "A String", # Excerpt from the volume.
+      "highlightStyle": "A String", # The highlight style for this annotation.
+      "data": "A String", # User-created data for this annotation.
+      "id": "A String", # Id of this annotation, in the form of a GUID.
+      "selfLink": "A String", # URL to this resource.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(pageToken=None, updatedMax=None, layerId=None, volumeId=None, maxResults=None, showDeleted=None, pageIds=None, contentVersion=None, source=None, updatedMin=None)</code>
+  <pre>Retrieves a list of annotations, possibly filtered.
+
+Args:
+  pageToken: string, The value of the nextToken from the previous page.
+  updatedMax: string, RFC 3339 timestamp to restrict to items updated prior to this timestamp (exclusive).
+  layerId: string, The layer ID to limit annotation by.
+  volumeId: string, The volume to restrict annotations to.
+  maxResults: integer, Maximum number of results to return
+  showDeleted: boolean, Set to true to return deleted annotations. updatedMin must be in the request to use this. Defaults to false.
+  pageIds: string, The page ID(s) for the volume that is being queried. (repeated)
+  contentVersion: string, The content version for the requested volume.
+  source: string, String to identify the originator of this request.
+  updatedMin: string, RFC 3339 timestamp to restrict to items updated since this timestamp (inclusive).
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Token to pass in for pagination for the next page. This will not be present if this request does not have more results.
+    "items": [ # A list of annotations.
+      {
+          "kind": "books#annotation", # Resource type.
+          "updated": "A String", # Timestamp for the last time this annotation was modified.
+          "created": "A String", # Timestamp for the created time of this annotation.
+          "deleted": True or False, # Indicates that this annotation is deleted.
+          "beforeSelectedText": "A String", # Anchor text before excerpt.
+          "currentVersionRanges": { # Selection ranges for the most recent content version.
+            "contentVersion": "A String", # Content version applicable to ranges below.
+            "gbTextRange": { # Range in GB text format for this annotation for version above.
+              "startPosition": "A String", # The starting position for the range.
+              "endPosition": "A String", # The ending position for the range.
+              "startOffset": "A String", # The offset from the starting position.
+              "endOffset": "A String", # The offset from the ending position.
+            },
+            "cfiRange": { # Range in CFI format for this annotation for version above.
+              "startPosition": "A String", # The starting position for the range.
+              "endPosition": "A String", # The ending position for the range.
+              "startOffset": "A String", # The offset from the starting position.
+              "endOffset": "A String", # The offset from the ending position.
+            },
+            "gbImageRange": { # Range in GB image format for this annotation for version above.
+              "startPosition": "A String", # The starting position for the range.
+              "endPosition": "A String", # The ending position for the range.
+              "startOffset": "A String", # The offset from the starting position.
+              "endOffset": "A String", # The offset from the ending position.
+            },
+          },
+          "afterSelectedText": "A String", # Anchor text after excerpt.
+          "clientVersionRanges": { # Selection ranges sent from the client.
+            "contentVersion": "A String", # Content version the client sent in.
+            "gbTextRange": { # Range in GB text format for this annotation sent by client.
+              "startPosition": "A String", # The starting position for the range.
+              "endPosition": "A String", # The ending position for the range.
+              "startOffset": "A String", # The offset from the starting position.
+              "endOffset": "A String", # The offset from the ending position.
+            },
+            "cfiRange": { # Range in CFI format for this annotation sent by client.
+              "startPosition": "A String", # The starting position for the range.
+              "endPosition": "A String", # The ending position for the range.
+              "startOffset": "A String", # The offset from the starting position.
+              "endOffset": "A String", # The offset from the ending position.
+            },
+            "gbImageRange": { # Range in GB image format for this annotation sent by client.
+              "startPosition": "A String", # The starting position for the range.
+              "endPosition": "A String", # The ending position for the range.
+              "startOffset": "A String", # The offset from the starting position.
+              "endOffset": "A String", # The offset from the ending position.
+            },
+          },
+          "volumeId": "A String", # The volume that this annotation belongs to.
+          "pageIds": [ # Pages that this annotation spans.
+            "A String",
+          ],
+          "layerId": "A String", # The layer this annotation is for.
+          "selectedText": "A String", # Excerpt from the volume.
+          "highlightStyle": "A String", # The highlight style for this annotation.
+          "data": "A String", # User-created data for this annotation.
+          "id": "A String", # Id of this annotation, in the form of a GUID.
+          "selfLink": "A String", # URL to this resource.
+        },
+    ],
+    "kind": "books#annotations", # Resource type.
+    "totalItems": 42, # Total number of annotations found. This may be greater than the number of notes returned in this response if results have been paginated.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(annotationId, body, source=None)</code>
+  <pre>Updates an existing annotation.
+
+Args:
+  annotationId: string, The ID for the annotation to update. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "books#annotation", # Resource type.
+    "updated": "A String", # Timestamp for the last time this annotation was modified.
+    "created": "A String", # Timestamp for the created time of this annotation.
+    "deleted": True or False, # Indicates that this annotation is deleted.
+    "beforeSelectedText": "A String", # Anchor text before excerpt.
+    "currentVersionRanges": { # Selection ranges for the most recent content version.
+      "contentVersion": "A String", # Content version applicable to ranges below.
+      "gbTextRange": { # Range in GB text format for this annotation for version above.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+      "cfiRange": { # Range in CFI format for this annotation for version above.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+      "gbImageRange": { # Range in GB image format for this annotation for version above.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+    },
+    "afterSelectedText": "A String", # Anchor text after excerpt.
+    "clientVersionRanges": { # Selection ranges sent from the client.
+      "contentVersion": "A String", # Content version the client sent in.
+      "gbTextRange": { # Range in GB text format for this annotation sent by client.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+      "cfiRange": { # Range in CFI format for this annotation sent by client.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+      "gbImageRange": { # Range in GB image format for this annotation sent by client.
+        "startPosition": "A String", # The starting position for the range.
+        "endPosition": "A String", # The ending position for the range.
+        "startOffset": "A String", # The offset from the starting position.
+        "endOffset": "A String", # The offset from the ending position.
+      },
+    },
+    "volumeId": "A String", # The volume that this annotation belongs to.
+    "pageIds": [ # Pages that this annotation spans.
+      "A String",
+    ],
+    "layerId": "A String", # The layer this annotation is for.
+    "selectedText": "A String", # Excerpt from the volume.
+    "highlightStyle": "A String", # The highlight style for this annotation.
+    "data": "A String", # User-created data for this annotation.
+    "id": "A String", # Id of this annotation, in the form of a GUID.
+    "selfLink": "A String", # URL to this resource.
+  }
+
+  source: string, String to identify the originator of this request.
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "books#annotation", # Resource type.
+      "updated": "A String", # Timestamp for the last time this annotation was modified.
+      "created": "A String", # Timestamp for the created time of this annotation.
+      "deleted": True or False, # Indicates that this annotation is deleted.
+      "beforeSelectedText": "A String", # Anchor text before excerpt.
+      "currentVersionRanges": { # Selection ranges for the most recent content version.
+        "contentVersion": "A String", # Content version applicable to ranges below.
+        "gbTextRange": { # Range in GB text format for this annotation for version above.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "cfiRange": { # Range in CFI format for this annotation for version above.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "gbImageRange": { # Range in GB image format for this annotation for version above.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+      },
+      "afterSelectedText": "A String", # Anchor text after excerpt.
+      "clientVersionRanges": { # Selection ranges sent from the client.
+        "contentVersion": "A String", # Content version the client sent in.
+        "gbTextRange": { # Range in GB text format for this annotation sent by client.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "cfiRange": { # Range in CFI format for this annotation sent by client.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+        "gbImageRange": { # Range in GB image format for this annotation sent by client.
+          "startPosition": "A String", # The starting position for the range.
+          "endPosition": "A String", # The ending position for the range.
+          "startOffset": "A String", # The offset from the starting position.
+          "endOffset": "A String", # The offset from the ending position.
+        },
+      },
+      "volumeId": "A String", # The volume that this annotation belongs to.
+      "pageIds": [ # Pages that this annotation spans.
+        "A String",
+      ],
+      "layerId": "A String", # The layer this annotation is for.
+      "selectedText": "A String", # Excerpt from the volume.
+      "highlightStyle": "A String", # The highlight style for this annotation.
+      "data": "A String", # User-created data for this annotation.
+      "id": "A String", # Id of this annotation, in the form of a GUID.
+      "selfLink": "A String", # URL to this resource.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.mylibrary.bookshelves.html b/docs/dyn/books_v1.mylibrary.bookshelves.html
new file mode 100644
index 0000000..907ef4f
--- /dev/null
+++ b/docs/dyn/books_v1.mylibrary.bookshelves.html
@@ -0,0 +1,199 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.mylibrary.html">mylibrary</a> . <a href="books_v1.mylibrary.bookshelves.html">bookshelves</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="books_v1.mylibrary.bookshelves.volumes.html">volumes()</a></code>
+</p>
+<p class="firstline">Returns the volumes Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#addVolume">addVolume(shelf, volumeId, source=None)</a></code></p>
+<p class="firstline">Adds a volume to a bookshelf.</p>
+<p class="toc_element">
+  <code><a href="#clearVolumes">clearVolumes(shelf, source=None)</a></code></p>
+<p class="firstline">Clears all volumes from a bookshelf.</p>
+<p class="toc_element">
+  <code><a href="#get">get(shelf, source=None)</a></code></p>
+<p class="firstline">Retrieves metadata for a specific bookshelf belonging to the authenticated user.</p>
+<p class="toc_element">
+  <code><a href="#list">list(source=None)</a></code></p>
+<p class="firstline">Retrieves a list of bookshelves belonging to the authenticated user.</p>
+<p class="toc_element">
+  <code><a href="#moveVolume">moveVolume(shelf, volumeId, volumePosition, source=None)</a></code></p>
+<p class="firstline">Moves a volume within a bookshelf.</p>
+<p class="toc_element">
+  <code><a href="#removeVolume">removeVolume(shelf, volumeId, source=None)</a></code></p>
+<p class="firstline">Removes a volume from a bookshelf.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="addVolume">addVolume(shelf, volumeId, source=None)</code>
+  <pre>Adds a volume to a bookshelf.
+
+Args:
+  shelf: string, ID of bookshelf to which to add a volume. (required)
+  volumeId: string, ID of volume to add. (required)
+  source: string, String to identify the originator of this request.
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="clearVolumes">clearVolumes(shelf, source=None)</code>
+  <pre>Clears all volumes from a bookshelf.
+
+Args:
+  shelf: string, ID of bookshelf from which to remove a volume. (required)
+  source: string, String to identify the originator of this request.
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(shelf, source=None)</code>
+  <pre>Retrieves metadata for a specific bookshelf belonging to the authenticated user.
+
+Args:
+  shelf: string, ID of bookshelf to retrieve. (required)
+  source: string, String to identify the originator of this request.
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "books#bookshelf", # Resource type for bookshelf metadata.
+    "description": "A String", # Description of this bookshelf.
+    "created": "A String", # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
+    "volumeCount": 42, # Number of volumes in this bookshelf.
+    "title": "A String", # Title of this bookshelf.
+    "updated": "A String", # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
+    "access": "A String", # Whether this bookshelf is PUBLIC or PRIVATE.
+    "volumesLastUpdated": "A String", # Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
+    "id": 42, # Id of this bookshelf, only unique by user.
+    "selfLink": "A String", # URL to this resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(source=None)</code>
+  <pre>Retrieves a list of bookshelves belonging to the authenticated user.
+
+Args:
+  source: string, String to identify the originator of this request.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # A list of bookshelves.
+      {
+        "kind": "books#bookshelf", # Resource type for bookshelf metadata.
+        "description": "A String", # Description of this bookshelf.
+        "created": "A String", # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
+        "volumeCount": 42, # Number of volumes in this bookshelf.
+        "title": "A String", # Title of this bookshelf.
+        "updated": "A String", # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
+        "access": "A String", # Whether this bookshelf is PUBLIC or PRIVATE.
+        "volumesLastUpdated": "A String", # Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
+        "id": 42, # Id of this bookshelf, only unique by user.
+        "selfLink": "A String", # URL to this resource.
+      },
+    ],
+    "kind": "books#bookshelves", # Resource type.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="moveVolume">moveVolume(shelf, volumeId, volumePosition, source=None)</code>
+  <pre>Moves a volume within a bookshelf.
+
+Args:
+  shelf: string, ID of bookshelf with the volume. (required)
+  volumeId: string, ID of volume to move. (required)
+  volumePosition: integer, Position on shelf to move the item (0 puts the item before the current first item, 1 puts it between the first and the second and so on.) (required)
+  source: string, String to identify the originator of this request.
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="removeVolume">removeVolume(shelf, volumeId, source=None)</code>
+  <pre>Removes a volume from a bookshelf.
+
+Args:
+  shelf: string, ID of bookshelf from which to remove a volume. (required)
+  volumeId: string, ID of volume to remove. (required)
+  source: string, String to identify the originator of this request.
+</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.mylibrary.bookshelves.volumes.html b/docs/dyn/books_v1.mylibrary.bookshelves.volumes.html
new file mode 100644
index 0000000..db3529e
--- /dev/null
+++ b/docs/dyn/books_v1.mylibrary.bookshelves.volumes.html
@@ -0,0 +1,242 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.mylibrary.html">mylibrary</a> . <a href="books_v1.mylibrary.bookshelves.html">bookshelves</a> . <a href="books_v1.mylibrary.bookshelves.volumes.html">volumes</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(shelf, q=None, projection=None, source=None, country=None, showPreorders=None, startIndex=None, maxResults=None)</a></code></p>
+<p class="firstline">Gets volume information for volumes on a bookshelf.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(shelf, q=None, projection=None, source=None, country=None, showPreorders=None, startIndex=None, maxResults=None)</code>
+  <pre>Gets volume information for volumes on a bookshelf.
+
+Args:
+  shelf: string, The bookshelf ID or name retrieve volumes for. (required)
+  q: string, Full-text search query string in this bookshelf.
+  projection: string, Restrict information returned to a set of selected fields.
+    Allowed values
+      full - Includes all volume data.
+      lite - Includes a subset of fields in volumeInfo and accessInfo.
+  source: string, String to identify the originator of this request.
+  country: string, ISO-3166-1 code to override the IP-based location.
+  showPreorders: boolean, Set to true to show pre-ordered books. Defaults to false.
+  startIndex: integer, Index of the first element to return (starts at 0)
+  maxResults: integer, Maximum number of results to return
+
+Returns:
+  An object of the form:
+
+    {
+    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.
+    "items": [ # A list of volumes.
+      {
+        "kind": "books#volume", # Resource type for a volume. (In LITE projection.)
+        "accessInfo": { # Any information about a volume related to reading or obtaining that volume text. This information can depend on country (books may be public domain in one country but not in another, e.g.).
+          "webReaderLink": "A String", # URL to read this volume on the Google Books site. Link will not allow users to read non-viewable volumes.
+          "publicDomain": True or False, # Whether or not this book is public domain in the country listed above.
+          "embeddable": True or False, # Whether this volume can be embedded in a viewport using the Embedded Viewer API.
+          "downloadAccess": { # Information about a volume's download license access restrictions.
+            "nonce": "A String", # Client nonce for verification. Download access and client-validation only.
+            "kind": "books#downloadAccessRestriction", # Resource type.
+            "justAcquired": True or False, # If deviceAllowed, whether access was just acquired with this request.
+            "maxDownloadDevices": 42, # If restricted, the maximum number of content download licenses for this volume.
+            "downloadsAcquired": 42, # If restricted, the number of content download licenses already acquired (including the requesting client, if licensed).
+            "signature": "A String", # Response signature.
+            "volumeId": "A String", # Identifies the volume for which this entry applies.
+            "deviceAllowed": True or False, # If restricted, whether access is granted for this (user, device, volume).
+            "source": "A String", # Client app identifier for verification. Download access and client-validation only.
+            "restricted": True or False, # Whether this volume has any download access restrictions.
+            "reasonCode": "A String", # Error/warning reason code. Additional codes may be added in the future. 0 OK 100 ACCESS_DENIED_PUBLISHER_LIMIT 101 ACCESS_DENIED_LIMIT 200 WARNING_USED_LAST_ACCESS
+            "message": "A String", # Error/warning message.
+          },
+          "country": "A String", # The two-letter ISO_3166-1 country code for which this access information is valid. (In LITE projection.)
+          "viewOrderUrl": "A String", # For ordered but not yet processed orders, we give a URL that can be used to go to the appropriate Google Wallet page.
+          "textToSpeechPermission": "A String", # Whether text-to-speech is permitted for this volume. Values can be ALLOWED, ALLOWED_FOR_ACCESSIBILITY, or NOT_ALLOWED.
+          "pdf": { # Information about pdf content. (In LITE projection.)
+            "isAvailable": True or False, # Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)
+            "downloadLink": "A String", # URL to download pdf. (In LITE projection.)
+            "acsTokenLink": "A String", # URL to retrieve ACS token for pdf download. (In LITE projection.)
+          },
+          "viewability": "A String", # The read access of a volume. Possible values are PARTIAL, ALL_PAGES, NO_PAGES or UNKNOWN. This value depends on the country listed above. A value of PARTIAL means that the publisher has allowed some portion of the volume to be viewed publicly, without purchase. This can apply to eBooks as well as non-eBooks. Public domain books will always have a value of ALL_PAGES.
+          "epub": { # Information about epub content. (In LITE projection.)
+            "isAvailable": True or False, # Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)
+            "downloadLink": "A String", # URL to download epub. (In LITE projection.)
+            "acsTokenLink": "A String", # URL to retrieve ACS token for epub download. (In LITE projection.)
+          },
+          "accessViewStatus": "A String", # Combines the access and viewability of this volume into a single status field for this user. Values can be FULL_PURCHASED, FULL_PUBLIC_DOMAIN, SAMPLE or NONE. (In LITE projection.)
+        },
+        "searchInfo": { # Search result information related to this volume.
+          "textSnippet": "A String", # A text snippet containing the search query.
+        },
+        "saleInfo": { # Any information about a volume related to the eBookstore and/or purchaseability. This information can depend on the country where the request originates from (i.e. books may not be for sale in certain countries).
+          "country": "A String", # The two-letter ISO_3166-1 country code for which this sale information is valid. (In LITE projection.)
+          "retailPrice": { # The actual selling price of the book. This is the same as the suggested retail or list price unless there are offers or discounts on this volume. (In LITE projection.)
+            "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+            "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+          },
+          "isEbook": True or False, # Whether or not this volume is an eBook (can be added to the My eBooks shelf).
+          "saleability": "A String", # Whether or not this book is available for sale or offered for free in the Google eBookstore for the country listed above. Possible values are FOR_SALE, FREE, NOT_FOR_SALE, or FOR_PREORDER.
+          "buyLink": "A String", # URL to purchase this volume on the Google Books site. (In LITE projection)
+          "onSaleDate": "A String", # The date on which this book is available for sale.
+          "listPrice": { # Suggested retail price. (In LITE projection.)
+            "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+            "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+          },
+        },
+        "etag": "A String", # Opaque identifier for a specific version of a volume resource. (In LITE projection)
+        "userInfo": { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)
+          "isInMyBooks": True or False, # Whether or not this volume is currently in "my books."
+          "updated": "A String", # Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (RFC 3339 UTC date-time format).
+          "review": { # This user's review of this volume, if one exists.
+            "rating": "A String", # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.
+            "kind": "books#review", # Resource type for a review.
+            "author": { # Author of this review.
+              "displayName": "A String", # Name of this person.
+            },
+            "title": "A String", # Title for this review.
+            "volumeId": "A String", # Volume that this review is for.
+            "content": "A String", # Review text.
+            "source": { # Information regarding the source of this review, when the review is not from a Google Books user.
+              "extraDescription": "A String", # Extra text about the source of the review.
+              "url": "A String", # URL of the source of the review.
+              "description": "A String", # Name of the source.
+            },
+            "date": "A String", # Date of this review.
+            "type": "A String", # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.
+            "fullTextUrl": "A String", # URL for the full review text, for reviews gathered from the web.
+          },
+          "isPurchased": True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)
+          "readingPosition": { # The user's current reading position in the volume, if one is available. (In LITE projection.)
+            "kind": "books#readingPosition", # Resource type for a reading position.
+            "gbImagePosition": "A String", # Position in a volume for image-based content.
+            "epubCfiPosition": "A String", # Position in an EPUB as a CFI.
+            "updated": "A String", # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
+            "volumeId": "A String", # Volume id associated with this reading position.
+            "pdfPosition": "A String", # Position in a PDF file.
+            "gbTextPosition": "A String", # Position in a volume for text-based content.
+          },
+          "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)
+        },
+        "volumeInfo": { # General volume information.
+          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
+          "subtitle": "A String", # Volume subtitle. (In LITE projection.)
+          "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)
+          "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.
+          "pageCount": 42, # Total number of pages.
+          "imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)
+            "medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)
+            "smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
+            "large": "A String", # Image link for large size (width of ~800 pixels). (In LITE projection)
+            "extraLarge": "A String", # Image link for extra large size (width of ~1280 pixels). (In LITE projection)
+            "small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)
+            "thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
+          },
+          "publishedDate": "A String", # Date of publication. (In LITE projection.)
+          "previewLink": "A String", # URL to preview this volume on the Google Books site.
+          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+          "ratingsCount": 42, # The number of review ratings for this volume.
+          "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.
+          "dimensions": { # Physical dimensions of this volume.
+            "width": "A String", # Width of this volume (in cm).
+            "thickness": "A String", # Thickness of this volume (in cm).
+            "height": "A String", # Height or length of this volume (in cm).
+          },
+          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
+          "industryIdentifiers": [ # Industry standard identifiers for this volume.
+            {
+              "identifier": "A String", # Industry specific volume identifier.
+              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
+            },
+          ],
+          "authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)
+            "A String",
+          ],
+          "title": "A String", # Volume title. (In LITE projection.)
+          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
+          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
+          "categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
+            "A String",
+          ],
+          "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
+        },
+        "id": "A String", # Unique identifier for a volume. (In LITE projection.)
+        "selfLink": "A String", # URL to this resource. (In LITE projection.)
+      },
+    ],
+    "kind": "books#volumes", # Resource type.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.mylibrary.html b/docs/dyn/books_v1.mylibrary.html
new file mode 100644
index 0000000..7880a0b
--- /dev/null
+++ b/docs/dyn/books_v1.mylibrary.html
@@ -0,0 +1,92 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.mylibrary.html">mylibrary</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="books_v1.mylibrary.annotations.html">annotations()</a></code>
+</p>
+<p class="firstline">Returns the annotations Resource.</p>
+
+<p class="toc_element">
+  <code><a href="books_v1.mylibrary.bookshelves.html">bookshelves()</a></code>
+</p>
+<p class="firstline">Returns the bookshelves Resource.</p>
+
+<p class="toc_element">
+  <code><a href="books_v1.mylibrary.readingpositions.html">readingpositions()</a></code>
+</p>
+<p class="firstline">Returns the readingpositions Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.mylibrary.readingpositions.html b/docs/dyn/books_v1.mylibrary.readingpositions.html
new file mode 100644
index 0000000..d32d978
--- /dev/null
+++ b/docs/dyn/books_v1.mylibrary.readingpositions.html
@@ -0,0 +1,128 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.mylibrary.html">mylibrary</a> . <a href="books_v1.mylibrary.readingpositions.html">readingpositions</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(volumeId, source=None, contentVersion=None)</a></code></p>
+<p class="firstline">Retrieves my reading position information for a volume.</p>
+<p class="toc_element">
+  <code><a href="#setPosition">setPosition(volumeId, timestamp, position, source=None, contentVersion=None, action=None)</a></code></p>
+<p class="firstline">Sets my reading position information for a volume.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(volumeId, source=None, contentVersion=None)</code>
+  <pre>Retrieves my reading position information for a volume.
+
+Args:
+  volumeId: string, ID of volume for which to retrieve a reading position. (required)
+  source: string, String to identify the originator of this request.
+  contentVersion: string, Volume content version for which this reading position is requested.
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "books#readingPosition", # Resource type for a reading position.
+    "gbImagePosition": "A String", # Position in a volume for image-based content.
+    "epubCfiPosition": "A String", # Position in an EPUB as a CFI.
+    "updated": "A String", # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
+    "volumeId": "A String", # Volume id associated with this reading position.
+    "pdfPosition": "A String", # Position in a PDF file.
+    "gbTextPosition": "A String", # Position in a volume for text-based content.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="setPosition">setPosition(volumeId, timestamp, position, source=None, contentVersion=None, action=None)</code>
+  <pre>Sets my reading position information for a volume.
+
+Args:
+  volumeId: string, ID of volume for which to update the reading position. (required)
+  timestamp: string, RFC 3339 UTC format timestamp associated with this reading position. (required)
+  position: string, Position string for the new volume reading position. (required)
+  source: string, String to identify the originator of this request.
+  contentVersion: string, Volume content version for which this reading position applies.
+  action: string, Action that caused this reading position to be set.
+    Allowed values
+      bookmark - User chose bookmark within volume.
+      chapter - User selected chapter from list.
+      next-page - Next page event.
+      prev-page - Previous page event.
+      scroll - User navigated to page.
+      search - User chose search results within volume.
+</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.volumes.associated.html b/docs/dyn/books_v1.volumes.associated.html
new file mode 100644
index 0000000..59911ff
--- /dev/null
+++ b/docs/dyn/books_v1.volumes.associated.html
@@ -0,0 +1,249 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.volumes.html">volumes</a> . <a href="books_v1.volumes.associated.html">associated</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(volumeId, filter=None, projection=None, source=None, maxResults=None, startIndex=None, association=None)</a></code></p>
+<p class="firstline">Return a list of associated books.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(volumeId, filter=None, projection=None, source=None, maxResults=None, startIndex=None, association=None)</code>
+  <pre>Return a list of associated books.
+
+Args:
+  volumeId: string, ID of the source volume. (required)
+  filter: string, Filter search results.
+    Allowed values
+      ebooks - All Google eBooks.
+      free-ebooks - Google eBook with full volume text viewability.
+      full - Public can view entire volume text.
+      paid-ebooks - Google eBook with a price.
+      partial - Public able to see parts of text.
+  projection: string, Restrict information returned to a set of selected fields.
+    Allowed values
+      full - Includes all volume data.
+      lite - Includes a subset of fields in volumeInfo and accessInfo.
+  source: string, String to identify the originator of this request.
+  maxResults: integer, Maximum number of results to return.
+  startIndex: integer, Index of the first result to return (starts at 0)
+  association: string, Association type.
+    Allowed values
+      complementary - Books that are complementary for additional reading.
+
+Returns:
+  An object of the form:
+
+    {
+    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.
+    "items": [ # A list of volumes.
+      {
+        "kind": "books#volume", # Resource type for a volume. (In LITE projection.)
+        "accessInfo": { # Any information about a volume related to reading or obtaining that volume text. This information can depend on country (books may be public domain in one country but not in another, e.g.).
+          "webReaderLink": "A String", # URL to read this volume on the Google Books site. Link will not allow users to read non-viewable volumes.
+          "publicDomain": True or False, # Whether or not this book is public domain in the country listed above.
+          "embeddable": True or False, # Whether this volume can be embedded in a viewport using the Embedded Viewer API.
+          "downloadAccess": { # Information about a volume's download license access restrictions.
+            "nonce": "A String", # Client nonce for verification. Download access and client-validation only.
+            "kind": "books#downloadAccessRestriction", # Resource type.
+            "justAcquired": True or False, # If deviceAllowed, whether access was just acquired with this request.
+            "maxDownloadDevices": 42, # If restricted, the maximum number of content download licenses for this volume.
+            "downloadsAcquired": 42, # If restricted, the number of content download licenses already acquired (including the requesting client, if licensed).
+            "signature": "A String", # Response signature.
+            "volumeId": "A String", # Identifies the volume for which this entry applies.
+            "deviceAllowed": True or False, # If restricted, whether access is granted for this (user, device, volume).
+            "source": "A String", # Client app identifier for verification. Download access and client-validation only.
+            "restricted": True or False, # Whether this volume has any download access restrictions.
+            "reasonCode": "A String", # Error/warning reason code. Additional codes may be added in the future. 0 OK 100 ACCESS_DENIED_PUBLISHER_LIMIT 101 ACCESS_DENIED_LIMIT 200 WARNING_USED_LAST_ACCESS
+            "message": "A String", # Error/warning message.
+          },
+          "country": "A String", # The two-letter ISO_3166-1 country code for which this access information is valid. (In LITE projection.)
+          "viewOrderUrl": "A String", # For ordered but not yet processed orders, we give a URL that can be used to go to the appropriate Google Wallet page.
+          "textToSpeechPermission": "A String", # Whether text-to-speech is permitted for this volume. Values can be ALLOWED, ALLOWED_FOR_ACCESSIBILITY, or NOT_ALLOWED.
+          "pdf": { # Information about pdf content. (In LITE projection.)
+            "isAvailable": True or False, # Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)
+            "downloadLink": "A String", # URL to download pdf. (In LITE projection.)
+            "acsTokenLink": "A String", # URL to retrieve ACS token for pdf download. (In LITE projection.)
+          },
+          "viewability": "A String", # The read access of a volume. Possible values are PARTIAL, ALL_PAGES, NO_PAGES or UNKNOWN. This value depends on the country listed above. A value of PARTIAL means that the publisher has allowed some portion of the volume to be viewed publicly, without purchase. This can apply to eBooks as well as non-eBooks. Public domain books will always have a value of ALL_PAGES.
+          "epub": { # Information about epub content. (In LITE projection.)
+            "isAvailable": True or False, # Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)
+            "downloadLink": "A String", # URL to download epub. (In LITE projection.)
+            "acsTokenLink": "A String", # URL to retrieve ACS token for epub download. (In LITE projection.)
+          },
+          "accessViewStatus": "A String", # Combines the access and viewability of this volume into a single status field for this user. Values can be FULL_PURCHASED, FULL_PUBLIC_DOMAIN, SAMPLE or NONE. (In LITE projection.)
+        },
+        "searchInfo": { # Search result information related to this volume.
+          "textSnippet": "A String", # A text snippet containing the search query.
+        },
+        "saleInfo": { # Any information about a volume related to the eBookstore and/or purchaseability. This information can depend on the country where the request originates from (i.e. books may not be for sale in certain countries).
+          "country": "A String", # The two-letter ISO_3166-1 country code for which this sale information is valid. (In LITE projection.)
+          "retailPrice": { # The actual selling price of the book. This is the same as the suggested retail or list price unless there are offers or discounts on this volume. (In LITE projection.)
+            "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+            "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+          },
+          "isEbook": True or False, # Whether or not this volume is an eBook (can be added to the My eBooks shelf).
+          "saleability": "A String", # Whether or not this book is available for sale or offered for free in the Google eBookstore for the country listed above. Possible values are FOR_SALE, FREE, NOT_FOR_SALE, or FOR_PREORDER.
+          "buyLink": "A String", # URL to purchase this volume on the Google Books site. (In LITE projection)
+          "onSaleDate": "A String", # The date on which this book is available for sale.
+          "listPrice": { # Suggested retail price. (In LITE projection.)
+            "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+            "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+          },
+        },
+        "etag": "A String", # Opaque identifier for a specific version of a volume resource. (In LITE projection)
+        "userInfo": { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)
+          "isInMyBooks": True or False, # Whether or not this volume is currently in "my books."
+          "updated": "A String", # Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (RFC 3339 UTC date-time format).
+          "review": { # This user's review of this volume, if one exists.
+            "rating": "A String", # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.
+            "kind": "books#review", # Resource type for a review.
+            "author": { # Author of this review.
+              "displayName": "A String", # Name of this person.
+            },
+            "title": "A String", # Title for this review.
+            "volumeId": "A String", # Volume that this review is for.
+            "content": "A String", # Review text.
+            "source": { # Information regarding the source of this review, when the review is not from a Google Books user.
+              "extraDescription": "A String", # Extra text about the source of the review.
+              "url": "A String", # URL of the source of the review.
+              "description": "A String", # Name of the source.
+            },
+            "date": "A String", # Date of this review.
+            "type": "A String", # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.
+            "fullTextUrl": "A String", # URL for the full review text, for reviews gathered from the web.
+          },
+          "isPurchased": True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)
+          "readingPosition": { # The user's current reading position in the volume, if one is available. (In LITE projection.)
+            "kind": "books#readingPosition", # Resource type for a reading position.
+            "gbImagePosition": "A String", # Position in a volume for image-based content.
+            "epubCfiPosition": "A String", # Position in an EPUB as a CFI.
+            "updated": "A String", # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
+            "volumeId": "A String", # Volume id associated with this reading position.
+            "pdfPosition": "A String", # Position in a PDF file.
+            "gbTextPosition": "A String", # Position in a volume for text-based content.
+          },
+          "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)
+        },
+        "volumeInfo": { # General volume information.
+          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
+          "subtitle": "A String", # Volume subtitle. (In LITE projection.)
+          "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)
+          "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.
+          "pageCount": 42, # Total number of pages.
+          "imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)
+            "medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)
+            "smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
+            "large": "A String", # Image link for large size (width of ~800 pixels). (In LITE projection)
+            "extraLarge": "A String", # Image link for extra large size (width of ~1280 pixels). (In LITE projection)
+            "small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)
+            "thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
+          },
+          "publishedDate": "A String", # Date of publication. (In LITE projection.)
+          "previewLink": "A String", # URL to preview this volume on the Google Books site.
+          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+          "ratingsCount": 42, # The number of review ratings for this volume.
+          "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.
+          "dimensions": { # Physical dimensions of this volume.
+            "width": "A String", # Width of this volume (in cm).
+            "thickness": "A String", # Thickness of this volume (in cm).
+            "height": "A String", # Height or length of this volume (in cm).
+          },
+          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
+          "industryIdentifiers": [ # Industry standard identifiers for this volume.
+            {
+              "identifier": "A String", # Industry specific volume identifier.
+              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
+            },
+          ],
+          "authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)
+            "A String",
+          ],
+          "title": "A String", # Volume title. (In LITE projection.)
+          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
+          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
+          "categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
+            "A String",
+          ],
+          "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
+        },
+        "id": "A String", # Unique identifier for a volume. (In LITE projection.)
+        "selfLink": "A String", # URL to this resource. (In LITE projection.)
+      },
+    ],
+    "kind": "books#volumes", # Resource type.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/books_v1.volumes.html b/docs/dyn/books_v1.volumes.html
new file mode 100644
index 0000000..527ceb3
--- /dev/null
+++ b/docs/dyn/books_v1.volumes.html
@@ -0,0 +1,425 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.volumes.html">volumes</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="books_v1.volumes.associated.html">associated()</a></code>
+</p>
+<p class="firstline">Returns the associated Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#get">get(volumeId, projection=None, source=None, country=None, partner=None)</a></code></p>
+<p class="firstline">Gets volume information for a single volume.</p>
+<p class="toc_element">
+  <code><a href="#list">list(q, orderBy=None, projection=None, showPreorders=None, download=None, startIndex=None, partner=None, source=None, maxResults=None, libraryRestrict=None, langRestrict=None, printType=None, filter=None)</a></code></p>
+<p class="firstline">Performs a book search.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(volumeId, projection=None, source=None, country=None, partner=None)</code>
+  <pre>Gets volume information for a single volume.
+
+Args:
+  volumeId: string, ID of volume to retrieve. (required)
+  projection: string, Restrict information returned to a set of selected fields.
+    Allowed values
+      full - Includes all volume data.
+      lite - Includes a subset of fields in volumeInfo and accessInfo.
+  source: string, String to identify the originator of this request.
+  country: string, ISO-3166-1 code to override the IP-based location.
+  partner: string, Brand results for partner ID.
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "books#volume", # Resource type for a volume. (In LITE projection.)
+    "accessInfo": { # Any information about a volume related to reading or obtaining that volume text. This information can depend on country (books may be public domain in one country but not in another, e.g.).
+      "webReaderLink": "A String", # URL to read this volume on the Google Books site. Link will not allow users to read non-viewable volumes.
+      "publicDomain": True or False, # Whether or not this book is public domain in the country listed above.
+      "embeddable": True or False, # Whether this volume can be embedded in a viewport using the Embedded Viewer API.
+      "downloadAccess": { # Information about a volume's download license access restrictions.
+        "nonce": "A String", # Client nonce for verification. Download access and client-validation only.
+        "kind": "books#downloadAccessRestriction", # Resource type.
+        "justAcquired": True or False, # If deviceAllowed, whether access was just acquired with this request.
+        "maxDownloadDevices": 42, # If restricted, the maximum number of content download licenses for this volume.
+        "downloadsAcquired": 42, # If restricted, the number of content download licenses already acquired (including the requesting client, if licensed).
+        "signature": "A String", # Response signature.
+        "volumeId": "A String", # Identifies the volume for which this entry applies.
+        "deviceAllowed": True or False, # If restricted, whether access is granted for this (user, device, volume).
+        "source": "A String", # Client app identifier for verification. Download access and client-validation only.
+        "restricted": True or False, # Whether this volume has any download access restrictions.
+        "reasonCode": "A String", # Error/warning reason code. Additional codes may be added in the future. 0 OK 100 ACCESS_DENIED_PUBLISHER_LIMIT 101 ACCESS_DENIED_LIMIT 200 WARNING_USED_LAST_ACCESS
+        "message": "A String", # Error/warning message.
+      },
+      "country": "A String", # The two-letter ISO_3166-1 country code for which this access information is valid. (In LITE projection.)
+      "viewOrderUrl": "A String", # For ordered but not yet processed orders, we give a URL that can be used to go to the appropriate Google Wallet page.
+      "textToSpeechPermission": "A String", # Whether text-to-speech is permitted for this volume. Values can be ALLOWED, ALLOWED_FOR_ACCESSIBILITY, or NOT_ALLOWED.
+      "pdf": { # Information about pdf content. (In LITE projection.)
+        "isAvailable": True or False, # Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)
+        "downloadLink": "A String", # URL to download pdf. (In LITE projection.)
+        "acsTokenLink": "A String", # URL to retrieve ACS token for pdf download. (In LITE projection.)
+      },
+      "viewability": "A String", # The read access of a volume. Possible values are PARTIAL, ALL_PAGES, NO_PAGES or UNKNOWN. This value depends on the country listed above. A value of PARTIAL means that the publisher has allowed some portion of the volume to be viewed publicly, without purchase. This can apply to eBooks as well as non-eBooks. Public domain books will always have a value of ALL_PAGES.
+      "epub": { # Information about epub content. (In LITE projection.)
+        "isAvailable": True or False, # Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)
+        "downloadLink": "A String", # URL to download epub. (In LITE projection.)
+        "acsTokenLink": "A String", # URL to retrieve ACS token for epub download. (In LITE projection.)
+      },
+      "accessViewStatus": "A String", # Combines the access and viewability of this volume into a single status field for this user. Values can be FULL_PURCHASED, FULL_PUBLIC_DOMAIN, SAMPLE or NONE. (In LITE projection.)
+    },
+    "searchInfo": { # Search result information related to this volume.
+      "textSnippet": "A String", # A text snippet containing the search query.
+    },
+    "saleInfo": { # Any information about a volume related to the eBookstore and/or purchaseability. This information can depend on the country where the request originates from (i.e. books may not be for sale in certain countries).
+      "country": "A String", # The two-letter ISO_3166-1 country code for which this sale information is valid. (In LITE projection.)
+      "retailPrice": { # The actual selling price of the book. This is the same as the suggested retail or list price unless there are offers or discounts on this volume. (In LITE projection.)
+        "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+        "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+      },
+      "isEbook": True or False, # Whether or not this volume is an eBook (can be added to the My eBooks shelf).
+      "saleability": "A String", # Whether or not this book is available for sale or offered for free in the Google eBookstore for the country listed above. Possible values are FOR_SALE, FREE, NOT_FOR_SALE, or FOR_PREORDER.
+      "buyLink": "A String", # URL to purchase this volume on the Google Books site. (In LITE projection)
+      "onSaleDate": "A String", # The date on which this book is available for sale.
+      "listPrice": { # Suggested retail price. (In LITE projection.)
+        "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+        "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+      },
+    },
+    "etag": "A String", # Opaque identifier for a specific version of a volume resource. (In LITE projection)
+    "userInfo": { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)
+      "isInMyBooks": True or False, # Whether or not this volume is currently in "my books."
+      "updated": "A String", # Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (RFC 3339 UTC date-time format).
+      "review": { # This user's review of this volume, if one exists.
+        "rating": "A String", # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.
+        "kind": "books#review", # Resource type for a review.
+        "author": { # Author of this review.
+          "displayName": "A String", # Name of this person.
+        },
+        "title": "A String", # Title for this review.
+        "volumeId": "A String", # Volume that this review is for.
+        "content": "A String", # Review text.
+        "source": { # Information regarding the source of this review, when the review is not from a Google Books user.
+          "extraDescription": "A String", # Extra text about the source of the review.
+          "url": "A String", # URL of the source of the review.
+          "description": "A String", # Name of the source.
+        },
+        "date": "A String", # Date of this review.
+        "type": "A String", # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.
+        "fullTextUrl": "A String", # URL for the full review text, for reviews gathered from the web.
+      },
+      "isPurchased": True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)
+      "readingPosition": { # The user's current reading position in the volume, if one is available. (In LITE projection.)
+        "kind": "books#readingPosition", # Resource type for a reading position.
+        "gbImagePosition": "A String", # Position in a volume for image-based content.
+        "epubCfiPosition": "A String", # Position in an EPUB as a CFI.
+        "updated": "A String", # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
+        "volumeId": "A String", # Volume id associated with this reading position.
+        "pdfPosition": "A String", # Position in a PDF file.
+        "gbTextPosition": "A String", # Position in a volume for text-based content.
+      },
+      "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)
+    },
+    "volumeInfo": { # General volume information.
+      "publisher": "A String", # Publisher of this volume. (In LITE projection.)
+      "subtitle": "A String", # Volume subtitle. (In LITE projection.)
+      "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)
+      "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.
+      "pageCount": 42, # Total number of pages.
+      "imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)
+        "medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)
+        "smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
+        "large": "A String", # Image link for large size (width of ~800 pixels). (In LITE projection)
+        "extraLarge": "A String", # Image link for extra large size (width of ~1280 pixels). (In LITE projection)
+        "small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)
+        "thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
+      },
+      "publishedDate": "A String", # Date of publication. (In LITE projection.)
+      "previewLink": "A String", # URL to preview this volume on the Google Books site.
+      "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+      "ratingsCount": 42, # The number of review ratings for this volume.
+      "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.
+      "dimensions": { # Physical dimensions of this volume.
+        "width": "A String", # Width of this volume (in cm).
+        "thickness": "A String", # Thickness of this volume (in cm).
+        "height": "A String", # Height or length of this volume (in cm).
+      },
+      "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
+      "industryIdentifiers": [ # Industry standard identifiers for this volume.
+        {
+          "identifier": "A String", # Industry specific volume identifier.
+          "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
+        },
+      ],
+      "authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)
+        "A String",
+      ],
+      "title": "A String", # Volume title. (In LITE projection.)
+      "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
+      "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
+      "categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
+        "A String",
+      ],
+      "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
+    },
+    "id": "A String", # Unique identifier for a volume. (In LITE projection.)
+    "selfLink": "A String", # URL to this resource. (In LITE projection.)
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(q, orderBy=None, projection=None, showPreorders=None, download=None, startIndex=None, partner=None, source=None, maxResults=None, libraryRestrict=None, langRestrict=None, printType=None, filter=None)</code>
+  <pre>Performs a book search.
+
+Args:
+  q: string, Full-text search query string. (required)
+  orderBy: string, Sort search results.
+    Allowed values
+      newest - Most recently published.
+      relevance - Relevance to search terms.
+  projection: string, Restrict information returned to a set of selected fields.
+    Allowed values
+      full - Includes all volume data.
+      lite - Includes a subset of fields in volumeInfo and accessInfo.
+  showPreorders: boolean, Set to true to show books available for preorder. Defaults to false.
+  download: string, Restrict to volumes by download availability.
+    Allowed values
+      epub - All volumes with epub.
+  startIndex: integer, Index of the first result to return (starts at 0)
+  partner: string, Restrict and brand results for partner ID.
+  source: string, String to identify the originator of this request.
+  maxResults: integer, Maximum number of results to return.
+  libraryRestrict: string, Restrict search to this user's library.
+    Allowed values
+      my-library - Restrict to the user's library, any shelf.
+      no-restrict - Do not restrict based on user's library.
+  langRestrict: string, Restrict results to books with this language code.
+  printType: string, Restrict to books or magazines.
+    Allowed values
+      all - All volume content types.
+      books - Just books.
+      magazines - Just magazines.
+  filter: string, Filter search results.
+    Allowed values
+      ebooks - All Google eBooks.
+      free-ebooks - Google eBook with full volume text viewability.
+      full - Public can view entire volume text.
+      paid-ebooks - Google eBook with a price.
+      partial - Public able to see parts of text.
+
+Returns:
+  An object of the form:
+
+    {
+    "totalItems": 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.
+    "items": [ # A list of volumes.
+      {
+        "kind": "books#volume", # Resource type for a volume. (In LITE projection.)
+        "accessInfo": { # Any information about a volume related to reading or obtaining that volume text. This information can depend on country (books may be public domain in one country but not in another, e.g.).
+          "webReaderLink": "A String", # URL to read this volume on the Google Books site. Link will not allow users to read non-viewable volumes.
+          "publicDomain": True or False, # Whether or not this book is public domain in the country listed above.
+          "embeddable": True or False, # Whether this volume can be embedded in a viewport using the Embedded Viewer API.
+          "downloadAccess": { # Information about a volume's download license access restrictions.
+            "nonce": "A String", # Client nonce for verification. Download access and client-validation only.
+            "kind": "books#downloadAccessRestriction", # Resource type.
+            "justAcquired": True or False, # If deviceAllowed, whether access was just acquired with this request.
+            "maxDownloadDevices": 42, # If restricted, the maximum number of content download licenses for this volume.
+            "downloadsAcquired": 42, # If restricted, the number of content download licenses already acquired (including the requesting client, if licensed).
+            "signature": "A String", # Response signature.
+            "volumeId": "A String", # Identifies the volume for which this entry applies.
+            "deviceAllowed": True or False, # If restricted, whether access is granted for this (user, device, volume).
+            "source": "A String", # Client app identifier for verification. Download access and client-validation only.
+            "restricted": True or False, # Whether this volume has any download access restrictions.
+            "reasonCode": "A String", # Error/warning reason code. Additional codes may be added in the future. 0 OK 100 ACCESS_DENIED_PUBLISHER_LIMIT 101 ACCESS_DENIED_LIMIT 200 WARNING_USED_LAST_ACCESS
+            "message": "A String", # Error/warning message.
+          },
+          "country": "A String", # The two-letter ISO_3166-1 country code for which this access information is valid. (In LITE projection.)
+          "viewOrderUrl": "A String", # For ordered but not yet processed orders, we give a URL that can be used to go to the appropriate Google Wallet page.
+          "textToSpeechPermission": "A String", # Whether text-to-speech is permitted for this volume. Values can be ALLOWED, ALLOWED_FOR_ACCESSIBILITY, or NOT_ALLOWED.
+          "pdf": { # Information about pdf content. (In LITE projection.)
+            "isAvailable": True or False, # Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)
+            "downloadLink": "A String", # URL to download pdf. (In LITE projection.)
+            "acsTokenLink": "A String", # URL to retrieve ACS token for pdf download. (In LITE projection.)
+          },
+          "viewability": "A String", # The read access of a volume. Possible values are PARTIAL, ALL_PAGES, NO_PAGES or UNKNOWN. This value depends on the country listed above. A value of PARTIAL means that the publisher has allowed some portion of the volume to be viewed publicly, without purchase. This can apply to eBooks as well as non-eBooks. Public domain books will always have a value of ALL_PAGES.
+          "epub": { # Information about epub content. (In LITE projection.)
+            "isAvailable": True or False, # Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)
+            "downloadLink": "A String", # URL to download epub. (In LITE projection.)
+            "acsTokenLink": "A String", # URL to retrieve ACS token for epub download. (In LITE projection.)
+          },
+          "accessViewStatus": "A String", # Combines the access and viewability of this volume into a single status field for this user. Values can be FULL_PURCHASED, FULL_PUBLIC_DOMAIN, SAMPLE or NONE. (In LITE projection.)
+        },
+        "searchInfo": { # Search result information related to this volume.
+          "textSnippet": "A String", # A text snippet containing the search query.
+        },
+        "saleInfo": { # Any information about a volume related to the eBookstore and/or purchaseability. This information can depend on the country where the request originates from (i.e. books may not be for sale in certain countries).
+          "country": "A String", # The two-letter ISO_3166-1 country code for which this sale information is valid. (In LITE projection.)
+          "retailPrice": { # The actual selling price of the book. This is the same as the suggested retail or list price unless there are offers or discounts on this volume. (In LITE projection.)
+            "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+            "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+          },
+          "isEbook": True or False, # Whether or not this volume is an eBook (can be added to the My eBooks shelf).
+          "saleability": "A String", # Whether or not this book is available for sale or offered for free in the Google eBookstore for the country listed above. Possible values are FOR_SALE, FREE, NOT_FOR_SALE, or FOR_PREORDER.
+          "buyLink": "A String", # URL to purchase this volume on the Google Books site. (In LITE projection)
+          "onSaleDate": "A String", # The date on which this book is available for sale.
+          "listPrice": { # Suggested retail price. (In LITE projection.)
+            "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)
+            "currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)
+          },
+        },
+        "etag": "A String", # Opaque identifier for a specific version of a volume resource. (In LITE projection)
+        "userInfo": { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)
+          "isInMyBooks": True or False, # Whether or not this volume is currently in "my books."
+          "updated": "A String", # Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (RFC 3339 UTC date-time format).
+          "review": { # This user's review of this volume, if one exists.
+            "rating": "A String", # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.
+            "kind": "books#review", # Resource type for a review.
+            "author": { # Author of this review.
+              "displayName": "A String", # Name of this person.
+            },
+            "title": "A String", # Title for this review.
+            "volumeId": "A String", # Volume that this review is for.
+            "content": "A String", # Review text.
+            "source": { # Information regarding the source of this review, when the review is not from a Google Books user.
+              "extraDescription": "A String", # Extra text about the source of the review.
+              "url": "A String", # URL of the source of the review.
+              "description": "A String", # Name of the source.
+            },
+            "date": "A String", # Date of this review.
+            "type": "A String", # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.
+            "fullTextUrl": "A String", # URL for the full review text, for reviews gathered from the web.
+          },
+          "isPurchased": True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)
+          "readingPosition": { # The user's current reading position in the volume, if one is available. (In LITE projection.)
+            "kind": "books#readingPosition", # Resource type for a reading position.
+            "gbImagePosition": "A String", # Position in a volume for image-based content.
+            "epubCfiPosition": "A String", # Position in an EPUB as a CFI.
+            "updated": "A String", # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
+            "volumeId": "A String", # Volume id associated with this reading position.
+            "pdfPosition": "A String", # Position in a PDF file.
+            "gbTextPosition": "A String", # Position in a volume for text-based content.
+          },
+          "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)
+        },
+        "volumeInfo": { # General volume information.
+          "publisher": "A String", # Publisher of this volume. (In LITE projection.)
+          "subtitle": "A String", # Volume subtitle. (In LITE projection.)
+          "description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)
+          "language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.
+          "pageCount": 42, # Total number of pages.
+          "imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)
+            "medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)
+            "smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
+            "large": "A String", # Image link for large size (width of ~800 pixels). (In LITE projection)
+            "extraLarge": "A String", # Image link for extra large size (width of ~1280 pixels). (In LITE projection)
+            "small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)
+            "thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
+          },
+          "publishedDate": "A String", # Date of publication. (In LITE projection.)
+          "previewLink": "A String", # URL to preview this volume on the Google Books site.
+          "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
+          "ratingsCount": 42, # The number of review ratings for this volume.
+          "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.
+          "dimensions": { # Physical dimensions of this volume.
+            "width": "A String", # Width of this volume (in cm).
+            "thickness": "A String", # Thickness of this volume (in cm).
+            "height": "A String", # Height or length of this volume (in cm).
+          },
+          "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)
+          "industryIdentifiers": [ # Industry standard identifiers for this volume.
+            {
+              "identifier": "A String", # Industry specific volume identifier.
+              "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
+            },
+          ],
+          "authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)
+            "A String",
+          ],
+          "title": "A String", # Volume title. (In LITE projection.)
+          "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)
+          "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)
+          "categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
+            "A String",
+          ],
+          "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
+        },
+        "id": "A String", # Unique identifier for a volume. (In LITE projection.)
+        "selfLink": "A String", # URL to this resource. (In LITE projection.)
+      },
+    ],
+    "kind": "books#volumes", # Resource type.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar.v3.acl.html b/docs/dyn/calendar.v3.acl.html
deleted file mode 100644
index f9fe4fd..0000000
--- a/docs/dyn/calendar.v3.acl.html
+++ /dev/null
@@ -1,275 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;an&nbsp;access&nbsp;control&nbsp;rule.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;ruleId:&nbsp;string,&nbsp;ACL&nbsp;rule&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;an&nbsp;access&nbsp;control&nbsp;rule.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;ruleId:&nbsp;string,&nbsp;ACL&nbsp;rule&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"scope":&nbsp;{&nbsp;#&nbsp;The&nbsp;scope&nbsp;of&nbsp;the&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;The&nbsp;public&nbsp;scope.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"user"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;single&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"group"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"domain"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;domain.&nbsp;&nbsp;Note:&nbsp;The&nbsp;permissions&nbsp;granted&nbsp;to&nbsp;the&nbsp;"default",&nbsp;or&nbsp;public,&nbsp;scope&nbsp;apply&nbsp;to&nbsp;any&nbsp;user,&nbsp;authenticated&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;or&nbsp;group,&nbsp;or&nbsp;the&nbsp;name&nbsp;of&nbsp;a&nbsp;domain,&nbsp;depending&nbsp;on&nbsp;the&nbsp;scope&nbsp;type.&nbsp;Omitted&nbsp;for&nbsp;type&nbsp;"default".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#aclRule",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#aclRule").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;assigned&nbsp;to&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"none"&nbsp;-&nbsp;Provides&nbsp;no&nbsp;access.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;ACL&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates&nbsp;an&nbsp;access&nbsp;control&nbsp;rule.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"scope":&nbsp;{&nbsp;#&nbsp;The&nbsp;scope&nbsp;of&nbsp;the&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;The&nbsp;public&nbsp;scope.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"user"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;single&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"group"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"domain"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;domain.&nbsp;&nbsp;Note:&nbsp;The&nbsp;permissions&nbsp;granted&nbsp;to&nbsp;the&nbsp;"default",&nbsp;or&nbsp;public,&nbsp;scope&nbsp;apply&nbsp;to&nbsp;any&nbsp;user,&nbsp;authenticated&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;or&nbsp;group,&nbsp;or&nbsp;the&nbsp;name&nbsp;of&nbsp;a&nbsp;domain,&nbsp;depending&nbsp;on&nbsp;the&nbsp;scope&nbsp;type.&nbsp;Omitted&nbsp;for&nbsp;type&nbsp;"default".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#aclRule",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#aclRule").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;assigned&nbsp;to&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"none"&nbsp;-&nbsp;Provides&nbsp;no&nbsp;access.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;ACL&nbsp;rule.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"scope":&nbsp;{&nbsp;#&nbsp;The&nbsp;scope&nbsp;of&nbsp;the&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;The&nbsp;public&nbsp;scope.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"user"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;single&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"group"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"domain"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;domain.&nbsp;&nbsp;Note:&nbsp;The&nbsp;permissions&nbsp;granted&nbsp;to&nbsp;the&nbsp;"default",&nbsp;or&nbsp;public,&nbsp;scope&nbsp;apply&nbsp;to&nbsp;any&nbsp;user,&nbsp;authenticated&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;or&nbsp;group,&nbsp;or&nbsp;the&nbsp;name&nbsp;of&nbsp;a&nbsp;domain,&nbsp;depending&nbsp;on&nbsp;the&nbsp;scope&nbsp;type.&nbsp;Omitted&nbsp;for&nbsp;type&nbsp;"default".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#aclRule",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#aclRule").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;assigned&nbsp;to&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"none"&nbsp;-&nbsp;Provides&nbsp;no&nbsp;access.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;ACL&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;rules&nbsp;in&nbsp;the&nbsp;access&nbsp;control&nbsp;list&nbsp;for&nbsp;the&nbsp;calendar.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Token&nbsp;used&nbsp;to&nbsp;access&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;this&nbsp;result.&nbsp;Omitted&nbsp;if&nbsp;no&nbsp;further&nbsp;results&nbsp;are&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;rules&nbsp;on&nbsp;the&nbsp;access&nbsp;control&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"scope":&nbsp;{&nbsp;#&nbsp;The&nbsp;scope&nbsp;of&nbsp;the&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;The&nbsp;public&nbsp;scope.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"user"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;single&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"group"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"domain"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;domain.&nbsp;&nbsp;Note:&nbsp;The&nbsp;permissions&nbsp;granted&nbsp;to&nbsp;the&nbsp;"default",&nbsp;or&nbsp;public,&nbsp;scope&nbsp;apply&nbsp;to&nbsp;any&nbsp;user,&nbsp;authenticated&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;or&nbsp;group,&nbsp;or&nbsp;the&nbsp;name&nbsp;of&nbsp;a&nbsp;domain,&nbsp;depending&nbsp;on&nbsp;the&nbsp;scope&nbsp;type.&nbsp;Omitted&nbsp;for&nbsp;type&nbsp;"default".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#aclRule",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#aclRule").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;assigned&nbsp;to&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"none"&nbsp;-&nbsp;Provides&nbsp;no&nbsp;access.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;ACL&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#acl",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;collection&nbsp;("calendar#acl").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;collection.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;an&nbsp;access&nbsp;control&nbsp;rule.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"scope":&nbsp;{&nbsp;#&nbsp;The&nbsp;scope&nbsp;of&nbsp;the&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;The&nbsp;public&nbsp;scope.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"user"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;single&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"group"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"domain"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;domain.&nbsp;&nbsp;Note:&nbsp;The&nbsp;permissions&nbsp;granted&nbsp;to&nbsp;the&nbsp;"default",&nbsp;or&nbsp;public,&nbsp;scope&nbsp;apply&nbsp;to&nbsp;any&nbsp;user,&nbsp;authenticated&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;or&nbsp;group,&nbsp;or&nbsp;the&nbsp;name&nbsp;of&nbsp;a&nbsp;domain,&nbsp;depending&nbsp;on&nbsp;the&nbsp;scope&nbsp;type.&nbsp;Omitted&nbsp;for&nbsp;type&nbsp;"default".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#aclRule",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#aclRule").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;assigned&nbsp;to&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"none"&nbsp;-&nbsp;Provides&nbsp;no&nbsp;access.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;ACL&nbsp;rule.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;ruleId:&nbsp;string,&nbsp;ACL&nbsp;rule&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"scope":&nbsp;{&nbsp;#&nbsp;The&nbsp;scope&nbsp;of&nbsp;the&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;The&nbsp;public&nbsp;scope.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"user"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;single&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"group"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"domain"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;domain.&nbsp;&nbsp;Note:&nbsp;The&nbsp;permissions&nbsp;granted&nbsp;to&nbsp;the&nbsp;"default",&nbsp;or&nbsp;public,&nbsp;scope&nbsp;apply&nbsp;to&nbsp;any&nbsp;user,&nbsp;authenticated&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;or&nbsp;group,&nbsp;or&nbsp;the&nbsp;name&nbsp;of&nbsp;a&nbsp;domain,&nbsp;depending&nbsp;on&nbsp;the&nbsp;scope&nbsp;type.&nbsp;Omitted&nbsp;for&nbsp;type&nbsp;"default".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#aclRule",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#aclRule").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;assigned&nbsp;to&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"none"&nbsp;-&nbsp;Provides&nbsp;no&nbsp;access.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;ACL&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;an&nbsp;access&nbsp;control&nbsp;rule.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"scope":&nbsp;{&nbsp;#&nbsp;The&nbsp;scope&nbsp;of&nbsp;the&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;The&nbsp;public&nbsp;scope.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"user"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;single&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"group"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"domain"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;domain.&nbsp;&nbsp;Note:&nbsp;The&nbsp;permissions&nbsp;granted&nbsp;to&nbsp;the&nbsp;"default",&nbsp;or&nbsp;public,&nbsp;scope&nbsp;apply&nbsp;to&nbsp;any&nbsp;user,&nbsp;authenticated&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;or&nbsp;group,&nbsp;or&nbsp;the&nbsp;name&nbsp;of&nbsp;a&nbsp;domain,&nbsp;depending&nbsp;on&nbsp;the&nbsp;scope&nbsp;type.&nbsp;Omitted&nbsp;for&nbsp;type&nbsp;"default".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#aclRule",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#aclRule").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;assigned&nbsp;to&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"none"&nbsp;-&nbsp;Provides&nbsp;no&nbsp;access.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;ACL&nbsp;rule.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;ruleId:&nbsp;string,&nbsp;ACL&nbsp;rule&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"scope":&nbsp;{&nbsp;#&nbsp;The&nbsp;scope&nbsp;of&nbsp;the&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;The&nbsp;public&nbsp;scope.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"user"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;single&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"group"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"domain"&nbsp;-&nbsp;Limits&nbsp;the&nbsp;scope&nbsp;to&nbsp;a&nbsp;domain.&nbsp;&nbsp;Note:&nbsp;The&nbsp;permissions&nbsp;granted&nbsp;to&nbsp;the&nbsp;"default",&nbsp;or&nbsp;public,&nbsp;scope&nbsp;apply&nbsp;to&nbsp;any&nbsp;user,&nbsp;authenticated&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address&nbsp;of&nbsp;a&nbsp;user&nbsp;or&nbsp;group,&nbsp;or&nbsp;the&nbsp;name&nbsp;of&nbsp;a&nbsp;domain,&nbsp;depending&nbsp;on&nbsp;the&nbsp;scope&nbsp;type.&nbsp;Omitted&nbsp;for&nbsp;type&nbsp;"default".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#aclRule",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#aclRule").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;assigned&nbsp;to&nbsp;the&nbsp;scope.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"none"&nbsp;-&nbsp;Provides&nbsp;no&nbsp;access.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;ACL&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar.v3.calendarList.html b/docs/dyn/calendar.v3.calendarList.html
deleted file mode 100644
index fdf538e..0000000
--- a/docs/dyn/calendar.v3.calendarList.html
+++ /dev/null
@@ -1,352 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;an&nbsp;entry&nbsp;on&nbsp;the&nbsp;user's&nbsp;calendar&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;an&nbsp;entry&nbsp;on&nbsp;the&nbsp;user's&nbsp;calendar&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendarListEntry",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendarListEntry").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultReminders":&nbsp;[&nbsp;#&nbsp;The&nbsp;default&nbsp;reminders&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;for&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"calendar"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selected":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;content&nbsp;shows&nbsp;up&nbsp;in&nbsp;the&nbsp;calendar&nbsp;UI.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summaryOverride":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;summary&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;set&nbsp;for&nbsp;this&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;has&nbsp;been&nbsp;hidden&nbsp;from&nbsp;the&nbsp;list.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessRole":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;effective&nbsp;access&nbsp;role&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Read-only.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Adds&nbsp;an&nbsp;entry&nbsp;to&nbsp;the&nbsp;user's&nbsp;calendar&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendarListEntry",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendarListEntry").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"defaultReminders":&nbsp;[&nbsp;#&nbsp;The&nbsp;default&nbsp;reminders&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;for&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"calendar"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selected":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;content&nbsp;shows&nbsp;up&nbsp;in&nbsp;the&nbsp;calendar&nbsp;UI.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summaryOverride":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;summary&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;set&nbsp;for&nbsp;this&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;has&nbsp;been&nbsp;hidden&nbsp;from&nbsp;the&nbsp;list.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"accessRole":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;effective&nbsp;access&nbsp;role&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Read-only.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendarListEntry",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendarListEntry").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultReminders":&nbsp;[&nbsp;#&nbsp;The&nbsp;default&nbsp;reminders&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;for&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"calendar"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selected":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;content&nbsp;shows&nbsp;up&nbsp;in&nbsp;the&nbsp;calendar&nbsp;UI.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summaryOverride":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;summary&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;set&nbsp;for&nbsp;this&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;has&nbsp;been&nbsp;hidden&nbsp;from&nbsp;the&nbsp;list.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessRole":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;effective&nbsp;access&nbsp;role&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Read-only.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;entries&nbsp;on&nbsp;the&nbsp;user's&nbsp;calendar&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;minAccessRole:&nbsp;string,&nbsp;The&nbsp;minimum&nbsp;access&nbsp;role&nbsp;for&nbsp;the&nbsp;user&nbsp;in&nbsp;the&nbsp;returned&nbsp;entires.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;no&nbsp;restriction.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;freeBusyReader&nbsp;-&nbsp;The&nbsp;user&nbsp;can&nbsp;read&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;owner&nbsp;-&nbsp;The&nbsp;user&nbsp;can&nbsp;read&nbsp;and&nbsp;modify&nbsp;events&nbsp;and&nbsp;access&nbsp;control&nbsp;lists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reader&nbsp;-&nbsp;The&nbsp;user&nbsp;can&nbsp;read&nbsp;events&nbsp;that&nbsp;are&nbsp;not&nbsp;private.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;writer&nbsp;-&nbsp;The&nbsp;user&nbsp;can&nbsp;read&nbsp;and&nbsp;modify&nbsp;events.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;entries&nbsp;returned&nbsp;on&nbsp;one&nbsp;result&nbsp;page.&nbsp;Optional.<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Token&nbsp;specifying&nbsp;which&nbsp;result&nbsp;page&nbsp;to&nbsp;return.&nbsp;Optional.<br>
-&nbsp;&nbsp;showHidden:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;show&nbsp;hidden&nbsp;entries.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Token&nbsp;used&nbsp;to&nbsp;access&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;this&nbsp;result.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;Calendars&nbsp;that&nbsp;are&nbsp;present&nbsp;on&nbsp;the&nbsp;user's&nbsp;calendar&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendarListEntry",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendarListEntry").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultReminders":&nbsp;[&nbsp;#&nbsp;The&nbsp;default&nbsp;reminders&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;for&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"calendar"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selected":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;content&nbsp;shows&nbsp;up&nbsp;in&nbsp;the&nbsp;calendar&nbsp;UI.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summaryOverride":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;summary&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;set&nbsp;for&nbsp;this&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;has&nbsp;been&nbsp;hidden&nbsp;from&nbsp;the&nbsp;list.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessRole":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;effective&nbsp;access&nbsp;role&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Read-only.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendarList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;collection&nbsp;("calendar#calendarList").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;collection.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;an&nbsp;entry&nbsp;on&nbsp;the&nbsp;user's&nbsp;calendar&nbsp;list.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendarListEntry",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendarListEntry").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"defaultReminders":&nbsp;[&nbsp;#&nbsp;The&nbsp;default&nbsp;reminders&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;for&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"calendar"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selected":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;content&nbsp;shows&nbsp;up&nbsp;in&nbsp;the&nbsp;calendar&nbsp;UI.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summaryOverride":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;summary&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;set&nbsp;for&nbsp;this&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;has&nbsp;been&nbsp;hidden&nbsp;from&nbsp;the&nbsp;list.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"accessRole":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;effective&nbsp;access&nbsp;role&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Read-only.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendarListEntry",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendarListEntry").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultReminders":&nbsp;[&nbsp;#&nbsp;The&nbsp;default&nbsp;reminders&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;for&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"calendar"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selected":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;content&nbsp;shows&nbsp;up&nbsp;in&nbsp;the&nbsp;calendar&nbsp;UI.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summaryOverride":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;summary&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;set&nbsp;for&nbsp;this&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;has&nbsp;been&nbsp;hidden&nbsp;from&nbsp;the&nbsp;list.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessRole":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;effective&nbsp;access&nbsp;role&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Read-only.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;an&nbsp;entry&nbsp;on&nbsp;the&nbsp;user's&nbsp;calendar&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendarListEntry",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendarListEntry").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"defaultReminders":&nbsp;[&nbsp;#&nbsp;The&nbsp;default&nbsp;reminders&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;for&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"calendar"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selected":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;content&nbsp;shows&nbsp;up&nbsp;in&nbsp;the&nbsp;calendar&nbsp;UI.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summaryOverride":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;summary&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;set&nbsp;for&nbsp;this&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;has&nbsp;been&nbsp;hidden&nbsp;from&nbsp;the&nbsp;list.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"accessRole":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;effective&nbsp;access&nbsp;role&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Read-only.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendarListEntry",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendarListEntry").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultReminders":&nbsp;[&nbsp;#&nbsp;The&nbsp;default&nbsp;reminders&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;for&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"calendar"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selected":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;content&nbsp;shows&nbsp;up&nbsp;in&nbsp;the&nbsp;calendar&nbsp;UI.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summaryOverride":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;summary&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;set&nbsp;for&nbsp;this&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;calendar&nbsp;has&nbsp;been&nbsp;hidden&nbsp;from&nbsp;the&nbsp;list.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accessRole":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;effective&nbsp;access&nbsp;role&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Read-only.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;Provides&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;Provides&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar.v3.calendars.html b/docs/dyn/calendar.v3.calendars.html
deleted file mode 100644
index 71ccb79..0000000
--- a/docs/dyn/calendar.v3.calendars.html
+++ /dev/null
@@ -1,170 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-clear"><strong>clear</strong></a> = method(self, **kwargs)</dt><dd><tt>Clears&nbsp;a&nbsp;primary&nbsp;calendar.&nbsp;This&nbsp;operation&nbsp;deletes&nbsp;all&nbsp;data&nbsp;associated&nbsp;with&nbsp;the&nbsp;primary&nbsp;calendar&nbsp;of&nbsp;an&nbsp;account&nbsp;and&nbsp;cannot&nbsp;be&nbsp;undone.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;a&nbsp;secondary&nbsp;calendar.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;metadata&nbsp;for&nbsp;a&nbsp;calendar.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendar",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendar").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates&nbsp;a&nbsp;secondary&nbsp;calendar.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendar",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendar").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendar",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendar").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;metadata&nbsp;for&nbsp;a&nbsp;calendar.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendar",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendar").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendar",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendar").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;metadata&nbsp;for&nbsp;a&nbsp;calendar.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendar",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendar").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#calendar",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#calendar").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;calendar&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar.v3.colors.html b/docs/dyn/calendar.v3.colors.html
deleted file mode 100644
index cb373d7..0000000
--- a/docs/dyn/calendar.v3.colors.html
+++ /dev/null
@@ -1,46 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;color&nbsp;definitions&nbsp;for&nbsp;calendars&nbsp;and&nbsp;events.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"calendar":&nbsp;{&nbsp;#&nbsp;Palette&nbsp;of&nbsp;calendar&nbsp;colors,&nbsp;mapping&nbsp;from&nbsp;the&nbsp;color&nbsp;ID&nbsp;to&nbsp;its&nbsp;definition.&nbsp;An&nbsp;'calendarListEntry'&nbsp;resource&nbsp;refers&nbsp;to&nbsp;one&nbsp;of&nbsp;these&nbsp;color&nbsp;IDs&nbsp;in&nbsp;its&nbsp;'color'&nbsp;field.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;color&nbsp;palette&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"event":&nbsp;{&nbsp;#&nbsp;Palette&nbsp;of&nbsp;event&nbsp;colors,&nbsp;mapping&nbsp;from&nbsp;the&nbsp;color&nbsp;ID&nbsp;to&nbsp;its&nbsp;definition.&nbsp;An&nbsp;'event'&nbsp;resource&nbsp;may&nbsp;refer&nbsp;to&nbsp;one&nbsp;of&nbsp;these&nbsp;color&nbsp;IDs&nbsp;in&nbsp;its&nbsp;'color'&nbsp;field.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#colors",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#colors").<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar.v3.events.html b/docs/dyn/calendar.v3.events.html
deleted file mode 100644
index bc84745..0000000
--- a/docs/dyn/calendar.v3.events.html
+++ /dev/null
@@ -1,1695 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;an&nbsp;event.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;eventId:&nbsp;string,&nbsp;Event&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;sendNotifications:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;send&nbsp;notifications&nbsp;about&nbsp;the&nbsp;deletion&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;an&nbsp;event.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;eventId:&nbsp;string,&nbsp;Event&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;timeZone:&nbsp;string,&nbsp;Time&nbsp;zone&nbsp;used&nbsp;in&nbsp;the&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;maxAttendees:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;attendees&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response.&nbsp;If&nbsp;there&nbsp;are&nbsp;more&nbsp;than&nbsp;the&nbsp;specified&nbsp;number&nbsp;of&nbsp;attendees,&nbsp;only&nbsp;the&nbsp;participant&nbsp;is&nbsp;returned.&nbsp;Optional.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-import_"><strong>import_</strong></a> = method(self, **kwargs)</dt><dd><tt>Imports&nbsp;an&nbsp;event.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates&nbsp;an&nbsp;event.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;sendNotifications:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;send&nbsp;notifications&nbsp;about&nbsp;the&nbsp;creation&nbsp;of&nbsp;the&nbsp;new&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-instances"><strong>instances</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;instances&nbsp;of&nbsp;the&nbsp;specified&nbsp;recurring&nbsp;event.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;eventId:&nbsp;string,&nbsp;Recurring&nbsp;event&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Token&nbsp;specifying&nbsp;which&nbsp;result&nbsp;page&nbsp;to&nbsp;return.&nbsp;Optional.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;events&nbsp;returned&nbsp;on&nbsp;one&nbsp;result&nbsp;page.&nbsp;Optional.<br>
-&nbsp;&nbsp;showDeleted:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;include&nbsp;deleted&nbsp;events&nbsp;(with&nbsp;'eventStatus'&nbsp;equals&nbsp;'cancelled')&nbsp;in&nbsp;the&nbsp;result.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;timeZone:&nbsp;string,&nbsp;Time&nbsp;zone&nbsp;used&nbsp;in&nbsp;the&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;originalStart:&nbsp;string,&nbsp;The&nbsp;original&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;instance&nbsp;in&nbsp;the&nbsp;result.&nbsp;Optional.<br>
-&nbsp;&nbsp;maxAttendees:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;attendees&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response.&nbsp;If&nbsp;there&nbsp;are&nbsp;more&nbsp;than&nbsp;the&nbsp;specified&nbsp;number&nbsp;of&nbsp;attendees,&nbsp;only&nbsp;the&nbsp;participant&nbsp;is&nbsp;returned.&nbsp;Optional.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Token&nbsp;used&nbsp;to&nbsp;access&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;this&nbsp;result.&nbsp;Omitted&nbsp;if&nbsp;no&nbsp;further&nbsp;results&nbsp;are&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#events",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;collection&nbsp;("calendar#events").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"defaultReminders":&nbsp;[&nbsp;#&nbsp;The&nbsp;default&nbsp;reminders&nbsp;on&nbsp;the&nbsp;calendar&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.&nbsp;These&nbsp;reminders&nbsp;apply&nbsp;to&nbsp;all&nbsp;events&nbsp;on&nbsp;this&nbsp;calendar&nbsp;that&nbsp;do&nbsp;not&nbsp;explicitly&nbsp;override&nbsp;them&nbsp;(i.e.&nbsp;do&nbsp;not&nbsp;have&nbsp;'reminders.useDefault'&nbsp;set&nbsp;to&nbsp;'true').<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;calendar&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"accessRole":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;access&nbsp;role&nbsp;for&nbsp;this&nbsp;calendar.&nbsp;Read-only.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"none"&nbsp;-&nbsp;The&nbsp;user&nbsp;has&nbsp;no&nbsp;access.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;The&nbsp;user&nbsp;has&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;The&nbsp;user&nbsp;has&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;The&nbsp;user&nbsp;has&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;The&nbsp;user&nbsp;has&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-instances_next"><strong>instances_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;events&nbsp;on&nbsp;the&nbsp;specified&nbsp;calendar.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;orderBy:&nbsp;string,&nbsp;The&nbsp;order&nbsp;of&nbsp;the&nbsp;events&nbsp;returned&nbsp;in&nbsp;the&nbsp;result.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;an&nbsp;unspecified,&nbsp;stable&nbsp;order.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;startTime&nbsp;-&nbsp;Order&nbsp;by&nbsp;the&nbsp;start&nbsp;date/time&nbsp;(ascending).&nbsp;This&nbsp;is&nbsp;only&nbsp;available&nbsp;when&nbsp;querying&nbsp;single&nbsp;events&nbsp;(i.e.&nbsp;the&nbsp;parameter&nbsp;"singleEvents"&nbsp;is&nbsp;True)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;updated&nbsp;-&nbsp;Order&nbsp;by&nbsp;last&nbsp;modification&nbsp;time&nbsp;(ascending).<br>
-&nbsp;&nbsp;showHiddenInvitations:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;include&nbsp;hidden&nbsp;invitations&nbsp;in&nbsp;the&nbsp;result.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;timeMin:&nbsp;string,&nbsp;Lower&nbsp;bound&nbsp;(inclusive)&nbsp;for&nbsp;an&nbsp;event's&nbsp;end&nbsp;time&nbsp;to&nbsp;filter&nbsp;by.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;not&nbsp;to&nbsp;filter&nbsp;by&nbsp;end&nbsp;time.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Token&nbsp;specifying&nbsp;which&nbsp;result&nbsp;page&nbsp;to&nbsp;return.&nbsp;Optional.<br>
-&nbsp;&nbsp;updatedMin:&nbsp;string,&nbsp;Lower&nbsp;bound&nbsp;for&nbsp;an&nbsp;event's&nbsp;last&nbsp;modification&nbsp;time&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp)&nbsp;to&nbsp;filter&nbsp;by.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;not&nbsp;to&nbsp;filter&nbsp;by&nbsp;last&nbsp;modification&nbsp;time.<br>
-&nbsp;&nbsp;singleEvents:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;expand&nbsp;recurring&nbsp;events&nbsp;into&nbsp;instances&nbsp;and&nbsp;only&nbsp;return&nbsp;single&nbsp;one-off&nbsp;events&nbsp;and&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events,&nbsp;but&nbsp;not&nbsp;the&nbsp;underlying&nbsp;recurring&nbsp;events&nbsp;themselves.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;showDeleted:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;include&nbsp;deleted&nbsp;events&nbsp;(with&nbsp;'eventStatus'&nbsp;equals&nbsp;'cancelled')&nbsp;in&nbsp;the&nbsp;result.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxAttendees:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;attendees&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response.&nbsp;If&nbsp;there&nbsp;are&nbsp;more&nbsp;than&nbsp;the&nbsp;specified&nbsp;number&nbsp;of&nbsp;attendees,&nbsp;only&nbsp;the&nbsp;participant&nbsp;is&nbsp;returned.&nbsp;Optional.<br>
-&nbsp;&nbsp;iCalUID:&nbsp;string,&nbsp;Specifies&nbsp;iCalendar&nbsp;UID&nbsp;(iCalUID)&nbsp;of&nbsp;events&nbsp;to&nbsp;be&nbsp;included&nbsp;in&nbsp;the&nbsp;response.&nbsp;Optional.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;events&nbsp;returned&nbsp;on&nbsp;one&nbsp;result&nbsp;page.&nbsp;Optional.<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;timeMax:&nbsp;string,&nbsp;Upper&nbsp;bound&nbsp;(exclusive)&nbsp;for&nbsp;an&nbsp;event's&nbsp;start&nbsp;time&nbsp;to&nbsp;filter&nbsp;by.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;not&nbsp;to&nbsp;filter&nbsp;by&nbsp;start&nbsp;time.<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Free&nbsp;text&nbsp;search&nbsp;terms&nbsp;to&nbsp;find&nbsp;events&nbsp;that&nbsp;match&nbsp;these&nbsp;terms&nbsp;in&nbsp;any&nbsp;field,&nbsp;except&nbsp;for&nbsp;extended&nbsp;properties.&nbsp;Optional.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;timeZone:&nbsp;string,&nbsp;Time&nbsp;zone&nbsp;used&nbsp;in&nbsp;the&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Token&nbsp;used&nbsp;to&nbsp;access&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;this&nbsp;result.&nbsp;Omitted&nbsp;if&nbsp;no&nbsp;further&nbsp;results&nbsp;are&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#events",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;collection&nbsp;("calendar#events").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"defaultReminders":&nbsp;[&nbsp;#&nbsp;The&nbsp;default&nbsp;reminders&nbsp;on&nbsp;the&nbsp;calendar&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.&nbsp;These&nbsp;reminders&nbsp;apply&nbsp;to&nbsp;all&nbsp;events&nbsp;on&nbsp;this&nbsp;calendar&nbsp;that&nbsp;do&nbsp;not&nbsp;explicitly&nbsp;override&nbsp;them&nbsp;(i.e.&nbsp;do&nbsp;not&nbsp;have&nbsp;'reminders.useDefault'&nbsp;set&nbsp;to&nbsp;'true').<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;calendar&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"accessRole":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;access&nbsp;role&nbsp;for&nbsp;this&nbsp;calendar.&nbsp;Read-only.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"none"&nbsp;-&nbsp;The&nbsp;user&nbsp;has&nbsp;no&nbsp;access.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"freeBusyReader"&nbsp;-&nbsp;The&nbsp;user&nbsp;has&nbsp;read&nbsp;access&nbsp;to&nbsp;free/busy&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"reader"&nbsp;-&nbsp;The&nbsp;user&nbsp;has&nbsp;read&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;reader&nbsp;access,&nbsp;but&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;hidden.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"writer"&nbsp;-&nbsp;The&nbsp;user&nbsp;has&nbsp;read&nbsp;and&nbsp;write&nbsp;access&nbsp;to&nbsp;the&nbsp;calendar.&nbsp;Private&nbsp;events&nbsp;will&nbsp;appear&nbsp;to&nbsp;users&nbsp;with&nbsp;writer&nbsp;access,&nbsp;and&nbsp;event&nbsp;details&nbsp;will&nbsp;be&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"owner"&nbsp;-&nbsp;The&nbsp;user&nbsp;has&nbsp;ownership&nbsp;of&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;role&nbsp;has&nbsp;all&nbsp;of&nbsp;the&nbsp;permissions&nbsp;of&nbsp;the&nbsp;writer&nbsp;role&nbsp;with&nbsp;the&nbsp;additional&nbsp;ability&nbsp;to&nbsp;see&nbsp;and&nbsp;manipulate&nbsp;ACLs.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-move"><strong>move</strong></a> = method(self, **kwargs)</dt><dd><tt>Moves&nbsp;an&nbsp;event&nbsp;to&nbsp;another&nbsp;calendar,&nbsp;i.e.&nbsp;changes&nbsp;an&nbsp;event's&nbsp;organizer.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;eventId:&nbsp;string,&nbsp;Event&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;sendNotifications:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;send&nbsp;notifications&nbsp;about&nbsp;the&nbsp;change&nbsp;of&nbsp;the&nbsp;event's&nbsp;organizer.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;destination:&nbsp;string,&nbsp;Calendar&nbsp;identifier&nbsp;of&nbsp;the&nbsp;target&nbsp;calendar&nbsp;where&nbsp;the&nbsp;event&nbsp;is&nbsp;to&nbsp;be&nbsp;moved&nbsp;to.&nbsp;(required)<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier&nbsp;of&nbsp;the&nbsp;source&nbsp;calendar&nbsp;where&nbsp;the&nbsp;event&nbsp;currently&nbsp;is&nbsp;on.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;an&nbsp;event.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;eventId:&nbsp;string,&nbsp;Event&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;sendNotifications:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;send&nbsp;notifications&nbsp;about&nbsp;the&nbsp;event&nbsp;update&nbsp;(e.g.&nbsp;attendee's&nbsp;responses,&nbsp;title&nbsp;changes,&nbsp;etc.).&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-quickAdd"><strong>quickAdd</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates&nbsp;an&nbsp;event&nbsp;based&nbsp;on&nbsp;a&nbsp;simple&nbsp;text&nbsp;string.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;sendNotifications:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;send&nbsp;notifications&nbsp;about&nbsp;the&nbsp;creation&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;text:&nbsp;string,&nbsp;The&nbsp;text&nbsp;describing&nbsp;the&nbsp;event&nbsp;to&nbsp;be&nbsp;created.&nbsp;(required)<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;an&nbsp;event.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;eventId:&nbsp;string,&nbsp;Event&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;sendNotifications:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;send&nbsp;notifications&nbsp;about&nbsp;the&nbsp;event&nbsp;update&nbsp;(e.g.&nbsp;attendee's&nbsp;responses,&nbsp;title&nbsp;changes,&nbsp;etc.).&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;calendarId:&nbsp;string,&nbsp;Calendar&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creator":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;creator&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;creator's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;{&nbsp;#&nbsp;The&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;If&nbsp;the&nbsp;organizer&nbsp;is&nbsp;also&nbsp;an&nbsp;attendee,&nbsp;this&nbsp;is&nbsp;indicated&nbsp;with&nbsp;a&nbsp;separate&nbsp;entry&nbsp;in&nbsp;'attendees'&nbsp;with&nbsp;the&nbsp;'organizer'&nbsp;field&nbsp;set&nbsp;to&nbsp;True.&nbsp;To&nbsp;change&nbsp;the&nbsp;organizer,&nbsp;use&nbsp;the&nbsp;"move"&nbsp;operation.&nbsp;Read-only,&nbsp;except&nbsp;when&nbsp;importing&nbsp;an&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;organizer&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;name,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;organizer's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Identifier&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendees":&nbsp;[&nbsp;#&nbsp;The&nbsp;attendees&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"comment":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;comment.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;name,&nbsp;if&nbsp;available.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"self":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;entry&nbsp;represents&nbsp;the&nbsp;calendar&nbsp;on&nbsp;which&nbsp;this&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;appears.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"responseStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;response&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"needsAction"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;not&nbsp;responded&nbsp;to&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"declined"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;declined&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;tentatively&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"accepted"&nbsp;-&nbsp;The&nbsp;attendee&nbsp;has&nbsp;accepted&nbsp;the&nbsp;invitation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalGuests":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;additional&nbsp;guests.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;0.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resource":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;a&nbsp;resource.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizer":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;attendee&nbsp;is&nbsp;the&nbsp;organizer&nbsp;of&nbsp;the&nbsp;event.&nbsp;Read-only.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optional":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;an&nbsp;optional&nbsp;attendee.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;attendee's&nbsp;email&nbsp;address,&nbsp;if&nbsp;available.&nbsp;This&nbsp;field&nbsp;must&nbsp;be&nbsp;present&nbsp;when&nbsp;adding&nbsp;an&nbsp;attendee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;absolute&nbsp;link&nbsp;to&nbsp;this&nbsp;event&nbsp;in&nbsp;the&nbsp;Google&nbsp;Calendar&nbsp;Web&nbsp;UI.&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurrence":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;RRULE,&nbsp;EXRULE,&nbsp;RDATE&nbsp;and&nbsp;EXDATE&nbsp;lines&nbsp;for&nbsp;a&nbsp;recurring&nbsp;event.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;for&nbsp;single&nbsp;events&nbsp;or&nbsp;instances&nbsp;of&nbsp;recurring&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"start":&nbsp;{&nbsp;#&nbsp;The&nbsp;(inclusive)&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;start&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Geographic&nbsp;location&nbsp;of&nbsp;the&nbsp;event&nbsp;as&nbsp;free-form&nbsp;text.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recurringEventId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;event&nbsp;ID&nbsp;of&nbsp;the&nbsp;recurring&nbsp;event&nbsp;itself.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalStartTime":&nbsp;{&nbsp;#&nbsp;For&nbsp;an&nbsp;instance&nbsp;of&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;event&nbsp;would&nbsp;start&nbsp;according&nbsp;to&nbsp;the&nbsp;recurrence&nbsp;data&nbsp;in&nbsp;the&nbsp;recurring&nbsp;event&nbsp;identified&nbsp;by&nbsp;recurringEventId.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confirmed"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;confirmed.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;status.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"tentative"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;tentatively&nbsp;confirmed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"cancelled"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;cancelled.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gadget":&nbsp;{&nbsp;#&nbsp;A&nbsp;gadget&nbsp;that&nbsp;extends&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferences":&nbsp;{&nbsp;#&nbsp;Preferences.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;title.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;height&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;width&nbsp;in&nbsp;pixels.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"display":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;display&nbsp;mode.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"icon"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;next&nbsp;to&nbsp;the&nbsp;event's&nbsp;title&nbsp;in&nbsp;the&nbsp;calendar&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"chip"&nbsp;-&nbsp;The&nbsp;gadget&nbsp;displays&nbsp;when&nbsp;the&nbsp;event&nbsp;is&nbsp;clicked.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iconLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;gadget's&nbsp;icon&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iCalUID":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Event&nbsp;ID&nbsp;in&nbsp;the&nbsp;iCalendar&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;{&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shared":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;shared&nbsp;between&nbsp;copies&nbsp;of&nbsp;the&nbsp;event&nbsp;on&nbsp;other&nbsp;attendees'&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"private":&nbsp;{&nbsp;#&nbsp;Properties&nbsp;that&nbsp;are&nbsp;private&nbsp;to&nbsp;the&nbsp;copy&nbsp;of&nbsp;the&nbsp;event&nbsp;that&nbsp;appears&nbsp;on&nbsp;this&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sequence":&nbsp;42,&nbsp;#&nbsp;Sequence&nbsp;number&nbsp;as&nbsp;per&nbsp;iCalendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Visibility&nbsp;of&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"default"&nbsp;-&nbsp;Uses&nbsp;the&nbsp;default&nbsp;visibility&nbsp;for&nbsp;events&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;public&nbsp;and&nbsp;event&nbsp;details&nbsp;are&nbsp;visible&nbsp;to&nbsp;all&nbsp;readers&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"private"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private&nbsp;and&nbsp;only&nbsp;event&nbsp;attendees&nbsp;may&nbsp;view&nbsp;event&nbsp;details.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"confidential"&nbsp;-&nbsp;The&nbsp;event&nbsp;is&nbsp;private.&nbsp;This&nbsp;value&nbsp;is&nbsp;provided&nbsp;for&nbsp;compatibility&nbsp;reasons.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanModify":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;modify&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"end":&nbsp;{&nbsp;#&nbsp;The&nbsp;(exclusive)&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;event.&nbsp;For&nbsp;a&nbsp;recurring&nbsp;event,&nbsp;this&nbsp;is&nbsp;the&nbsp;end&nbsp;time&nbsp;of&nbsp;the&nbsp;first&nbsp;instance.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date,&nbsp;in&nbsp;the&nbsp;format&nbsp;"yyyy-mm-dd",&nbsp;if&nbsp;this&nbsp;is&nbsp;an&nbsp;all-day&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;time&nbsp;zone&nbsp;in&nbsp;which&nbsp;the&nbsp;time&nbsp;is&nbsp;specified&nbsp;(e.g.&nbsp;"Europe/Zurich").&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;the&nbsp;time&nbsp;zone&nbsp;of&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time,&nbsp;as&nbsp;a&nbsp;combined&nbsp;date-time&nbsp;value&nbsp;(formatted&nbsp;according&nbsp;to&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>).&nbsp;A&nbsp;time&nbsp;zone&nbsp;offset&nbsp;is&nbsp;required&nbsp;unless&nbsp;a&nbsp;time&nbsp;zone&nbsp;is&nbsp;explicitly&nbsp;specified&nbsp;in&nbsp;'timeZone'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attendeesOmitted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;have&nbsp;been&nbsp;omitted&nbsp;from&nbsp;the&nbsp;event's&nbsp;representation.&nbsp;When&nbsp;retrieving&nbsp;an&nbsp;event,&nbsp;this&nbsp;is&nbsp;due&nbsp;to&nbsp;a&nbsp;restriction&nbsp;specified&nbsp;by&nbsp;the&nbsp;'maxAttendee'&nbsp;query&nbsp;parameter.&nbsp;When&nbsp;updating&nbsp;an&nbsp;event,&nbsp;this&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;only&nbsp;update&nbsp;the&nbsp;participant's&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#event",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#event").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creation&nbsp;time&nbsp;of&nbsp;the&nbsp;event&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"colorId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;color&nbsp;of&nbsp;the&nbsp;event.&nbsp;This&nbsp;is&nbsp;an&nbsp;ID&nbsp;referring&nbsp;to&nbsp;an&nbsp;entry&nbsp;in&nbsp;the&nbsp;"event"&nbsp;section&nbsp;of&nbsp;the&nbsp;colors&nbsp;definition&nbsp;(see&nbsp;the&nbsp;"colors"&nbsp;endpoint).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anyoneCanAddSelf":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;anyone&nbsp;can&nbsp;invite&nbsp;themselves&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"reminders":&nbsp;{&nbsp;#&nbsp;Information&nbsp;about&nbsp;the&nbsp;event's&nbsp;reminders&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overrides":&nbsp;[&nbsp;#&nbsp;If&nbsp;the&nbsp;event&nbsp;doesn't&nbsp;use&nbsp;the&nbsp;default&nbsp;reminders,&nbsp;this&nbsp;lists&nbsp;the&nbsp;reminders&nbsp;specific&nbsp;to&nbsp;the&nbsp;event,&nbsp;or,&nbsp;if&nbsp;not&nbsp;set,&nbsp;indicates&nbsp;that&nbsp;no&nbsp;reminders&nbsp;are&nbsp;set&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minutes":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;minutes&nbsp;before&nbsp;the&nbsp;start&nbsp;of&nbsp;the&nbsp;event&nbsp;when&nbsp;the&nbsp;reminder&nbsp;should&nbsp;trigger.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;method&nbsp;used&nbsp;by&nbsp;this&nbsp;reminder.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"email"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;email.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"sms"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;SMS.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"popup"&nbsp;-&nbsp;Reminders&nbsp;are&nbsp;sent&nbsp;via&nbsp;a&nbsp;UI&nbsp;popup.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"useDefault":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;default&nbsp;reminders&nbsp;of&nbsp;the&nbsp;calendar&nbsp;apply&nbsp;to&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanSeeOtherGuests":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;see&nbsp;who&nbsp;the&nbsp;event's&nbsp;attendees&nbsp;are.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"summary":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"guestsCanInviteOthers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;attendees&nbsp;other&nbsp;than&nbsp;the&nbsp;organizer&nbsp;can&nbsp;invite&nbsp;others&nbsp;to&nbsp;the&nbsp;event.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"transparency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whether&nbsp;the&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;Optional.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"opaque"&nbsp;-&nbsp;The&nbsp;event&nbsp;blocks&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.&nbsp;This&nbsp;is&nbsp;the&nbsp;default&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"transparent"&nbsp;-&nbsp;The&nbsp;event&nbsp;does&nbsp;not&nbsp;block&nbsp;time&nbsp;on&nbsp;the&nbsp;calendar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"privateCopy":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;is&nbsp;a&nbsp;private&nbsp;event&nbsp;copy&nbsp;where&nbsp;changes&nbsp;are&nbsp;not&nbsp;shared&nbsp;with&nbsp;other&nbsp;copies&nbsp;on&nbsp;other&nbsp;calendars.&nbsp;Optional.&nbsp;Immutable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar.v3.freebusy.html b/docs/dyn/calendar.v3.freebusy.html
deleted file mode 100644
index 01c992e..0000000
--- a/docs/dyn/calendar.v3.freebusy.html
+++ /dev/null
@@ -1,63 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-query"><strong>query</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;free/busy&nbsp;information&nbsp;for&nbsp;a&nbsp;set&nbsp;of&nbsp;calendars.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"calendarExpansionMax":&nbsp;42,&nbsp;#&nbsp;Maximal&nbsp;number&nbsp;of&nbsp;calendars&nbsp;for&nbsp;which&nbsp;FreeBusy&nbsp;information&nbsp;is&nbsp;to&nbsp;be&nbsp;provided.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"groupExpansionMax":&nbsp;42,&nbsp;#&nbsp;Maximal&nbsp;number&nbsp;of&nbsp;calendar&nbsp;identifiers&nbsp;to&nbsp;be&nbsp;provided&nbsp;for&nbsp;a&nbsp;single&nbsp;group.&nbsp;Optional.&nbsp;An&nbsp;error&nbsp;will&nbsp;be&nbsp;returned&nbsp;for&nbsp;a&nbsp;group&nbsp;with&nbsp;more&nbsp;members&nbsp;than&nbsp;this&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeMax":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;end&nbsp;of&nbsp;the&nbsp;interval&nbsp;for&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;calendars&nbsp;and/or&nbsp;groups&nbsp;to&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;identifier&nbsp;of&nbsp;a&nbsp;calendar&nbsp;or&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeMin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;start&nbsp;of&nbsp;the&nbsp;interval&nbsp;for&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeZone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;zone&nbsp;used&nbsp;in&nbsp;the&nbsp;response.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;UTC.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeMax":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;end&nbsp;of&nbsp;the&nbsp;interval.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#freeBusy",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#freeBusy").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"calendars":&nbsp;{&nbsp;#&nbsp;List&nbsp;of&nbsp;free/busy&nbsp;information&nbsp;for&nbsp;calendars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timeMin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;start&nbsp;of&nbsp;the&nbsp;interval.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"groups":&nbsp;{&nbsp;#&nbsp;Expansion&nbsp;of&nbsp;groups.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar.v3.html b/docs/dyn/calendar.v3.html
deleted file mode 100644
index 7975a9a..0000000
--- a/docs/dyn/calendar.v3.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-acl"><strong><a href="calendar.v3.acl.html">acl</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-calendarList"><strong><a href="calendar.v3.calendarList.html">calendarList</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-calendars"><strong><a href="calendar.v3.calendars.html">calendars</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-colors"><strong><a href="calendar.v3.colors.html">colors</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-events"><strong><a href="calendar.v3.events.html">events</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-freebusy"><strong><a href="calendar.v3.freebusy.html">freebusy</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-settings"><strong><a href="calendar.v3.settings.html">settings</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar.v3.settings.html b/docs/dyn/calendar.v3.settings.html
deleted file mode 100644
index a70cb7c..0000000
--- a/docs/dyn/calendar.v3.settings.html
+++ /dev/null
@@ -1,69 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;a&nbsp;single&nbsp;user&nbsp;setting.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;setting:&nbsp;string,&nbsp;Name&nbsp;of&nbsp;the&nbsp;user&nbsp;setting.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#setting",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#setting").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;user&nbsp;setting.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Value&nbsp;of&nbsp;the&nbsp;user&nbsp;setting.&nbsp;The&nbsp;format&nbsp;of&nbsp;the&nbsp;value&nbsp;depends&nbsp;on&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;setting.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;all&nbsp;user&nbsp;settings&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;user&nbsp;settings.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#setting",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource&nbsp;("calendar#setting").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;user&nbsp;setting.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Value&nbsp;of&nbsp;the&nbsp;user&nbsp;setting.&nbsp;The&nbsp;format&nbsp;of&nbsp;the&nbsp;value&nbsp;depends&nbsp;on&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;setting.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"calendar#settings",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;collection&nbsp;("calendar#settings").<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Etag&nbsp;of&nbsp;the&nbsp;collection.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar_v3.acl.html b/docs/dyn/calendar_v3.acl.html
new file mode 100644
index 0000000..836a699
--- /dev/null
+++ b/docs/dyn/calendar_v3.acl.html
@@ -0,0 +1,340 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="calendar_v3.html">Calendar API</a> . <a href="calendar_v3.acl.html">acl</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(calendarId, ruleId)</a></code></p>
+<p class="firstline">Deletes an access control rule.</p>
+<p class="toc_element">
+  <code><a href="#get">get(calendarId, ruleId)</a></code></p>
+<p class="firstline">Returns an access control rule.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(calendarId, body)</a></code></p>
+<p class="firstline">Creates an access control rule.</p>
+<p class="toc_element">
+  <code><a href="#list">list(calendarId)</a></code></p>
+<p class="firstline">Returns the rules in the access control list for the calendar.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(calendarId, ruleId, body)</a></code></p>
+<p class="firstline">Updates an access control rule. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(calendarId, ruleId, body)</a></code></p>
+<p class="firstline">Updates an access control rule.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(calendarId, ruleId)</code>
+  <pre>Deletes an access control rule.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  ruleId: string, ACL rule identifier. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(calendarId, ruleId)</code>
+  <pre>Returns an access control rule.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  ruleId: string, ACL rule identifier. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "scope": { # The scope of the rule.
+        "type": "A String", # The type of the scope. Possible values are:
+            # - "default" - The public scope. This is the default value.
+            # - "user" - Limits the scope to a single user.
+            # - "group" - Limits the scope to a group.
+            # - "domain" - Limits the scope to a domain.  Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
+        "value": "A String", # The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".
+      },
+      "kind": "calendar#aclRule", # Type of the resource ("calendar#aclRule").
+      "etag": "A String", # ETag of the resource.
+      "role": "A String", # The role assigned to the scope. Possible values are:
+          # - "none" - Provides no access.
+          # - "freeBusyReader" - Provides read access to free/busy information.
+          # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+          # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+          # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+      "id": "A String", # Identifier of the ACL rule.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(calendarId, body)</code>
+  <pre>Creates an access control rule.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "scope": { # The scope of the rule.
+      "type": "A String", # The type of the scope. Possible values are:
+          # - "default" - The public scope. This is the default value.
+          # - "user" - Limits the scope to a single user.
+          # - "group" - Limits the scope to a group.
+          # - "domain" - Limits the scope to a domain.  Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
+      "value": "A String", # The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".
+    },
+    "kind": "calendar#aclRule", # Type of the resource ("calendar#aclRule").
+    "etag": "A String", # ETag of the resource.
+    "role": "A String", # The role assigned to the scope. Possible values are:
+        # - "none" - Provides no access.
+        # - "freeBusyReader" - Provides read access to free/busy information.
+        # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+        # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+        # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+    "id": "A String", # Identifier of the ACL rule.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "scope": { # The scope of the rule.
+        "type": "A String", # The type of the scope. Possible values are:
+            # - "default" - The public scope. This is the default value.
+            # - "user" - Limits the scope to a single user.
+            # - "group" - Limits the scope to a group.
+            # - "domain" - Limits the scope to a domain.  Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
+        "value": "A String", # The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".
+      },
+      "kind": "calendar#aclRule", # Type of the resource ("calendar#aclRule").
+      "etag": "A String", # ETag of the resource.
+      "role": "A String", # The role assigned to the scope. Possible values are:
+          # - "none" - Provides no access.
+          # - "freeBusyReader" - Provides read access to free/busy information.
+          # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+          # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+          # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+      "id": "A String", # Identifier of the ACL rule.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(calendarId)</code>
+  <pre>Returns the rules in the access control list for the calendar.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Token used to access the next page of this result. Omitted if no further results are available.
+    "items": [ # List of rules on the access control list.
+      {
+          "scope": { # The scope of the rule.
+            "type": "A String", # The type of the scope. Possible values are:
+                # - "default" - The public scope. This is the default value.
+                # - "user" - Limits the scope to a single user.
+                # - "group" - Limits the scope to a group.
+                # - "domain" - Limits the scope to a domain.  Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
+            "value": "A String", # The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".
+          },
+          "kind": "calendar#aclRule", # Type of the resource ("calendar#aclRule").
+          "etag": "A String", # ETag of the resource.
+          "role": "A String", # The role assigned to the scope. Possible values are:
+              # - "none" - Provides no access.
+              # - "freeBusyReader" - Provides read access to free/busy information.
+              # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+              # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+              # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+          "id": "A String", # Identifier of the ACL rule.
+        },
+    ],
+    "kind": "calendar#acl", # Type of the collection ("calendar#acl").
+    "etag": "A String", # ETag of the collection.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(calendarId, ruleId, body)</code>
+  <pre>Updates an access control rule. This method supports patch semantics.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  ruleId: string, ACL rule identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "scope": { # The scope of the rule.
+      "type": "A String", # The type of the scope. Possible values are:
+          # - "default" - The public scope. This is the default value.
+          # - "user" - Limits the scope to a single user.
+          # - "group" - Limits the scope to a group.
+          # - "domain" - Limits the scope to a domain.  Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
+      "value": "A String", # The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".
+    },
+    "kind": "calendar#aclRule", # Type of the resource ("calendar#aclRule").
+    "etag": "A String", # ETag of the resource.
+    "role": "A String", # The role assigned to the scope. Possible values are:
+        # - "none" - Provides no access.
+        # - "freeBusyReader" - Provides read access to free/busy information.
+        # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+        # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+        # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+    "id": "A String", # Identifier of the ACL rule.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "scope": { # The scope of the rule.
+        "type": "A String", # The type of the scope. Possible values are:
+            # - "default" - The public scope. This is the default value.
+            # - "user" - Limits the scope to a single user.
+            # - "group" - Limits the scope to a group.
+            # - "domain" - Limits the scope to a domain.  Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
+        "value": "A String", # The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".
+      },
+      "kind": "calendar#aclRule", # Type of the resource ("calendar#aclRule").
+      "etag": "A String", # ETag of the resource.
+      "role": "A String", # The role assigned to the scope. Possible values are:
+          # - "none" - Provides no access.
+          # - "freeBusyReader" - Provides read access to free/busy information.
+          # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+          # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+          # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+      "id": "A String", # Identifier of the ACL rule.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(calendarId, ruleId, body)</code>
+  <pre>Updates an access control rule.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  ruleId: string, ACL rule identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "scope": { # The scope of the rule.
+      "type": "A String", # The type of the scope. Possible values are:
+          # - "default" - The public scope. This is the default value.
+          # - "user" - Limits the scope to a single user.
+          # - "group" - Limits the scope to a group.
+          # - "domain" - Limits the scope to a domain.  Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
+      "value": "A String", # The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".
+    },
+    "kind": "calendar#aclRule", # Type of the resource ("calendar#aclRule").
+    "etag": "A String", # ETag of the resource.
+    "role": "A String", # The role assigned to the scope. Possible values are:
+        # - "none" - Provides no access.
+        # - "freeBusyReader" - Provides read access to free/busy information.
+        # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+        # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+        # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+    "id": "A String", # Identifier of the ACL rule.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "scope": { # The scope of the rule.
+        "type": "A String", # The type of the scope. Possible values are:
+            # - "default" - The public scope. This is the default value.
+            # - "user" - Limits the scope to a single user.
+            # - "group" - Limits the scope to a group.
+            # - "domain" - Limits the scope to a domain.  Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
+        "value": "A String", # The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".
+      },
+      "kind": "calendar#aclRule", # Type of the resource ("calendar#aclRule").
+      "etag": "A String", # ETag of the resource.
+      "role": "A String", # The role assigned to the scope. Possible values are:
+          # - "none" - Provides no access.
+          # - "freeBusyReader" - Provides read access to free/busy information.
+          # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+          # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+          # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+      "id": "A String", # Identifier of the ACL rule.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar_v3.calendarList.html b/docs/dyn/calendar_v3.calendarList.html
new file mode 100644
index 0000000..0a4cc68
--- /dev/null
+++ b/docs/dyn/calendar_v3.calendarList.html
@@ -0,0 +1,424 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="calendar_v3.html">Calendar API</a> . <a href="calendar_v3.calendarList.html">calendarList</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(calendarId)</a></code></p>
+<p class="firstline">Deletes an entry on the user's calendar list.</p>
+<p class="toc_element">
+  <code><a href="#get">get(calendarId)</a></code></p>
+<p class="firstline">Returns an entry on the user's calendar list.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body)</a></code></p>
+<p class="firstline">Adds an entry to the user's calendar list.</p>
+<p class="toc_element">
+  <code><a href="#list">list(minAccessRole=None, maxResults=None, pageToken=None, showHidden=None)</a></code></p>
+<p class="firstline">Returns entries on the user's calendar list.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(calendarId, body)</a></code></p>
+<p class="firstline">Updates an entry on the user's calendar list. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(calendarId, body)</a></code></p>
+<p class="firstline">Updates an entry on the user's calendar list.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(calendarId)</code>
+  <pre>Deletes an entry on the user's calendar list.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(calendarId)</code>
+  <pre>Returns an entry on the user's calendar list.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "calendar#calendarListEntry", # Type of the resource ("calendar#calendarListEntry").
+      "defaultReminders": [ # The default reminders that the authenticated user has for this calendar.
+        {
+          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+          "method": "A String", # The method used by this reminder. Possible values are:
+              # - "email" - Reminders are sent via email.
+              # - "sms" - Reminders are sent via SMS.
+              # - "popup" - Reminders are sent via a UI popup.
+        },
+      ],
+      "description": "A String", # Description of the calendar. Optional. Read-only.
+      "colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
+      "selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
+      "summary": "A String", # Title of the calendar. Read-only.
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
+      "summaryOverride": "A String", # The summary that the authenticated user has set for this calendar. Optional.
+      "timeZone": "A String", # The time zone of the calendar. Optional. Read-only.
+      "hidden": True or False, # Whether the calendar has been hidden from the list. Optional. The default is False.
+      "accessRole": "A String", # The effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
+          # - "freeBusyReader" - Provides read access to free/busy information.
+          # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+          # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+          # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+      "id": "A String", # Identifier of the calendar.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body)</code>
+  <pre>Adds an entry to the user's calendar list.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "calendar#calendarListEntry", # Type of the resource ("calendar#calendarListEntry").
+    "defaultReminders": [ # The default reminders that the authenticated user has for this calendar.
+      {
+        "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+        "method": "A String", # The method used by this reminder. Possible values are:
+            # - "email" - Reminders are sent via email.
+            # - "sms" - Reminders are sent via SMS.
+            # - "popup" - Reminders are sent via a UI popup.
+      },
+    ],
+    "description": "A String", # Description of the calendar. Optional. Read-only.
+    "colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
+    "selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
+    "summary": "A String", # Title of the calendar. Read-only.
+    "etag": "A String", # ETag of the resource.
+    "location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
+    "summaryOverride": "A String", # The summary that the authenticated user has set for this calendar. Optional.
+    "timeZone": "A String", # The time zone of the calendar. Optional. Read-only.
+    "hidden": True or False, # Whether the calendar has been hidden from the list. Optional. The default is False.
+    "accessRole": "A String", # The effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
+        # - "freeBusyReader" - Provides read access to free/busy information.
+        # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+        # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+        # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+    "id": "A String", # Identifier of the calendar.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "calendar#calendarListEntry", # Type of the resource ("calendar#calendarListEntry").
+      "defaultReminders": [ # The default reminders that the authenticated user has for this calendar.
+        {
+          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+          "method": "A String", # The method used by this reminder. Possible values are:
+              # - "email" - Reminders are sent via email.
+              # - "sms" - Reminders are sent via SMS.
+              # - "popup" - Reminders are sent via a UI popup.
+        },
+      ],
+      "description": "A String", # Description of the calendar. Optional. Read-only.
+      "colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
+      "selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
+      "summary": "A String", # Title of the calendar. Read-only.
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
+      "summaryOverride": "A String", # The summary that the authenticated user has set for this calendar. Optional.
+      "timeZone": "A String", # The time zone of the calendar. Optional. Read-only.
+      "hidden": True or False, # Whether the calendar has been hidden from the list. Optional. The default is False.
+      "accessRole": "A String", # The effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
+          # - "freeBusyReader" - Provides read access to free/busy information.
+          # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+          # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+          # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+      "id": "A String", # Identifier of the calendar.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(minAccessRole=None, maxResults=None, pageToken=None, showHidden=None)</code>
+  <pre>Returns entries on the user's calendar list.
+
+Args:
+  minAccessRole: string, The minimum access role for the user in the returned entires. Optional. The default is no restriction.
+    Allowed values
+      freeBusyReader - The user can read free/busy information.
+      owner - The user can read and modify events and access control lists.
+      reader - The user can read events that are not private.
+      writer - The user can read and modify events.
+  maxResults: integer, Maximum number of entries returned on one result page. Optional.
+  pageToken: string, Token specifying which result page to return. Optional.
+  showHidden: boolean, Whether to show hidden entries. Optional. The default is False.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Token used to access the next page of this result.
+    "items": [ # Calendars that are present on the user's calendar list.
+      {
+          "kind": "calendar#calendarListEntry", # Type of the resource ("calendar#calendarListEntry").
+          "defaultReminders": [ # The default reminders that the authenticated user has for this calendar.
+            {
+              "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+              "method": "A String", # The method used by this reminder. Possible values are:
+                  # - "email" - Reminders are sent via email.
+                  # - "sms" - Reminders are sent via SMS.
+                  # - "popup" - Reminders are sent via a UI popup.
+            },
+          ],
+          "description": "A String", # Description of the calendar. Optional. Read-only.
+          "colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
+          "selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
+          "summary": "A String", # Title of the calendar. Read-only.
+          "etag": "A String", # ETag of the resource.
+          "location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
+          "summaryOverride": "A String", # The summary that the authenticated user has set for this calendar. Optional.
+          "timeZone": "A String", # The time zone of the calendar. Optional. Read-only.
+          "hidden": True or False, # Whether the calendar has been hidden from the list. Optional. The default is False.
+          "accessRole": "A String", # The effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
+              # - "freeBusyReader" - Provides read access to free/busy information.
+              # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+              # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+              # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+          "id": "A String", # Identifier of the calendar.
+        },
+    ],
+    "kind": "calendar#calendarList", # Type of the collection ("calendar#calendarList").
+    "etag": "A String", # ETag of the collection.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(calendarId, body)</code>
+  <pre>Updates an entry on the user's calendar list. This method supports patch semantics.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "calendar#calendarListEntry", # Type of the resource ("calendar#calendarListEntry").
+    "defaultReminders": [ # The default reminders that the authenticated user has for this calendar.
+      {
+        "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+        "method": "A String", # The method used by this reminder. Possible values are:
+            # - "email" - Reminders are sent via email.
+            # - "sms" - Reminders are sent via SMS.
+            # - "popup" - Reminders are sent via a UI popup.
+      },
+    ],
+    "description": "A String", # Description of the calendar. Optional. Read-only.
+    "colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
+    "selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
+    "summary": "A String", # Title of the calendar. Read-only.
+    "etag": "A String", # ETag of the resource.
+    "location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
+    "summaryOverride": "A String", # The summary that the authenticated user has set for this calendar. Optional.
+    "timeZone": "A String", # The time zone of the calendar. Optional. Read-only.
+    "hidden": True or False, # Whether the calendar has been hidden from the list. Optional. The default is False.
+    "accessRole": "A String", # The effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
+        # - "freeBusyReader" - Provides read access to free/busy information.
+        # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+        # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+        # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+    "id": "A String", # Identifier of the calendar.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "calendar#calendarListEntry", # Type of the resource ("calendar#calendarListEntry").
+      "defaultReminders": [ # The default reminders that the authenticated user has for this calendar.
+        {
+          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+          "method": "A String", # The method used by this reminder. Possible values are:
+              # - "email" - Reminders are sent via email.
+              # - "sms" - Reminders are sent via SMS.
+              # - "popup" - Reminders are sent via a UI popup.
+        },
+      ],
+      "description": "A String", # Description of the calendar. Optional. Read-only.
+      "colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
+      "selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
+      "summary": "A String", # Title of the calendar. Read-only.
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
+      "summaryOverride": "A String", # The summary that the authenticated user has set for this calendar. Optional.
+      "timeZone": "A String", # The time zone of the calendar. Optional. Read-only.
+      "hidden": True or False, # Whether the calendar has been hidden from the list. Optional. The default is False.
+      "accessRole": "A String", # The effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
+          # - "freeBusyReader" - Provides read access to free/busy information.
+          # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+          # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+          # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+      "id": "A String", # Identifier of the calendar.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(calendarId, body)</code>
+  <pre>Updates an entry on the user's calendar list.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "calendar#calendarListEntry", # Type of the resource ("calendar#calendarListEntry").
+    "defaultReminders": [ # The default reminders that the authenticated user has for this calendar.
+      {
+        "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+        "method": "A String", # The method used by this reminder. Possible values are:
+            # - "email" - Reminders are sent via email.
+            # - "sms" - Reminders are sent via SMS.
+            # - "popup" - Reminders are sent via a UI popup.
+      },
+    ],
+    "description": "A String", # Description of the calendar. Optional. Read-only.
+    "colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
+    "selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
+    "summary": "A String", # Title of the calendar. Read-only.
+    "etag": "A String", # ETag of the resource.
+    "location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
+    "summaryOverride": "A String", # The summary that the authenticated user has set for this calendar. Optional.
+    "timeZone": "A String", # The time zone of the calendar. Optional. Read-only.
+    "hidden": True or False, # Whether the calendar has been hidden from the list. Optional. The default is False.
+    "accessRole": "A String", # The effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
+        # - "freeBusyReader" - Provides read access to free/busy information.
+        # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+        # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+        # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+    "id": "A String", # Identifier of the calendar.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "calendar#calendarListEntry", # Type of the resource ("calendar#calendarListEntry").
+      "defaultReminders": [ # The default reminders that the authenticated user has for this calendar.
+        {
+          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+          "method": "A String", # The method used by this reminder. Possible values are:
+              # - "email" - Reminders are sent via email.
+              # - "sms" - Reminders are sent via SMS.
+              # - "popup" - Reminders are sent via a UI popup.
+        },
+      ],
+      "description": "A String", # Description of the calendar. Optional. Read-only.
+      "colorId": "A String", # The color of the calendar. This is an ID referring to an entry in the "calendar" section of the colors definition (see the "colors" endpoint). Optional.
+      "selected": True or False, # Whether the calendar content shows up in the calendar UI. Optional. The default is False.
+      "summary": "A String", # Title of the calendar. Read-only.
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the calendar as free-form text. Optional. Read-only.
+      "summaryOverride": "A String", # The summary that the authenticated user has set for this calendar. Optional.
+      "timeZone": "A String", # The time zone of the calendar. Optional. Read-only.
+      "hidden": True or False, # Whether the calendar has been hidden from the list. Optional. The default is False.
+      "accessRole": "A String", # The effective access role that the authenticated user has on the calendar. Read-only. Possible values are:
+          # - "freeBusyReader" - Provides read access to free/busy information.
+          # - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+          # - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+          # - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+      "id": "A String", # Identifier of the calendar.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar_v3.calendars.html b/docs/dyn/calendar_v3.calendars.html
new file mode 100644
index 0000000..d6d1524
--- /dev/null
+++ b/docs/dyn/calendar_v3.calendars.html
@@ -0,0 +1,236 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="calendar_v3.html">Calendar API</a> . <a href="calendar_v3.calendars.html">calendars</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#clear">clear(calendarId)</a></code></p>
+<p class="firstline">Clears a primary calendar. This operation deletes all data associated with the primary calendar of an account and cannot be undone.</p>
+<p class="toc_element">
+  <code><a href="#delete">delete(calendarId)</a></code></p>
+<p class="firstline">Deletes a secondary calendar.</p>
+<p class="toc_element">
+  <code><a href="#get">get(calendarId)</a></code></p>
+<p class="firstline">Returns metadata for a calendar.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body)</a></code></p>
+<p class="firstline">Creates a secondary calendar.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(calendarId, body)</a></code></p>
+<p class="firstline">Updates metadata for a calendar. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(calendarId, body)</a></code></p>
+<p class="firstline">Updates metadata for a calendar.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="clear">clear(calendarId)</code>
+  <pre>Clears a primary calendar. This operation deletes all data associated with the primary calendar of an account and cannot be undone.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="delete">delete(calendarId)</code>
+  <pre>Deletes a secondary calendar.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(calendarId)</code>
+  <pre>Returns metadata for a calendar.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
+      "description": "A String", # Description of the calendar. Optional.
+      "summary": "A String", # Title of the calendar.
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the calendar as free-form text. Optional.
+      "timeZone": "A String", # The time zone of the calendar. Optional.
+      "id": "A String", # Identifier of the calendar.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body)</code>
+  <pre>Creates a secondary calendar.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
+    "description": "A String", # Description of the calendar. Optional.
+    "summary": "A String", # Title of the calendar.
+    "etag": "A String", # ETag of the resource.
+    "location": "A String", # Geographic location of the calendar as free-form text. Optional.
+    "timeZone": "A String", # The time zone of the calendar. Optional.
+    "id": "A String", # Identifier of the calendar.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
+      "description": "A String", # Description of the calendar. Optional.
+      "summary": "A String", # Title of the calendar.
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the calendar as free-form text. Optional.
+      "timeZone": "A String", # The time zone of the calendar. Optional.
+      "id": "A String", # Identifier of the calendar.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(calendarId, body)</code>
+  <pre>Updates metadata for a calendar. This method supports patch semantics.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
+    "description": "A String", # Description of the calendar. Optional.
+    "summary": "A String", # Title of the calendar.
+    "etag": "A String", # ETag of the resource.
+    "location": "A String", # Geographic location of the calendar as free-form text. Optional.
+    "timeZone": "A String", # The time zone of the calendar. Optional.
+    "id": "A String", # Identifier of the calendar.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
+      "description": "A String", # Description of the calendar. Optional.
+      "summary": "A String", # Title of the calendar.
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the calendar as free-form text. Optional.
+      "timeZone": "A String", # The time zone of the calendar. Optional.
+      "id": "A String", # Identifier of the calendar.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(calendarId, body)</code>
+  <pre>Updates metadata for a calendar.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
+    "description": "A String", # Description of the calendar. Optional.
+    "summary": "A String", # Title of the calendar.
+    "etag": "A String", # ETag of the resource.
+    "location": "A String", # Geographic location of the calendar as free-form text. Optional.
+    "timeZone": "A String", # The time zone of the calendar. Optional.
+    "id": "A String", # Identifier of the calendar.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "calendar#calendar", # Type of the resource ("calendar#calendar").
+      "description": "A String", # Description of the calendar. Optional.
+      "summary": "A String", # Title of the calendar.
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the calendar as free-form text. Optional.
+      "timeZone": "A String", # The time zone of the calendar. Optional.
+      "id": "A String", # Identifier of the calendar.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar_v3.colors.html b/docs/dyn/calendar_v3.colors.html
new file mode 100644
index 0000000..763c132
--- /dev/null
+++ b/docs/dyn/calendar_v3.colors.html
@@ -0,0 +1,100 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="calendar_v3.html">Calendar API</a> . <a href="calendar_v3.colors.html">colors</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get()</a></code></p>
+<p class="firstline">Returns the color definitions for calendars and events.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get()</code>
+  <pre>Returns the color definitions for calendars and events.
+
+Args:
+
+Returns:
+  An object of the form:
+
+    {
+    "calendar": { # Palette of calendar colors, mapping from the color ID to its definition. An 'calendarListEntry' resource refers to one of these color IDs in its 'color' field. Read-only.
+    },
+    "updated": "A String", # Last modification time of the color palette (as a RFC 3339 timestamp). Read-only.
+    "event": { # Palette of event colors, mapping from the color ID to its definition. An 'event' resource may refer to one of these color IDs in its 'color' field. Read-only.
+    },
+    "kind": "calendar#colors", # Type of the resource ("calendar#colors").
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar_v3.events.html b/docs/dyn/calendar_v3.events.html
new file mode 100644
index 0000000..8dd5f60
--- /dev/null
+++ b/docs/dyn/calendar_v3.events.html
@@ -0,0 +1,1852 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="calendar_v3.html">Calendar API</a> . <a href="calendar_v3.events.html">events</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(calendarId, eventId, sendNotifications=None)</a></code></p>
+<p class="firstline">Deletes an event.</p>
+<p class="toc_element">
+  <code><a href="#get">get(calendarId, eventId, alwaysIncludeEmail=None, timeZone=None, maxAttendees=None)</a></code></p>
+<p class="firstline">Returns an event.</p>
+<p class="toc_element">
+  <code><a href="#import_">import_(calendarId, body)</a></code></p>
+<p class="firstline">Imports an event.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(calendarId, body, sendNotifications=None)</a></code></p>
+<p class="firstline">Creates an event.</p>
+<p class="toc_element">
+  <code><a href="#instances">instances(calendarId, eventId, pageToken=None, alwaysIncludeEmail=None, maxResults=None, showDeleted=None, timeZone=None, originalStart=None, maxAttendees=None)</a></code></p>
+<p class="firstline">Returns instances of the specified recurring event.</p>
+<p class="toc_element">
+  <code><a href="#instances_next">instances_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#list">list(calendarId, orderBy=None, showHiddenInvitations=None, timeMin=None, pageToken=None, updatedMin=None, singleEvents=None, alwaysIncludeEmail=None, showDeleted=None, maxAttendees=None, iCalUID=None, maxResults=None, timeMax=None, q=None, timeZone=None)</a></code></p>
+<p class="firstline">Returns events on the specified calendar.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#move">move(calendarId, eventId, destination, sendNotifications=None)</a></code></p>
+<p class="firstline">Moves an event to another calendar, i.e. changes an event's organizer.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(calendarId, eventId, body, sendNotifications=None, alwaysIncludeEmail=None)</a></code></p>
+<p class="firstline">Updates an event. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#quickAdd">quickAdd(calendarId, text, sendNotifications=None)</a></code></p>
+<p class="firstline">Creates an event based on a simple text string.</p>
+<p class="toc_element">
+  <code><a href="#update">update(calendarId, eventId, body, sendNotifications=None, alwaysIncludeEmail=None)</a></code></p>
+<p class="firstline">Updates an event.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(calendarId, eventId, sendNotifications=None)</code>
+  <pre>Deletes an event.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  eventId: string, Event identifier. (required)
+  sendNotifications: boolean, Whether to send notifications about the deletion of the event. Optional. The default is False.
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(calendarId, eventId, alwaysIncludeEmail=None, timeZone=None, maxAttendees=None)</code>
+  <pre>Returns an event.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  eventId: string, Event identifier. (required)
+  alwaysIncludeEmail: boolean, Whether to always include a value in the "email" field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot handle the absence of an email address value in the mentioned places. Optional. The default is False.
+  timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.
+  maxAttendees: integer, The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional.
+
+Returns:
+  An object of the form:
+
+    {
+      "creator": { # The creator of the event. Read-only.
+        "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
+        "id": "A String", # The creator's Profile ID, if available.
+      },
+      "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+        "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
+        "id": "A String", # The organizer's Profile ID, if available.
+      },
+      "summary": "A String", # Title of the event.
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
+        {
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "id": "A String", # The attendee's Profile ID, if available.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+        },
+      ],
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "endTimeUnspecified": True or False,
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="import_">import_(calendarId, body)</code>
+  <pre>Imports an event.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "creator": { # The creator of the event. Read-only.
+      "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+      "displayName": "A String", # The creator's name, if available.
+      "email": "A String", # The creator's email address, if available.
+      "id": "A String", # The creator's Profile ID, if available.
+    },
+    "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+      "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+      "displayName": "A String", # The organizer's name, if available.
+      "email": "A String", # The organizer's email address, if available.
+      "id": "A String", # The organizer's Profile ID, if available.
+    },
+    "summary": "A String", # Title of the event.
+    "id": "A String", # Identifier of the event.
+    "attendees": [ # The attendees of the event.
+      {
+        "comment": "A String", # The attendee's response comment. Optional.
+        "displayName": "A String", # The attendee's name, if available. Optional.
+        "responseStatus": "A String", # The attendee's response status. Possible values are:
+            # - "needsAction" - The attendee has not responded to the invitation.
+            # - "declined" - The attendee has declined the invitation.
+            # - "tentative" - The attendee has tentatively accepted the invitation.
+            # - "accepted" - The attendee has accepted the invitation.
+        "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+        "id": "A String", # The attendee's Profile ID, if available.
+        "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+        "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+        "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+        "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+        "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+      },
+    ],
+    "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+    "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+      "A String",
+    ],
+    "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "etag": "A String", # ETag of the resource.
+    "location": "A String", # Geographic location of the event as free-form text. Optional.
+    "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+    "gadget": { # A gadget that extends this event.
+      "preferences": { # Preferences.
+      },
+      "title": "A String", # The gadget's title.
+      "height": 42, # The gadget's height in pixels. Optional.
+      "width": 42, # The gadget's width in pixels. Optional.
+      "link": "A String", # The gadget's URL.
+      "type": "A String", # The gadget's type.
+      "display": "A String", # The gadget's display mode. Optional. Possible values are:
+          # - "icon" - The gadget displays next to the event's title in the calendar view.
+          # - "chip" - The gadget displays when the event is clicked.
+      "iconLink": "A String", # The gadget's icon URL.
+    },
+    "status": "A String", # Status of the event. Optional. Possible values are:
+        # - "confirmed" - The event is confirmed. This is the default status.
+        # - "tentative" - The event is tentatively confirmed.
+        # - "cancelled" - The event is cancelled.
+    "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+    "description": "A String", # Description of the event. Optional.
+    "iCalUID": "A String", # Event ID in the iCalendar format.
+    "extendedProperties": { # Extended properties of the event.
+      "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+      },
+      "private": { # Properties that are private to the copy of the event that appears on this calendar.
+      },
+    },
+    "endTimeUnspecified": True or False,
+    "sequence": 42, # Sequence number as per iCalendar.
+    "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+        # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+        # - "public" - The event is public and event details are visible to all readers of the calendar.
+        # - "private" - The event is private and only event attendees may view event details.
+        # - "confidential" - The event is private. This value is provided for compatibility reasons.
+    "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+    "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+    "kind": "calendar#event", # Type of the resource ("calendar#event").
+    "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+    "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+    "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+    "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+    "reminders": { # Information about the event's reminders for the authenticated user.
+      "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+        {
+          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+          "method": "A String", # The method used by this reminder. Possible values are:
+              # - "email" - Reminders are sent via email.
+              # - "sms" - Reminders are sent via SMS.
+              # - "popup" - Reminders are sent via a UI popup.
+        },
+      ],
+      "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+    },
+    "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+    "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+    "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+        # - "opaque" - The event blocks time on the calendar. This is the default value.
+        # - "transparent" - The event does not block time on the calendar.
+    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "creator": { # The creator of the event. Read-only.
+        "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
+        "id": "A String", # The creator's Profile ID, if available.
+      },
+      "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+        "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
+        "id": "A String", # The organizer's Profile ID, if available.
+      },
+      "summary": "A String", # Title of the event.
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
+        {
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "id": "A String", # The attendee's Profile ID, if available.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+        },
+      ],
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "endTimeUnspecified": True or False,
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(calendarId, body, sendNotifications=None)</code>
+  <pre>Creates an event.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "creator": { # The creator of the event. Read-only.
+      "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+      "displayName": "A String", # The creator's name, if available.
+      "email": "A String", # The creator's email address, if available.
+      "id": "A String", # The creator's Profile ID, if available.
+    },
+    "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+      "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+      "displayName": "A String", # The organizer's name, if available.
+      "email": "A String", # The organizer's email address, if available.
+      "id": "A String", # The organizer's Profile ID, if available.
+    },
+    "summary": "A String", # Title of the event.
+    "id": "A String", # Identifier of the event.
+    "attendees": [ # The attendees of the event.
+      {
+        "comment": "A String", # The attendee's response comment. Optional.
+        "displayName": "A String", # The attendee's name, if available. Optional.
+        "responseStatus": "A String", # The attendee's response status. Possible values are:
+            # - "needsAction" - The attendee has not responded to the invitation.
+            # - "declined" - The attendee has declined the invitation.
+            # - "tentative" - The attendee has tentatively accepted the invitation.
+            # - "accepted" - The attendee has accepted the invitation.
+        "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+        "id": "A String", # The attendee's Profile ID, if available.
+        "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+        "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+        "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+        "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+        "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+      },
+    ],
+    "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+    "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+      "A String",
+    ],
+    "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "etag": "A String", # ETag of the resource.
+    "location": "A String", # Geographic location of the event as free-form text. Optional.
+    "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+    "gadget": { # A gadget that extends this event.
+      "preferences": { # Preferences.
+      },
+      "title": "A String", # The gadget's title.
+      "height": 42, # The gadget's height in pixels. Optional.
+      "width": 42, # The gadget's width in pixels. Optional.
+      "link": "A String", # The gadget's URL.
+      "type": "A String", # The gadget's type.
+      "display": "A String", # The gadget's display mode. Optional. Possible values are:
+          # - "icon" - The gadget displays next to the event's title in the calendar view.
+          # - "chip" - The gadget displays when the event is clicked.
+      "iconLink": "A String", # The gadget's icon URL.
+    },
+    "status": "A String", # Status of the event. Optional. Possible values are:
+        # - "confirmed" - The event is confirmed. This is the default status.
+        # - "tentative" - The event is tentatively confirmed.
+        # - "cancelled" - The event is cancelled.
+    "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+    "description": "A String", # Description of the event. Optional.
+    "iCalUID": "A String", # Event ID in the iCalendar format.
+    "extendedProperties": { # Extended properties of the event.
+      "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+      },
+      "private": { # Properties that are private to the copy of the event that appears on this calendar.
+      },
+    },
+    "endTimeUnspecified": True or False,
+    "sequence": 42, # Sequence number as per iCalendar.
+    "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+        # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+        # - "public" - The event is public and event details are visible to all readers of the calendar.
+        # - "private" - The event is private and only event attendees may view event details.
+        # - "confidential" - The event is private. This value is provided for compatibility reasons.
+    "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+    "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+    "kind": "calendar#event", # Type of the resource ("calendar#event").
+    "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+    "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+    "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+    "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+    "reminders": { # Information about the event's reminders for the authenticated user.
+      "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+        {
+          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+          "method": "A String", # The method used by this reminder. Possible values are:
+              # - "email" - Reminders are sent via email.
+              # - "sms" - Reminders are sent via SMS.
+              # - "popup" - Reminders are sent via a UI popup.
+        },
+      ],
+      "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+    },
+    "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+    "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+    "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+        # - "opaque" - The event blocks time on the calendar. This is the default value.
+        # - "transparent" - The event does not block time on the calendar.
+    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+  }
+
+  sendNotifications: boolean, Whether to send notifications about the creation of the new event. Optional. The default is False.
+
+Returns:
+  An object of the form:
+
+    {
+      "creator": { # The creator of the event. Read-only.
+        "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
+        "id": "A String", # The creator's Profile ID, if available.
+      },
+      "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+        "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
+        "id": "A String", # The organizer's Profile ID, if available.
+      },
+      "summary": "A String", # Title of the event.
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
+        {
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "id": "A String", # The attendee's Profile ID, if available.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+        },
+      ],
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "endTimeUnspecified": True or False,
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="instances">instances(calendarId, eventId, pageToken=None, alwaysIncludeEmail=None, maxResults=None, showDeleted=None, timeZone=None, originalStart=None, maxAttendees=None)</code>
+  <pre>Returns instances of the specified recurring event.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  eventId: string, Recurring event identifier. (required)
+  pageToken: string, Token specifying which result page to return. Optional.
+  alwaysIncludeEmail: boolean, Whether to always include a value in the "email" field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot handle the absence of an email address value in the mentioned places. Optional. The default is False.
+  maxResults: integer, Maximum number of events returned on one result page. Optional.
+  showDeleted: boolean, Whether to include deleted events (with 'eventStatus' equals 'cancelled') in the result. Optional. The default is False.
+  timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.
+  originalStart: string, The original start time of the instance in the result. Optional.
+  maxAttendees: integer, The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Token used to access the next page of this result. Omitted if no further results are available.
+    "kind": "calendar#events", # Type of the collection ("calendar#events").
+    "defaultReminders": [ # The default reminders on the calendar for the authenticated user. These reminders apply to all events on this calendar that do not explicitly override them (i.e. do not have 'reminders.useDefault' set to 'true').
+      {
+        "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+        "method": "A String", # The method used by this reminder. Possible values are:
+            # - "email" - Reminders are sent via email.
+            # - "sms" - Reminders are sent via SMS.
+            # - "popup" - Reminders are sent via a UI popup.
+      },
+    ],
+    "description": "A String", # Description of the calendar. Read-only.
+    "items": [ # List of events on the calendar.
+      {
+          "creator": { # The creator of the event. Read-only.
+            "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+            "displayName": "A String", # The creator's name, if available.
+            "email": "A String", # The creator's email address, if available.
+            "id": "A String", # The creator's Profile ID, if available.
+          },
+          "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+            "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+            "displayName": "A String", # The organizer's name, if available.
+            "email": "A String", # The organizer's email address, if available.
+            "id": "A String", # The organizer's Profile ID, if available.
+          },
+          "summary": "A String", # Title of the event.
+          "id": "A String", # Identifier of the event.
+          "attendees": [ # The attendees of the event.
+            {
+              "comment": "A String", # The attendee's response comment. Optional.
+              "displayName": "A String", # The attendee's name, if available. Optional.
+              "responseStatus": "A String", # The attendee's response status. Possible values are:
+                  # - "needsAction" - The attendee has not responded to the invitation.
+                  # - "declined" - The attendee has declined the invitation.
+                  # - "tentative" - The attendee has tentatively accepted the invitation.
+                  # - "accepted" - The attendee has accepted the invitation.
+              "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+              "id": "A String", # The attendee's Profile ID, if available.
+              "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+              "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+              "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+              "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+              "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+            },
+          ],
+          "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+          "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+            "A String",
+          ],
+          "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "etag": "A String", # ETag of the resource.
+          "location": "A String", # Geographic location of the event as free-form text. Optional.
+          "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+          "gadget": { # A gadget that extends this event.
+            "preferences": { # Preferences.
+            },
+            "title": "A String", # The gadget's title.
+            "height": 42, # The gadget's height in pixels. Optional.
+            "width": 42, # The gadget's width in pixels. Optional.
+            "link": "A String", # The gadget's URL.
+            "type": "A String", # The gadget's type.
+            "display": "A String", # The gadget's display mode. Optional. Possible values are:
+                # - "icon" - The gadget displays next to the event's title in the calendar view.
+                # - "chip" - The gadget displays when the event is clicked.
+            "iconLink": "A String", # The gadget's icon URL.
+          },
+          "status": "A String", # Status of the event. Optional. Possible values are:
+              # - "confirmed" - The event is confirmed. This is the default status.
+              # - "tentative" - The event is tentatively confirmed.
+              # - "cancelled" - The event is cancelled.
+          "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+          "description": "A String", # Description of the event. Optional.
+          "iCalUID": "A String", # Event ID in the iCalendar format.
+          "extendedProperties": { # Extended properties of the event.
+            "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+            },
+            "private": { # Properties that are private to the copy of the event that appears on this calendar.
+            },
+          },
+          "endTimeUnspecified": True or False,
+          "sequence": 42, # Sequence number as per iCalendar.
+          "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+              # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+              # - "public" - The event is public and event details are visible to all readers of the calendar.
+              # - "private" - The event is private and only event attendees may view event details.
+              # - "confidential" - The event is private. This value is provided for compatibility reasons.
+          "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+          "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+          "kind": "calendar#event", # Type of the resource ("calendar#event").
+          "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+          "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+          "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+          "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+          "reminders": { # Information about the event's reminders for the authenticated user.
+            "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+              {
+                "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+                "method": "A String", # The method used by this reminder. Possible values are:
+                    # - "email" - Reminders are sent via email.
+                    # - "sms" - Reminders are sent via SMS.
+                    # - "popup" - Reminders are sent via a UI popup.
+              },
+            ],
+            "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+          },
+          "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+          "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+          "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+              # - "opaque" - The event blocks time on the calendar. This is the default value.
+              # - "transparent" - The event does not block time on the calendar.
+          "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+        },
+    ],
+    "updated": "A String", # Last modification time of the calendar (as a RFC 3339 timestamp). Read-only.
+    "summary": "A String", # Title of the calendar. Read-only.
+    "etag": "A String", # ETag of the collection.
+    "timeZone": "A String", # The time zone of the calendar. Read-only.
+    "accessRole": "A String", # The user's access role for this calendar. Read-only. Possible values are:
+        # - "none" - The user has no access.
+        # - "freeBusyReader" - The user has read access to free/busy information.
+        # - "reader" - The user has read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+        # - "writer" - The user has read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+        # - "owner" - The user has ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="instances_next">instances_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(calendarId, orderBy=None, showHiddenInvitations=None, timeMin=None, pageToken=None, updatedMin=None, singleEvents=None, alwaysIncludeEmail=None, showDeleted=None, maxAttendees=None, iCalUID=None, maxResults=None, timeMax=None, q=None, timeZone=None)</code>
+  <pre>Returns events on the specified calendar.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  orderBy: string, The order of the events returned in the result. Optional. The default is an unspecified, stable order.
+    Allowed values
+      startTime - Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter "singleEvents" is True)
+      updated - Order by last modification time (ascending).
+  showHiddenInvitations: boolean, Whether to include hidden invitations in the result. Optional. The default is False.
+  timeMin: string, Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to filter by end time.
+  pageToken: string, Token specifying which result page to return. Optional.
+  updatedMin: string, Lower bound for an event's last modification time (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by last modification time.
+  singleEvents: boolean, Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves. Optional. The default is False.
+  alwaysIncludeEmail: boolean, Whether to always include a value in the "email" field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot handle the absence of an email address value in the mentioned places. Optional. The default is False.
+  showDeleted: boolean, Whether to include deleted events (with 'eventStatus' equals 'cancelled') in the result. Optional. The default is False.
+  maxAttendees: integer, The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional.
+  iCalUID: string, Specifies iCalendar UID (iCalUID) of events to be included in the response. Optional.
+  maxResults: integer, Maximum number of events returned on one result page. Optional.
+  timeMax: string, Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time.
+  q: string, Free text search terms to find events that match these terms in any field, except for extended properties. Optional.
+  timeZone: string, Time zone used in the response. Optional. The default is the time zone of the calendar.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Token used to access the next page of this result. Omitted if no further results are available.
+    "kind": "calendar#events", # Type of the collection ("calendar#events").
+    "defaultReminders": [ # The default reminders on the calendar for the authenticated user. These reminders apply to all events on this calendar that do not explicitly override them (i.e. do not have 'reminders.useDefault' set to 'true').
+      {
+        "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+        "method": "A String", # The method used by this reminder. Possible values are:
+            # - "email" - Reminders are sent via email.
+            # - "sms" - Reminders are sent via SMS.
+            # - "popup" - Reminders are sent via a UI popup.
+      },
+    ],
+    "description": "A String", # Description of the calendar. Read-only.
+    "items": [ # List of events on the calendar.
+      {
+          "creator": { # The creator of the event. Read-only.
+            "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+            "displayName": "A String", # The creator's name, if available.
+            "email": "A String", # The creator's email address, if available.
+            "id": "A String", # The creator's Profile ID, if available.
+          },
+          "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+            "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+            "displayName": "A String", # The organizer's name, if available.
+            "email": "A String", # The organizer's email address, if available.
+            "id": "A String", # The organizer's Profile ID, if available.
+          },
+          "summary": "A String", # Title of the event.
+          "id": "A String", # Identifier of the event.
+          "attendees": [ # The attendees of the event.
+            {
+              "comment": "A String", # The attendee's response comment. Optional.
+              "displayName": "A String", # The attendee's name, if available. Optional.
+              "responseStatus": "A String", # The attendee's response status. Possible values are:
+                  # - "needsAction" - The attendee has not responded to the invitation.
+                  # - "declined" - The attendee has declined the invitation.
+                  # - "tentative" - The attendee has tentatively accepted the invitation.
+                  # - "accepted" - The attendee has accepted the invitation.
+              "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+              "id": "A String", # The attendee's Profile ID, if available.
+              "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+              "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+              "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+              "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+              "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+            },
+          ],
+          "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+          "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+            "A String",
+          ],
+          "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "etag": "A String", # ETag of the resource.
+          "location": "A String", # Geographic location of the event as free-form text. Optional.
+          "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+          "gadget": { # A gadget that extends this event.
+            "preferences": { # Preferences.
+            },
+            "title": "A String", # The gadget's title.
+            "height": 42, # The gadget's height in pixels. Optional.
+            "width": 42, # The gadget's width in pixels. Optional.
+            "link": "A String", # The gadget's URL.
+            "type": "A String", # The gadget's type.
+            "display": "A String", # The gadget's display mode. Optional. Possible values are:
+                # - "icon" - The gadget displays next to the event's title in the calendar view.
+                # - "chip" - The gadget displays when the event is clicked.
+            "iconLink": "A String", # The gadget's icon URL.
+          },
+          "status": "A String", # Status of the event. Optional. Possible values are:
+              # - "confirmed" - The event is confirmed. This is the default status.
+              # - "tentative" - The event is tentatively confirmed.
+              # - "cancelled" - The event is cancelled.
+          "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+          "description": "A String", # Description of the event. Optional.
+          "iCalUID": "A String", # Event ID in the iCalendar format.
+          "extendedProperties": { # Extended properties of the event.
+            "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+            },
+            "private": { # Properties that are private to the copy of the event that appears on this calendar.
+            },
+          },
+          "endTimeUnspecified": True or False,
+          "sequence": 42, # Sequence number as per iCalendar.
+          "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+              # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+              # - "public" - The event is public and event details are visible to all readers of the calendar.
+              # - "private" - The event is private and only event attendees may view event details.
+              # - "confidential" - The event is private. This value is provided for compatibility reasons.
+          "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+          "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+          "kind": "calendar#event", # Type of the resource ("calendar#event").
+          "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+          "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+          "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+          "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+          "reminders": { # Information about the event's reminders for the authenticated user.
+            "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+              {
+                "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+                "method": "A String", # The method used by this reminder. Possible values are:
+                    # - "email" - Reminders are sent via email.
+                    # - "sms" - Reminders are sent via SMS.
+                    # - "popup" - Reminders are sent via a UI popup.
+              },
+            ],
+            "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+          },
+          "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+          "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+            "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+            "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+            "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+          },
+          "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+          "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+              # - "opaque" - The event blocks time on the calendar. This is the default value.
+              # - "transparent" - The event does not block time on the calendar.
+          "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+        },
+    ],
+    "updated": "A String", # Last modification time of the calendar (as a RFC 3339 timestamp). Read-only.
+    "summary": "A String", # Title of the calendar. Read-only.
+    "etag": "A String", # ETag of the collection.
+    "timeZone": "A String", # The time zone of the calendar. Read-only.
+    "accessRole": "A String", # The user's access role for this calendar. Read-only. Possible values are:
+        # - "none" - The user has no access.
+        # - "freeBusyReader" - The user has read access to free/busy information.
+        # - "reader" - The user has read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
+        # - "writer" - The user has read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
+        # - "owner" - The user has ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="move">move(calendarId, eventId, destination, sendNotifications=None)</code>
+  <pre>Moves an event to another calendar, i.e. changes an event's organizer.
+
+Args:
+  calendarId: string, Calendar identifier of the source calendar where the event currently is on. (required)
+  eventId: string, Event identifier. (required)
+  destination: string, Calendar identifier of the target calendar where the event is to be moved to. (required)
+  sendNotifications: boolean, Whether to send notifications about the change of the event's organizer. Optional. The default is False.
+
+Returns:
+  An object of the form:
+
+    {
+      "creator": { # The creator of the event. Read-only.
+        "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
+        "id": "A String", # The creator's Profile ID, if available.
+      },
+      "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+        "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
+        "id": "A String", # The organizer's Profile ID, if available.
+      },
+      "summary": "A String", # Title of the event.
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
+        {
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "id": "A String", # The attendee's Profile ID, if available.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+        },
+      ],
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "endTimeUnspecified": True or False,
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(calendarId, eventId, body, sendNotifications=None, alwaysIncludeEmail=None)</code>
+  <pre>Updates an event. This method supports patch semantics.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  eventId: string, Event identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "creator": { # The creator of the event. Read-only.
+      "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+      "displayName": "A String", # The creator's name, if available.
+      "email": "A String", # The creator's email address, if available.
+      "id": "A String", # The creator's Profile ID, if available.
+    },
+    "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+      "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+      "displayName": "A String", # The organizer's name, if available.
+      "email": "A String", # The organizer's email address, if available.
+      "id": "A String", # The organizer's Profile ID, if available.
+    },
+    "summary": "A String", # Title of the event.
+    "id": "A String", # Identifier of the event.
+    "attendees": [ # The attendees of the event.
+      {
+        "comment": "A String", # The attendee's response comment. Optional.
+        "displayName": "A String", # The attendee's name, if available. Optional.
+        "responseStatus": "A String", # The attendee's response status. Possible values are:
+            # - "needsAction" - The attendee has not responded to the invitation.
+            # - "declined" - The attendee has declined the invitation.
+            # - "tentative" - The attendee has tentatively accepted the invitation.
+            # - "accepted" - The attendee has accepted the invitation.
+        "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+        "id": "A String", # The attendee's Profile ID, if available.
+        "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+        "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+        "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+        "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+        "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+      },
+    ],
+    "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+    "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+      "A String",
+    ],
+    "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "etag": "A String", # ETag of the resource.
+    "location": "A String", # Geographic location of the event as free-form text. Optional.
+    "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+    "gadget": { # A gadget that extends this event.
+      "preferences": { # Preferences.
+      },
+      "title": "A String", # The gadget's title.
+      "height": 42, # The gadget's height in pixels. Optional.
+      "width": 42, # The gadget's width in pixels. Optional.
+      "link": "A String", # The gadget's URL.
+      "type": "A String", # The gadget's type.
+      "display": "A String", # The gadget's display mode. Optional. Possible values are:
+          # - "icon" - The gadget displays next to the event's title in the calendar view.
+          # - "chip" - The gadget displays when the event is clicked.
+      "iconLink": "A String", # The gadget's icon URL.
+    },
+    "status": "A String", # Status of the event. Optional. Possible values are:
+        # - "confirmed" - The event is confirmed. This is the default status.
+        # - "tentative" - The event is tentatively confirmed.
+        # - "cancelled" - The event is cancelled.
+    "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+    "description": "A String", # Description of the event. Optional.
+    "iCalUID": "A String", # Event ID in the iCalendar format.
+    "extendedProperties": { # Extended properties of the event.
+      "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+      },
+      "private": { # Properties that are private to the copy of the event that appears on this calendar.
+      },
+    },
+    "endTimeUnspecified": True or False,
+    "sequence": 42, # Sequence number as per iCalendar.
+    "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+        # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+        # - "public" - The event is public and event details are visible to all readers of the calendar.
+        # - "private" - The event is private and only event attendees may view event details.
+        # - "confidential" - The event is private. This value is provided for compatibility reasons.
+    "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+    "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+    "kind": "calendar#event", # Type of the resource ("calendar#event").
+    "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+    "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+    "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+    "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+    "reminders": { # Information about the event's reminders for the authenticated user.
+      "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+        {
+          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+          "method": "A String", # The method used by this reminder. Possible values are:
+              # - "email" - Reminders are sent via email.
+              # - "sms" - Reminders are sent via SMS.
+              # - "popup" - Reminders are sent via a UI popup.
+        },
+      ],
+      "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+    },
+    "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+    "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+    "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+        # - "opaque" - The event blocks time on the calendar. This is the default value.
+        # - "transparent" - The event does not block time on the calendar.
+    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+  }
+
+  sendNotifications: boolean, Whether to send notifications about the event update (e.g. attendee's responses, title changes, etc.). Optional. The default is False.
+  alwaysIncludeEmail: boolean, Whether to always include a value in the "email" field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot handle the absence of an email address value in the mentioned places. Optional. The default is False.
+
+Returns:
+  An object of the form:
+
+    {
+      "creator": { # The creator of the event. Read-only.
+        "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
+        "id": "A String", # The creator's Profile ID, if available.
+      },
+      "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+        "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
+        "id": "A String", # The organizer's Profile ID, if available.
+      },
+      "summary": "A String", # Title of the event.
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
+        {
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "id": "A String", # The attendee's Profile ID, if available.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+        },
+      ],
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "endTimeUnspecified": True or False,
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="quickAdd">quickAdd(calendarId, text, sendNotifications=None)</code>
+  <pre>Creates an event based on a simple text string.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  text: string, The text describing the event to be created. (required)
+  sendNotifications: boolean, Whether to send notifications about the creation of the event. Optional. The default is False.
+
+Returns:
+  An object of the form:
+
+    {
+      "creator": { # The creator of the event. Read-only.
+        "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
+        "id": "A String", # The creator's Profile ID, if available.
+      },
+      "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+        "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
+        "id": "A String", # The organizer's Profile ID, if available.
+      },
+      "summary": "A String", # Title of the event.
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
+        {
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "id": "A String", # The attendee's Profile ID, if available.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+        },
+      ],
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "endTimeUnspecified": True or False,
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(calendarId, eventId, body, sendNotifications=None, alwaysIncludeEmail=None)</code>
+  <pre>Updates an event.
+
+Args:
+  calendarId: string, Calendar identifier. (required)
+  eventId: string, Event identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "creator": { # The creator of the event. Read-only.
+      "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+      "displayName": "A String", # The creator's name, if available.
+      "email": "A String", # The creator's email address, if available.
+      "id": "A String", # The creator's Profile ID, if available.
+    },
+    "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+      "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+      "displayName": "A String", # The organizer's name, if available.
+      "email": "A String", # The organizer's email address, if available.
+      "id": "A String", # The organizer's Profile ID, if available.
+    },
+    "summary": "A String", # Title of the event.
+    "id": "A String", # Identifier of the event.
+    "attendees": [ # The attendees of the event.
+      {
+        "comment": "A String", # The attendee's response comment. Optional.
+        "displayName": "A String", # The attendee's name, if available. Optional.
+        "responseStatus": "A String", # The attendee's response status. Possible values are:
+            # - "needsAction" - The attendee has not responded to the invitation.
+            # - "declined" - The attendee has declined the invitation.
+            # - "tentative" - The attendee has tentatively accepted the invitation.
+            # - "accepted" - The attendee has accepted the invitation.
+        "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+        "id": "A String", # The attendee's Profile ID, if available.
+        "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+        "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+        "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+        "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+        "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+      },
+    ],
+    "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+    "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+      "A String",
+    ],
+    "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "etag": "A String", # ETag of the resource.
+    "location": "A String", # Geographic location of the event as free-form text. Optional.
+    "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+    "gadget": { # A gadget that extends this event.
+      "preferences": { # Preferences.
+      },
+      "title": "A String", # The gadget's title.
+      "height": 42, # The gadget's height in pixels. Optional.
+      "width": 42, # The gadget's width in pixels. Optional.
+      "link": "A String", # The gadget's URL.
+      "type": "A String", # The gadget's type.
+      "display": "A String", # The gadget's display mode. Optional. Possible values are:
+          # - "icon" - The gadget displays next to the event's title in the calendar view.
+          # - "chip" - The gadget displays when the event is clicked.
+      "iconLink": "A String", # The gadget's icon URL.
+    },
+    "status": "A String", # Status of the event. Optional. Possible values are:
+        # - "confirmed" - The event is confirmed. This is the default status.
+        # - "tentative" - The event is tentatively confirmed.
+        # - "cancelled" - The event is cancelled.
+    "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+    "description": "A String", # Description of the event. Optional.
+    "iCalUID": "A String", # Event ID in the iCalendar format.
+    "extendedProperties": { # Extended properties of the event.
+      "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+      },
+      "private": { # Properties that are private to the copy of the event that appears on this calendar.
+      },
+    },
+    "endTimeUnspecified": True or False,
+    "sequence": 42, # Sequence number as per iCalendar.
+    "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+        # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+        # - "public" - The event is public and event details are visible to all readers of the calendar.
+        # - "private" - The event is private and only event attendees may view event details.
+        # - "confidential" - The event is private. This value is provided for compatibility reasons.
+    "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+    "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+    "kind": "calendar#event", # Type of the resource ("calendar#event").
+    "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+    "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+    "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+    "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+    "reminders": { # Information about the event's reminders for the authenticated user.
+      "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+        {
+          "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+          "method": "A String", # The method used by this reminder. Possible values are:
+              # - "email" - Reminders are sent via email.
+              # - "sms" - Reminders are sent via SMS.
+              # - "popup" - Reminders are sent via a UI popup.
+        },
+      ],
+      "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+    },
+    "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+    "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+      "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+      "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+      "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+    },
+    "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+    "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+        # - "opaque" - The event blocks time on the calendar. This is the default value.
+        # - "transparent" - The event does not block time on the calendar.
+    "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+  }
+
+  sendNotifications: boolean, Whether to send notifications about the event update (e.g. attendee's responses, title changes, etc.). Optional. The default is False.
+  alwaysIncludeEmail: boolean, Whether to always include a value in the "email" field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot handle the absence of an email address value in the mentioned places. Optional. The default is False.
+
+Returns:
+  An object of the form:
+
+    {
+      "creator": { # The creator of the event. Read-only.
+        "self": True or False, # Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The creator's name, if available.
+        "email": "A String", # The creator's email address, if available.
+        "id": "A String", # The creator's Profile ID, if available.
+      },
+      "organizer": { # The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in 'attendees' with the 'organizer' field set to True. To change the organizer, use the "move" operation. Read-only, except when importing an event.
+        "self": True or False, # Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.
+        "displayName": "A String", # The organizer's name, if available.
+        "email": "A String", # The organizer's email address, if available.
+        "id": "A String", # The organizer's Profile ID, if available.
+      },
+      "summary": "A String", # Title of the event.
+      "id": "A String", # Identifier of the event.
+      "attendees": [ # The attendees of the event.
+        {
+          "comment": "A String", # The attendee's response comment. Optional.
+          "displayName": "A String", # The attendee's name, if available. Optional.
+          "responseStatus": "A String", # The attendee's response status. Possible values are:
+              # - "needsAction" - The attendee has not responded to the invitation.
+              # - "declined" - The attendee has declined the invitation.
+              # - "tentative" - The attendee has tentatively accepted the invitation.
+              # - "accepted" - The attendee has accepted the invitation.
+          "self": True or False, # Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
+          "id": "A String", # The attendee's Profile ID, if available.
+          "additionalGuests": 42, # Number of additional guests. Optional. The default is 0.
+          "resource": True or False, # Whether the attendee is a resource. Read-only. The default is False.
+          "organizer": True or False, # Whether the attendee is the organizer of the event. Read-only. The default is False.
+          "optional": True or False, # Whether this is an optional attendee. Optional. The default is False.
+          "email": "A String", # The attendee's email address, if available. This field must be present when adding an attendee.
+        },
+      ],
+      "htmlLink": "A String", # An absolute link to this event in the Google Calendar Web UI. Read-only.
+      "recurrence": [ # List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event. This field is omitted for single events or instances of recurring events.
+        "A String",
+      ],
+      "start": { # The (inclusive) start time of the event. For a recurring event, this is the start time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "etag": "A String", # ETag of the resource.
+      "location": "A String", # Geographic location of the event as free-form text. Optional.
+      "recurringEventId": "A String", # For an instance of a recurring event, this is the event ID of the recurring event itself. Immutable.
+      "gadget": { # A gadget that extends this event.
+        "preferences": { # Preferences.
+        },
+        "title": "A String", # The gadget's title.
+        "height": 42, # The gadget's height in pixels. Optional.
+        "width": 42, # The gadget's width in pixels. Optional.
+        "link": "A String", # The gadget's URL.
+        "type": "A String", # The gadget's type.
+        "display": "A String", # The gadget's display mode. Optional. Possible values are:
+            # - "icon" - The gadget displays next to the event's title in the calendar view.
+            # - "chip" - The gadget displays when the event is clicked.
+        "iconLink": "A String", # The gadget's icon URL.
+      },
+      "status": "A String", # Status of the event. Optional. Possible values are:
+          # - "confirmed" - The event is confirmed. This is the default status.
+          # - "tentative" - The event is tentatively confirmed.
+          # - "cancelled" - The event is cancelled.
+      "updated": "A String", # Last modification time of the event (as a RFC 3339 timestamp). Read-only.
+      "description": "A String", # Description of the event. Optional.
+      "iCalUID": "A String", # Event ID in the iCalendar format.
+      "extendedProperties": { # Extended properties of the event.
+        "shared": { # Properties that are shared between copies of the event on other attendees' calendars.
+        },
+        "private": { # Properties that are private to the copy of the event that appears on this calendar.
+        },
+      },
+      "endTimeUnspecified": True or False,
+      "sequence": 42, # Sequence number as per iCalendar.
+      "visibility": "A String", # Visibility of the event. Optional. Possible values are:
+          # - "default" - Uses the default visibility for events on the calendar. This is the default value.
+          # - "public" - The event is public and event details are visible to all readers of the calendar.
+          # - "private" - The event is private and only event attendees may view event details.
+          # - "confidential" - The event is private. This value is provided for compatibility reasons.
+      "guestsCanModify": True or False, # Whether attendees other than the organizer can modify the event. Optional. The default is False.
+      "end": { # The (exclusive) end time of the event. For a recurring event, this is the end time of the first instance.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "attendeesOmitted": True or False, # Whether attendees have been omitted from the event's representation. When retrieving an event, this is due to a restriction specified by the 'maxAttendee' query parameter. When updating an event, this can be used to only update the participant's response. Optional. The default is False.
+      "kind": "calendar#event", # Type of the resource ("calendar#event").
+      "locked": True or False, # Whether this is a locked event copy where no changes can be made to the main event fields "summary", "description", "location", "start", "end" or "recurrence". The default is False. Read-Only.
+      "created": "A String", # Creation time of the event (as a RFC 3339 timestamp). Read-only.
+      "colorId": "A String", # The color of the event. This is an ID referring to an entry in the "event" section of the colors definition (see the "colors" endpoint). Optional.
+      "anyoneCanAddSelf": True or False, # Whether anyone can invite themselves to the event. Optional. The default is False.
+      "reminders": { # Information about the event's reminders for the authenticated user.
+        "overrides": [ # If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event.
+          {
+            "minutes": 42, # Number of minutes before the start of the event when the reminder should trigger.
+            "method": "A String", # The method used by this reminder. Possible values are:
+                # - "email" - Reminders are sent via email.
+                # - "sms" - Reminders are sent via SMS.
+                # - "popup" - Reminders are sent via a UI popup.
+          },
+        ],
+        "useDefault": True or False, # Whether the default reminders of the calendar apply to the event.
+      },
+      "guestsCanSeeOtherGuests": True or False, # Whether attendees other than the organizer can see who the event's attendees are. Optional. The default is False.
+      "originalStartTime": { # For an instance of a recurring event, this is the time at which this event would start according to the recurrence data in the recurring event identified by recurringEventId. Immutable.
+        "date": "A String", # The date, in the format "yyyy-mm-dd", if this is an all-day event.
+        "timeZone": "A String", # The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
+        "dateTime": "A String", # The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in 'timeZone'.
+      },
+      "guestsCanInviteOthers": True or False, # Whether attendees other than the organizer can invite others to the event. Optional. The default is False.
+      "transparency": "A String", # Whether the event blocks time on the calendar. Optional. Possible values are:
+          # - "opaque" - The event blocks time on the calendar. This is the default value.
+          # - "transparent" - The event does not block time on the calendar.
+      "privateCopy": True or False, # Whether this is a private event copy where changes are not shared with other copies on other calendars. Optional. Immutable.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar_v3.freebusy.html b/docs/dyn/calendar_v3.freebusy.html
new file mode 100644
index 0000000..3622744
--- /dev/null
+++ b/docs/dyn/calendar_v3.freebusy.html
@@ -0,0 +1,117 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="calendar_v3.html">Calendar API</a> . <a href="calendar_v3.freebusy.html">freebusy</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#query">query(body)</a></code></p>
+<p class="firstline">Returns free/busy information for a set of calendars.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="query">query(body)</code>
+  <pre>Returns free/busy information for a set of calendars.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "calendarExpansionMax": 42, # Maximal number of calendars for which FreeBusy information is to be provided. Optional.
+    "groupExpansionMax": 42, # Maximal number of calendar identifiers to be provided for a single group. Optional. An error will be returned for a group with more members than this value.
+    "timeMax": "A String", # The end of the interval for the query.
+    "items": [ # List of calendars and/or groups to query.
+      {
+        "id": "A String", # The identifier of a calendar or a group.
+      },
+    ],
+    "timeMin": "A String", # The start of the interval for the query.
+    "timeZone": "A String", # Time zone used in the response. Optional. The default is UTC.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "timeMax": "A String", # The end of the interval.
+    "kind": "calendar#freeBusy", # Type of the resource ("calendar#freeBusy").
+    "calendars": { # List of free/busy information for calendars.
+    },
+    "timeMin": "A String", # The start of the interval.
+    "groups": { # Expansion of groups.
+    },
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar_v3.html b/docs/dyn/calendar_v3.html
new file mode 100644
index 0000000..f2f2b8d
--- /dev/null
+++ b/docs/dyn/calendar_v3.html
@@ -0,0 +1,112 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="calendar_v3.html">Calendar API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="calendar_v3.acl.html">acl()</a></code>
+</p>
+<p class="firstline">Returns the acl Resource.</p>
+
+<p class="toc_element">
+  <code><a href="calendar_v3.calendarList.html">calendarList()</a></code>
+</p>
+<p class="firstline">Returns the calendarList Resource.</p>
+
+<p class="toc_element">
+  <code><a href="calendar_v3.calendars.html">calendars()</a></code>
+</p>
+<p class="firstline">Returns the calendars Resource.</p>
+
+<p class="toc_element">
+  <code><a href="calendar_v3.colors.html">colors()</a></code>
+</p>
+<p class="firstline">Returns the colors Resource.</p>
+
+<p class="toc_element">
+  <code><a href="calendar_v3.events.html">events()</a></code>
+</p>
+<p class="firstline">Returns the events Resource.</p>
+
+<p class="toc_element">
+  <code><a href="calendar_v3.freebusy.html">freebusy()</a></code>
+</p>
+<p class="firstline">Returns the freebusy Resource.</p>
+
+<p class="toc_element">
+  <code><a href="calendar_v3.settings.html">settings()</a></code>
+</p>
+<p class="firstline">Returns the settings Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/calendar_v3.settings.html b/docs/dyn/calendar_v3.settings.html
new file mode 100644
index 0000000..d55b1dd
--- /dev/null
+++ b/docs/dyn/calendar_v3.settings.html
@@ -0,0 +1,125 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="calendar_v3.html">Calendar API</a> . <a href="calendar_v3.settings.html">settings</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(setting)</a></code></p>
+<p class="firstline">Returns a single user setting.</p>
+<p class="toc_element">
+  <code><a href="#list">list()</a></code></p>
+<p class="firstline">Returns all user settings for the authenticated user.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(setting)</code>
+  <pre>Returns a single user setting.
+
+Args:
+  setting: string, Name of the user setting. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "calendar#setting", # Type of the resource ("calendar#setting").
+    "etag": "A String", # ETag of the resource.
+    "id": "A String", # Name of the user setting.
+    "value": "A String", # Value of the user setting. The format of the value depends on the ID of the setting.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list()</code>
+  <pre>Returns all user settings for the authenticated user.
+
+Args:
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # List of user settings.
+      {
+        "kind": "calendar#setting", # Type of the resource ("calendar#setting").
+        "etag": "A String", # ETag of the resource.
+        "id": "A String", # Name of the user setting.
+        "value": "A String", # Value of the user setting. The format of the value depends on the ID of the setting.
+      },
+    ],
+    "kind": "calendar#settings", # Type of the collection ("calendar#settings").
+    "etag": "A String", # Etag of the collection.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/chromewebstore.v1.html b/docs/dyn/chromewebstore.v1.html
deleted file mode 100644
index 2045b5c..0000000
--- a/docs/dyn/chromewebstore.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-licenses"><strong><a href="chromewebstore.v1.licenses.html">licenses</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/chromewebstore.v1.licenses.html b/docs/dyn/chromewebstore.v1.licenses.html
deleted file mode 100644
index af92a3c..0000000
--- a/docs/dyn/chromewebstore.v1.licenses.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A&nbsp;description&nbsp;of&nbsp;how&nbsp;to&nbsp;use&nbsp;this&nbsp;function<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;A&nbsp;parameter&nbsp;(required)<br>
-&nbsp;&nbsp;appId:&nbsp;string,&nbsp;A&nbsp;parameter&nbsp;(required)</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.disks.html b/docs/dyn/compute_v1beta12.disks.html
new file mode 100644
index 0000000..b4a324d
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.disks.html
@@ -0,0 +1,272 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a> . <a href="compute_v1beta12.disks.html">disks</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(project, disk)</a></code></p>
+<p class="firstline">Deletes the specified persistent disk resource.</p>
+<p class="toc_element">
+  <code><a href="#get">get(project, disk)</a></code></p>
+<p class="firstline">Returns the specified persistent disk resource.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(project, body)</a></code></p>
+<p class="firstline">Creates a persistent disk resource in the specified project using the data included in the request.</p>
+<p class="toc_element">
+  <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
+<p class="firstline">Retrieves the list of persistent disk resources contained within the specified project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(project, disk)</code>
+  <pre>Deletes the specified persistent disk resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  disk: string, Name of the persistent disk resource to delete. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(project, disk)</code>
+  <pre>Returns the specified persistent disk resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  disk: string, Name of the persistent disk resource to return. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "status": "A String", # The status of disk creation.
+      "sourceSnapshot": "A String", # The source snapshot used to create this disk. Once the source snapshot has been deleted from the system, this field will be cleared, and will not be set even if a snapshot with the same name has been re-created.
+      "kind": "compute#disk", # Type of the resource.
+      "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+      "sizeGb": "A String", # Size of the persistent disk, specified in GB.
+      "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+      "sourceSnapshotId": "A String", # The 'id' value of the snapshot used to create this disk. This value may be used to determine whether the disk was created from the current or a previous instance of a given disk snapshot.
+      "zone": "A String", # URL for the zone where the persistent disk resides; provided by the client when the disk is created. A persistent disk must reside in the same zone as the instance to which it is attached.
+      "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+      "options": "A String", # Internal use only.
+      "selfLink": "A String", # Server defined URL for the resource (output only).
+      "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(project, body)</code>
+  <pre>Creates a persistent disk resource in the specified project using the data included in the request.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "status": "A String", # The status of disk creation.
+    "sourceSnapshot": "A String", # The source snapshot used to create this disk. Once the source snapshot has been deleted from the system, this field will be cleared, and will not be set even if a snapshot with the same name has been re-created.
+    "kind": "compute#disk", # Type of the resource.
+    "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+    "sizeGb": "A String", # Size of the persistent disk, specified in GB.
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "sourceSnapshotId": "A String", # The 'id' value of the snapshot used to create this disk. This value may be used to determine whether the disk was created from the current or a previous instance of a given disk snapshot.
+    "zone": "A String", # URL for the zone where the persistent disk resides; provided by the client when the disk is created. A persistent disk must reside in the same zone as the instance to which it is attached.
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "options": "A String", # Internal use only.
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(project, maxResults=None, pageToken=None, filter=None)</code>
+  <pre>Retrieves the list of persistent disk resources contained within the specified project.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  maxResults: integer, Optional. Maximum count of results to be returned. Maximum and default value is 100.
+  pageToken: string, Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
+  filter: string, Optional. Filter expression for filtering listed resources.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token used to continue a truncated list request.
+    "items": [ # The persistent disk resources.
+      {
+          "status": "A String", # The status of disk creation.
+          "sourceSnapshot": "A String", # The source snapshot used to create this disk. Once the source snapshot has been deleted from the system, this field will be cleared, and will not be set even if a snapshot with the same name has been re-created.
+          "kind": "compute#disk", # Type of the resource.
+          "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+          "sizeGb": "A String", # Size of the persistent disk, specified in GB.
+          "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+          "sourceSnapshotId": "A String", # The 'id' value of the snapshot used to create this disk. This value may be used to determine whether the disk was created from the current or a previous instance of a given disk snapshot.
+          "zone": "A String", # URL for the zone where the persistent disk resides; provided by the client when the disk is created. A persistent disk must reside in the same zone as the instance to which it is attached.
+          "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+          "options": "A String", # Internal use only.
+          "selfLink": "A String", # Server defined URL for the resource (output only).
+          "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+        },
+    ],
+    "kind": "compute#diskList", # Type of resource.
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for this resource (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.firewalls.html b/docs/dyn/compute_v1beta12.firewalls.html
new file mode 100644
index 0000000..2cdfdb8
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.firewalls.html
@@ -0,0 +1,463 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a> . <a href="compute_v1beta12.firewalls.html">firewalls</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(project, firewall)</a></code></p>
+<p class="firstline">Deletes the specified firewall resource.</p>
+<p class="toc_element">
+  <code><a href="#get">get(project, firewall)</a></code></p>
+<p class="firstline">Returns the specified firewall resource.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(project, body)</a></code></p>
+<p class="firstline">Creates a firewall resource in the specified project using the data included in the request.</p>
+<p class="toc_element">
+  <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
+<p class="firstline">Retrieves the list of firewall resources available to the specified project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(project, firewall, body)</a></code></p>
+<p class="firstline">Updates the specified firewall resource with the data included in the request. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(project, firewall, body)</a></code></p>
+<p class="firstline">Updates the specified firewall resource with the data included in the request.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(project, firewall)</code>
+  <pre>Deletes the specified firewall resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  firewall: string, Name of the firewall resource to delete. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(project, firewall)</code>
+  <pre>Returns the specified firewall resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  firewall: string, Name of the firewall resource to return. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "compute#firewall", # Type of the resource.
+      "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+      "sourceTags": [ # A list of instance tags which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
+        "A String",
+      ],
+      "sourceRanges": [ # A list of IP address blocks expressed in CIDR format which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
+        "A String",
+      ],
+      "network": "A String", # URL of the network to which this firewall is applied; provided by the client when the firewall is created.
+      "targetTags": [ # A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
+        "A String",
+      ],
+      "allowed": [ # The list of rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
+        {
+          "IPProtocol": "A String", # Required; this is the IP protocol that is allowed for this rule. This can either be a well known protocol string (tcp, udp or icmp) or the IP protocol number.
+          "ports": [ # An optional list of ports which are allowed. It is an error to specify this for any protocol that isn't UDP or TCP. Each entry must be either an integer or a range. If not specified, connections through any port are allowed.
+              # Example inputs include: ["22"], ["80,"443"] and ["12345-12349"].
+            "A String",
+          ],
+        },
+      ],
+      "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+      "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+      "selfLink": "A String", # Server defined URL for the resource (output only).
+      "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(project, body)</code>
+  <pre>Creates a firewall resource in the specified project using the data included in the request.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "compute#firewall", # Type of the resource.
+    "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+    "sourceTags": [ # A list of instance tags which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
+      "A String",
+    ],
+    "sourceRanges": [ # A list of IP address blocks expressed in CIDR format which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
+      "A String",
+    ],
+    "network": "A String", # URL of the network to which this firewall is applied; provided by the client when the firewall is created.
+    "targetTags": [ # A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
+      "A String",
+    ],
+    "allowed": [ # The list of rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
+      {
+        "IPProtocol": "A String", # Required; this is the IP protocol that is allowed for this rule. This can either be a well known protocol string (tcp, udp or icmp) or the IP protocol number.
+        "ports": [ # An optional list of ports which are allowed. It is an error to specify this for any protocol that isn't UDP or TCP. Each entry must be either an integer or a range. If not specified, connections through any port are allowed.
+            # Example inputs include: ["22"], ["80,"443"] and ["12345-12349"].
+          "A String",
+        ],
+      },
+    ],
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(project, maxResults=None, pageToken=None, filter=None)</code>
+  <pre>Retrieves the list of firewall resources available to the specified project.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  maxResults: integer, Optional. Maximum count of results to be returned. Maximum and default value is 100.
+  pageToken: string, Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
+  filter: string, Optional. Filter expression for filtering listed resources.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token used to continue a truncated list request.
+    "items": [ # The firewall resources.
+      {
+          "kind": "compute#firewall", # Type of the resource.
+          "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+          "sourceTags": [ # A list of instance tags which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
+            "A String",
+          ],
+          "sourceRanges": [ # A list of IP address blocks expressed in CIDR format which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
+            "A String",
+          ],
+          "network": "A String", # URL of the network to which this firewall is applied; provided by the client when the firewall is created.
+          "targetTags": [ # A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
+            "A String",
+          ],
+          "allowed": [ # The list of rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
+            {
+              "IPProtocol": "A String", # Required; this is the IP protocol that is allowed for this rule. This can either be a well known protocol string (tcp, udp or icmp) or the IP protocol number.
+              "ports": [ # An optional list of ports which are allowed. It is an error to specify this for any protocol that isn't UDP or TCP. Each entry must be either an integer or a range. If not specified, connections through any port are allowed.
+                  # Example inputs include: ["22"], ["80,"443"] and ["12345-12349"].
+                "A String",
+              ],
+            },
+          ],
+          "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+          "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+          "selfLink": "A String", # Server defined URL for the resource (output only).
+          "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+        },
+    ],
+    "kind": "compute#firewallList", # Type of resource.
+    "id": "A String", # Unique identifier for the resource; defined by the server.
+    "selfLink": "A String", # Server defined URL for this resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(project, firewall, body)</code>
+  <pre>Updates the specified firewall resource with the data included in the request. This method supports patch semantics.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  firewall: string, Name of the firewall resource to update. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "compute#firewall", # Type of the resource.
+    "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+    "sourceTags": [ # A list of instance tags which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
+      "A String",
+    ],
+    "sourceRanges": [ # A list of IP address blocks expressed in CIDR format which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
+      "A String",
+    ],
+    "network": "A String", # URL of the network to which this firewall is applied; provided by the client when the firewall is created.
+    "targetTags": [ # A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
+      "A String",
+    ],
+    "allowed": [ # The list of rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
+      {
+        "IPProtocol": "A String", # Required; this is the IP protocol that is allowed for this rule. This can either be a well known protocol string (tcp, udp or icmp) or the IP protocol number.
+        "ports": [ # An optional list of ports which are allowed. It is an error to specify this for any protocol that isn't UDP or TCP. Each entry must be either an integer or a range. If not specified, connections through any port are allowed.
+            # Example inputs include: ["22"], ["80,"443"] and ["12345-12349"].
+          "A String",
+        ],
+      },
+    ],
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(project, firewall, body)</code>
+  <pre>Updates the specified firewall resource with the data included in the request.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  firewall: string, Name of the firewall resource to update. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "compute#firewall", # Type of the resource.
+    "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+    "sourceTags": [ # A list of instance tags which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
+      "A String",
+    ],
+    "sourceRanges": [ # A list of IP address blocks expressed in CIDR format which this rule applies to. One or both of sourceRanges and sourceTags may be set; an inbound connection is allowed if either the range or the tag of the source matches.
+      "A String",
+    ],
+    "network": "A String", # URL of the network to which this firewall is applied; provided by the client when the firewall is created.
+    "targetTags": [ # A list of instance tags indicating sets of instances located on network which may make network connections as specified in allowed. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
+      "A String",
+    ],
+    "allowed": [ # The list of rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
+      {
+        "IPProtocol": "A String", # Required; this is the IP protocol that is allowed for this rule. This can either be a well known protocol string (tcp, udp or icmp) or the IP protocol number.
+        "ports": [ # An optional list of ports which are allowed. It is an error to specify this for any protocol that isn't UDP or TCP. Each entry must be either an integer or a range. If not specified, connections through any port are allowed.
+            # Example inputs include: ["22"], ["80,"443"] and ["12345-12349"].
+          "A String",
+        ],
+      },
+    ],
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.html b/docs/dyn/compute_v1beta12.html
new file mode 100644
index 0000000..7e6583c
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.html
@@ -0,0 +1,132 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="compute_v1beta12.disks.html">disks()</a></code>
+</p>
+<p class="firstline">Returns the disks Resource.</p>
+
+<p class="toc_element">
+  <code><a href="compute_v1beta12.firewalls.html">firewalls()</a></code>
+</p>
+<p class="firstline">Returns the firewalls Resource.</p>
+
+<p class="toc_element">
+  <code><a href="compute_v1beta12.images.html">images()</a></code>
+</p>
+<p class="firstline">Returns the images Resource.</p>
+
+<p class="toc_element">
+  <code><a href="compute_v1beta12.instances.html">instances()</a></code>
+</p>
+<p class="firstline">Returns the instances Resource.</p>
+
+<p class="toc_element">
+  <code><a href="compute_v1beta12.kernels.html">kernels()</a></code>
+</p>
+<p class="firstline">Returns the kernels Resource.</p>
+
+<p class="toc_element">
+  <code><a href="compute_v1beta12.machineTypes.html">machineTypes()</a></code>
+</p>
+<p class="firstline">Returns the machineTypes Resource.</p>
+
+<p class="toc_element">
+  <code><a href="compute_v1beta12.networks.html">networks()</a></code>
+</p>
+<p class="firstline">Returns the networks Resource.</p>
+
+<p class="toc_element">
+  <code><a href="compute_v1beta12.operations.html">operations()</a></code>
+</p>
+<p class="firstline">Returns the operations Resource.</p>
+
+<p class="toc_element">
+  <code><a href="compute_v1beta12.projects.html">projects()</a></code>
+</p>
+<p class="firstline">Returns the projects Resource.</p>
+
+<p class="toc_element">
+  <code><a href="compute_v1beta12.snapshots.html">snapshots()</a></code>
+</p>
+<p class="firstline">Returns the snapshots Resource.</p>
+
+<p class="toc_element">
+  <code><a href="compute_v1beta12.zones.html">zones()</a></code>
+</p>
+<p class="firstline">Returns the zones Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.images.html b/docs/dyn/compute_v1beta12.images.html
new file mode 100644
index 0000000..975e53d
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.images.html
@@ -0,0 +1,284 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a> . <a href="compute_v1beta12.images.html">images</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(project, image)</a></code></p>
+<p class="firstline">Deletes the specified image resource.</p>
+<p class="toc_element">
+  <code><a href="#get">get(project, image)</a></code></p>
+<p class="firstline">Returns the specified image resource.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(project, body)</a></code></p>
+<p class="firstline">Creates an image resource in the specified project using the data included in the request.</p>
+<p class="toc_element">
+  <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
+<p class="firstline">Retrieves the list of image resources available to the specified project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(project, image)</code>
+  <pre>Deletes the specified image resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  image: string, Name of the image resource to delete. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(project, image)</code>
+  <pre>Returns the specified image resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  image: string, Name of the image resource to return. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "compute#image", # Type of the resource.
+      "description": "A String", # Textual description of the resource; provided by the client when the resource is created.
+      "rawDisk": { # The raw disk image parameters.
+        "containerType": "A String", # The format used to encode and transmit the block device. Should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.
+        "source": "A String", # The full Google Cloud Storage URL where the disk image is stored; provided by the client when the disk image is created.
+        "sha1Checksum": "A String", # An optional SHA1 checksum of the disk image before unpackaging; provided by the client when the disk image is created.
+      },
+      "preferredKernel": "A String", # An optional URL of the preferred kernel for use with this disk image. If not specified, a server defined default kernel will be used.
+      "diskSnapshot": { # Not yet implemented.
+        "source": "A String", # URL of the disk snapshot.
+      },
+      "sourceType": "A String", # Must be "RAW"; provided by the client when the disk image is created.
+      "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+      "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+      "selfLink": "A String", # Server defined URL for the resource (output only).
+      "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(project, body)</code>
+  <pre>Creates an image resource in the specified project using the data included in the request.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "compute#image", # Type of the resource.
+    "description": "A String", # Textual description of the resource; provided by the client when the resource is created.
+    "rawDisk": { # The raw disk image parameters.
+      "containerType": "A String", # The format used to encode and transmit the block device. Should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.
+      "source": "A String", # The full Google Cloud Storage URL where the disk image is stored; provided by the client when the disk image is created.
+      "sha1Checksum": "A String", # An optional SHA1 checksum of the disk image before unpackaging; provided by the client when the disk image is created.
+    },
+    "preferredKernel": "A String", # An optional URL of the preferred kernel for use with this disk image. If not specified, a server defined default kernel will be used.
+    "diskSnapshot": { # Not yet implemented.
+      "source": "A String", # URL of the disk snapshot.
+    },
+    "sourceType": "A String", # Must be "RAW"; provided by the client when the disk image is created.
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(project, maxResults=None, pageToken=None, filter=None)</code>
+  <pre>Retrieves the list of image resources available to the specified project.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  maxResults: integer, Optional. Maximum count of results to be returned. Maximum and default value is 100.
+  pageToken: string, Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
+  filter: string, Optional. Filter expression for filtering listed resources.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token used to continue a truncated list request.
+    "items": [ # The disk image resources.
+      {
+          "kind": "compute#image", # Type of the resource.
+          "description": "A String", # Textual description of the resource; provided by the client when the resource is created.
+          "rawDisk": { # The raw disk image parameters.
+            "containerType": "A String", # The format used to encode and transmit the block device. Should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.
+            "source": "A String", # The full Google Cloud Storage URL where the disk image is stored; provided by the client when the disk image is created.
+            "sha1Checksum": "A String", # An optional SHA1 checksum of the disk image before unpackaging; provided by the client when the disk image is created.
+          },
+          "preferredKernel": "A String", # An optional URL of the preferred kernel for use with this disk image. If not specified, a server defined default kernel will be used.
+          "diskSnapshot": { # Not yet implemented.
+            "source": "A String", # URL of the disk snapshot.
+          },
+          "sourceType": "A String", # Must be "RAW"; provided by the client when the disk image is created.
+          "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+          "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+          "selfLink": "A String", # Server defined URL for the resource (output only).
+          "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+        },
+    ],
+    "kind": "compute#imageList", # Type of resource.
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for this resource (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.instances.html b/docs/dyn/compute_v1beta12.instances.html
new file mode 100644
index 0000000..b0c6fc2
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.instances.html
@@ -0,0 +1,516 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a> . <a href="compute_v1beta12.instances.html">instances</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#addAccessConfig">addAccessConfig(project, instance, network_interface, body)</a></code></p>
+<p class="firstline">Adds an access config to an instance's network interface.</p>
+<p class="toc_element">
+  <code><a href="#delete">delete(project, instance)</a></code></p>
+<p class="firstline">Deletes the specified instance resource.</p>
+<p class="toc_element">
+  <code><a href="#deleteAccessConfig">deleteAccessConfig(project, instance, access_config, network_interface)</a></code></p>
+<p class="firstline">Deletes an access config from an instance's network interface.</p>
+<p class="toc_element">
+  <code><a href="#get">get(project, instance)</a></code></p>
+<p class="firstline">Returns the specified instance resource.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(project, body)</a></code></p>
+<p class="firstline">Creates an instance resource in the specified project using the data included in the request.</p>
+<p class="toc_element">
+  <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
+<p class="firstline">Retrieves the list of instance resources contained within the specified project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="addAccessConfig">addAccessConfig(project, instance, network_interface, body)</code>
+  <pre>Adds an access config to an instance's network interface.
+
+Args:
+  project: string, Project name. (required)
+  instance: string, Instance name. (required)
+  network_interface: string, Network interface name. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+  "kind": "compute#accessConfig", # Type of the resource.
+  "type": "A String", # Type of configuration. Must be set to "ONE_TO_ONE_NAT". This configures port-for-port NAT to the internet.
+  "name": "A String", # Name of this access configuration.
+  "natIP": "A String", # An external IP address associated with this instance. Specify an unused static IP address available to the project. If left blank, the external IP will be drawn from a shared ephemeral pool.
+}
+
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="delete">delete(project, instance)</code>
+  <pre>Deletes the specified instance resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  instance: string, Name of the instance resource to delete. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="deleteAccessConfig">deleteAccessConfig(project, instance, access_config, network_interface)</code>
+  <pre>Deletes an access config from an instance's network interface.
+
+Args:
+  project: string, Project name. (required)
+  instance: string, Instance name. (required)
+  access_config: string, Access config name. (required)
+  network_interface: string, Network interface name. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(project, instance)</code>
+  <pre>Returns the specified instance resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  instance: string, Name of the instance resource to return. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "status": "A String", # Instance status. One of the following values: "PROVISIONING", "STAGING", "RUNNING" (output only).
+      "kind": "compute#instance", # Type of the resource.
+      "machineType": "A String", # URL of the machine type resource describing which machine type to use to host the instance; provided by the client when the instance is created.
+      "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+      "zone": "A String", # URL of the zone resource describing where this instance should be hosted; provided by the client when the instance is created.
+      "tags": [ # An optional set of tags applied to this instance. Used to identify valid sources or targets for network firewalls. Provided by the client when the instance is created. Each tag must be 1-63 characters long, and comply with RFC1035.
+        "A String",
+      ],
+      "image": "A String", # An optional URL of the disk image resource to be to be installed on this instance; provided by the client when the instance is created. If not specified, the server will choose a default image.
+      "disks": [ # Array of disks associated with this instance. Persistent disks must be created before you can assign them.
+        {
+          "deviceName": "A String", # Persistent disk only; must be unique within the instance when specified. This represents a unique device name that is reflected into the /dev/ tree of a Linux operating system running within the instance. If not specified, a default will be chosen by the system.
+          "kind": "compute#attachedDisk", # Type of the resource.
+          "index": 42, # A zero-based index to assign to this disk, where 0 is reserved for the boot disk. If not specified, the server will choose an appropriate value.
+          "source": "A String", # Persistent disk only; the URL of the persistent disk resource.
+          "mode": "A String", # The mode in which to attach this disk, either "READ_WRITE" or "READ_ONLY".
+          "deleteOnTerminate": True or False, # Persistent disk only; If true, delete the disk and all its data when the associated instance is deleted. This property defaults to false if not specified.
+          "type": "A String", # Type of the disk, either "EPHEMERAL" or "PERSISTENT". Note that persistent disks must be created before you can specify them here.
+        },
+      ],
+      "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+      "statusMessage": "A String", # An optional, human-readable explanation of the status (output only).
+      "serviceAccounts": [ # A list of service accounts each with specified scopes, for which access tokens are to be made available to the instance through metadata queries.
+        {
+          "scopes": [ # The list of scopes to be made available for this service account.
+            "A String",
+          ],
+          "kind": "compute#serviceAccount", # Type of the resource.
+          "email": "A String", # Email address of the service account.
+        },
+      ],
+      "networkInterfaces": [ # Array of configurations for this interface. This specifies how this interface is configured to interact with other network services, such as connecting to the internet. Currently, ONE_TO_ONE_NAT is the only access config supported. If there are no accessConfigs specified, then this instance will have no external internet access.
+        {
+          "network": "A String", # URL of the network resource attached to this interface.
+          "accessConfigs": [ # Array of configurations for this interface. This specifies how this interface is configured to interact with other network services, such as connecting to the internet. Currently, ONE_TO_ONE_NAT is the only access config supported. If there are no accessConfigs specified, then this instance will have no external internet access.
+            {
+              "kind": "compute#accessConfig", # Type of the resource.
+              "type": "A String", # Type of configuration. Must be set to "ONE_TO_ONE_NAT". This configures port-for-port NAT to the internet.
+              "name": "A String", # Name of this access configuration.
+              "natIP": "A String", # An external IP address associated with this instance. Specify an unused static IP address available to the project. If left blank, the external IP will be drawn from a shared ephemeral pool.
+            },
+          ],
+          "networkIP": "A String", # An optional IPV4 internal network address to assign to this instance. If not specified, one will be assigned from the available range.
+          "kind": "compute#networkInterface", # Type of the resource.
+          "name": "A String", # Name of the resource, determined by the server; for network devices, these are e.g. eth0, eth1, etc. (output only).
+        },
+      ],
+      "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+      "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+      "selfLink": "A String", # Server defined URL for the resource (output only).
+      "metadata": { # Metadata key/value pairs assigned to this instance. Consists of custom metadata or predefined keys; see Instance documentation for more information.
+        "items": [ # Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
+          {
+            "value": "A String", # Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 15000 bytes.
+            "key": "A String", # Key for the metadata entry. Keys must conform to the following regexp: [a-zA-Z0-9-_]+, and be less than 128 bytes in length. This is reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project.
+          },
+        ],
+        "kind": "compute#metadata", # Type of the resource.
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(project, body)</code>
+  <pre>Creates an instance resource in the specified project using the data included in the request.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "status": "A String", # Instance status. One of the following values: "PROVISIONING", "STAGING", "RUNNING" (output only).
+    "kind": "compute#instance", # Type of the resource.
+    "machineType": "A String", # URL of the machine type resource describing which machine type to use to host the instance; provided by the client when the instance is created.
+    "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+    "zone": "A String", # URL of the zone resource describing where this instance should be hosted; provided by the client when the instance is created.
+    "tags": [ # An optional set of tags applied to this instance. Used to identify valid sources or targets for network firewalls. Provided by the client when the instance is created. Each tag must be 1-63 characters long, and comply with RFC1035.
+      "A String",
+    ],
+    "image": "A String", # An optional URL of the disk image resource to be to be installed on this instance; provided by the client when the instance is created. If not specified, the server will choose a default image.
+    "disks": [ # Array of disks associated with this instance. Persistent disks must be created before you can assign them.
+      {
+        "deviceName": "A String", # Persistent disk only; must be unique within the instance when specified. This represents a unique device name that is reflected into the /dev/ tree of a Linux operating system running within the instance. If not specified, a default will be chosen by the system.
+        "kind": "compute#attachedDisk", # Type of the resource.
+        "index": 42, # A zero-based index to assign to this disk, where 0 is reserved for the boot disk. If not specified, the server will choose an appropriate value.
+        "source": "A String", # Persistent disk only; the URL of the persistent disk resource.
+        "mode": "A String", # The mode in which to attach this disk, either "READ_WRITE" or "READ_ONLY".
+        "deleteOnTerminate": True or False, # Persistent disk only; If true, delete the disk and all its data when the associated instance is deleted. This property defaults to false if not specified.
+        "type": "A String", # Type of the disk, either "EPHEMERAL" or "PERSISTENT". Note that persistent disks must be created before you can specify them here.
+      },
+    ],
+    "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+    "statusMessage": "A String", # An optional, human-readable explanation of the status (output only).
+    "serviceAccounts": [ # A list of service accounts each with specified scopes, for which access tokens are to be made available to the instance through metadata queries.
+      {
+        "scopes": [ # The list of scopes to be made available for this service account.
+          "A String",
+        ],
+        "kind": "compute#serviceAccount", # Type of the resource.
+        "email": "A String", # Email address of the service account.
+      },
+    ],
+    "networkInterfaces": [ # Array of configurations for this interface. This specifies how this interface is configured to interact with other network services, such as connecting to the internet. Currently, ONE_TO_ONE_NAT is the only access config supported. If there are no accessConfigs specified, then this instance will have no external internet access.
+      {
+        "network": "A String", # URL of the network resource attached to this interface.
+        "accessConfigs": [ # Array of configurations for this interface. This specifies how this interface is configured to interact with other network services, such as connecting to the internet. Currently, ONE_TO_ONE_NAT is the only access config supported. If there are no accessConfigs specified, then this instance will have no external internet access.
+          {
+            "kind": "compute#accessConfig", # Type of the resource.
+            "type": "A String", # Type of configuration. Must be set to "ONE_TO_ONE_NAT". This configures port-for-port NAT to the internet.
+            "name": "A String", # Name of this access configuration.
+            "natIP": "A String", # An external IP address associated with this instance. Specify an unused static IP address available to the project. If left blank, the external IP will be drawn from a shared ephemeral pool.
+          },
+        ],
+        "networkIP": "A String", # An optional IPV4 internal network address to assign to this instance. If not specified, one will be assigned from the available range.
+        "kind": "compute#networkInterface", # Type of the resource.
+        "name": "A String", # Name of the resource, determined by the server; for network devices, these are e.g. eth0, eth1, etc. (output only).
+      },
+    ],
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "metadata": { # Metadata key/value pairs assigned to this instance. Consists of custom metadata or predefined keys; see Instance documentation for more information.
+      "items": [ # Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
+        {
+          "value": "A String", # Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 15000 bytes.
+          "key": "A String", # Key for the metadata entry. Keys must conform to the following regexp: [a-zA-Z0-9-_]+, and be less than 128 bytes in length. This is reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project.
+        },
+      ],
+      "kind": "compute#metadata", # Type of the resource.
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(project, maxResults=None, pageToken=None, filter=None)</code>
+  <pre>Retrieves the list of instance resources contained within the specified project.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  maxResults: integer, Optional. Maximum count of results to be returned. Maximum and default value is 100.
+  pageToken: string, Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
+  filter: string, Optional. Filter expression for filtering listed resources.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token used to continue a truncated list request.
+    "items": [ # A list of instance resources.
+      {
+          "status": "A String", # Instance status. One of the following values: "PROVISIONING", "STAGING", "RUNNING" (output only).
+          "kind": "compute#instance", # Type of the resource.
+          "machineType": "A String", # URL of the machine type resource describing which machine type to use to host the instance; provided by the client when the instance is created.
+          "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+          "zone": "A String", # URL of the zone resource describing where this instance should be hosted; provided by the client when the instance is created.
+          "tags": [ # An optional set of tags applied to this instance. Used to identify valid sources or targets for network firewalls. Provided by the client when the instance is created. Each tag must be 1-63 characters long, and comply with RFC1035.
+            "A String",
+          ],
+          "image": "A String", # An optional URL of the disk image resource to be to be installed on this instance; provided by the client when the instance is created. If not specified, the server will choose a default image.
+          "disks": [ # Array of disks associated with this instance. Persistent disks must be created before you can assign them.
+            {
+              "deviceName": "A String", # Persistent disk only; must be unique within the instance when specified. This represents a unique device name that is reflected into the /dev/ tree of a Linux operating system running within the instance. If not specified, a default will be chosen by the system.
+              "kind": "compute#attachedDisk", # Type of the resource.
+              "index": 42, # A zero-based index to assign to this disk, where 0 is reserved for the boot disk. If not specified, the server will choose an appropriate value.
+              "source": "A String", # Persistent disk only; the URL of the persistent disk resource.
+              "mode": "A String", # The mode in which to attach this disk, either "READ_WRITE" or "READ_ONLY".
+              "deleteOnTerminate": True or False, # Persistent disk only; If true, delete the disk and all its data when the associated instance is deleted. This property defaults to false if not specified.
+              "type": "A String", # Type of the disk, either "EPHEMERAL" or "PERSISTENT". Note that persistent disks must be created before you can specify them here.
+            },
+          ],
+          "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+          "statusMessage": "A String", # An optional, human-readable explanation of the status (output only).
+          "serviceAccounts": [ # A list of service accounts each with specified scopes, for which access tokens are to be made available to the instance through metadata queries.
+            {
+              "scopes": [ # The list of scopes to be made available for this service account.
+                "A String",
+              ],
+              "kind": "compute#serviceAccount", # Type of the resource.
+              "email": "A String", # Email address of the service account.
+            },
+          ],
+          "networkInterfaces": [ # Array of configurations for this interface. This specifies how this interface is configured to interact with other network services, such as connecting to the internet. Currently, ONE_TO_ONE_NAT is the only access config supported. If there are no accessConfigs specified, then this instance will have no external internet access.
+            {
+              "network": "A String", # URL of the network resource attached to this interface.
+              "accessConfigs": [ # Array of configurations for this interface. This specifies how this interface is configured to interact with other network services, such as connecting to the internet. Currently, ONE_TO_ONE_NAT is the only access config supported. If there are no accessConfigs specified, then this instance will have no external internet access.
+                {
+                  "kind": "compute#accessConfig", # Type of the resource.
+                  "type": "A String", # Type of configuration. Must be set to "ONE_TO_ONE_NAT". This configures port-for-port NAT to the internet.
+                  "name": "A String", # Name of this access configuration.
+                  "natIP": "A String", # An external IP address associated with this instance. Specify an unused static IP address available to the project. If left blank, the external IP will be drawn from a shared ephemeral pool.
+                },
+              ],
+              "networkIP": "A String", # An optional IPV4 internal network address to assign to this instance. If not specified, one will be assigned from the available range.
+              "kind": "compute#networkInterface", # Type of the resource.
+              "name": "A String", # Name of the resource, determined by the server; for network devices, these are e.g. eth0, eth1, etc. (output only).
+            },
+          ],
+          "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+          "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+          "selfLink": "A String", # Server defined URL for the resource (output only).
+          "metadata": { # Metadata key/value pairs assigned to this instance. Consists of custom metadata or predefined keys; see Instance documentation for more information.
+            "items": [ # Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
+              {
+                "value": "A String", # Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 15000 bytes.
+                "key": "A String", # Key for the metadata entry. Keys must conform to the following regexp: [a-zA-Z0-9-_]+, and be less than 128 bytes in length. This is reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project.
+              },
+            ],
+            "kind": "compute#metadata", # Type of the resource.
+          },
+        },
+    ],
+    "kind": "compute#instanceList", # Type of resource.
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for this resource (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.kernels.html b/docs/dyn/compute_v1beta12.kernels.html
new file mode 100644
index 0000000..2cd2dc3
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.kernels.html
@@ -0,0 +1,153 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a> . <a href="compute_v1beta12.kernels.html">kernels</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(project, kernel)</a></code></p>
+<p class="firstline">Returns the specified kernel resource.</p>
+<p class="toc_element">
+  <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
+<p class="firstline">Retrieves the list of kernel resources available to the specified project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(project, kernel)</code>
+  <pre>Returns the specified kernel resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  kernel: string, Name of the kernel resource to return. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "compute#kernel", # Type of the resource.
+    "description": "A String", # An optional textual description of the resource.
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "name": "A String", # Name of the resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(project, maxResults=None, pageToken=None, filter=None)</code>
+  <pre>Retrieves the list of kernel resources available to the specified project.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  maxResults: integer, Optional. Maximum count of results to be returned. Maximum and default value is 100.
+  pageToken: string, Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
+  filter: string, Optional. Filter expression for filtering listed resources.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token used to continue a truncated list request.
+    "items": [ # The kernel resources.
+      {
+        "kind": "compute#kernel", # Type of the resource.
+        "description": "A String", # An optional textual description of the resource.
+        "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+        "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+        "selfLink": "A String", # Server defined URL for the resource (output only).
+        "name": "A String", # Name of the resource.
+      },
+    ],
+    "kind": "compute#kernelList", # Type of resource.
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for this resource (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.machineTypes.html b/docs/dyn/compute_v1beta12.machineTypes.html
new file mode 100644
index 0000000..26262e0
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.machineTypes.html
@@ -0,0 +1,181 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a> . <a href="compute_v1beta12.machineTypes.html">machineTypes</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(project, machineType)</a></code></p>
+<p class="firstline">Returns the specified machine type resource.</p>
+<p class="toc_element">
+  <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
+<p class="firstline">Retrieves the list of machine type resources available to the specified project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(project, machineType)</code>
+  <pre>Returns the specified machine type resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  machineType: string, Name of the machine type resource to return. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "guestCpus": 42, # Count of CPUs exposed to the instance.
+    "imageSpaceGb": 42, # Space allotted for the image, defined in GB.
+    "kind": "compute#machineType", # Type of the resource.
+    "ephemeralDisks": [ # List of extended ephemeral disks assigned to the instance.
+      {
+        "diskGb": 42, # Size of the ephemeral disk, defined in GB.
+      },
+    ],
+    "maximumPersistentDisksSizeGb": "A String", # Maximum total persistent disks size (GB) allowed.
+    "description": "A String", # An optional textual description of the resource.
+    "maximumPersistentDisks": 42, # Maximum persistent disks allowed.
+    "name": "A String", # Name of the resource.
+    "memoryMb": 42, # Physical memory assigned to the instance, defined in MB.
+    "availableZone": [ # The zones that this machine type can run in.
+      "",
+    ],
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "hostCpus": 42, # Count of physical CPUs reserved on the virtual machine host.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(project, maxResults=None, pageToken=None, filter=None)</code>
+  <pre>Retrieves the list of machine type resources available to the specified project.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  maxResults: integer, Optional. Maximum count of results to be returned. Maximum and default value is 100.
+  pageToken: string, Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
+  filter: string, Optional. Filter expression for filtering listed resources.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token used to continue a truncated list request.
+    "items": [ # The machine type resources.
+      {
+        "guestCpus": 42, # Count of CPUs exposed to the instance.
+        "imageSpaceGb": 42, # Space allotted for the image, defined in GB.
+        "kind": "compute#machineType", # Type of the resource.
+        "ephemeralDisks": [ # List of extended ephemeral disks assigned to the instance.
+          {
+            "diskGb": 42, # Size of the ephemeral disk, defined in GB.
+          },
+        ],
+        "maximumPersistentDisksSizeGb": "A String", # Maximum total persistent disks size (GB) allowed.
+        "description": "A String", # An optional textual description of the resource.
+        "maximumPersistentDisks": 42, # Maximum persistent disks allowed.
+        "name": "A String", # Name of the resource.
+        "memoryMb": 42, # Physical memory assigned to the instance, defined in MB.
+        "availableZone": [ # The zones that this machine type can run in.
+          "",
+        ],
+        "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+        "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+        "selfLink": "A String", # Server defined URL for the resource (output only).
+        "hostCpus": 42, # Count of physical CPUs reserved on the virtual machine host.
+      },
+    ],
+    "kind": "compute#machineTypeList", # Type of resource.
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for this resource (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.networks.html b/docs/dyn/compute_v1beta12.networks.html
new file mode 100644
index 0000000..39a9d6d
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.networks.html
@@ -0,0 +1,260 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a> . <a href="compute_v1beta12.networks.html">networks</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(project, network)</a></code></p>
+<p class="firstline">Deletes the specified network resource.</p>
+<p class="toc_element">
+  <code><a href="#get">get(project, network)</a></code></p>
+<p class="firstline">Returns the specified network resource.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(project, body)</a></code></p>
+<p class="firstline">Creates a network resource in the specified project using the data included in the request.</p>
+<p class="toc_element">
+  <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
+<p class="firstline">Retrieves the list of network resources available to the specified project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(project, network)</code>
+  <pre>Deletes the specified network resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  network: string, Name of the network resource to delete. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(project, network)</code>
+  <pre>Returns the specified network resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  network: string, Name of the network resource to return. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "compute#network", # Type of the resource.
+      "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+      "IPv4Range": "A String", # Required; The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16. Provided by the client when the network is created.
+      "gatewayIPv4": "A String", # An optional address that is used for default routing to other networks. This must be within the range specified by IPv4Range, and is typically the first usable address in that range. If not specified, the default value is the first usable address in IPv4Range.
+      "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+      "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+      "selfLink": "A String", # Server defined URL for the resource (output only).
+      "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(project, body)</code>
+  <pre>Creates a network resource in the specified project using the data included in the request.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "compute#network", # Type of the resource.
+    "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+    "IPv4Range": "A String", # Required; The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16. Provided by the client when the network is created.
+    "gatewayIPv4": "A String", # An optional address that is used for default routing to other networks. This must be within the range specified by IPv4Range, and is typically the first usable address in that range. If not specified, the default value is the first usable address in IPv4Range.
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(project, maxResults=None, pageToken=None, filter=None)</code>
+  <pre>Retrieves the list of network resources available to the specified project.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  maxResults: integer, Optional. Maximum count of results to be returned. Maximum and default value is 100.
+  pageToken: string, Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
+  filter: string, Optional. Filter expression for filtering listed resources.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token used to continue a truncated list request.
+    "items": [ # The network resources.
+      {
+          "kind": "compute#network", # Type of the resource.
+          "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+          "IPv4Range": "A String", # Required; The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16. Provided by the client when the network is created.
+          "gatewayIPv4": "A String", # An optional address that is used for default routing to other networks. This must be within the range specified by IPv4Range, and is typically the first usable address in that range. If not specified, the default value is the first usable address in IPv4Range.
+          "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+          "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+          "selfLink": "A String", # Server defined URL for the resource (output only).
+          "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+        },
+    ],
+    "kind": "compute#networkList", # Type of resource.
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for this resource (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.operations.html b/docs/dyn/compute_v1beta12.operations.html
new file mode 100644
index 0000000..f7a27d9
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.operations.html
@@ -0,0 +1,208 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a> . <a href="compute_v1beta12.operations.html">operations</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(project, operation)</a></code></p>
+<p class="firstline">Deletes the specified operation resource.</p>
+<p class="toc_element">
+  <code><a href="#get">get(project, operation)</a></code></p>
+<p class="firstline">Retrieves the specified operation resource.</p>
+<p class="toc_element">
+  <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
+<p class="firstline">Retrieves the list of operation resources contained within the specified project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(project, operation)</code>
+  <pre>Deletes the specified operation resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  operation: string, Name of the operation resource to delete. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(project, operation)</code>
+  <pre>Retrieves the specified operation resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  operation: string, Name of the operation resource to return. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(project, maxResults=None, pageToken=None, filter=None)</code>
+  <pre>Retrieves the list of operation resources contained within the specified project.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  maxResults: integer, Optional. Maximum count of results to be returned. Maximum and default value is 100.
+  pageToken: string, Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
+  filter: string, Optional. Filter expression for filtering listed resources.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token used to continue a truncated list request.
+    "items": [ # The operation resources.
+      {
+        "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+        "kind": "compute#operation", # Type of the resource.
+        "name": "A String", # Name of the resource.
+        "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+        "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+        "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+        "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+          "errors": [ # The array of errors encountered while processing this operation.
+            {
+              "message": "A String", # An optional, human-readable error message.
+              "code": "A String", # The error type identifier for this error.
+              "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+            },
+          ],
+        },
+        "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+        "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+        "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+        "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+        "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+        "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+        "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+        "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+        "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+        "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+        "selfLink": "A String", # Server defined URL for the resource (output only).
+        "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+      },
+    ],
+    "kind": "compute#operationList", # Type of resource.
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for this resource (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.projects.html b/docs/dyn/compute_v1beta12.projects.html
new file mode 100644
index 0000000..71423e2
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.projects.html
@@ -0,0 +1,145 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a> . <a href="compute_v1beta12.projects.html">projects</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(project)</a></code></p>
+<p class="firstline">Returns the specified project resource.</p>
+<p class="toc_element">
+  <code><a href="#setCommonInstanceMetadata">setCommonInstanceMetadata(project, body)</a></code></p>
+<p class="firstline">Sets metadata common to all instances within the specified project using the data included in the request.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(project)</code>
+  <pre>Returns the specified project resource.
+
+Args:
+  project: string, Name of the project resource to retrieve. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "compute#project", # Type of the resource.
+    "description": "A String", # An optional textual description of the resource.
+    "commonInstanceMetadata": { # Metadata key/value pairs available to all instances contained in this project.
+      "items": [ # Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
+        {
+          "value": "A String", # Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 15000 bytes.
+          "key": "A String", # Key for the metadata entry. Keys must conform to the following regexp: [a-zA-Z0-9-_]+, and be less than 128 bytes in length. This is reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project.
+        },
+      ],
+      "kind": "compute#metadata", # Type of the resource.
+    },
+    "externalIpAddresses": [ # Internet available IP addresses available for use in this project.
+      "A String",
+    ],
+    "quotas": [ # Quotas assigned to this project.
+      {
+        "usage": 3.14, # Current usage of this metric.
+        "metric": "A String", # Name of the quota metric.
+        "limit": 3.14, # Quota limit for this metric.
+      },
+    ],
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "name": "A String", # Name of the resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="setCommonInstanceMetadata">setCommonInstanceMetadata(project, body)</code>
+  <pre>Sets metadata common to all instances within the specified project using the data included in the request.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+  "items": [ # Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
+    {
+      "value": "A String", # Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 15000 bytes.
+      "key": "A String", # Key for the metadata entry. Keys must conform to the following regexp: [a-zA-Z0-9-_]+, and be less than 128 bytes in length. This is reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project.
+    },
+  ],
+  "kind": "compute#metadata", # Type of the resource.
+}
+
+</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.snapshots.html b/docs/dyn/compute_v1beta12.snapshots.html
new file mode 100644
index 0000000..bd794df
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.snapshots.html
@@ -0,0 +1,266 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a> . <a href="compute_v1beta12.snapshots.html">snapshots</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(project, snapshot)</a></code></p>
+<p class="firstline">Deletes the specified persistent disk snapshot resource.</p>
+<p class="toc_element">
+  <code><a href="#get">get(project, snapshot)</a></code></p>
+<p class="firstline">Returns the specified persistent disk snapshot resource.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(project, body)</a></code></p>
+<p class="firstline">Creates a persistent disk snapshot resource in the specified project using the data included in the request.</p>
+<p class="toc_element">
+  <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
+<p class="firstline">Retrieves the list of persistent disk snapshot resources contained within the specified project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(project, snapshot)</code>
+  <pre>Deletes the specified persistent disk snapshot resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  snapshot: string, Name of the persistent disk snapshot resource to delete. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(project, snapshot)</code>
+  <pre>Returns the specified persistent disk snapshot resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  snapshot: string, Name of the persistent disk snapshot resource to return. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "status": "A String", # The status of the persistent disk snapshot (output only).
+      "kind": "compute#snapshot", # Type of the resource.
+      "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+      "sourceDisk": "A String", # The source disk used to create this snapshot. Once the source disk has been deleted from the system, this field will be cleared, and will not be set even if a disk with the same name has been re-created.
+      "sourceDiskId": "A String", # The 'id' value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.
+      "diskSizeGb": "A String", # Size of the persistent disk snapshot, specified in GB (output only).
+      "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+      "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+      "selfLink": "A String", # Server defined URL for the resource (output only).
+      "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(project, body)</code>
+  <pre>Creates a persistent disk snapshot resource in the specified project using the data included in the request.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "status": "A String", # The status of the persistent disk snapshot (output only).
+    "kind": "compute#snapshot", # Type of the resource.
+    "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+    "sourceDisk": "A String", # The source disk used to create this snapshot. Once the source disk has been deleted from the system, this field will be cleared, and will not be set even if a disk with the same name has been re-created.
+    "sourceDiskId": "A String", # The 'id' value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.
+    "diskSizeGb": "A String", # Size of the persistent disk snapshot, specified in GB (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
+    "kind": "compute#operation", # Type of the resource.
+    "name": "A String", # Name of the resource.
+    "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
+    "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
+    "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
+    "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
+      "errors": [ # The array of errors encountered while processing this operation.
+        {
+          "message": "A String", # An optional, human-readable error message.
+          "code": "A String", # The error type identifier for this error.
+          "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+        },
+      ],
+    },
+    "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
+    "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
+    "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
+    "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
+    "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
+    "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
+    "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
+    "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(project, maxResults=None, pageToken=None, filter=None)</code>
+  <pre>Retrieves the list of persistent disk snapshot resources contained within the specified project.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  maxResults: integer, Optional. Maximum count of results to be returned. Maximum and default value is 100.
+  pageToken: string, Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
+  filter: string, Optional. Filter expression for filtering listed resources.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token used to continue a truncated list request.
+    "items": [ # The persistent snapshot resources.
+      {
+          "status": "A String", # The status of the persistent disk snapshot (output only).
+          "kind": "compute#snapshot", # Type of the resource.
+          "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+          "sourceDisk": "A String", # The source disk used to create this snapshot. Once the source disk has been deleted from the system, this field will be cleared, and will not be set even if a disk with the same name has been re-created.
+          "sourceDiskId": "A String", # The 'id' value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.
+          "diskSizeGb": "A String", # Size of the persistent disk snapshot, specified in GB (output only).
+          "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+          "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+          "selfLink": "A String", # Server defined URL for the resource (output only).
+          "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+        },
+    ],
+    "kind": "compute#snapshotList", # Type of resource.
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for this resource (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/compute_v1beta12.zones.html b/docs/dyn/compute_v1beta12.zones.html
new file mode 100644
index 0000000..c3889e2
--- /dev/null
+++ b/docs/dyn/compute_v1beta12.zones.html
@@ -0,0 +1,177 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="compute_v1beta12.html">Compute Engine API</a> . <a href="compute_v1beta12.zones.html">zones</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(project, zone)</a></code></p>
+<p class="firstline">Returns the specified zone resource.</p>
+<p class="toc_element">
+  <code><a href="#list">list(project, maxResults=None, pageToken=None, filter=None)</a></code></p>
+<p class="firstline">Retrieves the list of zone resources available to the specified project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(project, zone)</code>
+  <pre>Returns the specified zone resource.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  zone: string, Name of the zone resource to return. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "status": "A String", # Status of the zone. "UP" or "DOWN".
+    "kind": "compute#zone", # Type of the resource.
+    "availableMachineType": [ # The machine types that can be used in this zone (output only).
+      "",
+    ],
+    "description": "A String", # Textual description of the resource.
+    "maintenanceWindows": [ # Scheduled maintenance windows for the zone. When the zone is in a maintenance window, all resources which reside in the zone will be unavailable.
+      {
+        "endTime": "A String", # End time of the maintenance window, in RFC 3339 format.
+        "beginTime": "A String", # Begin time of the maintenance window, in RFC 3339 format.
+        "name": "A String", # Name of the maintenance window.
+        "description": "A String", # Textual description of the maintenance window.
+      },
+    ],
+    "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for the resource (output only).
+    "name": "A String", # Name of the resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(project, maxResults=None, pageToken=None, filter=None)</code>
+  <pre>Retrieves the list of zone resources available to the specified project.
+
+Args:
+  project: string, Name of the project scoping this request. (required)
+  maxResults: integer, Optional. Maximum count of results to be returned. Maximum and default value is 100.
+  pageToken: string, Optional. Tag returned by a previous list request truncated by maxResults. Used to continue a previous list request.
+  filter: string, Optional. Filter expression for filtering listed resources.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token used to continue a truncated list request.
+    "items": [ # The zone resources.
+      {
+        "status": "A String", # Status of the zone. "UP" or "DOWN".
+        "kind": "compute#zone", # Type of the resource.
+        "availableMachineType": [ # The machine types that can be used in this zone (output only).
+          "",
+        ],
+        "description": "A String", # Textual description of the resource.
+        "maintenanceWindows": [ # Scheduled maintenance windows for the zone. When the zone is in a maintenance window, all resources which reside in the zone will be unavailable.
+          {
+            "endTime": "A String", # End time of the maintenance window, in RFC 3339 format.
+            "beginTime": "A String", # Begin time of the maintenance window, in RFC 3339 format.
+            "name": "A String", # Name of the maintenance window.
+            "description": "A String", # Textual description of the maintenance window.
+          },
+        ],
+        "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
+        "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+        "selfLink": "A String", # Server defined URL for the resource (output only).
+        "name": "A String", # Name of the resource.
+      },
+    ],
+    "kind": "compute#zoneList", # Type of resource.
+    "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+    "selfLink": "A String", # Server defined URL for this resource (output only).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/contacts.v1beta1.allcontacts.html b/docs/dyn/contacts.v1beta1.allcontacts.html
deleted file mode 100644
index 915b1fb..0000000
--- a/docs/dyn/contacts.v1beta1.allcontacts.html
+++ /dev/null
@@ -1,1542 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;a&nbsp;contact&nbsp;entry.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;all&nbsp;contacts&nbsp;are&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;being&nbsp;deleted.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-deleteExtendedProperty"><strong>deleteExtendedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;extended&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts's&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contact&nbsp;whose&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;Extended&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-deleteUserDefinedProperty"><strong>deleteUserDefinedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;user&nbsp;defined&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts's&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contacts&nbsp;whose&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;User&nbsp;defined&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;contact&nbsp;details.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Additional&nbsp;information&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FULL&nbsp;-&nbsp;Returns&nbsp;the&nbsp;extended&nbsp;properties&nbsp;of&nbsp;a&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;THIN&nbsp;-&nbsp;Returns&nbsp;properties&nbsp;of&nbsp;a&nbsp;contact.<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;all&nbsp;contacts&nbsp;are&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-getExtendedProperty"><strong>getExtendedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;extended&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;all&nbsp;contacts's&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contacts&nbsp;whose&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;Extended&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-getUserDefinedProperty"><strong>getUserDefinedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;user&nbsp;defined&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts's&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contacts&nbsp;whose&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;User&nbsp;defined&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Insert&nbsp;a&nbsp;contact&nbsp;entry.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;all&nbsp;contacts&nbsp;are&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;list&nbsp;of&nbsp;all&nbsp;contacts&nbsp;for&nbsp;the&nbsp;provided&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;orderBy:&nbsp;string,&nbsp;Sorting&nbsp;criterion<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LAST_MODIFIED&nbsp;-&nbsp;Order&nbsp;by&nbsp;last&nbsp;modified&nbsp;contact<br>
-&nbsp;&nbsp;group:&nbsp;string,&nbsp;Limit&nbsp;the&nbsp;listing&nbsp;to&nbsp;the&nbsp;specified&nbsp;group<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Additional&nbsp;information&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FULL&nbsp;-&nbsp;Returns&nbsp;properties&nbsp;of&nbsp;a&nbsp;contact&nbsp;including&nbsp;extended&nbsp;properties.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;THIN&nbsp;-&nbsp;Returns&nbsp;properties&nbsp;of&nbsp;a&nbsp;contact.<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token&nbsp;that&nbsp;allows&nbsp;pagination.<br>
-&nbsp;&nbsp;updatedMin:&nbsp;integer,&nbsp;The&nbsp;lower&nbsp;bound&nbsp;on&nbsp;entry&nbsp;update&nbsp;dates&nbsp;(seconds&nbsp;from&nbsp;epcoh).<br>
-&nbsp;&nbsp;requireAllDeleted:&nbsp;boolean,&nbsp;Only&nbsp;relevant&nbsp;if&nbsp;showdeleted&nbsp;and&nbsp;updated-min&nbsp;are&nbsp;also&nbsp;provided.It&nbsp;dictates&nbsp;the&nbsp;behavior&nbsp;of&nbsp;the&nbsp;server&nbsp;in&nbsp;case&nbsp;it&nbsp;detect&nbsp;that&nbsp;placeholders&nbsp;of&nbsp;some&nbsp;entries&nbsp;deleted&nbsp;since&nbsp;the&nbsp;point&nbsp;in&nbsp;time&nbsp;specified&nbsp;as&nbsp;updated-min&nbsp;may&nbsp;have&nbsp;been&nbsp;lost.<br>
-&nbsp;&nbsp;queryString:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;contact&nbsp;entries&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;showDeleted:&nbsp;boolean,&nbsp;Flag&nbsp;to&nbsp;include&nbsp;deleted&nbsp;contacts<br>
-&nbsp;&nbsp;sortOrder:&nbsp;string,&nbsp;Sorting&nbsp;order&nbsp;of&nbsp;the&nbsp;result<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ascending&nbsp;-&nbsp;Use&nbsp;ascending&nbsp;sort&nbsp;order<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;descending&nbsp;-&nbsp;Use&nbsp;decending&nbsp;sort&nbsp;order<br>
-&nbsp;&nbsp;alt:&nbsp;string,&nbsp;Specifies&nbsp;an&nbsp;alternative&nbsp;representation&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;atom&nbsp;-&nbsp;Use&nbsp;Atom&nbsp;XML&nbsp;format<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;json&nbsp;-&nbsp;Use&nbsp;JSON&nbsp;format<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;allcontacts&nbsp;are&nbsp;being&nbsp;listed.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contactList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contactList".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"prevPageToken":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Update&nbsp;a&nbsp;contact&nbsp;entry.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;all&nbsp;contacts&nbsp;are&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-photos"><strong><a href="contacts.v1beta1.allcontacts.photos.html">photos</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-setExtendedProperty"><strong>setExtendedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Set&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;extended&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;all&nbsp;contacts's&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contacts&nbsp;whose&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;Extended&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-setUserDefinedProperty"><strong>setUserDefinedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Set&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;user&nbsp;defined&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts's&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contacts&nbsp;whose&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;User&nbsp;defined&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Update&nbsp;a&nbsp;contact&nbsp;entry.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;all&nbsp;contacts&nbsp;are&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/contacts.v1beta1.allcontacts.photos.html b/docs/dyn/contacts.v1beta1.allcontacts.photos.html
deleted file mode 100644
index 38450a8..0000000
--- a/docs/dyn/contacts.v1beta1.allcontacts.photos.html
+++ /dev/null
@@ -1,60 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;a&nbsp;photo.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;photoId:&nbsp;string,&nbsp;The&nbsp;photo&nbsp;id&nbsp;of&nbsp;the&nbsp;user's&nbsp;contact&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;photo&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;whose&nbsp;photo&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;a&nbsp;contact&nbsp;photo.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;photoId:&nbsp;string,&nbsp;The&nbsp;photo&nbsp;id&nbsp;of&nbsp;the&nbsp;user's&nbsp;contact&nbsp;being&nbsp;retrieved.&nbsp;(required)<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;photo&nbsp;is&nbsp;being&nbsp;retrieved.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;whose&nbsp;photo&nbsp;is&nbsp;being&nbsp;retrieved.&nbsp;(required)<br>
-&nbsp;&nbsp;alt:&nbsp;string,&nbsp;Specifies&nbsp;an&nbsp;alternative&nbsp;representation&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;json&nbsp;-&nbsp;Use&nbsp;JSON&nbsp;format<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;media&nbsp;-&nbsp;Use&nbsp;Media&nbsp;format<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Update&nbsp;a&nbsp;photo.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;media_body:&nbsp;string,&nbsp;The&nbsp;filename&nbsp;of&nbsp;the&nbsp;media&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;photoId:&nbsp;string,&nbsp;The&nbsp;photo&nbsp;id&nbsp;of&nbsp;the&nbsp;user's&nbsp;contact&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;photo&nbsp;is&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;whose&nbsp;photo&nbsp;is&nbsp;being&nbsp;updated.&nbsp;(required)</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/contacts.v1beta1.contacts.html b/docs/dyn/contacts.v1beta1.contacts.html
deleted file mode 100644
index d2f8ac2..0000000
--- a/docs/dyn/contacts.v1beta1.contacts.html
+++ /dev/null
@@ -1,1542 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;a&nbsp;contact&nbsp;entry.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;are&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;being&nbsp;deleted.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-deleteExtendedProperty"><strong>deleteExtendedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;extended&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts's&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contact&nbsp;whose&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;Extended&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-deleteUserDefinedProperty"><strong>deleteUserDefinedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;user&nbsp;defined&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts's&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contacts&nbsp;whose&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;User&nbsp;defined&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;contact&nbsp;details&nbsp;for&nbsp;given&nbsp;contactId&nbsp;belonging&nbsp;to&nbsp;My&nbsp;Contacts.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Additional&nbsp;information&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FULL&nbsp;-&nbsp;Returns&nbsp;the&nbsp;extended&nbsp;properties&nbsp;of&nbsp;a&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;THIN&nbsp;-&nbsp;Returns&nbsp;properties&nbsp;of&nbsp;a&nbsp;contact.<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;are&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-getExtendedProperty"><strong>getExtendedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;extended&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts's&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contacts&nbsp;whose&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;Extended&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-getUserDefinedProperty"><strong>getUserDefinedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;user&nbsp;defined&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts's&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contacts&nbsp;whose&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;User&nbsp;defined&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Insert&nbsp;a&nbsp;contact&nbsp;entry&nbsp;to&nbsp;My&nbsp;Contacts.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;are&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;list&nbsp;of&nbsp;contacts&nbsp;belonging&nbsp;to&nbsp;My&nbsp;Contacts&nbsp;for&nbsp;the&nbsp;provided&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;orderBy:&nbsp;string,&nbsp;Sorting&nbsp;criterion<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LAST_MODIFIED&nbsp;-&nbsp;Order&nbsp;by&nbsp;last&nbsp;modified&nbsp;contact<br>
-&nbsp;&nbsp;group:&nbsp;string,&nbsp;Limit&nbsp;the&nbsp;listing&nbsp;to&nbsp;the&nbsp;specified&nbsp;group<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Additional&nbsp;information&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FULL&nbsp;-&nbsp;Returns&nbsp;properties&nbsp;of&nbsp;a&nbsp;contact&nbsp;including&nbsp;extended&nbsp;properties.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;THIN&nbsp;-&nbsp;Returns&nbsp;properties&nbsp;of&nbsp;a&nbsp;contact.<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token&nbsp;that&nbsp;allows&nbsp;pagination.<br>
-&nbsp;&nbsp;updatedMin:&nbsp;integer,&nbsp;The&nbsp;lower&nbsp;bound&nbsp;on&nbsp;entry&nbsp;update&nbsp;dates&nbsp;(seconds&nbsp;from&nbsp;epcoh).<br>
-&nbsp;&nbsp;requireAllDeleted:&nbsp;boolean,&nbsp;Only&nbsp;relevant&nbsp;if&nbsp;showdeleted&nbsp;and&nbsp;updated-min&nbsp;are&nbsp;also&nbsp;provided.It&nbsp;dictates&nbsp;the&nbsp;behavior&nbsp;of&nbsp;the&nbsp;server&nbsp;in&nbsp;case&nbsp;it&nbsp;detect&nbsp;that&nbsp;placeholders&nbsp;of&nbsp;some&nbsp;entries&nbsp;deleted&nbsp;since&nbsp;the&nbsp;point&nbsp;in&nbsp;time&nbsp;specified&nbsp;as&nbsp;updated-min&nbsp;may&nbsp;have&nbsp;been&nbsp;lost.<br>
-&nbsp;&nbsp;queryString:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;contact&nbsp;entries&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;showDeleted:&nbsp;boolean,&nbsp;Flag&nbsp;to&nbsp;include&nbsp;deleted&nbsp;contacts<br>
-&nbsp;&nbsp;sortOrder:&nbsp;string,&nbsp;Sorting&nbsp;order&nbsp;of&nbsp;the&nbsp;result<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ascending&nbsp;-&nbsp;Use&nbsp;ascending&nbsp;sort&nbsp;order<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;descending&nbsp;-&nbsp;Use&nbsp;decending&nbsp;sort&nbsp;order<br>
-&nbsp;&nbsp;alt:&nbsp;string,&nbsp;Specifies&nbsp;an&nbsp;alternative&nbsp;representation&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;atom&nbsp;-&nbsp;Use&nbsp;Atom&nbsp;XML&nbsp;format<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;json&nbsp;-&nbsp;Use&nbsp;JSON&nbsp;format<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;are&nbsp;being&nbsp;listed.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contactList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contactList".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"prevPageToken":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Update&nbsp;a&nbsp;contact&nbsp;entry.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;are&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-photos"><strong><a href="contacts.v1beta1.contacts.photos.html">photos</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-setExtendedProperty"><strong>setExtendedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Set&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;extended&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts's&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contacts&nbsp;whose&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;Extended&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-setUserDefinedProperty"><strong>setUserDefinedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Set&nbsp;value&nbsp;of&nbsp;provided&nbsp;contact's&nbsp;user&nbsp;defined&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts's&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;Contacts&nbsp;whose&nbsp;user&nbsp;defined&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;User&nbsp;defined&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Update&nbsp;a&nbsp;contact&nbsp;entry.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;are&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"phoneNumbers":&nbsp;[&nbsp;#&nbsp;Phone&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"phoneType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"addresses":&nbsp;[&nbsp;#&nbsp;Address&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sourceIsStructured":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"poBox":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countryCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locality":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"streetAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"postalCode":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedAddress":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;entry.contact&nbsp;(in&nbsp;microseconds).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maidenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Maiden&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Maiden&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locations":&nbsp;[&nbsp;#&nbsp;Locations&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userDefinedProperties":&nbsp;[&nbsp;#&nbsp;UserDefined&nbsp;fields&nbsp;of&nbsp;the&nbsp;contact&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"key":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hobbies":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contact&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"occupation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Occupation&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Occupation&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"calendarLinks":&nbsp;[&nbsp;#&nbsp;Calendar&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"relations":&nbsp;[&nbsp;#&nbsp;Relationship&nbsp;with&nbsp;the&nbsp;entry.contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customeType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;Languages&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"code":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"ims":&nbsp;[&nbsp;#&nbsp;Instant&nbsp;messanger&nbsp;related&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customProtocol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"im":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"events":&nbsp;[&nbsp;#&nbsp;Events&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endTime":&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"externalIds":&nbsp;[&nbsp;#&nbsp;Information&nbsp;regarding&nbsp;External&nbsp;Ids&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;contact&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;{&nbsp;#&nbsp;Birthday&nbsp;of&nbsp;the&nbsp;contact&nbsp;in&nbsp;YYYY-MM-DD&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"year":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"groups":&nbsp;[&nbsp;#&nbsp;Group&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"groupId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"others":&nbsp;[&nbsp;#&nbsp;Other&nbsp;proeprties&nbsp;of&nbsp;a&nbsp;contact&nbsp;(equivalent&nbsp;to&nbsp;jot&nbsp;in&nbsp;gdata).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Short&nbsp;name&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;Organizations&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"domain":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"symbol":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#contact",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#contact".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"photoId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Contacts's&nbsp;photoId.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;Detailed&nbsp;name&nbsp;information&nbsp;of&nbsp;the&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nameSuffix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"namePrefix":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Standard&nbsp;gender&nbsp;of&nbsp;the&nbsp;contact.&nbsp;It&nbsp;must&nbsp;be&nbsp;mapped&nbsp;to&nbsp;one&nbsp;of&nbsp;the&nbsp;gender&nbsp;specified&nbsp;in&nbsp;GenderTypes&nbsp;map.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outlookInformation":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;Contact's&nbsp;various&nbsp;websites&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customType":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;contact.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;contact.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"initials":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Initials&nbsp;of&nbsp;the&nbsp;contact.&nbsp;Initials&nbsp;can&nbsp;not&nbsp;be&nbsp;repeated&nbsp;and&nbsp;hence&nbsp;only&nbsp;one&nbsp;value&nbsp;is&nbsp;possible&nbsp;for&nbsp;it.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/contacts.v1beta1.contacts.photos.html b/docs/dyn/contacts.v1beta1.contacts.photos.html
deleted file mode 100644
index 38450a8..0000000
--- a/docs/dyn/contacts.v1beta1.contacts.photos.html
+++ /dev/null
@@ -1,60 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;a&nbsp;photo.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;photoId:&nbsp;string,&nbsp;The&nbsp;photo&nbsp;id&nbsp;of&nbsp;the&nbsp;user's&nbsp;contact&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;photo&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;whose&nbsp;photo&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;a&nbsp;contact&nbsp;photo.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;photoId:&nbsp;string,&nbsp;The&nbsp;photo&nbsp;id&nbsp;of&nbsp;the&nbsp;user's&nbsp;contact&nbsp;being&nbsp;retrieved.&nbsp;(required)<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;photo&nbsp;is&nbsp;being&nbsp;retrieved.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;whose&nbsp;photo&nbsp;is&nbsp;being&nbsp;retrieved.&nbsp;(required)<br>
-&nbsp;&nbsp;alt:&nbsp;string,&nbsp;Specifies&nbsp;an&nbsp;alternative&nbsp;representation&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;json&nbsp;-&nbsp;Use&nbsp;JSON&nbsp;format<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;media&nbsp;-&nbsp;Use&nbsp;Media&nbsp;format<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"data":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Update&nbsp;a&nbsp;photo.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;media_body:&nbsp;string,&nbsp;The&nbsp;filename&nbsp;of&nbsp;the&nbsp;media&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;photoId:&nbsp;string,&nbsp;The&nbsp;photo&nbsp;id&nbsp;of&nbsp;the&nbsp;user's&nbsp;contact&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;contacts&nbsp;photo&nbsp;is&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;contactId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;contact&nbsp;whose&nbsp;photo&nbsp;is&nbsp;being&nbsp;updated.&nbsp;(required)</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/contacts.v1beta1.groups.html b/docs/dyn/contacts.v1beta1.groups.html
deleted file mode 100644
index e1f5447..0000000
--- a/docs/dyn/contacts.v1beta1.groups.html
+++ /dev/null
@@ -1,372 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-addContacts"><strong>addContacts</strong></a> = method(self, **kwargs)</dt><dd><tt>Adds&nbsp;contact(s)&nbsp;to&nbsp;the&nbsp;group.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"contactIds":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;group&nbsp;is&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;groupId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;group&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#group",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#group".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;group&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;group.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"memberCount":&nbsp;42,&nbsp;#&nbsp;Member&nbsp;count.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"systemGroup":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indication&nbsp;wheather&nbsp;the&nbsp;group&nbsp;is&nbsp;a&nbsp;system&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;group.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;a&nbsp;group&nbsp;entry.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;groups&nbsp;are&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;groupId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;group&nbsp;being&nbsp;deleted.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-deleteExtendedProperty"><strong>deleteExtendedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;value&nbsp;of&nbsp;provided&nbsp;group's&nbsp;extended&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;group's&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;Extended&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)<br>
-&nbsp;&nbsp;groupId:&nbsp;string,&nbsp;Group&nbsp;whose&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;deleted.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;group&nbsp;details.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Additional&nbsp;information&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FULL&nbsp;-&nbsp;Returns&nbsp;the&nbsp;extended&nbsp;properties&nbsp;of&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;THIN&nbsp;-&nbsp;Returns&nbsp;properties&nbsp;of&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;groups&nbsp;are&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;groupId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;group&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#group",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#group".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;group&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;group.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"memberCount":&nbsp;42,&nbsp;#&nbsp;Member&nbsp;count.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"systemGroup":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indication&nbsp;wheather&nbsp;the&nbsp;group&nbsp;is&nbsp;a&nbsp;system&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;group.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-getExtendedProperty"><strong>getExtendedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;value&nbsp;of&nbsp;provided&nbsp;groups's&nbsp;extended&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;group's&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;Extended&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;groupId:&nbsp;string,&nbsp;Group&nbsp;whose&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Insert&nbsp;a&nbsp;group&nbsp;entry.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#group",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#group".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;group&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;group.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"memberCount":&nbsp;42,&nbsp;#&nbsp;Member&nbsp;count.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"systemGroup":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indication&nbsp;wheather&nbsp;the&nbsp;group&nbsp;is&nbsp;a&nbsp;system&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;group.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;group.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;groups&nbsp;are&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#group",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#group".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;group&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;group.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"memberCount":&nbsp;42,&nbsp;#&nbsp;Member&nbsp;count.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"systemGroup":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indication&nbsp;wheather&nbsp;the&nbsp;group&nbsp;is&nbsp;a&nbsp;system&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;group.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;list&nbsp;of&nbsp;groups&nbsp;for&nbsp;the&nbsp;provided&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;orderBy:&nbsp;string,&nbsp;Sorting&nbsp;criterion<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LAST_MODIFIED&nbsp;-&nbsp;Order&nbsp;by&nbsp;last&nbsp;modified&nbsp;group<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Additional&nbsp;information&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FULL&nbsp;-&nbsp;Returns&nbsp;properties&nbsp;of&nbsp;a&nbsp;group&nbsp;including&nbsp;extended&nbsp;properties.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;THIN&nbsp;-&nbsp;Returns&nbsp;properties&nbsp;of&nbsp;a&nbsp;group.<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token&nbsp;that&nbsp;allows&nbsp;pagination.<br>
-&nbsp;&nbsp;updatedMin:&nbsp;integer,&nbsp;The&nbsp;lower&nbsp;bound&nbsp;on&nbsp;entry&nbsp;update&nbsp;dates&nbsp;(seconds&nbsp;from&nbsp;epcoh).<br>
-&nbsp;&nbsp;requireAllDeleted:&nbsp;boolean,&nbsp;Only&nbsp;relevant&nbsp;if&nbsp;showdeleted&nbsp;and&nbsp;updated-min&nbsp;are&nbsp;also&nbsp;provided.It&nbsp;dictates&nbsp;the&nbsp;behavior&nbsp;of&nbsp;the&nbsp;server&nbsp;in&nbsp;case&nbsp;it&nbsp;detect&nbsp;that&nbsp;placeholders&nbsp;of&nbsp;some&nbsp;entries&nbsp;deleted&nbsp;since&nbsp;the&nbsp;point&nbsp;in&nbsp;time&nbsp;specified&nbsp;as&nbsp;updated-min&nbsp;may&nbsp;have&nbsp;been&nbsp;lost.<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;groups&nbsp;are&nbsp;being&nbsp;listed.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;group&nbsp;entries&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;showDeleted:&nbsp;boolean,&nbsp;Flag&nbsp;to&nbsp;include&nbsp;deleted&nbsp;groups<br>
-&nbsp;&nbsp;sortOrder:&nbsp;string,&nbsp;Sorting&nbsp;order&nbsp;of&nbsp;the&nbsp;result<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ascending&nbsp;-&nbsp;Use&nbsp;ascending&nbsp;sort&nbsp;order<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;descending&nbsp;-&nbsp;Use&nbsp;decending&nbsp;sort&nbsp;order<br>
-&nbsp;&nbsp;alt:&nbsp;string,&nbsp;Specifies&nbsp;an&nbsp;alternative&nbsp;representation&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;json&nbsp;-&nbsp;Use&nbsp;JSON&nbsp;format<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#group",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#group".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;group&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;group.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"memberCount":&nbsp;42,&nbsp;#&nbsp;Member&nbsp;count.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"systemGroup":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indication&nbsp;wheather&nbsp;the&nbsp;group&nbsp;is&nbsp;a&nbsp;system&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;group.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#groupList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#groupList".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"prevPageToken":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Update&nbsp;a&nbsp;group&nbsp;entry.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#group",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#group".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;group&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;group.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"memberCount":&nbsp;42,&nbsp;#&nbsp;Member&nbsp;count.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"systemGroup":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indication&nbsp;wheather&nbsp;the&nbsp;group&nbsp;is&nbsp;a&nbsp;system&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;group.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;group.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;groups&nbsp;are&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;groupId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;group&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#group",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#group".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;group&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;group.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"memberCount":&nbsp;42,&nbsp;#&nbsp;Member&nbsp;count.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"systemGroup":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indication&nbsp;wheather&nbsp;the&nbsp;group&nbsp;is&nbsp;a&nbsp;system&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;group.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-removeContacts"><strong>removeContacts</strong></a> = method(self, **kwargs)</dt><dd><tt>Removes&nbsp;contact(s)&nbsp;from&nbsp;the&nbsp;group.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"contactIds":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;group&nbsp;is&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;groupId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;group&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#group",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#group".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;group&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;group.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"memberCount":&nbsp;42,&nbsp;#&nbsp;Member&nbsp;count.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"systemGroup":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indication&nbsp;wheather&nbsp;the&nbsp;group&nbsp;is&nbsp;a&nbsp;system&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;group.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-setExtendedProperty"><strong>setExtendedProperty</strong></a> = method(self, **kwargs)</dt><dd><tt>Set&nbsp;value&nbsp;of&nbsp;provided&nbsp;group's&nbsp;extended&nbsp;property&nbsp;for&nbsp;the&nbsp;given&nbsp;key.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;group's&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;key:&nbsp;string,&nbsp;Extended&nbsp;property&nbsp;key&nbsp;whose&nbsp;value&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;&nbsp;groupId:&nbsp;string,&nbsp;Group&nbsp;whose&nbsp;extended&nbsp;property&nbsp;is&nbsp;being&nbsp;requested.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Update&nbsp;a&nbsp;group&nbsp;entry.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#group",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#group".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;group&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;group.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"memberCount":&nbsp;42,&nbsp;#&nbsp;Member&nbsp;count.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"systemGroup":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indication&nbsp;wheather&nbsp;the&nbsp;group&nbsp;is&nbsp;a&nbsp;system&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;group.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;group.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;user&nbsp;whose&nbsp;groups&nbsp;are&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;&nbsp;groupId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;group&nbsp;being&nbsp;updated.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"contacts#group",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"contacts#group".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdateTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;updated&nbsp;time&nbsp;of&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;this&nbsp;group&nbsp;has&nbsp;been&nbsp;deleted&nbsp;(boolean&nbsp;field).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedProperties":&nbsp;[&nbsp;#&nbsp;Extended&nbsp;properties&nbsp;of&nbsp;the&nbsp;group.&nbsp;Available&nbsp;only&nbsp;in&nbsp;full&nbsp;projection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"memberCount":&nbsp;42,&nbsp;#&nbsp;Member&nbsp;count.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"systemGroup":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Indication&nbsp;wheather&nbsp;the&nbsp;group&nbsp;is&nbsp;a&nbsp;system&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Group&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;group.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/contacts.v1beta1.html b/docs/dyn/contacts.v1beta1.html
deleted file mode 100644
index 24d2750..0000000
--- a/docs/dyn/contacts.v1beta1.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-allcontacts"><strong><a href="contacts.v1beta1.allcontacts.html">allcontacts</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-contacts"><strong><a href="contacts.v1beta1.contacts.html">contacts</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-groups"><strong><a href="contacts.v1beta1.groups.html">groups</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/coordinate_v1.html b/docs/dyn/coordinate_v1.html
new file mode 100644
index 0000000..6548281
--- /dev/null
+++ b/docs/dyn/coordinate_v1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="coordinate_v1.html">Google Maps Coordinate API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="coordinate_v1.jobs.html">jobs()</a></code>
+</p>
+<p class="firstline">Returns the jobs Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/coordinate_v1.jobs.html b/docs/dyn/coordinate_v1.jobs.html
new file mode 100644
index 0000000..5082fb3
--- /dev/null
+++ b/docs/dyn/coordinate_v1.jobs.html
@@ -0,0 +1,616 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="coordinate_v1.html">Google Maps Coordinate API</a> . <a href="coordinate_v1.jobs.html">jobs</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(teamId, jobId)</a></code></p>
+<p class="firstline">Retrieves a job, including all the changes made to the job.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(teamId, address, lat, lng, title, body, note=None, customerName=None, assignee=None, customerPhoneNumber=None)</a></code></p>
+<p class="firstline">Inserts a new job. Only the state field of the job should be set.</p>
+<p class="toc_element">
+  <code><a href="#list">list(teamId, pageToken=None, minModifiedTimestampMs=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves jobs created or modified since the given timestamp.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(teamId, jobId, body, customerName=None, assignee=None, customerPhoneNumber=None, lng=None, note=None, title=None, progress=None, address=None, lat=None)</a></code></p>
+<p class="firstline">Updates a job. Fields that are set in the job state will be updated. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(teamId, jobId, body, customerName=None, assignee=None, customerPhoneNumber=None, lng=None, note=None, title=None, progress=None, address=None, lat=None)</a></code></p>
+<p class="firstline">Updates a job. Fields that are set in the job state will be updated.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(teamId, jobId)</code>
+  <pre>Retrieves a job, including all the changes made to the job.
+
+Args:
+  teamId: string, Team ID (required)
+  jobId: string, Job number (required)
+
+Returns:
+  An object of the form:
+
+    { # A job.
+      "kind": "coordinate#job", # Identifies this object as a job.
+      "jobChange": [ # List of job changes since it was created. The first change corresponds to the state of the job when it was created.
+        { # Change to a job. For example assigning the job to a different worker.
+          "timestamp": "A String", # Time at which this change was applied.
+          "kind": "coordinate#jobChange", # Identifies this object as a job change.
+          "state": { # Current state of a job. # Change applied to the job. Only the fields that were changed are set.
+            "kind": "coordinate#jobState", # Identifies this object as a job state.
+            "customerName": "A String", # Customer name.
+            "title": "A String", # Job title.
+            "note": [ # Note added to the job.
+              "A String",
+            ],
+            "assignee": "A String", # Email address of the assignee.
+            "customerPhoneNumber": "A String", # Customer phone number.
+            "location": { # Location of a job. # Job location.
+              "lat": 3.14, # Latitude.
+              "kind": "coordinate#location", # Identifies this object as a location.
+              "addressLine": [ # Address.
+                "A String",
+              ],
+              "lng": 3.14, # Longitude.
+            },
+            "progress": "A String", # Job progress.
+          },
+        },
+      ],
+      "id": "A String", # Job id.
+      "state": { # Current state of a job. # Current job state.
+        "kind": "coordinate#jobState", # Identifies this object as a job state.
+        "customerName": "A String", # Customer name.
+        "title": "A String", # Job title.
+        "note": [ # Note added to the job.
+          "A String",
+        ],
+        "assignee": "A String", # Email address of the assignee.
+        "customerPhoneNumber": "A String", # Customer phone number.
+        "location": { # Location of a job. # Job location.
+          "lat": 3.14, # Latitude.
+          "kind": "coordinate#location", # Identifies this object as a location.
+          "addressLine": [ # Address.
+            "A String",
+          ],
+          "lng": 3.14, # Longitude.
+        },
+        "progress": "A String", # Job progress.
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(teamId, address, lat, lng, title, body, note=None, customerName=None, assignee=None, customerPhoneNumber=None)</code>
+  <pre>Inserts a new job. Only the state field of the job should be set.
+
+Args:
+  teamId: string, Team ID (required)
+  address: string, Job address as newline (Unix) separated string (required)
+  lat: number, The latitude coordinate of this job's location. (required)
+  lng: number, The longitude coordinate of this job's location. (required)
+  title: string, Job title (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A job.
+    "kind": "coordinate#job", # Identifies this object as a job.
+    "jobChange": [ # List of job changes since it was created. The first change corresponds to the state of the job when it was created.
+      { # Change to a job. For example assigning the job to a different worker.
+        "timestamp": "A String", # Time at which this change was applied.
+        "kind": "coordinate#jobChange", # Identifies this object as a job change.
+        "state": { # Current state of a job. # Change applied to the job. Only the fields that were changed are set.
+          "kind": "coordinate#jobState", # Identifies this object as a job state.
+          "customerName": "A String", # Customer name.
+          "title": "A String", # Job title.
+          "note": [ # Note added to the job.
+            "A String",
+          ],
+          "assignee": "A String", # Email address of the assignee.
+          "customerPhoneNumber": "A String", # Customer phone number.
+          "location": { # Location of a job. # Job location.
+            "lat": 3.14, # Latitude.
+            "kind": "coordinate#location", # Identifies this object as a location.
+            "addressLine": [ # Address.
+              "A String",
+            ],
+            "lng": 3.14, # Longitude.
+          },
+          "progress": "A String", # Job progress.
+        },
+      },
+    ],
+    "id": "A String", # Job id.
+    "state": { # Current state of a job. # Current job state.
+      "kind": "coordinate#jobState", # Identifies this object as a job state.
+      "customerName": "A String", # Customer name.
+      "title": "A String", # Job title.
+      "note": [ # Note added to the job.
+        "A String",
+      ],
+      "assignee": "A String", # Email address of the assignee.
+      "customerPhoneNumber": "A String", # Customer phone number.
+      "location": { # Location of a job. # Job location.
+        "lat": 3.14, # Latitude.
+        "kind": "coordinate#location", # Identifies this object as a location.
+        "addressLine": [ # Address.
+          "A String",
+        ],
+        "lng": 3.14, # Longitude.
+      },
+      "progress": "A String", # Job progress.
+    },
+  }
+
+  note: string, Job note as newline (Unix) separated string
+  customerName: string, Customer name
+  assignee: string, Assignee email address
+  customerPhoneNumber: string, Customer phone number
+
+Returns:
+  An object of the form:
+
+    { # A job.
+      "kind": "coordinate#job", # Identifies this object as a job.
+      "jobChange": [ # List of job changes since it was created. The first change corresponds to the state of the job when it was created.
+        { # Change to a job. For example assigning the job to a different worker.
+          "timestamp": "A String", # Time at which this change was applied.
+          "kind": "coordinate#jobChange", # Identifies this object as a job change.
+          "state": { # Current state of a job. # Change applied to the job. Only the fields that were changed are set.
+            "kind": "coordinate#jobState", # Identifies this object as a job state.
+            "customerName": "A String", # Customer name.
+            "title": "A String", # Job title.
+            "note": [ # Note added to the job.
+              "A String",
+            ],
+            "assignee": "A String", # Email address of the assignee.
+            "customerPhoneNumber": "A String", # Customer phone number.
+            "location": { # Location of a job. # Job location.
+              "lat": 3.14, # Latitude.
+              "kind": "coordinate#location", # Identifies this object as a location.
+              "addressLine": [ # Address.
+                "A String",
+              ],
+              "lng": 3.14, # Longitude.
+            },
+            "progress": "A String", # Job progress.
+          },
+        },
+      ],
+      "id": "A String", # Job id.
+      "state": { # Current state of a job. # Current job state.
+        "kind": "coordinate#jobState", # Identifies this object as a job state.
+        "customerName": "A String", # Customer name.
+        "title": "A String", # Job title.
+        "note": [ # Note added to the job.
+          "A String",
+        ],
+        "assignee": "A String", # Email address of the assignee.
+        "customerPhoneNumber": "A String", # Customer phone number.
+        "location": { # Location of a job. # Job location.
+          "lat": 3.14, # Latitude.
+          "kind": "coordinate#location", # Identifies this object as a location.
+          "addressLine": [ # Address.
+            "A String",
+          ],
+          "lng": 3.14, # Longitude.
+        },
+        "progress": "A String", # Job progress.
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(teamId, pageToken=None, minModifiedTimestampMs=None, maxResults=None)</code>
+  <pre>Retrieves jobs created or modified since the given timestamp.
+
+Args:
+  teamId: string, Team ID (required)
+  pageToken: string, Continuation token
+  minModifiedTimestampMs: string, Minimum time a job was modified in milliseconds since epoch.
+  maxResults: integer, Maximum number of results to return in one page.
+
+Returns:
+  An object of the form:
+
+    { # Response from a List Jobs request.
+    "nextPageToken": "A String", # A token to provide to get the next page of results.
+    "items": [ # Jobs in the collection.
+      { # A job.
+          "kind": "coordinate#job", # Identifies this object as a job.
+          "jobChange": [ # List of job changes since it was created. The first change corresponds to the state of the job when it was created.
+            { # Change to a job. For example assigning the job to a different worker.
+              "timestamp": "A String", # Time at which this change was applied.
+              "kind": "coordinate#jobChange", # Identifies this object as a job change.
+              "state": { # Current state of a job. # Change applied to the job. Only the fields that were changed are set.
+                "kind": "coordinate#jobState", # Identifies this object as a job state.
+                "customerName": "A String", # Customer name.
+                "title": "A String", # Job title.
+                "note": [ # Note added to the job.
+                  "A String",
+                ],
+                "assignee": "A String", # Email address of the assignee.
+                "customerPhoneNumber": "A String", # Customer phone number.
+                "location": { # Location of a job. # Job location.
+                  "lat": 3.14, # Latitude.
+                  "kind": "coordinate#location", # Identifies this object as a location.
+                  "addressLine": [ # Address.
+                    "A String",
+                  ],
+                  "lng": 3.14, # Longitude.
+                },
+                "progress": "A String", # Job progress.
+              },
+            },
+          ],
+          "id": "A String", # Job id.
+          "state": { # Current state of a job. # Current job state.
+            "kind": "coordinate#jobState", # Identifies this object as a job state.
+            "customerName": "A String", # Customer name.
+            "title": "A String", # Job title.
+            "note": [ # Note added to the job.
+              "A String",
+            ],
+            "assignee": "A String", # Email address of the assignee.
+            "customerPhoneNumber": "A String", # Customer phone number.
+            "location": { # Location of a job. # Job location.
+              "lat": 3.14, # Latitude.
+              "kind": "coordinate#location", # Identifies this object as a location.
+              "addressLine": [ # Address.
+                "A String",
+              ],
+              "lng": 3.14, # Longitude.
+            },
+            "progress": "A String", # Job progress.
+          },
+        },
+    ],
+    "kind": "coordinate#jobList", # Identifies this object as a list of jobs.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(teamId, jobId, body, customerName=None, assignee=None, customerPhoneNumber=None, lng=None, note=None, title=None, progress=None, address=None, lat=None)</code>
+  <pre>Updates a job. Fields that are set in the job state will be updated. This method supports patch semantics.
+
+Args:
+  teamId: string, Team ID (required)
+  jobId: string, Job number (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A job.
+    "kind": "coordinate#job", # Identifies this object as a job.
+    "jobChange": [ # List of job changes since it was created. The first change corresponds to the state of the job when it was created.
+      { # Change to a job. For example assigning the job to a different worker.
+        "timestamp": "A String", # Time at which this change was applied.
+        "kind": "coordinate#jobChange", # Identifies this object as a job change.
+        "state": { # Current state of a job. # Change applied to the job. Only the fields that were changed are set.
+          "kind": "coordinate#jobState", # Identifies this object as a job state.
+          "customerName": "A String", # Customer name.
+          "title": "A String", # Job title.
+          "note": [ # Note added to the job.
+            "A String",
+          ],
+          "assignee": "A String", # Email address of the assignee.
+          "customerPhoneNumber": "A String", # Customer phone number.
+          "location": { # Location of a job. # Job location.
+            "lat": 3.14, # Latitude.
+            "kind": "coordinate#location", # Identifies this object as a location.
+            "addressLine": [ # Address.
+              "A String",
+            ],
+            "lng": 3.14, # Longitude.
+          },
+          "progress": "A String", # Job progress.
+        },
+      },
+    ],
+    "id": "A String", # Job id.
+    "state": { # Current state of a job. # Current job state.
+      "kind": "coordinate#jobState", # Identifies this object as a job state.
+      "customerName": "A String", # Customer name.
+      "title": "A String", # Job title.
+      "note": [ # Note added to the job.
+        "A String",
+      ],
+      "assignee": "A String", # Email address of the assignee.
+      "customerPhoneNumber": "A String", # Customer phone number.
+      "location": { # Location of a job. # Job location.
+        "lat": 3.14, # Latitude.
+        "kind": "coordinate#location", # Identifies this object as a location.
+        "addressLine": [ # Address.
+          "A String",
+        ],
+        "lng": 3.14, # Longitude.
+      },
+      "progress": "A String", # Job progress.
+    },
+  }
+
+  customerName: string, Customer name
+  assignee: string, Assignee email address
+  customerPhoneNumber: string, Customer phone number
+  lng: number, The longitude coordinate of this job's location.
+  note: string, Job note as newline (Unix) separated string
+  title: string, Job title
+  progress: string, Job progress
+    Allowed values
+      COMPLETED - Completed
+      IN_PROGRESS - In progress
+      NOT_ACCEPTED - Not accepted
+      NOT_STARTED - Not started
+      OBSOLETE - Obsolete
+  address: string, Job address as newline (Unix) separated string
+  lat: number, The latitude coordinate of this job's location.
+
+Returns:
+  An object of the form:
+
+    { # A job.
+      "kind": "coordinate#job", # Identifies this object as a job.
+      "jobChange": [ # List of job changes since it was created. The first change corresponds to the state of the job when it was created.
+        { # Change to a job. For example assigning the job to a different worker.
+          "timestamp": "A String", # Time at which this change was applied.
+          "kind": "coordinate#jobChange", # Identifies this object as a job change.
+          "state": { # Current state of a job. # Change applied to the job. Only the fields that were changed are set.
+            "kind": "coordinate#jobState", # Identifies this object as a job state.
+            "customerName": "A String", # Customer name.
+            "title": "A String", # Job title.
+            "note": [ # Note added to the job.
+              "A String",
+            ],
+            "assignee": "A String", # Email address of the assignee.
+            "customerPhoneNumber": "A String", # Customer phone number.
+            "location": { # Location of a job. # Job location.
+              "lat": 3.14, # Latitude.
+              "kind": "coordinate#location", # Identifies this object as a location.
+              "addressLine": [ # Address.
+                "A String",
+              ],
+              "lng": 3.14, # Longitude.
+            },
+            "progress": "A String", # Job progress.
+          },
+        },
+      ],
+      "id": "A String", # Job id.
+      "state": { # Current state of a job. # Current job state.
+        "kind": "coordinate#jobState", # Identifies this object as a job state.
+        "customerName": "A String", # Customer name.
+        "title": "A String", # Job title.
+        "note": [ # Note added to the job.
+          "A String",
+        ],
+        "assignee": "A String", # Email address of the assignee.
+        "customerPhoneNumber": "A String", # Customer phone number.
+        "location": { # Location of a job. # Job location.
+          "lat": 3.14, # Latitude.
+          "kind": "coordinate#location", # Identifies this object as a location.
+          "addressLine": [ # Address.
+            "A String",
+          ],
+          "lng": 3.14, # Longitude.
+        },
+        "progress": "A String", # Job progress.
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(teamId, jobId, body, customerName=None, assignee=None, customerPhoneNumber=None, lng=None, note=None, title=None, progress=None, address=None, lat=None)</code>
+  <pre>Updates a job. Fields that are set in the job state will be updated.
+
+Args:
+  teamId: string, Team ID (required)
+  jobId: string, Job number (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A job.
+    "kind": "coordinate#job", # Identifies this object as a job.
+    "jobChange": [ # List of job changes since it was created. The first change corresponds to the state of the job when it was created.
+      { # Change to a job. For example assigning the job to a different worker.
+        "timestamp": "A String", # Time at which this change was applied.
+        "kind": "coordinate#jobChange", # Identifies this object as a job change.
+        "state": { # Current state of a job. # Change applied to the job. Only the fields that were changed are set.
+          "kind": "coordinate#jobState", # Identifies this object as a job state.
+          "customerName": "A String", # Customer name.
+          "title": "A String", # Job title.
+          "note": [ # Note added to the job.
+            "A String",
+          ],
+          "assignee": "A String", # Email address of the assignee.
+          "customerPhoneNumber": "A String", # Customer phone number.
+          "location": { # Location of a job. # Job location.
+            "lat": 3.14, # Latitude.
+            "kind": "coordinate#location", # Identifies this object as a location.
+            "addressLine": [ # Address.
+              "A String",
+            ],
+            "lng": 3.14, # Longitude.
+          },
+          "progress": "A String", # Job progress.
+        },
+      },
+    ],
+    "id": "A String", # Job id.
+    "state": { # Current state of a job. # Current job state.
+      "kind": "coordinate#jobState", # Identifies this object as a job state.
+      "customerName": "A String", # Customer name.
+      "title": "A String", # Job title.
+      "note": [ # Note added to the job.
+        "A String",
+      ],
+      "assignee": "A String", # Email address of the assignee.
+      "customerPhoneNumber": "A String", # Customer phone number.
+      "location": { # Location of a job. # Job location.
+        "lat": 3.14, # Latitude.
+        "kind": "coordinate#location", # Identifies this object as a location.
+        "addressLine": [ # Address.
+          "A String",
+        ],
+        "lng": 3.14, # Longitude.
+      },
+      "progress": "A String", # Job progress.
+    },
+  }
+
+  customerName: string, Customer name
+  assignee: string, Assignee email address
+  customerPhoneNumber: string, Customer phone number
+  lng: number, The longitude coordinate of this job's location.
+  note: string, Job note as newline (Unix) separated string
+  title: string, Job title
+  progress: string, Job progress
+    Allowed values
+      COMPLETED - Completed
+      IN_PROGRESS - In progress
+      NOT_ACCEPTED - Not accepted
+      NOT_STARTED - Not started
+      OBSOLETE - Obsolete
+  address: string, Job address as newline (Unix) separated string
+  lat: number, The latitude coordinate of this job's location.
+
+Returns:
+  An object of the form:
+
+    { # A job.
+      "kind": "coordinate#job", # Identifies this object as a job.
+      "jobChange": [ # List of job changes since it was created. The first change corresponds to the state of the job when it was created.
+        { # Change to a job. For example assigning the job to a different worker.
+          "timestamp": "A String", # Time at which this change was applied.
+          "kind": "coordinate#jobChange", # Identifies this object as a job change.
+          "state": { # Current state of a job. # Change applied to the job. Only the fields that were changed are set.
+            "kind": "coordinate#jobState", # Identifies this object as a job state.
+            "customerName": "A String", # Customer name.
+            "title": "A String", # Job title.
+            "note": [ # Note added to the job.
+              "A String",
+            ],
+            "assignee": "A String", # Email address of the assignee.
+            "customerPhoneNumber": "A String", # Customer phone number.
+            "location": { # Location of a job. # Job location.
+              "lat": 3.14, # Latitude.
+              "kind": "coordinate#location", # Identifies this object as a location.
+              "addressLine": [ # Address.
+                "A String",
+              ],
+              "lng": 3.14, # Longitude.
+            },
+            "progress": "A String", # Job progress.
+          },
+        },
+      ],
+      "id": "A String", # Job id.
+      "state": { # Current state of a job. # Current job state.
+        "kind": "coordinate#jobState", # Identifies this object as a job state.
+        "customerName": "A String", # Customer name.
+        "title": "A String", # Job title.
+        "note": [ # Note added to the job.
+          "A String",
+        ],
+        "assignee": "A String", # Email address of the assignee.
+        "customerPhoneNumber": "A String", # Customer phone number.
+        "location": { # Location of a job. # Job location.
+          "lat": 3.14, # Latitude.
+          "kind": "coordinate#location", # Identifies this object as a location.
+          "addressLine": [ # Address.
+            "A String",
+          ],
+          "lng": 3.14, # Longitude.
+        },
+        "progress": "A String", # Job progress.
+      },
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/customsearch.v1.cse.html b/docs/dyn/customsearch.v1.cse.html
deleted file mode 100644
index 432b48f..0000000
--- a/docs/dyn/customsearch.v1.cse.html
+++ /dev/null
@@ -1,231 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;metadata&nbsp;about&nbsp;the&nbsp;search&nbsp;performed,&nbsp;metadata&nbsp;about&nbsp;the&nbsp;custom&nbsp;search&nbsp;engine&nbsp;used&nbsp;for&nbsp;the&nbsp;search,&nbsp;and&nbsp;the&nbsp;search&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;dateRestrict:&nbsp;string,&nbsp;Specifies&nbsp;all&nbsp;search&nbsp;results&nbsp;are&nbsp;from&nbsp;a&nbsp;time&nbsp;period<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Sets&nbsp;the&nbsp;user&nbsp;interface&nbsp;language.<br>
-&nbsp;&nbsp;orTerms:&nbsp;string,&nbsp;Provides&nbsp;additional&nbsp;search&nbsp;terms&nbsp;to&nbsp;check&nbsp;for&nbsp;in&nbsp;a&nbsp;document,&nbsp;where&nbsp;each&nbsp;document&nbsp;in&nbsp;the&nbsp;search&nbsp;results&nbsp;must&nbsp;contain&nbsp;at&nbsp;least&nbsp;one&nbsp;of&nbsp;the&nbsp;additional&nbsp;search&nbsp;terms<br>
-&nbsp;&nbsp;highRange:&nbsp;string,&nbsp;Creates&nbsp;a&nbsp;range&nbsp;in&nbsp;form&nbsp;as_nlo&nbsp;value..as_nhi&nbsp;value&nbsp;and&nbsp;attempts&nbsp;to&nbsp;append&nbsp;it&nbsp;to&nbsp;query<br>
-&nbsp;&nbsp;num:&nbsp;integer,&nbsp;Number&nbsp;of&nbsp;search&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;cr:&nbsp;string,&nbsp;Country&nbsp;restrict(s).<br>
-&nbsp;&nbsp;imgType:&nbsp;string,&nbsp;Returns&nbsp;images&nbsp;of&nbsp;a&nbsp;type,&nbsp;which&nbsp;can&nbsp;be&nbsp;one&nbsp;of:&nbsp;clipart,&nbsp;face,&nbsp;lineart,&nbsp;news,&nbsp;and&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;clipart&nbsp;-&nbsp;clipart<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;face&nbsp;-&nbsp;face<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lineart&nbsp;-&nbsp;lineart<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;news&nbsp;-&nbsp;news<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;photo&nbsp;-&nbsp;photo<br>
-&nbsp;&nbsp;relatedSite:&nbsp;string,&nbsp;Specifies&nbsp;that&nbsp;all&nbsp;search&nbsp;results&nbsp;should&nbsp;be&nbsp;pages&nbsp;that&nbsp;are&nbsp;related&nbsp;to&nbsp;the&nbsp;specified&nbsp;URL<br>
-&nbsp;&nbsp;filter:&nbsp;string,&nbsp;Controls&nbsp;turning&nbsp;on&nbsp;or&nbsp;off&nbsp;the&nbsp;duplicate&nbsp;content&nbsp;filter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;-&nbsp;Turns&nbsp;off&nbsp;duplicate&nbsp;content&nbsp;filter.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;-&nbsp;Turns&nbsp;on&nbsp;duplicate&nbsp;content&nbsp;filter.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;gl:&nbsp;string,&nbsp;Geolocation&nbsp;of&nbsp;end&nbsp;user.<br>
-&nbsp;&nbsp;searchType:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;search&nbsp;type:&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;image&nbsp;-&nbsp;custom&nbsp;image&nbsp;search<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;fileType:&nbsp;string,&nbsp;Returns&nbsp;images&nbsp;of&nbsp;a&nbsp;specified&nbsp;type.&nbsp;Some&nbsp;of&nbsp;the&nbsp;allowed&nbsp;values&nbsp;are:&nbsp;bmp,&nbsp;gif,&nbsp;png,&nbsp;jpg,&nbsp;svg,&nbsp;pdf,&nbsp;...<br>
-&nbsp;&nbsp;start:&nbsp;integer,&nbsp;The&nbsp;index&nbsp;of&nbsp;the&nbsp;first&nbsp;result&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;imgDominantColor:&nbsp;string,&nbsp;Returns&nbsp;images&nbsp;of&nbsp;a&nbsp;specific&nbsp;dominant&nbsp;color:&nbsp;yellow,&nbsp;green,&nbsp;teal,&nbsp;blue,&nbsp;purple,&nbsp;pink,&nbsp;white,&nbsp;gray,&nbsp;black&nbsp;and&nbsp;brown.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;black&nbsp;-&nbsp;black<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blue&nbsp;-&nbsp;blue<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;brown&nbsp;-&nbsp;brown<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gray&nbsp;-&nbsp;gray<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;green&nbsp;-&nbsp;green<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pink&nbsp;-&nbsp;pink<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;purple&nbsp;-&nbsp;purple<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;teal&nbsp;-&nbsp;teal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;white&nbsp;-&nbsp;white<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;yellow&nbsp;-&nbsp;yellow<br>
-&nbsp;&nbsp;lr:&nbsp;string,&nbsp;The&nbsp;language&nbsp;restriction&nbsp;for&nbsp;the&nbsp;search&nbsp;results<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_ar&nbsp;-&nbsp;Arabic<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_bg&nbsp;-&nbsp;Bulgarian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_ca&nbsp;-&nbsp;Catalan<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_cs&nbsp;-&nbsp;Czech<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_da&nbsp;-&nbsp;Danish<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_de&nbsp;-&nbsp;German<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_el&nbsp;-&nbsp;Greek<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_en&nbsp;-&nbsp;English<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_es&nbsp;-&nbsp;Spanish<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_et&nbsp;-&nbsp;Estonian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_fi&nbsp;-&nbsp;Finnish<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_fr&nbsp;-&nbsp;French<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_hr&nbsp;-&nbsp;Croatian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_hu&nbsp;-&nbsp;Hungarian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_id&nbsp;-&nbsp;Indonesian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_is&nbsp;-&nbsp;Icelandic<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_it&nbsp;-&nbsp;Italian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_iw&nbsp;-&nbsp;Hebrew<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_ja&nbsp;-&nbsp;Japanese<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_ko&nbsp;-&nbsp;Korean<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_lt&nbsp;-&nbsp;Lithuanian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_lv&nbsp;-&nbsp;Latvian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_nl&nbsp;-&nbsp;Dutch<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_no&nbsp;-&nbsp;Norwegian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_pl&nbsp;-&nbsp;Polish<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_pt&nbsp;-&nbsp;Portuguese<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_ro&nbsp;-&nbsp;Romanian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_ru&nbsp;-&nbsp;Russian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_sk&nbsp;-&nbsp;Slovak<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_sl&nbsp;-&nbsp;Slovenian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_sr&nbsp;-&nbsp;Serbian<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_sv&nbsp;-&nbsp;Swedish<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_tr&nbsp;-&nbsp;Turkish<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_zh-CN&nbsp;-&nbsp;Chinese&nbsp;(Simplified)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lang_zh-TW&nbsp;-&nbsp;Chinese&nbsp;(Traditional)<br>
-&nbsp;&nbsp;siteSearch:&nbsp;string,&nbsp;Specifies&nbsp;all&nbsp;search&nbsp;results&nbsp;should&nbsp;be&nbsp;pages&nbsp;from&nbsp;a&nbsp;given&nbsp;site<br>
-&nbsp;&nbsp;cref:&nbsp;string,&nbsp;The&nbsp;URL&nbsp;of&nbsp;a&nbsp;linked&nbsp;custom&nbsp;search&nbsp;engine<br>
-&nbsp;&nbsp;sort:&nbsp;string,&nbsp;The&nbsp;sort&nbsp;expression&nbsp;to&nbsp;apply&nbsp;to&nbsp;the&nbsp;results<br>
-&nbsp;&nbsp;hq:&nbsp;string,&nbsp;Appends&nbsp;the&nbsp;extra&nbsp;query&nbsp;terms&nbsp;to&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;c2coff:&nbsp;string,&nbsp;Turns&nbsp;off&nbsp;the&nbsp;translation&nbsp;between&nbsp;zh-CN&nbsp;and&nbsp;zh-TW.<br>
-&nbsp;&nbsp;googlehost:&nbsp;string,&nbsp;The&nbsp;local&nbsp;Google&nbsp;domain&nbsp;to&nbsp;use&nbsp;to&nbsp;perform&nbsp;the&nbsp;search.<br>
-&nbsp;&nbsp;safe:&nbsp;string,&nbsp;Search&nbsp;safety&nbsp;level<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;high&nbsp;-&nbsp;Enables&nbsp;highest&nbsp;level&nbsp;of&nbsp;safe&nbsp;search&nbsp;filtering.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;medium&nbsp;-&nbsp;Enables&nbsp;moderate&nbsp;safe&nbsp;search&nbsp;filtering.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;off&nbsp;-&nbsp;Disables&nbsp;safe&nbsp;search&nbsp;filtering.<br>
-&nbsp;&nbsp;exactTerms:&nbsp;string,&nbsp;Identifies&nbsp;a&nbsp;phrase&nbsp;that&nbsp;all&nbsp;documents&nbsp;in&nbsp;the&nbsp;search&nbsp;results&nbsp;must&nbsp;contain<br>
-&nbsp;&nbsp;lowRange:&nbsp;string,&nbsp;Creates&nbsp;a&nbsp;range&nbsp;in&nbsp;form&nbsp;as_nlo&nbsp;value..as_nhi&nbsp;value&nbsp;and&nbsp;attempts&nbsp;to&nbsp;append&nbsp;it&nbsp;to&nbsp;query<br>
-&nbsp;&nbsp;imgSize:&nbsp;string,&nbsp;Returns&nbsp;images&nbsp;of&nbsp;a&nbsp;specified&nbsp;size,&nbsp;where&nbsp;size&nbsp;can&nbsp;be&nbsp;one&nbsp;of:&nbsp;icon,&nbsp;small,&nbsp;medium,&nbsp;large,&nbsp;xlarge,&nbsp;xxlarge,&nbsp;and&nbsp;huge.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;huge&nbsp;-&nbsp;huge<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;icon&nbsp;-&nbsp;icon<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;large&nbsp;-&nbsp;large<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;medium&nbsp;-&nbsp;medium<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;small&nbsp;-&nbsp;small<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xlarge&nbsp;-&nbsp;xlarge<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xxlarge&nbsp;-&nbsp;xxlarge<br>
-&nbsp;&nbsp;imgColorType:&nbsp;string,&nbsp;Returns&nbsp;black&nbsp;and&nbsp;white,&nbsp;grayscale,&nbsp;or&nbsp;color&nbsp;images:&nbsp;mono,&nbsp;gray,&nbsp;and&nbsp;color.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color&nbsp;-&nbsp;color<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;gray&nbsp;-&nbsp;gray<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mono&nbsp;-&nbsp;mono<br>
-&nbsp;&nbsp;rights:&nbsp;string,&nbsp;Filters&nbsp;based&nbsp;on&nbsp;licensing.&nbsp;Supported&nbsp;values&nbsp;include:&nbsp;cc_publicdomain,&nbsp;cc_attribute,&nbsp;cc_sharealike,&nbsp;cc_noncommercial,&nbsp;cc_nonderived&nbsp;and&nbsp;combinations&nbsp;of&nbsp;these.<br>
-&nbsp;&nbsp;excludeTerms:&nbsp;string,&nbsp;Identifies&nbsp;a&nbsp;word&nbsp;or&nbsp;phrase&nbsp;that&nbsp;should&nbsp;not&nbsp;appear&nbsp;in&nbsp;any&nbsp;documents&nbsp;in&nbsp;the&nbsp;search&nbsp;results<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Query&nbsp;(required)<br>
-&nbsp;&nbsp;linkSite:&nbsp;string,&nbsp;Specifies&nbsp;that&nbsp;all&nbsp;search&nbsp;results&nbsp;should&nbsp;contain&nbsp;a&nbsp;link&nbsp;to&nbsp;a&nbsp;particular&nbsp;URL<br>
-&nbsp;&nbsp;cx:&nbsp;string,&nbsp;The&nbsp;custom&nbsp;search&nbsp;engine&nbsp;ID&nbsp;to&nbsp;scope&nbsp;this&nbsp;search&nbsp;query<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;siteSearchFilter:&nbsp;string,&nbsp;Controls&nbsp;whether&nbsp;to&nbsp;include&nbsp;or&nbsp;exclude&nbsp;results&nbsp;from&nbsp;the&nbsp;site&nbsp;named&nbsp;in&nbsp;the&nbsp;as_sitesearch&nbsp;parameter<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;e&nbsp;-&nbsp;exclude<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;i&nbsp;-&nbsp;include<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"promotions":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayLink":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlTitle":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"bodyLines":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlTitle":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"source":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"customsearch#search",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"application/json",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"template":&nbsp;"https://www.googleapis.com/customsearch/v1?q={searchTerms}&amp;num={count?}&amp;start={startIndex?}&amp;lr={language?}&amp;safe={safe?}&amp;cx={cx?}&amp;cref={cref?}&amp;sort={sort?}&amp;filter={filter?}&amp;gl={gl?}&amp;cr={cr?}&amp;googlehost={googleHost?}&amp;c2coff={disableCnTwTranslation?}&amp;hq={hq?}&amp;hl={hl?}&amp;siteSearch={siteSearch?}&amp;siteSearchFilter={siteSearchFilter?}&amp;exactTerms={exactTerms?}&amp;excludeTerms={excludeTerms?}&amp;linkSite={linkSite?}&amp;orTerms={orTerms?}&amp;relatedSite={relatedSite?}&amp;dateRestrict={dateRestrict?}&amp;lowRange={lowRange?}&amp;highRange={highRange?}&amp;searchType={searchType}&amp;fileType={fileType?}&amp;rights={rights?}&amp;imgSize={imgSize?}&amp;imgType={imgType?}&amp;imgColorType={imgColorType?}&amp;imgDominantColor={imgDominantColor?}&amp;alt=json",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"snippet":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"customsearch#result",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayLink":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cacheId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formattedUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlFormattedUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"pagemap":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlTitle":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlSnippet":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnailWidth":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"byteSize":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contextLink":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnailLink":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnailHeight":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mime":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fileFormat":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"context":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"facets":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anchor":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"label":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"queries":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"spelling":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"correctedQuery":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlCorrectedQuery":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"searchInformation":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formattedSearchTime":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formattedTotalResults":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalResults":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchTime":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/customsearch.v1.html b/docs/dyn/customsearch.v1.html
deleted file mode 100644
index 675913a..0000000
--- a/docs/dyn/customsearch.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-cse"><strong><a href="customsearch.v1.cse.html">cse</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/customsearch_v1.cse.html b/docs/dyn/customsearch_v1.cse.html
new file mode 100644
index 0000000..21f149b
--- /dev/null
+++ b/docs/dyn/customsearch_v1.cse.html
@@ -0,0 +1,285 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="customsearch_v1.html">CustomSearch API</a> . <a href="customsearch_v1.cse.html">cse</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(q, dateRestrict=None, hl=None, orTerms=None, highRange=None, num=None, cr=None, imgType=None, relatedSite=None, filter=None, gl=None, searchType=None, fileType=None, start=None, imgDominantColor=None, lr=None, siteSearch=None, cref=None, sort=None, hq=None, c2coff=None, googlehost=None, safe=None, exactTerms=None, lowRange=None, imgSize=None, imgColorType=None, rights=None, excludeTerms=None, linkSite=None, cx=None, siteSearchFilter=None)</a></code></p>
+<p class="firstline">Returns metadata about the search performed, metadata about the custom search engine used for the search, and the search results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(q, dateRestrict=None, hl=None, orTerms=None, highRange=None, num=None, cr=None, imgType=None, relatedSite=None, filter=None, gl=None, searchType=None, fileType=None, start=None, imgDominantColor=None, lr=None, siteSearch=None, cref=None, sort=None, hq=None, c2coff=None, googlehost=None, safe=None, exactTerms=None, lowRange=None, imgSize=None, imgColorType=None, rights=None, excludeTerms=None, linkSite=None, cx=None, siteSearchFilter=None)</code>
+  <pre>Returns metadata about the search performed, metadata about the custom search engine used for the search, and the search results.
+
+Args:
+  q: string, Query (required)
+  dateRestrict: string, Specifies all search results are from a time period
+  hl: string, Sets the user interface language.
+  orTerms: string, Provides additional search terms to check for in a document, where each document in the search results must contain at least one of the additional search terms
+  highRange: string, Creates a range in form as_nlo value..as_nhi value and attempts to append it to query
+  num: integer, Number of search results to return
+  cr: string, Country restrict(s).
+  imgType: string, Returns images of a type, which can be one of: clipart, face, lineart, news, and photo.
+    Allowed values
+      clipart - clipart
+      face - face
+      lineart - lineart
+      news - news
+      photo - photo
+  relatedSite: string, Specifies that all search results should be pages that are related to the specified URL
+  filter: string, Controls turning on or off the duplicate content filter.
+    Allowed values
+      0 - Turns off duplicate content filter.
+      1 - Turns on duplicate content filter.
+  gl: string, Geolocation of end user.
+  searchType: string, Specifies the search type: image.
+    Allowed values
+      image - custom image search
+  fileType: string, Returns images of a specified type. Some of the allowed values are: bmp, gif, png, jpg, svg, pdf, ...
+  start: integer, The index of the first result to return
+  imgDominantColor: string, Returns images of a specific dominant color: yellow, green, teal, blue, purple, pink, white, gray, black and brown.
+    Allowed values
+      black - black
+      blue - blue
+      brown - brown
+      gray - gray
+      green - green
+      pink - pink
+      purple - purple
+      teal - teal
+      white - white
+      yellow - yellow
+  lr: string, The language restriction for the search results
+    Allowed values
+      lang_ar - Arabic
+      lang_bg - Bulgarian
+      lang_ca - Catalan
+      lang_cs - Czech
+      lang_da - Danish
+      lang_de - German
+      lang_el - Greek
+      lang_en - English
+      lang_es - Spanish
+      lang_et - Estonian
+      lang_fi - Finnish
+      lang_fr - French
+      lang_hr - Croatian
+      lang_hu - Hungarian
+      lang_id - Indonesian
+      lang_is - Icelandic
+      lang_it - Italian
+      lang_iw - Hebrew
+      lang_ja - Japanese
+      lang_ko - Korean
+      lang_lt - Lithuanian
+      lang_lv - Latvian
+      lang_nl - Dutch
+      lang_no - Norwegian
+      lang_pl - Polish
+      lang_pt - Portuguese
+      lang_ro - Romanian
+      lang_ru - Russian
+      lang_sk - Slovak
+      lang_sl - Slovenian
+      lang_sr - Serbian
+      lang_sv - Swedish
+      lang_tr - Turkish
+      lang_zh-CN - Chinese (Simplified)
+      lang_zh-TW - Chinese (Traditional)
+  siteSearch: string, Specifies all search results should be pages from a given site
+  cref: string, The URL of a linked custom search engine
+  sort: string, The sort expression to apply to the results
+  hq: string, Appends the extra query terms to the query.
+  c2coff: string, Turns off the translation between zh-CN and zh-TW.
+  googlehost: string, The local Google domain to use to perform the search.
+  safe: string, Search safety level
+    Allowed values
+      high - Enables highest level of safe search filtering.
+      medium - Enables moderate safe search filtering.
+      off - Disables safe search filtering.
+  exactTerms: string, Identifies a phrase that all documents in the search results must contain
+  lowRange: string, Creates a range in form as_nlo value..as_nhi value and attempts to append it to query
+  imgSize: string, Returns images of a specified size, where size can be one of: icon, small, medium, large, xlarge, xxlarge, and huge.
+    Allowed values
+      huge - huge
+      icon - icon
+      large - large
+      medium - medium
+      small - small
+      xlarge - xlarge
+      xxlarge - xxlarge
+  imgColorType: string, Returns black and white, grayscale, or color images: mono, gray, and color.
+    Allowed values
+      color - color
+      gray - gray
+      mono - mono
+  rights: string, Filters based on licensing. Supported values include: cc_publicdomain, cc_attribute, cc_sharealike, cc_noncommercial, cc_nonderived and combinations of these.
+  excludeTerms: string, Identifies a word or phrase that should not appear in any documents in the search results
+  linkSite: string, Specifies that all search results should contain a link to a particular URL
+  cx: string, The custom search engine ID to scope this search query
+  siteSearchFilter: string, Controls whether to include or exclude results from the site named in the as_sitesearch parameter
+    Allowed values
+      e - exclude
+      i - include
+
+Returns:
+  An object of the form:
+
+    {
+    "promotions": [
+      {
+        "title": "A String",
+        "displayLink": "A String",
+        "htmlTitle": "A String",
+        "link": "A String",
+        "bodyLines": [
+          {
+            "url": "A String",
+            "htmlTitle": "A String",
+            "link": "A String",
+            "title": "A String",
+          },
+        ],
+        "image": {
+          "source": "A String",
+          "width": 42,
+          "height": 42,
+        },
+      },
+    ],
+    "kind": "customsearch#search",
+    "url": {
+      "type": "application/json",
+      "template": "https://www.googleapis.com/customsearch/v1?q={searchTerms}&num={count?}&start={startIndex?}&lr={language?}&safe={safe?}&cx={cx?}&cref={cref?}&sort={sort?}&filter={filter?}&gl={gl?}&cr={cr?}&googlehost={googleHost?}&c2coff={disableCnTwTranslation?}&hq={hq?}&hl={hl?}&siteSearch={siteSearch?}&siteSearchFilter={siteSearchFilter?}&exactTerms={exactTerms?}&excludeTerms={excludeTerms?}&linkSite={linkSite?}&orTerms={orTerms?}&relatedSite={relatedSite?}&dateRestrict={dateRestrict?}&lowRange={lowRange?}&highRange={highRange?}&searchType={searchType}&fileType={fileType?}&rights={rights?}&imgSize={imgSize?}&imgType={imgType?}&imgColorType={imgColorType?}&imgDominantColor={imgDominantColor?}&alt=json",
+    },
+    "items": [
+      {
+        "snippet": "A String",
+        "kind": "customsearch#result",
+        "labels": [
+          {
+            "displayName": "A String",
+            "name": "A String",
+          },
+        ],
+        "title": "A String",
+        "displayLink": "A String",
+        "cacheId": "A String",
+        "formattedUrl": "A String",
+        "htmlFormattedUrl": "A String",
+        "pagemap": {
+        },
+        "htmlTitle": "A String",
+        "htmlSnippet": "A String",
+        "link": "A String",
+        "image": {
+          "thumbnailWidth": 42,
+          "byteSize": 42,
+          "height": 42,
+          "width": 42,
+          "contextLink": "A String",
+          "thumbnailLink": "A String",
+          "thumbnailHeight": 42,
+        },
+        "mime": "A String",
+        "fileFormat": "A String",
+      },
+    ],
+    "context": {
+      "facets": [
+        [
+          {
+            "anchor": "A String",
+            "label": "A String",
+          },
+        ],
+      ],
+      "title": "A String",
+    },
+    "queries": {
+    },
+    "spelling": {
+      "correctedQuery": "A String",
+      "htmlCorrectedQuery": "A String",
+    },
+    "searchInformation": {
+      "formattedSearchTime": "A String",
+      "formattedTotalResults": "A String",
+      "totalResults": "A String",
+      "searchTime": 3.14,
+    },
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/customsearch_v1.html b/docs/dyn/customsearch_v1.html
new file mode 100644
index 0000000..803bdc1
--- /dev/null
+++ b/docs/dyn/customsearch_v1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="customsearch_v1.html">CustomSearch API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="customsearch_v1.cse.html">cse()</a></code>
+</p>
+<p class="firstline">Returns the cse Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/dfareporting_v1.dimensionValues.html b/docs/dyn/dfareporting_v1.dimensionValues.html
new file mode 100644
index 0000000..3c87fc2
--- /dev/null
+++ b/docs/dyn/dfareporting_v1.dimensionValues.html
@@ -0,0 +1,143 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="dfareporting_v1.html">DFA Reporting API</a> . <a href="dfareporting_v1.dimensionValues.html">dimensionValues</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#query">query(profileId, body, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves list of report dimension values for a list of filters.</p>
+<p class="toc_element">
+  <code><a href="#query_next">query_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="query">query(profileId, body, pageToken=None, maxResults=None)</code>
+  <pre>Retrieves list of report dimension values for a list of filters.
+
+Args:
+  profileId: string, The DFA user profile id. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents a DimensionValuesRequest.
+    "dimensionName": "A String", # The name of the dimension values should be requested for.
+    "startDate": "A String", # The start date of the date range for which to retrieve dimension values. A string of the format: "yyyy-MM-dd".
+    "kind": "dfareporting#dimensionValueRequest", # Kind of request this is, in this case dfareporting#dimensionValueRequest.
+    "endDate": "A String", # The end date of the date range for which to retrieve dimension values. A string of the format: "yyyy-MM-dd".
+    "filters": [ # List of filters to filter values by. The filters are ANDed.
+      { # Represents a dimension filter.
+        "dimensionName": "A String", # The name of the dimension to filter.
+        "kind": "dfareporting#dimensionFilter", # Kind of resource this is, in this case dfareporting#dimensionFilter.
+        "value": "A String", # The value of the dimension to filter for.
+      },
+    ],
+  }
+
+  pageToken: string, The value of the nextToken from the previous result page.
+  maxResults: integer, Maximum number of results to return.
+
+Returns:
+  An object of the form:
+
+    { # Represents the list of DimensionValue resources.
+    "nextPageToken": "A String", # Continuation token used to page through dimension values. To retrieve the next page of results, set the next request's "pageToken" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.
+    "items": [ # The dimension values returned in this response.
+      { # Represents a DimensionValue resource.
+        "dimensionName": "A String", # Name of the dimension.
+        "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "id": "A String", # The ID associated with the value if available.
+        "value": "A String", # The value of the dimension.
+      },
+    ],
+    "kind": "dfareporting#dimensionValueList", # Kind of list this is, in this case dfareporting#dimensionValueList.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="query_next">query_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/dfareporting_v1.files.html b/docs/dyn/dfareporting_v1.files.html
new file mode 100644
index 0000000..14464e0
--- /dev/null
+++ b/docs/dyn/dfareporting_v1.files.html
@@ -0,0 +1,150 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="dfareporting_v1.html">DFA Reporting API</a> . <a href="dfareporting_v1.files.html">files</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(profileId, pageToken=None, sortField=None, maxResults=None, sortOrder=None)</a></code></p>
+<p class="firstline">Lists files for a user profile.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(profileId, pageToken=None, sortField=None, maxResults=None, sortOrder=None)</code>
+  <pre>Lists files for a user profile.
+
+Args:
+  profileId: string, The DFA profile id. (required)
+  pageToken: string, The value of the nextToken from the previous result page.
+  sortField: string, The field to sort the list by.
+    Allowed values
+      ID - Sort by file id.
+      LAST_MODIFIED_TIME - Sort by 'lastmodifiedAt' field.
+  maxResults: integer, Maximum number of results to return.
+  sortOrder: string, Order of sorted results, default is 'DESCENDING'.
+    Allowed values
+      ASCENDING - Ascending order.
+      DESCENDING - Descending order.
+
+Returns:
+  An object of the form:
+
+    { # Represents the list of File resources.
+    "nextPageToken": "A String", # Continuation token used to page through files. To retrieve the next page of results, set the next request's "pageToken" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.
+    "items": [ # The files returned in this response.
+      { # Represents a File resource. A File contains the meta-data for a report run. It shows the status of the run and holds the urls to the generated report data if the run is finished and the status is "REPORT_AVAILABLE".
+        "status": "A String", # The status of the report file, one of:
+            # - "PROCESSING"
+            # - "REPORT_AVAILABLE"
+            # - "FAILED"
+            # - "CANCELLED"
+        "kind": "dfareporting#file", # Kind of resource this is, in this case dfareporting#file.
+        "dateRange": { # The date range for which the file has report data.
+          "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+          "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+        },
+        "fileName": "A String", # The file name of the file.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "reportId": "A String", # The ID of the report this file was generated from.
+        "urls": { # The urls where the completed report file can be downloaded.
+          "csv": { # Urls for generated CSV data.
+            "browserUrl": "A String", # The url for downloading the report data through a browser.
+            "apiUrl": "A String", # The url for downloading the report data through the API.
+          },
+        },
+        "lastModifiedTime": "A String", # The timestamp in milliseconds since epoch when this file was last modified.
+        "id": "A String", # The unique ID of this report file.
+      },
+    ],
+    "kind": "dfareporting#fileList", # Kind of list this is, in this case dfareporting#fileList.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/dfareporting_v1.html b/docs/dyn/dfareporting_v1.html
new file mode 100644
index 0000000..2a207f9
--- /dev/null
+++ b/docs/dyn/dfareporting_v1.html
@@ -0,0 +1,97 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="dfareporting_v1.html">DFA Reporting API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="dfareporting_v1.dimensionValues.html">dimensionValues()</a></code>
+</p>
+<p class="firstline">Returns the dimensionValues Resource.</p>
+
+<p class="toc_element">
+  <code><a href="dfareporting_v1.files.html">files()</a></code>
+</p>
+<p class="firstline">Returns the files Resource.</p>
+
+<p class="toc_element">
+  <code><a href="dfareporting_v1.reports.html">reports()</a></code>
+</p>
+<p class="firstline">Returns the reports Resource.</p>
+
+<p class="toc_element">
+  <code><a href="dfareporting_v1.userProfiles.html">userProfiles()</a></code>
+</p>
+<p class="firstline">Returns the userProfiles Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/dfareporting_v1.reports.files.html b/docs/dyn/dfareporting_v1.reports.files.html
new file mode 100644
index 0000000..47a5cb7
--- /dev/null
+++ b/docs/dyn/dfareporting_v1.reports.files.html
@@ -0,0 +1,191 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="dfareporting_v1.html">DFA Reporting API</a> . <a href="dfareporting_v1.reports.html">reports</a> . <a href="dfareporting_v1.reports.files.html">files</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(profileId, reportId, fileId)</a></code></p>
+<p class="firstline">Retrieves a report file.</p>
+<p class="toc_element">
+  <code><a href="#list">list(profileId, reportId, pageToken=None, sortField=None, maxResults=None, sortOrder=None)</a></code></p>
+<p class="firstline">Lists files for a report.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(profileId, reportId, fileId)</code>
+  <pre>Retrieves a report file.
+
+Args:
+  profileId: string, The DFA profile id. (required)
+  reportId: string, The id of the report. (required)
+  fileId: string, The id of the report file. (required)
+
+Returns:
+  An object of the form:
+
+    { # Represents a File resource. A File contains the meta-data for a report run. It shows the status of the run and holds the urls to the generated report data if the run is finished and the status is "REPORT_AVAILABLE".
+    "status": "A String", # The status of the report file, one of:
+        # - "PROCESSING"
+        # - "REPORT_AVAILABLE"
+        # - "FAILED"
+        # - "CANCELLED"
+    "kind": "dfareporting#file", # Kind of resource this is, in this case dfareporting#file.
+    "dateRange": { # The date range for which the file has report data.
+      "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+      "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+    },
+    "fileName": "A String", # The file name of the file.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "reportId": "A String", # The ID of the report this file was generated from.
+    "urls": { # The urls where the completed report file can be downloaded.
+      "csv": { # Urls for generated CSV data.
+        "browserUrl": "A String", # The url for downloading the report data through a browser.
+        "apiUrl": "A String", # The url for downloading the report data through the API.
+      },
+    },
+    "lastModifiedTime": "A String", # The timestamp in milliseconds since epoch when this file was last modified.
+    "id": "A String", # The unique ID of this report file.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(profileId, reportId, pageToken=None, sortField=None, maxResults=None, sortOrder=None)</code>
+  <pre>Lists files for a report.
+
+Args:
+  profileId: string, The DFA profile id. (required)
+  reportId: string, The id of the parent report. (required)
+  pageToken: string, The value of the nextToken from the previous result page.
+  sortField: string, The field to sort the list by.
+    Allowed values
+      ID - Sort by file id.
+      LAST_MODIFIED_TIME - Sort by 'lastmodifiedAt' field.
+  maxResults: integer, Maximum number of results to return.
+  sortOrder: string, Order of sorted results, default is 'DESCENDING'.
+    Allowed values
+      ASCENDING - Ascending order.
+      DESCENDING - Descending order.
+
+Returns:
+  An object of the form:
+
+    { # Represents the list of File resources.
+    "nextPageToken": "A String", # Continuation token used to page through files. To retrieve the next page of results, set the next request's "pageToken" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.
+    "items": [ # The files returned in this response.
+      { # Represents a File resource. A File contains the meta-data for a report run. It shows the status of the run and holds the urls to the generated report data if the run is finished and the status is "REPORT_AVAILABLE".
+        "status": "A String", # The status of the report file, one of:
+            # - "PROCESSING"
+            # - "REPORT_AVAILABLE"
+            # - "FAILED"
+            # - "CANCELLED"
+        "kind": "dfareporting#file", # Kind of resource this is, in this case dfareporting#file.
+        "dateRange": { # The date range for which the file has report data.
+          "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+          "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+        },
+        "fileName": "A String", # The file name of the file.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "reportId": "A String", # The ID of the report this file was generated from.
+        "urls": { # The urls where the completed report file can be downloaded.
+          "csv": { # Urls for generated CSV data.
+            "browserUrl": "A String", # The url for downloading the report data through a browser.
+            "apiUrl": "A String", # The url for downloading the report data through the API.
+          },
+        },
+        "lastModifiedTime": "A String", # The timestamp in milliseconds since epoch when this file was last modified.
+        "id": "A String", # The unique ID of this report file.
+      },
+    ],
+    "kind": "dfareporting#fileList", # Kind of list this is, in this case dfareporting#fileList.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/dfareporting_v1.reports.html b/docs/dyn/dfareporting_v1.reports.html
new file mode 100644
index 0000000..fcf10d2
--- /dev/null
+++ b/docs/dyn/dfareporting_v1.reports.html
@@ -0,0 +1,1069 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="dfareporting_v1.html">DFA Reporting API</a> . <a href="dfareporting_v1.reports.html">reports</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="dfareporting_v1.reports.files.html">files()</a></code>
+</p>
+<p class="firstline">Returns the files Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#delete">delete(profileId, reportId)</a></code></p>
+<p class="firstline">Deletes a report by its id.</p>
+<p class="toc_element">
+  <code><a href="#get">get(profileId, reportId)</a></code></p>
+<p class="firstline">Retrieves a report by its id.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(profileId, body)</a></code></p>
+<p class="firstline">Creates a report.</p>
+<p class="toc_element">
+  <code><a href="#list">list(profileId, pageToken=None, sortField=None, maxResults=None, sortOrder=None)</a></code></p>
+<p class="firstline">Retrieves list of reports.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(profileId, reportId, body)</a></code></p>
+<p class="firstline">Updates a report. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#run">run(profileId, reportId, synchronous=None)</a></code></p>
+<p class="firstline">Runs a report.</p>
+<p class="toc_element">
+  <code><a href="#update">update(profileId, reportId, body)</a></code></p>
+<p class="firstline">Updates a report.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(profileId, reportId)</code>
+  <pre>Deletes a report by its id.
+
+Args:
+  profileId: string, The DFA user profile id. (required)
+  reportId: string, The id of the report. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(profileId, reportId)</code>
+  <pre>Retrieves a report by its id.
+
+Args:
+  profileId: string, The DFA user profile id. (required)
+  reportId: string, The id of the report. (required)
+
+Returns:
+  An object of the form:
+
+    { # Represents a Report resource.
+      "kind": "dfareporting#report", # Kind of resource this is, in this case dfareporting#report.
+      "subAccountId": "A String", # The subbaccount id this report belongs to if applicable.
+      "name": "A String", # The name of the report.
+      "schedule": { # The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not "TODAY".
+        "startDate": "A String", # Start date of date range for which scheduled reports should be run.
+        "runsOnDayOfMonth": "A String", # Enum to define for "MONTHLY" scheduled reports whether reports should be repeated on the same day of the month as "startDate" or the same day of the week of the month. Possible values are:
+            # - DAY_OF_MONTH
+            # - WEEK_OF_MONTH
+            # Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), "DAY_OF_MONTH" would run subsequent reports on the 2nd of every Month, and "WEEK_OF_MONTH" would run subsequent reports on the first Monday of the month.
+        "every": 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when "repeats" is either "DAILY", "WEEKLY" or "MONTHLY".
+        "expirationDate": "A String", # The expiration date when the scheduled report stops running.
+        "active": True or False, # Whether the schedule is active or not. Must be set to either true or false.
+        "repeats": "A String", # The interval the report is repeated for, one of:
+            # - "DAILY", also requires field "every" to be set.
+            # - "WEEKLY", also requires fields "every" and "repeatsOnWeekDays" to be set.
+            # - "TWICE_A_MONTH"
+            # - "MONTHLY", also requires fields "every" and "runsOnDayOfMonth" to be set.
+            # - "QUARTERLY"
+            # - "YEARLY"
+        "repeatsOnWeekDays": [ # List of week days "WEEKLY" scheduled reports should run on.
+          "A String",
+        ],
+      },
+      "ownerProfileId": "A String", # The user profile id of the owner of this report.
+      "fileName": "A String", # The file name used when generating report files for this report.
+      "etag": "A String", # ETag of this response for caching purposes.
+      "criteria": { # The report criteria.
+        "activities": { # Activity group.
+          "filters": [ # List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".
+            { # Represents a DimensionValue resource.
+              "dimensionName": "A String", # Name of the dimension.
+              "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+              "etag": "A String", # ETag of this response for caching purposes.
+              "id": "A String", # The ID associated with the value if available.
+              "value": "A String", # The value of the dimension.
+            },
+          ],
+          "metricNames": [ # List of names of floodlight activity metrics.
+            "A String",
+          ],
+        },
+        "dimensions": [ # The list of dimensions the report should include.
+          { # Represents a sorted dimension.
+            "kind": "dfareporting#sortedDimension", # Kind of resource this is, in this case dfareporting#sortedDimension.
+            "name": "A String", # The name of the dimension.
+            "sortOrder": "A String", # An optional sort order for the dimension column, one of:
+                # - "ASCENDING"
+                # - "DESCENDING"
+          },
+        ],
+        "metricNames": [ # The list of names of metrics the report should include.
+          "A String",
+        ],
+        "dateRange": { # The date range this report should be run for.
+          "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+          "relativeDateRange": "A String", # The date range relative to the date of when the report is run, one of:
+              # - "TODAY"
+              # - "YESTERDAY"
+              # - "WEEK_TO_DATE"
+              # - "MONTH_TO_DATE"
+              # - "QUARTER_TO_DATE"
+              # - "YEAR_TO_DATE"
+              # - "PREVIOUS_WEEK"
+              # - "PREVIOUS_MONTH"
+              # - "PREVIOUS_QUARTER"
+              # - "PREVIOUS_YEAR"
+              # - "LAST_7_DAYS"
+              # - "LAST_30_DAYS"
+              # - "LAST_90_DAYS"
+              # - "LAST_365_DAYS"
+              # - "LAST_24_MONTHS"
+          "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+        },
+        "dimensionFilters": [ # The list of filters dimensions are filtered on.
+            # Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
+          { # Represents a DimensionValue resource.
+            "dimensionName": "A String", # Name of the dimension.
+            "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+            "etag": "A String", # ETag of this response for caching purposes.
+            "id": "A String", # The ID associated with the value if available.
+            "value": "A String", # The value of the dimension.
+          },
+        ],
+        "customRichMediaEvents": { # Custom Rich Media Events group.
+          "filteredEventIds": [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
+            { # Represents a DimensionValue resource.
+              "dimensionName": "A String", # Name of the dimension.
+              "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+              "etag": "A String", # ETag of this response for caching purposes.
+              "id": "A String", # The ID associated with the value if available.
+              "value": "A String", # The value of the dimension.
+            },
+          ],
+        },
+      },
+      "lastModifiedTime": "A String", # The timestamp (in milliseconds since epoch) of when this report was last modified.
+      "type": "A String", # The type of the report, currently only "STANDARD" is supported.
+      "id": "A String", # The unique ID identifying this report resource.
+      "accountId": "A String", # The account id this report belongs to.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(profileId, body)</code>
+  <pre>Creates a report.
+
+Args:
+  profileId: string, The DFA user profile id. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents a Report resource.
+    "kind": "dfareporting#report", # Kind of resource this is, in this case dfareporting#report.
+    "subAccountId": "A String", # The subbaccount id this report belongs to if applicable.
+    "name": "A String", # The name of the report.
+    "schedule": { # The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not "TODAY".
+      "startDate": "A String", # Start date of date range for which scheduled reports should be run.
+      "runsOnDayOfMonth": "A String", # Enum to define for "MONTHLY" scheduled reports whether reports should be repeated on the same day of the month as "startDate" or the same day of the week of the month. Possible values are:
+          # - DAY_OF_MONTH
+          # - WEEK_OF_MONTH
+          # Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), "DAY_OF_MONTH" would run subsequent reports on the 2nd of every Month, and "WEEK_OF_MONTH" would run subsequent reports on the first Monday of the month.
+      "every": 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when "repeats" is either "DAILY", "WEEKLY" or "MONTHLY".
+      "expirationDate": "A String", # The expiration date when the scheduled report stops running.
+      "active": True or False, # Whether the schedule is active or not. Must be set to either true or false.
+      "repeats": "A String", # The interval the report is repeated for, one of:
+          # - "DAILY", also requires field "every" to be set.
+          # - "WEEKLY", also requires fields "every" and "repeatsOnWeekDays" to be set.
+          # - "TWICE_A_MONTH"
+          # - "MONTHLY", also requires fields "every" and "runsOnDayOfMonth" to be set.
+          # - "QUARTERLY"
+          # - "YEARLY"
+      "repeatsOnWeekDays": [ # List of week days "WEEKLY" scheduled reports should run on.
+        "A String",
+      ],
+    },
+    "ownerProfileId": "A String", # The user profile id of the owner of this report.
+    "fileName": "A String", # The file name used when generating report files for this report.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "criteria": { # The report criteria.
+      "activities": { # Activity group.
+        "filters": [ # List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".
+          { # Represents a DimensionValue resource.
+            "dimensionName": "A String", # Name of the dimension.
+            "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+            "etag": "A String", # ETag of this response for caching purposes.
+            "id": "A String", # The ID associated with the value if available.
+            "value": "A String", # The value of the dimension.
+          },
+        ],
+        "metricNames": [ # List of names of floodlight activity metrics.
+          "A String",
+        ],
+      },
+      "dimensions": [ # The list of dimensions the report should include.
+        { # Represents a sorted dimension.
+          "kind": "dfareporting#sortedDimension", # Kind of resource this is, in this case dfareporting#sortedDimension.
+          "name": "A String", # The name of the dimension.
+          "sortOrder": "A String", # An optional sort order for the dimension column, one of:
+              # - "ASCENDING"
+              # - "DESCENDING"
+        },
+      ],
+      "metricNames": [ # The list of names of metrics the report should include.
+        "A String",
+      ],
+      "dateRange": { # The date range this report should be run for.
+        "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+        "relativeDateRange": "A String", # The date range relative to the date of when the report is run, one of:
+            # - "TODAY"
+            # - "YESTERDAY"
+            # - "WEEK_TO_DATE"
+            # - "MONTH_TO_DATE"
+            # - "QUARTER_TO_DATE"
+            # - "YEAR_TO_DATE"
+            # - "PREVIOUS_WEEK"
+            # - "PREVIOUS_MONTH"
+            # - "PREVIOUS_QUARTER"
+            # - "PREVIOUS_YEAR"
+            # - "LAST_7_DAYS"
+            # - "LAST_30_DAYS"
+            # - "LAST_90_DAYS"
+            # - "LAST_365_DAYS"
+            # - "LAST_24_MONTHS"
+        "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+      },
+      "dimensionFilters": [ # The list of filters dimensions are filtered on.
+          # Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
+        { # Represents a DimensionValue resource.
+          "dimensionName": "A String", # Name of the dimension.
+          "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+          "etag": "A String", # ETag of this response for caching purposes.
+          "id": "A String", # The ID associated with the value if available.
+          "value": "A String", # The value of the dimension.
+        },
+      ],
+      "customRichMediaEvents": { # Custom Rich Media Events group.
+        "filteredEventIds": [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
+          { # Represents a DimensionValue resource.
+            "dimensionName": "A String", # Name of the dimension.
+            "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+            "etag": "A String", # ETag of this response for caching purposes.
+            "id": "A String", # The ID associated with the value if available.
+            "value": "A String", # The value of the dimension.
+          },
+        ],
+      },
+    },
+    "lastModifiedTime": "A String", # The timestamp (in milliseconds since epoch) of when this report was last modified.
+    "type": "A String", # The type of the report, currently only "STANDARD" is supported.
+    "id": "A String", # The unique ID identifying this report resource.
+    "accountId": "A String", # The account id this report belongs to.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Represents a Report resource.
+      "kind": "dfareporting#report", # Kind of resource this is, in this case dfareporting#report.
+      "subAccountId": "A String", # The subbaccount id this report belongs to if applicable.
+      "name": "A String", # The name of the report.
+      "schedule": { # The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not "TODAY".
+        "startDate": "A String", # Start date of date range for which scheduled reports should be run.
+        "runsOnDayOfMonth": "A String", # Enum to define for "MONTHLY" scheduled reports whether reports should be repeated on the same day of the month as "startDate" or the same day of the week of the month. Possible values are:
+            # - DAY_OF_MONTH
+            # - WEEK_OF_MONTH
+            # Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), "DAY_OF_MONTH" would run subsequent reports on the 2nd of every Month, and "WEEK_OF_MONTH" would run subsequent reports on the first Monday of the month.
+        "every": 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when "repeats" is either "DAILY", "WEEKLY" or "MONTHLY".
+        "expirationDate": "A String", # The expiration date when the scheduled report stops running.
+        "active": True or False, # Whether the schedule is active or not. Must be set to either true or false.
+        "repeats": "A String", # The interval the report is repeated for, one of:
+            # - "DAILY", also requires field "every" to be set.
+            # - "WEEKLY", also requires fields "every" and "repeatsOnWeekDays" to be set.
+            # - "TWICE_A_MONTH"
+            # - "MONTHLY", also requires fields "every" and "runsOnDayOfMonth" to be set.
+            # - "QUARTERLY"
+            # - "YEARLY"
+        "repeatsOnWeekDays": [ # List of week days "WEEKLY" scheduled reports should run on.
+          "A String",
+        ],
+      },
+      "ownerProfileId": "A String", # The user profile id of the owner of this report.
+      "fileName": "A String", # The file name used when generating report files for this report.
+      "etag": "A String", # ETag of this response for caching purposes.
+      "criteria": { # The report criteria.
+        "activities": { # Activity group.
+          "filters": [ # List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".
+            { # Represents a DimensionValue resource.
+              "dimensionName": "A String", # Name of the dimension.
+              "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+              "etag": "A String", # ETag of this response for caching purposes.
+              "id": "A String", # The ID associated with the value if available.
+              "value": "A String", # The value of the dimension.
+            },
+          ],
+          "metricNames": [ # List of names of floodlight activity metrics.
+            "A String",
+          ],
+        },
+        "dimensions": [ # The list of dimensions the report should include.
+          { # Represents a sorted dimension.
+            "kind": "dfareporting#sortedDimension", # Kind of resource this is, in this case dfareporting#sortedDimension.
+            "name": "A String", # The name of the dimension.
+            "sortOrder": "A String", # An optional sort order for the dimension column, one of:
+                # - "ASCENDING"
+                # - "DESCENDING"
+          },
+        ],
+        "metricNames": [ # The list of names of metrics the report should include.
+          "A String",
+        ],
+        "dateRange": { # The date range this report should be run for.
+          "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+          "relativeDateRange": "A String", # The date range relative to the date of when the report is run, one of:
+              # - "TODAY"
+              # - "YESTERDAY"
+              # - "WEEK_TO_DATE"
+              # - "MONTH_TO_DATE"
+              # - "QUARTER_TO_DATE"
+              # - "YEAR_TO_DATE"
+              # - "PREVIOUS_WEEK"
+              # - "PREVIOUS_MONTH"
+              # - "PREVIOUS_QUARTER"
+              # - "PREVIOUS_YEAR"
+              # - "LAST_7_DAYS"
+              # - "LAST_30_DAYS"
+              # - "LAST_90_DAYS"
+              # - "LAST_365_DAYS"
+              # - "LAST_24_MONTHS"
+          "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+        },
+        "dimensionFilters": [ # The list of filters dimensions are filtered on.
+            # Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
+          { # Represents a DimensionValue resource.
+            "dimensionName": "A String", # Name of the dimension.
+            "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+            "etag": "A String", # ETag of this response for caching purposes.
+            "id": "A String", # The ID associated with the value if available.
+            "value": "A String", # The value of the dimension.
+          },
+        ],
+        "customRichMediaEvents": { # Custom Rich Media Events group.
+          "filteredEventIds": [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
+            { # Represents a DimensionValue resource.
+              "dimensionName": "A String", # Name of the dimension.
+              "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+              "etag": "A String", # ETag of this response for caching purposes.
+              "id": "A String", # The ID associated with the value if available.
+              "value": "A String", # The value of the dimension.
+            },
+          ],
+        },
+      },
+      "lastModifiedTime": "A String", # The timestamp (in milliseconds since epoch) of when this report was last modified.
+      "type": "A String", # The type of the report, currently only "STANDARD" is supported.
+      "id": "A String", # The unique ID identifying this report resource.
+      "accountId": "A String", # The account id this report belongs to.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(profileId, pageToken=None, sortField=None, maxResults=None, sortOrder=None)</code>
+  <pre>Retrieves list of reports.
+
+Args:
+  profileId: string, The DFA user profile id. (required)
+  pageToken: string, The value of the nextToken from the previous result page.
+  sortField: string, The field to sort the list by.
+    Allowed values
+      ID - Sort by report id.
+      LAST_MODIFIED_TIME - Sort by 'lastModifiedTime' field.
+      NAME - Sort by display name of reports.
+  maxResults: integer, Maximum number of results to return.
+  sortOrder: string, Order of sorted results, default is 'DESCENDING'.
+    Allowed values
+      ASCENDING - Ascending order.
+      DESCENDING - Descending order.
+
+Returns:
+  An object of the form:
+
+    { # Represents the list of reports.
+    "nextPageToken": "A String", # Continuation token used to page through reports. To retrieve the next page of results, set the next request's "pageToken" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.
+    "items": [ # The reports returned in this response.
+      { # Represents a Report resource.
+          "kind": "dfareporting#report", # Kind of resource this is, in this case dfareporting#report.
+          "subAccountId": "A String", # The subbaccount id this report belongs to if applicable.
+          "name": "A String", # The name of the report.
+          "schedule": { # The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not "TODAY".
+            "startDate": "A String", # Start date of date range for which scheduled reports should be run.
+            "runsOnDayOfMonth": "A String", # Enum to define for "MONTHLY" scheduled reports whether reports should be repeated on the same day of the month as "startDate" or the same day of the week of the month. Possible values are:
+                # - DAY_OF_MONTH
+                # - WEEK_OF_MONTH
+                # Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), "DAY_OF_MONTH" would run subsequent reports on the 2nd of every Month, and "WEEK_OF_MONTH" would run subsequent reports on the first Monday of the month.
+            "every": 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when "repeats" is either "DAILY", "WEEKLY" or "MONTHLY".
+            "expirationDate": "A String", # The expiration date when the scheduled report stops running.
+            "active": True or False, # Whether the schedule is active or not. Must be set to either true or false.
+            "repeats": "A String", # The interval the report is repeated for, one of:
+                # - "DAILY", also requires field "every" to be set.
+                # - "WEEKLY", also requires fields "every" and "repeatsOnWeekDays" to be set.
+                # - "TWICE_A_MONTH"
+                # - "MONTHLY", also requires fields "every" and "runsOnDayOfMonth" to be set.
+                # - "QUARTERLY"
+                # - "YEARLY"
+            "repeatsOnWeekDays": [ # List of week days "WEEKLY" scheduled reports should run on.
+              "A String",
+            ],
+          },
+          "ownerProfileId": "A String", # The user profile id of the owner of this report.
+          "fileName": "A String", # The file name used when generating report files for this report.
+          "etag": "A String", # ETag of this response for caching purposes.
+          "criteria": { # The report criteria.
+            "activities": { # Activity group.
+              "filters": [ # List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".
+                { # Represents a DimensionValue resource.
+                  "dimensionName": "A String", # Name of the dimension.
+                  "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+                  "etag": "A String", # ETag of this response for caching purposes.
+                  "id": "A String", # The ID associated with the value if available.
+                  "value": "A String", # The value of the dimension.
+                },
+              ],
+              "metricNames": [ # List of names of floodlight activity metrics.
+                "A String",
+              ],
+            },
+            "dimensions": [ # The list of dimensions the report should include.
+              { # Represents a sorted dimension.
+                "kind": "dfareporting#sortedDimension", # Kind of resource this is, in this case dfareporting#sortedDimension.
+                "name": "A String", # The name of the dimension.
+                "sortOrder": "A String", # An optional sort order for the dimension column, one of:
+                    # - "ASCENDING"
+                    # - "DESCENDING"
+              },
+            ],
+            "metricNames": [ # The list of names of metrics the report should include.
+              "A String",
+            ],
+            "dateRange": { # The date range this report should be run for.
+              "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+              "relativeDateRange": "A String", # The date range relative to the date of when the report is run, one of:
+                  # - "TODAY"
+                  # - "YESTERDAY"
+                  # - "WEEK_TO_DATE"
+                  # - "MONTH_TO_DATE"
+                  # - "QUARTER_TO_DATE"
+                  # - "YEAR_TO_DATE"
+                  # - "PREVIOUS_WEEK"
+                  # - "PREVIOUS_MONTH"
+                  # - "PREVIOUS_QUARTER"
+                  # - "PREVIOUS_YEAR"
+                  # - "LAST_7_DAYS"
+                  # - "LAST_30_DAYS"
+                  # - "LAST_90_DAYS"
+                  # - "LAST_365_DAYS"
+                  # - "LAST_24_MONTHS"
+              "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+            },
+            "dimensionFilters": [ # The list of filters dimensions are filtered on.
+                # Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
+              { # Represents a DimensionValue resource.
+                "dimensionName": "A String", # Name of the dimension.
+                "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+                "etag": "A String", # ETag of this response for caching purposes.
+                "id": "A String", # The ID associated with the value if available.
+                "value": "A String", # The value of the dimension.
+              },
+            ],
+            "customRichMediaEvents": { # Custom Rich Media Events group.
+              "filteredEventIds": [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
+                { # Represents a DimensionValue resource.
+                  "dimensionName": "A String", # Name of the dimension.
+                  "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+                  "etag": "A String", # ETag of this response for caching purposes.
+                  "id": "A String", # The ID associated with the value if available.
+                  "value": "A String", # The value of the dimension.
+                },
+              ],
+            },
+          },
+          "lastModifiedTime": "A String", # The timestamp (in milliseconds since epoch) of when this report was last modified.
+          "type": "A String", # The type of the report, currently only "STANDARD" is supported.
+          "id": "A String", # The unique ID identifying this report resource.
+          "accountId": "A String", # The account id this report belongs to.
+        },
+    ],
+    "kind": "dfareporting#reportList", # Kind of list this is, in this case dfareporting#reportList.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(profileId, reportId, body)</code>
+  <pre>Updates a report. This method supports patch semantics.
+
+Args:
+  profileId: string, The DFA user profile id. (required)
+  reportId: string, The id of the report. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents a Report resource.
+    "kind": "dfareporting#report", # Kind of resource this is, in this case dfareporting#report.
+    "subAccountId": "A String", # The subbaccount id this report belongs to if applicable.
+    "name": "A String", # The name of the report.
+    "schedule": { # The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not "TODAY".
+      "startDate": "A String", # Start date of date range for which scheduled reports should be run.
+      "runsOnDayOfMonth": "A String", # Enum to define for "MONTHLY" scheduled reports whether reports should be repeated on the same day of the month as "startDate" or the same day of the week of the month. Possible values are:
+          # - DAY_OF_MONTH
+          # - WEEK_OF_MONTH
+          # Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), "DAY_OF_MONTH" would run subsequent reports on the 2nd of every Month, and "WEEK_OF_MONTH" would run subsequent reports on the first Monday of the month.
+      "every": 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when "repeats" is either "DAILY", "WEEKLY" or "MONTHLY".
+      "expirationDate": "A String", # The expiration date when the scheduled report stops running.
+      "active": True or False, # Whether the schedule is active or not. Must be set to either true or false.
+      "repeats": "A String", # The interval the report is repeated for, one of:
+          # - "DAILY", also requires field "every" to be set.
+          # - "WEEKLY", also requires fields "every" and "repeatsOnWeekDays" to be set.
+          # - "TWICE_A_MONTH"
+          # - "MONTHLY", also requires fields "every" and "runsOnDayOfMonth" to be set.
+          # - "QUARTERLY"
+          # - "YEARLY"
+      "repeatsOnWeekDays": [ # List of week days "WEEKLY" scheduled reports should run on.
+        "A String",
+      ],
+    },
+    "ownerProfileId": "A String", # The user profile id of the owner of this report.
+    "fileName": "A String", # The file name used when generating report files for this report.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "criteria": { # The report criteria.
+      "activities": { # Activity group.
+        "filters": [ # List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".
+          { # Represents a DimensionValue resource.
+            "dimensionName": "A String", # Name of the dimension.
+            "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+            "etag": "A String", # ETag of this response for caching purposes.
+            "id": "A String", # The ID associated with the value if available.
+            "value": "A String", # The value of the dimension.
+          },
+        ],
+        "metricNames": [ # List of names of floodlight activity metrics.
+          "A String",
+        ],
+      },
+      "dimensions": [ # The list of dimensions the report should include.
+        { # Represents a sorted dimension.
+          "kind": "dfareporting#sortedDimension", # Kind of resource this is, in this case dfareporting#sortedDimension.
+          "name": "A String", # The name of the dimension.
+          "sortOrder": "A String", # An optional sort order for the dimension column, one of:
+              # - "ASCENDING"
+              # - "DESCENDING"
+        },
+      ],
+      "metricNames": [ # The list of names of metrics the report should include.
+        "A String",
+      ],
+      "dateRange": { # The date range this report should be run for.
+        "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+        "relativeDateRange": "A String", # The date range relative to the date of when the report is run, one of:
+            # - "TODAY"
+            # - "YESTERDAY"
+            # - "WEEK_TO_DATE"
+            # - "MONTH_TO_DATE"
+            # - "QUARTER_TO_DATE"
+            # - "YEAR_TO_DATE"
+            # - "PREVIOUS_WEEK"
+            # - "PREVIOUS_MONTH"
+            # - "PREVIOUS_QUARTER"
+            # - "PREVIOUS_YEAR"
+            # - "LAST_7_DAYS"
+            # - "LAST_30_DAYS"
+            # - "LAST_90_DAYS"
+            # - "LAST_365_DAYS"
+            # - "LAST_24_MONTHS"
+        "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+      },
+      "dimensionFilters": [ # The list of filters dimensions are filtered on.
+          # Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
+        { # Represents a DimensionValue resource.
+          "dimensionName": "A String", # Name of the dimension.
+          "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+          "etag": "A String", # ETag of this response for caching purposes.
+          "id": "A String", # The ID associated with the value if available.
+          "value": "A String", # The value of the dimension.
+        },
+      ],
+      "customRichMediaEvents": { # Custom Rich Media Events group.
+        "filteredEventIds": [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
+          { # Represents a DimensionValue resource.
+            "dimensionName": "A String", # Name of the dimension.
+            "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+            "etag": "A String", # ETag of this response for caching purposes.
+            "id": "A String", # The ID associated with the value if available.
+            "value": "A String", # The value of the dimension.
+          },
+        ],
+      },
+    },
+    "lastModifiedTime": "A String", # The timestamp (in milliseconds since epoch) of when this report was last modified.
+    "type": "A String", # The type of the report, currently only "STANDARD" is supported.
+    "id": "A String", # The unique ID identifying this report resource.
+    "accountId": "A String", # The account id this report belongs to.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Represents a Report resource.
+      "kind": "dfareporting#report", # Kind of resource this is, in this case dfareporting#report.
+      "subAccountId": "A String", # The subbaccount id this report belongs to if applicable.
+      "name": "A String", # The name of the report.
+      "schedule": { # The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not "TODAY".
+        "startDate": "A String", # Start date of date range for which scheduled reports should be run.
+        "runsOnDayOfMonth": "A String", # Enum to define for "MONTHLY" scheduled reports whether reports should be repeated on the same day of the month as "startDate" or the same day of the week of the month. Possible values are:
+            # - DAY_OF_MONTH
+            # - WEEK_OF_MONTH
+            # Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), "DAY_OF_MONTH" would run subsequent reports on the 2nd of every Month, and "WEEK_OF_MONTH" would run subsequent reports on the first Monday of the month.
+        "every": 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when "repeats" is either "DAILY", "WEEKLY" or "MONTHLY".
+        "expirationDate": "A String", # The expiration date when the scheduled report stops running.
+        "active": True or False, # Whether the schedule is active or not. Must be set to either true or false.
+        "repeats": "A String", # The interval the report is repeated for, one of:
+            # - "DAILY", also requires field "every" to be set.
+            # - "WEEKLY", also requires fields "every" and "repeatsOnWeekDays" to be set.
+            # - "TWICE_A_MONTH"
+            # - "MONTHLY", also requires fields "every" and "runsOnDayOfMonth" to be set.
+            # - "QUARTERLY"
+            # - "YEARLY"
+        "repeatsOnWeekDays": [ # List of week days "WEEKLY" scheduled reports should run on.
+          "A String",
+        ],
+      },
+      "ownerProfileId": "A String", # The user profile id of the owner of this report.
+      "fileName": "A String", # The file name used when generating report files for this report.
+      "etag": "A String", # ETag of this response for caching purposes.
+      "criteria": { # The report criteria.
+        "activities": { # Activity group.
+          "filters": [ # List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".
+            { # Represents a DimensionValue resource.
+              "dimensionName": "A String", # Name of the dimension.
+              "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+              "etag": "A String", # ETag of this response for caching purposes.
+              "id": "A String", # The ID associated with the value if available.
+              "value": "A String", # The value of the dimension.
+            },
+          ],
+          "metricNames": [ # List of names of floodlight activity metrics.
+            "A String",
+          ],
+        },
+        "dimensions": [ # The list of dimensions the report should include.
+          { # Represents a sorted dimension.
+            "kind": "dfareporting#sortedDimension", # Kind of resource this is, in this case dfareporting#sortedDimension.
+            "name": "A String", # The name of the dimension.
+            "sortOrder": "A String", # An optional sort order for the dimension column, one of:
+                # - "ASCENDING"
+                # - "DESCENDING"
+          },
+        ],
+        "metricNames": [ # The list of names of metrics the report should include.
+          "A String",
+        ],
+        "dateRange": { # The date range this report should be run for.
+          "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+          "relativeDateRange": "A String", # The date range relative to the date of when the report is run, one of:
+              # - "TODAY"
+              # - "YESTERDAY"
+              # - "WEEK_TO_DATE"
+              # - "MONTH_TO_DATE"
+              # - "QUARTER_TO_DATE"
+              # - "YEAR_TO_DATE"
+              # - "PREVIOUS_WEEK"
+              # - "PREVIOUS_MONTH"
+              # - "PREVIOUS_QUARTER"
+              # - "PREVIOUS_YEAR"
+              # - "LAST_7_DAYS"
+              # - "LAST_30_DAYS"
+              # - "LAST_90_DAYS"
+              # - "LAST_365_DAYS"
+              # - "LAST_24_MONTHS"
+          "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+        },
+        "dimensionFilters": [ # The list of filters dimensions are filtered on.
+            # Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
+          { # Represents a DimensionValue resource.
+            "dimensionName": "A String", # Name of the dimension.
+            "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+            "etag": "A String", # ETag of this response for caching purposes.
+            "id": "A String", # The ID associated with the value if available.
+            "value": "A String", # The value of the dimension.
+          },
+        ],
+        "customRichMediaEvents": { # Custom Rich Media Events group.
+          "filteredEventIds": [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
+            { # Represents a DimensionValue resource.
+              "dimensionName": "A String", # Name of the dimension.
+              "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+              "etag": "A String", # ETag of this response for caching purposes.
+              "id": "A String", # The ID associated with the value if available.
+              "value": "A String", # The value of the dimension.
+            },
+          ],
+        },
+      },
+      "lastModifiedTime": "A String", # The timestamp (in milliseconds since epoch) of when this report was last modified.
+      "type": "A String", # The type of the report, currently only "STANDARD" is supported.
+      "id": "A String", # The unique ID identifying this report resource.
+      "accountId": "A String", # The account id this report belongs to.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="run">run(profileId, reportId, synchronous=None)</code>
+  <pre>Runs a report.
+
+Args:
+  profileId: string, The DFA profile id. (required)
+  reportId: string, The id of the report. (required)
+  synchronous: boolean, If set and true, tries to run the report synchronously.
+
+Returns:
+  An object of the form:
+
+    { # Represents a File resource. A File contains the meta-data for a report run. It shows the status of the run and holds the urls to the generated report data if the run is finished and the status is "REPORT_AVAILABLE".
+    "status": "A String", # The status of the report file, one of:
+        # - "PROCESSING"
+        # - "REPORT_AVAILABLE"
+        # - "FAILED"
+        # - "CANCELLED"
+    "kind": "dfareporting#file", # Kind of resource this is, in this case dfareporting#file.
+    "dateRange": { # The date range for which the file has report data.
+      "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+      "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+    },
+    "fileName": "A String", # The file name of the file.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "reportId": "A String", # The ID of the report this file was generated from.
+    "urls": { # The urls where the completed report file can be downloaded.
+      "csv": { # Urls for generated CSV data.
+        "browserUrl": "A String", # The url for downloading the report data through a browser.
+        "apiUrl": "A String", # The url for downloading the report data through the API.
+      },
+    },
+    "lastModifiedTime": "A String", # The timestamp in milliseconds since epoch when this file was last modified.
+    "id": "A String", # The unique ID of this report file.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(profileId, reportId, body)</code>
+  <pre>Updates a report.
+
+Args:
+  profileId: string, The DFA user profile id. (required)
+  reportId: string, The id of the report. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents a Report resource.
+    "kind": "dfareporting#report", # Kind of resource this is, in this case dfareporting#report.
+    "subAccountId": "A String", # The subbaccount id this report belongs to if applicable.
+    "name": "A String", # The name of the report.
+    "schedule": { # The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not "TODAY".
+      "startDate": "A String", # Start date of date range for which scheduled reports should be run.
+      "runsOnDayOfMonth": "A String", # Enum to define for "MONTHLY" scheduled reports whether reports should be repeated on the same day of the month as "startDate" or the same day of the week of the month. Possible values are:
+          # - DAY_OF_MONTH
+          # - WEEK_OF_MONTH
+          # Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), "DAY_OF_MONTH" would run subsequent reports on the 2nd of every Month, and "WEEK_OF_MONTH" would run subsequent reports on the first Monday of the month.
+      "every": 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when "repeats" is either "DAILY", "WEEKLY" or "MONTHLY".
+      "expirationDate": "A String", # The expiration date when the scheduled report stops running.
+      "active": True or False, # Whether the schedule is active or not. Must be set to either true or false.
+      "repeats": "A String", # The interval the report is repeated for, one of:
+          # - "DAILY", also requires field "every" to be set.
+          # - "WEEKLY", also requires fields "every" and "repeatsOnWeekDays" to be set.
+          # - "TWICE_A_MONTH"
+          # - "MONTHLY", also requires fields "every" and "runsOnDayOfMonth" to be set.
+          # - "QUARTERLY"
+          # - "YEARLY"
+      "repeatsOnWeekDays": [ # List of week days "WEEKLY" scheduled reports should run on.
+        "A String",
+      ],
+    },
+    "ownerProfileId": "A String", # The user profile id of the owner of this report.
+    "fileName": "A String", # The file name used when generating report files for this report.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "criteria": { # The report criteria.
+      "activities": { # Activity group.
+        "filters": [ # List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".
+          { # Represents a DimensionValue resource.
+            "dimensionName": "A String", # Name of the dimension.
+            "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+            "etag": "A String", # ETag of this response for caching purposes.
+            "id": "A String", # The ID associated with the value if available.
+            "value": "A String", # The value of the dimension.
+          },
+        ],
+        "metricNames": [ # List of names of floodlight activity metrics.
+          "A String",
+        ],
+      },
+      "dimensions": [ # The list of dimensions the report should include.
+        { # Represents a sorted dimension.
+          "kind": "dfareporting#sortedDimension", # Kind of resource this is, in this case dfareporting#sortedDimension.
+          "name": "A String", # The name of the dimension.
+          "sortOrder": "A String", # An optional sort order for the dimension column, one of:
+              # - "ASCENDING"
+              # - "DESCENDING"
+        },
+      ],
+      "metricNames": [ # The list of names of metrics the report should include.
+        "A String",
+      ],
+      "dateRange": { # The date range this report should be run for.
+        "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+        "relativeDateRange": "A String", # The date range relative to the date of when the report is run, one of:
+            # - "TODAY"
+            # - "YESTERDAY"
+            # - "WEEK_TO_DATE"
+            # - "MONTH_TO_DATE"
+            # - "QUARTER_TO_DATE"
+            # - "YEAR_TO_DATE"
+            # - "PREVIOUS_WEEK"
+            # - "PREVIOUS_MONTH"
+            # - "PREVIOUS_QUARTER"
+            # - "PREVIOUS_YEAR"
+            # - "LAST_7_DAYS"
+            # - "LAST_30_DAYS"
+            # - "LAST_90_DAYS"
+            # - "LAST_365_DAYS"
+            # - "LAST_24_MONTHS"
+        "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+      },
+      "dimensionFilters": [ # The list of filters dimensions are filtered on.
+          # Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
+        { # Represents a DimensionValue resource.
+          "dimensionName": "A String", # Name of the dimension.
+          "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+          "etag": "A String", # ETag of this response for caching purposes.
+          "id": "A String", # The ID associated with the value if available.
+          "value": "A String", # The value of the dimension.
+        },
+      ],
+      "customRichMediaEvents": { # Custom Rich Media Events group.
+        "filteredEventIds": [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
+          { # Represents a DimensionValue resource.
+            "dimensionName": "A String", # Name of the dimension.
+            "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+            "etag": "A String", # ETag of this response for caching purposes.
+            "id": "A String", # The ID associated with the value if available.
+            "value": "A String", # The value of the dimension.
+          },
+        ],
+      },
+    },
+    "lastModifiedTime": "A String", # The timestamp (in milliseconds since epoch) of when this report was last modified.
+    "type": "A String", # The type of the report, currently only "STANDARD" is supported.
+    "id": "A String", # The unique ID identifying this report resource.
+    "accountId": "A String", # The account id this report belongs to.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Represents a Report resource.
+      "kind": "dfareporting#report", # Kind of resource this is, in this case dfareporting#report.
+      "subAccountId": "A String", # The subbaccount id this report belongs to if applicable.
+      "name": "A String", # The name of the report.
+      "schedule": { # The report's schedule. Can only be set if the report's 'dateRange' is a relative date range and the relative date range is not "TODAY".
+        "startDate": "A String", # Start date of date range for which scheduled reports should be run.
+        "runsOnDayOfMonth": "A String", # Enum to define for "MONTHLY" scheduled reports whether reports should be repeated on the same day of the month as "startDate" or the same day of the week of the month. Possible values are:
+            # - DAY_OF_MONTH
+            # - WEEK_OF_MONTH
+            # Example: If 'startDate' is Monday, April 2nd 2012 (2012-04-02), "DAY_OF_MONTH" would run subsequent reports on the 2nd of every Month, and "WEEK_OF_MONTH" would run subsequent reports on the first Monday of the month.
+        "every": 42, # Defines every how many days, weeks or months the report should be run. Needs to be set when "repeats" is either "DAILY", "WEEKLY" or "MONTHLY".
+        "expirationDate": "A String", # The expiration date when the scheduled report stops running.
+        "active": True or False, # Whether the schedule is active or not. Must be set to either true or false.
+        "repeats": "A String", # The interval the report is repeated for, one of:
+            # - "DAILY", also requires field "every" to be set.
+            # - "WEEKLY", also requires fields "every" and "repeatsOnWeekDays" to be set.
+            # - "TWICE_A_MONTH"
+            # - "MONTHLY", also requires fields "every" and "runsOnDayOfMonth" to be set.
+            # - "QUARTERLY"
+            # - "YEARLY"
+        "repeatsOnWeekDays": [ # List of week days "WEEKLY" scheduled reports should run on.
+          "A String",
+        ],
+      },
+      "ownerProfileId": "A String", # The user profile id of the owner of this report.
+      "fileName": "A String", # The file name used when generating report files for this report.
+      "etag": "A String", # ETag of this response for caching purposes.
+      "criteria": { # The report criteria.
+        "activities": { # Activity group.
+          "filters": [ # List of activity filters. The dimension values need to be all either of type "dfa:activity" or "dfa:activityGroup".
+            { # Represents a DimensionValue resource.
+              "dimensionName": "A String", # Name of the dimension.
+              "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+              "etag": "A String", # ETag of this response for caching purposes.
+              "id": "A String", # The ID associated with the value if available.
+              "value": "A String", # The value of the dimension.
+            },
+          ],
+          "metricNames": [ # List of names of floodlight activity metrics.
+            "A String",
+          ],
+        },
+        "dimensions": [ # The list of dimensions the report should include.
+          { # Represents a sorted dimension.
+            "kind": "dfareporting#sortedDimension", # Kind of resource this is, in this case dfareporting#sortedDimension.
+            "name": "A String", # The name of the dimension.
+            "sortOrder": "A String", # An optional sort order for the dimension column, one of:
+                # - "ASCENDING"
+                # - "DESCENDING"
+          },
+        ],
+        "metricNames": [ # The list of names of metrics the report should include.
+          "A String",
+        ],
+        "dateRange": { # The date range this report should be run for.
+          "startDate": "A String", # The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+          "relativeDateRange": "A String", # The date range relative to the date of when the report is run, one of:
+              # - "TODAY"
+              # - "YESTERDAY"
+              # - "WEEK_TO_DATE"
+              # - "MONTH_TO_DATE"
+              # - "QUARTER_TO_DATE"
+              # - "YEAR_TO_DATE"
+              # - "PREVIOUS_WEEK"
+              # - "PREVIOUS_MONTH"
+              # - "PREVIOUS_QUARTER"
+              # - "PREVIOUS_YEAR"
+              # - "LAST_7_DAYS"
+              # - "LAST_30_DAYS"
+              # - "LAST_90_DAYS"
+              # - "LAST_365_DAYS"
+              # - "LAST_24_MONTHS"
+          "endDate": "A String", # The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".
+        },
+        "dimensionFilters": [ # The list of filters dimensions are filtered on.
+            # Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.
+          { # Represents a DimensionValue resource.
+            "dimensionName": "A String", # Name of the dimension.
+            "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+            "etag": "A String", # ETag of this response for caching purposes.
+            "id": "A String", # The ID associated with the value if available.
+            "value": "A String", # The value of the dimension.
+          },
+        ],
+        "customRichMediaEvents": { # Custom Rich Media Events group.
+          "filteredEventIds": [ # List of custom rich media event IDs. Dimension values must be all of type dfa:richMediaEventTypeIdAndName.
+            { # Represents a DimensionValue resource.
+              "dimensionName": "A String", # Name of the dimension.
+              "kind": "dfareporting#dimensionValue", # Kind of resource this is, in this case dfareporting#dimensionValue.
+              "etag": "A String", # ETag of this response for caching purposes.
+              "id": "A String", # The ID associated with the value if available.
+              "value": "A String", # The value of the dimension.
+            },
+          ],
+        },
+      },
+      "lastModifiedTime": "A String", # The timestamp (in milliseconds since epoch) of when this report was last modified.
+      "type": "A String", # The type of the report, currently only "STANDARD" is supported.
+      "id": "A String", # The unique ID identifying this report resource.
+      "accountId": "A String", # The account id this report belongs to.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/dfareporting_v1.userProfiles.html b/docs/dyn/dfareporting_v1.userProfiles.html
new file mode 100644
index 0000000..b339c72
--- /dev/null
+++ b/docs/dyn/dfareporting_v1.userProfiles.html
@@ -0,0 +1,133 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="dfareporting_v1.html">DFA Reporting API</a> . <a href="dfareporting_v1.userProfiles.html">userProfiles</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(profileId)</a></code></p>
+<p class="firstline">Gets one user profile by id.</p>
+<p class="toc_element">
+  <code><a href="#list">list()</a></code></p>
+<p class="firstline">Retrieves list of user profiles for a user.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(profileId)</code>
+  <pre>Gets one user profile by id.
+
+Args:
+  profileId: string, The user profile id. (required)
+
+Returns:
+  An object of the form:
+
+    { # Represents a UserProfile resource.
+    "userName": "A String", # The user name.
+    "kind": "dfareporting#userProfile", # Kind of resource this is, in this case dfareporting#userProfile.
+    "subAccountId": "A String", # The sub account ID this profile belongs to if applicable.
+    "accountName": "A String", # The account name this profile belongs to.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "subAccountName": "A String", # The sub account name this profile belongs to if applicable.
+    "profileId": "A String", # The unique ID of the user profile.
+    "accountId": "A String", # The account ID this profile belongs to.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list()</code>
+  <pre>Retrieves list of user profiles for a user.
+
+Args:
+
+Returns:
+  An object of the form:
+
+    { # Represents the list of user profiles.
+    "items": [ # The user profiles returned in this response.
+      { # Represents a UserProfile resource.
+        "userName": "A String", # The user name.
+        "kind": "dfareporting#userProfile", # Kind of resource this is, in this case dfareporting#userProfile.
+        "subAccountId": "A String", # The sub account ID this profile belongs to if applicable.
+        "accountName": "A String", # The account name this profile belongs to.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "subAccountName": "A String", # The sub account name this profile belongs to if applicable.
+        "profileId": "A String", # The unique ID of the user profile.
+        "accountId": "A String", # The account ID this profile belongs to.
+      },
+    ],
+    "kind": "dfareporting#userProfileList", # Kind of list this is, in this case dfareporting#userProfileList.
+    "etag": "A String", # ETag of this response for caching purposes.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/diacritize.v1.diacritize.corpus.html b/docs/dyn/diacritize.v1.diacritize.corpus.html
deleted file mode 100644
index 9ed825c..0000000
--- a/docs/dyn/diacritize.v1.diacritize.corpus.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Adds&nbsp;diacritical&nbsp;marks&nbsp;to&nbsp;the&nbsp;given&nbsp;message.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;lang:&nbsp;string,&nbsp;Language&nbsp;of&nbsp;the&nbsp;message&nbsp;(required)<br>
-&nbsp;&nbsp;last_letter:&nbsp;boolean,&nbsp;Flag&nbsp;to&nbsp;indicate&nbsp;whether&nbsp;the&nbsp;last&nbsp;letter&nbsp;in&nbsp;a&nbsp;word&nbsp;should&nbsp;be&nbsp;diacritized&nbsp;or&nbsp;not&nbsp;(required)<br>
-&nbsp;&nbsp;message:&nbsp;string,&nbsp;Message&nbsp;to&nbsp;be&nbsp;diacritized&nbsp;(required)</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/diacritize.v1.diacritize.html b/docs/dyn/diacritize.v1.diacritize.html
deleted file mode 100644
index 89939da..0000000
--- a/docs/dyn/diacritize.v1.diacritize.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-corpus"><strong><a href="diacritize.v1.diacritize.corpus.html">corpus</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/diacritize.v1.html b/docs/dyn/diacritize.v1.html
deleted file mode 100644
index 08fcc89..0000000
--- a/docs/dyn/diacritize.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-diacritize"><strong><a href="diacritize.v1.diacritize.html">diacritize</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/discovery.v1.apis.html b/docs/dyn/discovery.v1.apis.html
deleted file mode 100644
index 9acd60c..0000000
--- a/docs/dyn/discovery.v1.apis.html
+++ /dev/null
@@ -1,125 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-getRest"><strong>getRest</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieve&nbsp;the&nbsp;description&nbsp;of&nbsp;a&nbsp;particular&nbsp;version&nbsp;of&nbsp;an&nbsp;api.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;api:&nbsp;string,&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;API.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;version:&nbsp;string,&nbsp;The&nbsp;version&nbsp;of&nbsp;the&nbsp;API.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"protocol":&nbsp;"rest",&nbsp;#&nbsp;The&nbsp;protocol&nbsp;described&nbsp;by&nbsp;this&nbsp;document.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"methods":&nbsp;{&nbsp;#&nbsp;API-level&nbsp;methods&nbsp;for&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;[&nbsp;#&nbsp;Labels&nbsp;for&nbsp;the&nbsp;status&nbsp;of&nbsp;this&nbsp;API,&nbsp;such&nbsp;as&nbsp;labs&nbsp;or&nbsp;deprecated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"batchPath":&nbsp;"batch",&nbsp;#&nbsp;The&nbsp;path&nbsp;for&nbsp;REST&nbsp;batch&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"schemas":&nbsp;{&nbsp;#&nbsp;The&nbsp;schemas&nbsp;for&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rootUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;root&nbsp;url&nbsp;under&nbsp;which&nbsp;all&nbsp;API&nbsp;services&nbsp;live.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"parameters":&nbsp;{&nbsp;#&nbsp;Common&nbsp;parameters&nbsp;that&nbsp;apply&nbsp;across&nbsp;all&nbsp;apis.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"icons":&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;16x16&nbsp;and&nbsp;32x32&nbsp;icons&nbsp;representing&nbsp;the&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"x32":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;url&nbsp;of&nbsp;the&nbsp;32x32&nbsp;icon.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"x16":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;url&nbsp;of&nbsp;the&nbsp;16x16&nbsp;icon.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"baseUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[DEPRECATED]&nbsp;The&nbsp;base&nbsp;URL&nbsp;for&nbsp;REST&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"version":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;version&nbsp;of&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"features":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;supported&nbsp;features&nbsp;for&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"servicePath":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;base&nbsp;path&nbsp;for&nbsp;all&nbsp;REST&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"resources":&nbsp;{&nbsp;#&nbsp;The&nbsp;resources&nbsp;in&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"revision":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;version&nbsp;of&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;of&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"auth":&nbsp;{&nbsp;#&nbsp;Authentication&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"oauth2":&nbsp;{&nbsp;#&nbsp;OAuth&nbsp;2.0&nbsp;authentication&nbsp;information.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"scopes":&nbsp;{&nbsp;#&nbsp;Available&nbsp;OAuth&nbsp;2.0&nbsp;scopes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"discovery#restDescription",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;this&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"basePath":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;[DEPRECATED]&nbsp;The&nbsp;base&nbsp;path&nbsp;for&nbsp;REST&nbsp;requests.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"discoveryVersion":&nbsp;"v1",&nbsp;#&nbsp;Indicate&nbsp;the&nbsp;version&nbsp;of&nbsp;the&nbsp;Discovery&nbsp;API&nbsp;used&nbsp;to&nbsp;generate&nbsp;this&nbsp;doc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"documentationLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;human&nbsp;readable&nbsp;documentation&nbsp;for&nbsp;the&nbsp;API.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieve&nbsp;the&nbsp;list&nbsp;of&nbsp;APIs&nbsp;supported&nbsp;at&nbsp;this&nbsp;endpoint.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;name:&nbsp;string,&nbsp;Only&nbsp;include&nbsp;APIs&nbsp;with&nbsp;the&nbsp;given&nbsp;name.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;preferred:&nbsp;boolean,&nbsp;Return&nbsp;only&nbsp;the&nbsp;preferred&nbsp;version&nbsp;of&nbsp;an&nbsp;API.<br>
-&nbsp;&nbsp;label:&nbsp;string,&nbsp;Only&nbsp;include&nbsp;APIs&nbsp;with&nbsp;a&nbsp;matching&nbsp;label,&nbsp;such&nbsp;as&nbsp;'graduated'&nbsp;or&nbsp;'labs'.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;deprecated&nbsp;-&nbsp;APIs&nbsp;that&nbsp;have&nbsp;been&nbsp;deprecated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;graduated&nbsp;-&nbsp;Supported&nbsp;APIs&nbsp;that&nbsp;have&nbsp;graduated&nbsp;from&nbsp;labs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;labs&nbsp;-&nbsp;APIs&nbsp;that&nbsp;are&nbsp;experimental<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;individual&nbsp;directory&nbsp;entries.&nbsp;One&nbsp;entry&nbsp;per&nbsp;api/version&nbsp;pair.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"discovery#directoryItem",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;this&nbsp;response.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;[&nbsp;#&nbsp;Labels&nbsp;for&nbsp;the&nbsp;status&nbsp;of&nbsp;this&nbsp;API,&nbsp;such&nbsp;as&nbsp;labs&nbsp;or&nbsp;deprecated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;of&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"icons":&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;16x16&nbsp;and&nbsp;32x32&nbsp;icons&nbsp;representing&nbsp;the&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"x32":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;url&nbsp;of&nbsp;the&nbsp;32x32&nbsp;icon.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"x16":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;url&nbsp;of&nbsp;the&nbsp;16x16&nbsp;icon.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"discoveryRestUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;url&nbsp;for&nbsp;the&nbsp;discovery&nbsp;REST&nbsp;document.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"preferred":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;True&nbsp;if&nbsp;this&nbsp;version&nbsp;is&nbsp;the&nbsp;preferred&nbsp;version&nbsp;to&nbsp;use.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"discoveryLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;the&nbsp;discovery&nbsp;document.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"version":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;version&nbsp;of&nbsp;the&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;this&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"documentationLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;human&nbsp;readable&nbsp;documentation&nbsp;for&nbsp;the&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"discoveryVersion":&nbsp;"v1",&nbsp;#&nbsp;Indicate&nbsp;the&nbsp;version&nbsp;of&nbsp;the&nbsp;Discovery&nbsp;API&nbsp;used&nbsp;to&nbsp;generate&nbsp;this&nbsp;doc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"discovery#directoryList",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;this&nbsp;response.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/discovery.v1.html b/docs/dyn/discovery.v1.html
deleted file mode 100644
index 4813cb8..0000000
--- a/docs/dyn/discovery.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-apis"><strong><a href="discovery.v1.apis.html">apis</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/discovery_v1.apis.html b/docs/dyn/discovery_v1.apis.html
new file mode 100644
index 0000000..dd96317
--- /dev/null
+++ b/docs/dyn/discovery_v1.apis.html
@@ -0,0 +1,181 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="discovery_v1.html">APIs Discovery Service</a> . <a href="discovery_v1.apis.html">apis</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#getRest">getRest(api, version)</a></code></p>
+<p class="firstline">Retrieve the description of a particular version of an api.</p>
+<p class="toc_element">
+  <code><a href="#list">list(name=None, preferred=None, label=None)</a></code></p>
+<p class="firstline">Retrieve the list of APIs supported at this endpoint.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="getRest">getRest(api, version)</code>
+  <pre>Retrieve the description of a particular version of an api.
+
+Args:
+  api: string, The name of the API. (required)
+  version: string, The version of the API. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "protocol": "rest", # The protocol described by this document.
+    "methods": { # API-level methods for this API.
+    },
+    "labels": [ # Labels for the status of this API, such as labs or deprecated.
+      "A String",
+    ],
+    "batchPath": "batch", # The path for REST batch requests.
+    "id": "A String", # The id of this API.
+    "schemas": { # The schemas for this API.
+    },
+    "rootUrl": "A String", # The root url under which all API services live.
+    "parameters": { # Common parameters that apply across all apis.
+    },
+    "icons": { # Links to 16x16 and 32x32 icons representing the API.
+      "x32": "A String", # The url of the 32x32 icon.
+      "x16": "A String", # The url of the 16x16 icon.
+    },
+    "baseUrl": "A String", # [DEPRECATED] The base URL for REST requests.
+    "version": "A String", # The version of this API.
+    "features": [ # A list of supported features for this API.
+      "A String",
+    ],
+    "servicePath": "A String", # The base path for all REST requests.
+    "resources": { # The resources in this API.
+    },
+    "revision": "A String", # The version of this API.
+    "description": "A String", # The description of this API.
+    "auth": { # Authentication information.
+      "oauth2": { # OAuth 2.0 authentication information.
+        "scopes": { # Available OAuth 2.0 scopes.
+        },
+      },
+    },
+    "kind": "discovery#restDescription", # The kind for this response.
+    "name": "A String", # The name of this API.
+    "basePath": "A String", # [DEPRECATED] The base path for REST requests.
+    "title": "A String", # The title of this API.
+    "discoveryVersion": "v1", # Indicate the version of the Discovery API used to generate this doc.
+    "documentationLink": "A String", # A link to human readable documentation for the API.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(name=None, preferred=None, label=None)</code>
+  <pre>Retrieve the list of APIs supported at this endpoint.
+
+Args:
+  name: string, Only include APIs with the given name.
+  preferred: boolean, Return only the preferred version of an API.
+  label: string, Only include APIs with a matching label, such as 'graduated' or 'labs'.
+    Allowed values
+      deprecated - APIs that have been deprecated.
+      graduated - Supported APIs that have graduated from labs.
+      labs - APIs that are experimental
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # The individual directory entries. One entry per api/version pair.
+      {
+        "kind": "discovery#directoryItem", # The kind for this response.
+        "labels": [ # Labels for the status of this API, such as labs or deprecated.
+          "A String",
+        ],
+        "description": "A String", # The description of this API.
+        "icons": { # Links to 16x16 and 32x32 icons representing the API.
+          "x32": "A String", # The url of the 32x32 icon.
+          "x16": "A String", # The url of the 16x16 icon.
+        },
+        "discoveryRestUrl": "A String", # The url for the discovery REST document.
+        "preferred": True or False, # True if this version is the preferred version to use.
+        "name": "A String", # The name of the API.
+        "discoveryLink": "A String", # A link to the discovery document.
+        "version": "A String", # The version of the API.
+        "title": "A String", # The title of this API.
+        "id": "A String", # The id of this API.
+        "documentationLink": "A String", # A link to human readable documentation for the API.
+      },
+    ],
+    "discoveryVersion": "v1", # Indicate the version of the Discovery API used to generate this doc.
+    "kind": "discovery#directoryList", # The kind for this response.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/discovery_v1.html b/docs/dyn/discovery_v1.html
new file mode 100644
index 0000000..e4ac00f
--- /dev/null
+++ b/docs/dyn/discovery_v1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="discovery_v1.html">APIs Discovery Service</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="discovery_v1.apis.html">apis()</a></code>
+</p>
+<p class="firstline">Returns the apis Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/drive.v1.files.html b/docs/dyn/drive.v1.files.html
deleted file mode 100644
index 1e8dd14..0000000
--- a/docs/dyn/drive.v1.files.html
+++ /dev/null
@@ -1,389 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;a&nbsp;file's&nbsp;metadata&nbsp;by&nbsp;id.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Restrict&nbsp;information&nbsp;returned&nbsp;for&nbsp;simplicity&nbsp;and&nbsp;optimization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BASIC&nbsp;-&nbsp;Includes&nbsp;only&nbsp;the&nbsp;basic&nbsp;metadata&nbsp;fields<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FULL&nbsp;-&nbsp;Includes&nbsp;all&nbsp;metadata&nbsp;fields<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;updateViewedDate:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;update&nbsp;the&nbsp;view&nbsp;date&nbsp;after&nbsp;successfully&nbsp;retrieving&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;id&nbsp;for&nbsp;the&nbsp;file&nbsp;in&nbsp;question.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mimeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;mimetype&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;back&nbsp;to&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#file",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;file.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;description&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modifiedByMeDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;the&nbsp;user&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;{&nbsp;#&nbsp;Labels&nbsp;for&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;hidden&nbsp;from&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"starred":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;starred&nbsp;by&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trashed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;has&nbsp;been&nbsp;trashed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"indexableText":&nbsp;{&nbsp;#&nbsp;Indexable&nbsp;text&nbsp;attributes&nbsp;for&nbsp;the&nbsp;file&nbsp;(can&nbsp;only&nbsp;be&nbsp;written)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;text&nbsp;to&nbsp;be&nbsp;indexed&nbsp;for&nbsp;this&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentsCollection":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;parent&nbsp;folders&nbsp;which&nbsp;contain&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;On&nbsp;insert,&nbsp;setting&nbsp;this&nbsp;field&nbsp;will&nbsp;put&nbsp;the&nbsp;file&nbsp;in&nbsp;all&nbsp;of&nbsp;the&nbsp;provided&nbsp;folders.&nbsp;If&nbsp;no&nbsp;folders&nbsp;are&nbsp;provided,&nbsp;the&nbsp;file&nbsp;will&nbsp;be&nbsp;placed&nbsp;in&nbsp;the&nbsp;default&nbsp;root&nbsp;folder.&nbsp;On&nbsp;update,&nbsp;this&nbsp;field&nbsp;is&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;get&nbsp;the&nbsp;metadata&nbsp;for&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;term&nbsp;download&nbsp;URL&nbsp;for&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userPermission":&nbsp;{&nbsp;#&nbsp;The&nbsp;permissions&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;on&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;permission&nbsp;(For&nbsp;example:&nbsp;user,&nbsp;group&nbsp;etc).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#permission",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;permission.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#permission<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;etag&nbsp;for&nbsp;this&nbsp;permission.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.&nbsp;(For&nbsp;example:&nbsp;reader,&nbsp;writer,&nbsp;owner)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalRoles":&nbsp;[&nbsp;#&nbsp;Any&nbsp;additional&nbsp;roles&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fileSize":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;file&nbsp;in&nbsp;bytes.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createdDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Create&nbsp;time&nbsp;for&nbsp;this&nbsp;file&nbsp;(formatted&nbsp;ISO8601&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fileExtension":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;file&nbsp;extension&nbsp;used&nbsp;when&nbsp;downloading&nbsp;this&nbsp;file.&nbsp;This&nbsp;field&nbsp;is&nbsp;read&nbsp;only.&nbsp;To&nbsp;set&nbsp;the&nbsp;extension,&nbsp;include&nbsp;it&nbsp;on&nbsp;title&nbsp;when&nbsp;creating&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastViewedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;viewed&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"md5Checksum":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;MD5&nbsp;checksum&nbsp;for&nbsp;the&nbsp;content&nbsp;of&nbsp;this&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modifiedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;a&nbsp;file,&nbsp;and&nbsp;any&nbsp;settable&nbsp;metadata&nbsp;or&nbsp;blob&nbsp;content&nbsp;sent&nbsp;with&nbsp;the&nbsp;request.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"mimeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;mimetype&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;back&nbsp;to&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#file",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;file.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;description&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"modifiedByMeDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;the&nbsp;user&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;{&nbsp;#&nbsp;Labels&nbsp;for&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;hidden&nbsp;from&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"starred":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;starred&nbsp;by&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trashed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;has&nbsp;been&nbsp;trashed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"indexableText":&nbsp;{&nbsp;#&nbsp;Indexable&nbsp;text&nbsp;attributes&nbsp;for&nbsp;the&nbsp;file&nbsp;(can&nbsp;only&nbsp;be&nbsp;written)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;text&nbsp;to&nbsp;be&nbsp;indexed&nbsp;for&nbsp;this&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"parentsCollection":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;parent&nbsp;folders&nbsp;which&nbsp;contain&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;On&nbsp;insert,&nbsp;setting&nbsp;this&nbsp;field&nbsp;will&nbsp;put&nbsp;the&nbsp;file&nbsp;in&nbsp;all&nbsp;of&nbsp;the&nbsp;provided&nbsp;folders.&nbsp;If&nbsp;no&nbsp;folders&nbsp;are&nbsp;provided,&nbsp;the&nbsp;file&nbsp;will&nbsp;be&nbsp;placed&nbsp;in&nbsp;the&nbsp;default&nbsp;root&nbsp;folder.&nbsp;On&nbsp;update,&nbsp;this&nbsp;field&nbsp;is&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;get&nbsp;the&nbsp;metadata&nbsp;for&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"downloadUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;term&nbsp;download&nbsp;URL&nbsp;for&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userPermission":&nbsp;{&nbsp;#&nbsp;The&nbsp;permissions&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;on&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;permission&nbsp;(For&nbsp;example:&nbsp;user,&nbsp;group&nbsp;etc).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#permission",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;permission.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#permission<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;etag&nbsp;for&nbsp;this&nbsp;permission.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.&nbsp;(For&nbsp;example:&nbsp;reader,&nbsp;writer,&nbsp;owner)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalRoles":&nbsp;[&nbsp;#&nbsp;Any&nbsp;additional&nbsp;roles&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fileSize":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;file&nbsp;in&nbsp;bytes.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"createdDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Create&nbsp;time&nbsp;for&nbsp;this&nbsp;file&nbsp;(formatted&nbsp;ISO8601&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fileExtension":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;file&nbsp;extension&nbsp;used&nbsp;when&nbsp;downloading&nbsp;this&nbsp;file.&nbsp;This&nbsp;field&nbsp;is&nbsp;read&nbsp;only.&nbsp;To&nbsp;set&nbsp;the&nbsp;extension,&nbsp;include&nbsp;it&nbsp;on&nbsp;title&nbsp;when&nbsp;creating&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastViewedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;viewed&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"md5Checksum":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;MD5&nbsp;checksum&nbsp;for&nbsp;the&nbsp;content&nbsp;of&nbsp;this&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"modifiedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;media_body:&nbsp;string,&nbsp;The&nbsp;filename&nbsp;of&nbsp;the&nbsp;media&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mimeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;mimetype&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;back&nbsp;to&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#file",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;file.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;description&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modifiedByMeDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;the&nbsp;user&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;{&nbsp;#&nbsp;Labels&nbsp;for&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;hidden&nbsp;from&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"starred":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;starred&nbsp;by&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trashed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;has&nbsp;been&nbsp;trashed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"indexableText":&nbsp;{&nbsp;#&nbsp;Indexable&nbsp;text&nbsp;attributes&nbsp;for&nbsp;the&nbsp;file&nbsp;(can&nbsp;only&nbsp;be&nbsp;written)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;text&nbsp;to&nbsp;be&nbsp;indexed&nbsp;for&nbsp;this&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentsCollection":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;parent&nbsp;folders&nbsp;which&nbsp;contain&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;On&nbsp;insert,&nbsp;setting&nbsp;this&nbsp;field&nbsp;will&nbsp;put&nbsp;the&nbsp;file&nbsp;in&nbsp;all&nbsp;of&nbsp;the&nbsp;provided&nbsp;folders.&nbsp;If&nbsp;no&nbsp;folders&nbsp;are&nbsp;provided,&nbsp;the&nbsp;file&nbsp;will&nbsp;be&nbsp;placed&nbsp;in&nbsp;the&nbsp;default&nbsp;root&nbsp;folder.&nbsp;On&nbsp;update,&nbsp;this&nbsp;field&nbsp;is&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;get&nbsp;the&nbsp;metadata&nbsp;for&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;term&nbsp;download&nbsp;URL&nbsp;for&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userPermission":&nbsp;{&nbsp;#&nbsp;The&nbsp;permissions&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;on&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;permission&nbsp;(For&nbsp;example:&nbsp;user,&nbsp;group&nbsp;etc).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#permission",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;permission.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#permission<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;etag&nbsp;for&nbsp;this&nbsp;permission.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.&nbsp;(For&nbsp;example:&nbsp;reader,&nbsp;writer,&nbsp;owner)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalRoles":&nbsp;[&nbsp;#&nbsp;Any&nbsp;additional&nbsp;roles&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fileSize":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;file&nbsp;in&nbsp;bytes.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createdDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Create&nbsp;time&nbsp;for&nbsp;this&nbsp;file&nbsp;(formatted&nbsp;ISO8601&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fileExtension":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;file&nbsp;extension&nbsp;used&nbsp;when&nbsp;downloading&nbsp;this&nbsp;file.&nbsp;This&nbsp;field&nbsp;is&nbsp;read&nbsp;only.&nbsp;To&nbsp;set&nbsp;the&nbsp;extension,&nbsp;include&nbsp;it&nbsp;on&nbsp;title&nbsp;when&nbsp;creating&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastViewedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;viewed&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"md5Checksum":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;MD5&nbsp;checksum&nbsp;for&nbsp;the&nbsp;content&nbsp;of&nbsp;this&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modifiedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;file&nbsp;metadata&nbsp;and/or&nbsp;content.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"mimeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;mimetype&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;back&nbsp;to&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#file",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;file.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;description&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"modifiedByMeDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;the&nbsp;user&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;{&nbsp;#&nbsp;Labels&nbsp;for&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;hidden&nbsp;from&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"starred":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;starred&nbsp;by&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trashed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;has&nbsp;been&nbsp;trashed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"indexableText":&nbsp;{&nbsp;#&nbsp;Indexable&nbsp;text&nbsp;attributes&nbsp;for&nbsp;the&nbsp;file&nbsp;(can&nbsp;only&nbsp;be&nbsp;written)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;text&nbsp;to&nbsp;be&nbsp;indexed&nbsp;for&nbsp;this&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"parentsCollection":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;parent&nbsp;folders&nbsp;which&nbsp;contain&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;On&nbsp;insert,&nbsp;setting&nbsp;this&nbsp;field&nbsp;will&nbsp;put&nbsp;the&nbsp;file&nbsp;in&nbsp;all&nbsp;of&nbsp;the&nbsp;provided&nbsp;folders.&nbsp;If&nbsp;no&nbsp;folders&nbsp;are&nbsp;provided,&nbsp;the&nbsp;file&nbsp;will&nbsp;be&nbsp;placed&nbsp;in&nbsp;the&nbsp;default&nbsp;root&nbsp;folder.&nbsp;On&nbsp;update,&nbsp;this&nbsp;field&nbsp;is&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;get&nbsp;the&nbsp;metadata&nbsp;for&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"downloadUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;term&nbsp;download&nbsp;URL&nbsp;for&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userPermission":&nbsp;{&nbsp;#&nbsp;The&nbsp;permissions&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;on&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;permission&nbsp;(For&nbsp;example:&nbsp;user,&nbsp;group&nbsp;etc).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#permission",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;permission.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#permission<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;etag&nbsp;for&nbsp;this&nbsp;permission.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.&nbsp;(For&nbsp;example:&nbsp;reader,&nbsp;writer,&nbsp;owner)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalRoles":&nbsp;[&nbsp;#&nbsp;Any&nbsp;additional&nbsp;roles&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fileSize":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;file&nbsp;in&nbsp;bytes.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"createdDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Create&nbsp;time&nbsp;for&nbsp;this&nbsp;file&nbsp;(formatted&nbsp;ISO8601&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fileExtension":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;file&nbsp;extension&nbsp;used&nbsp;when&nbsp;downloading&nbsp;this&nbsp;file.&nbsp;This&nbsp;field&nbsp;is&nbsp;read&nbsp;only.&nbsp;To&nbsp;set&nbsp;the&nbsp;extension,&nbsp;include&nbsp;it&nbsp;on&nbsp;title&nbsp;when&nbsp;creating&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastViewedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;viewed&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"md5Checksum":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;MD5&nbsp;checksum&nbsp;for&nbsp;the&nbsp;content&nbsp;of&nbsp;this&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"modifiedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;newRevision:&nbsp;boolean,&nbsp;Whether&nbsp;a&nbsp;blob&nbsp;upload&nbsp;should&nbsp;create&nbsp;a&nbsp;new&nbsp;revision.&nbsp;If&nbsp;not&nbsp;set&nbsp;or&nbsp;false,&nbsp;the&nbsp;blob&nbsp;data&nbsp;in&nbsp;the&nbsp;current&nbsp;head&nbsp;revision&nbsp;will&nbsp;be&nbsp;replaced.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;updateViewedDate:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;update&nbsp;the&nbsp;view&nbsp;date&nbsp;after&nbsp;successfully&nbsp;updating&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;updateModifiedDate:&nbsp;boolean,&nbsp;Controls&nbsp;updating&nbsp;the&nbsp;modified&nbsp;date&nbsp;of&nbsp;the&nbsp;file.&nbsp;If&nbsp;true,&nbsp;the&nbsp;modified&nbsp;date&nbsp;will&nbsp;be&nbsp;updated&nbsp;to&nbsp;the&nbsp;current&nbsp;time,&nbsp;regardless&nbsp;of&nbsp;whether&nbsp;other&nbsp;changes&nbsp;are&nbsp;being&nbsp;made.&nbsp;If&nbsp;false,&nbsp;the&nbsp;modified&nbsp;date&nbsp;will&nbsp;only&nbsp;be&nbsp;updated&nbsp;to&nbsp;the&nbsp;current&nbsp;time&nbsp;if&nbsp;other&nbsp;changes&nbsp;are&nbsp;also&nbsp;being&nbsp;made&nbsp;(changing&nbsp;the&nbsp;title,&nbsp;for&nbsp;example).<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;id&nbsp;for&nbsp;the&nbsp;file&nbsp;in&nbsp;question.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mimeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;mimetype&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;back&nbsp;to&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#file",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;file.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;description&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modifiedByMeDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;the&nbsp;user&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;{&nbsp;#&nbsp;Labels&nbsp;for&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;hidden&nbsp;from&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"starred":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;starred&nbsp;by&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trashed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;has&nbsp;been&nbsp;trashed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"indexableText":&nbsp;{&nbsp;#&nbsp;Indexable&nbsp;text&nbsp;attributes&nbsp;for&nbsp;the&nbsp;file&nbsp;(can&nbsp;only&nbsp;be&nbsp;written)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;text&nbsp;to&nbsp;be&nbsp;indexed&nbsp;for&nbsp;this&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentsCollection":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;parent&nbsp;folders&nbsp;which&nbsp;contain&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;On&nbsp;insert,&nbsp;setting&nbsp;this&nbsp;field&nbsp;will&nbsp;put&nbsp;the&nbsp;file&nbsp;in&nbsp;all&nbsp;of&nbsp;the&nbsp;provided&nbsp;folders.&nbsp;If&nbsp;no&nbsp;folders&nbsp;are&nbsp;provided,&nbsp;the&nbsp;file&nbsp;will&nbsp;be&nbsp;placed&nbsp;in&nbsp;the&nbsp;default&nbsp;root&nbsp;folder.&nbsp;On&nbsp;update,&nbsp;this&nbsp;field&nbsp;is&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;get&nbsp;the&nbsp;metadata&nbsp;for&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;term&nbsp;download&nbsp;URL&nbsp;for&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userPermission":&nbsp;{&nbsp;#&nbsp;The&nbsp;permissions&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;on&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;permission&nbsp;(For&nbsp;example:&nbsp;user,&nbsp;group&nbsp;etc).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#permission",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;permission.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#permission<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;etag&nbsp;for&nbsp;this&nbsp;permission.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.&nbsp;(For&nbsp;example:&nbsp;reader,&nbsp;writer,&nbsp;owner)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalRoles":&nbsp;[&nbsp;#&nbsp;Any&nbsp;additional&nbsp;roles&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fileSize":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;file&nbsp;in&nbsp;bytes.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createdDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Create&nbsp;time&nbsp;for&nbsp;this&nbsp;file&nbsp;(formatted&nbsp;ISO8601&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fileExtension":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;file&nbsp;extension&nbsp;used&nbsp;when&nbsp;downloading&nbsp;this&nbsp;file.&nbsp;This&nbsp;field&nbsp;is&nbsp;read&nbsp;only.&nbsp;To&nbsp;set&nbsp;the&nbsp;extension,&nbsp;include&nbsp;it&nbsp;on&nbsp;title&nbsp;when&nbsp;creating&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastViewedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;viewed&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"md5Checksum":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;MD5&nbsp;checksum&nbsp;for&nbsp;the&nbsp;content&nbsp;of&nbsp;this&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modifiedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;file&nbsp;metadata&nbsp;and/or&nbsp;content<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"mimeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;mimetype&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;back&nbsp;to&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#file",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;file.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;description&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"modifiedByMeDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;the&nbsp;user&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;{&nbsp;#&nbsp;Labels&nbsp;for&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;hidden&nbsp;from&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"starred":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;starred&nbsp;by&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trashed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;has&nbsp;been&nbsp;trashed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"indexableText":&nbsp;{&nbsp;#&nbsp;Indexable&nbsp;text&nbsp;attributes&nbsp;for&nbsp;the&nbsp;file&nbsp;(can&nbsp;only&nbsp;be&nbsp;written)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;text&nbsp;to&nbsp;be&nbsp;indexed&nbsp;for&nbsp;this&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"parentsCollection":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;parent&nbsp;folders&nbsp;which&nbsp;contain&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;On&nbsp;insert,&nbsp;setting&nbsp;this&nbsp;field&nbsp;will&nbsp;put&nbsp;the&nbsp;file&nbsp;in&nbsp;all&nbsp;of&nbsp;the&nbsp;provided&nbsp;folders.&nbsp;If&nbsp;no&nbsp;folders&nbsp;are&nbsp;provided,&nbsp;the&nbsp;file&nbsp;will&nbsp;be&nbsp;placed&nbsp;in&nbsp;the&nbsp;default&nbsp;root&nbsp;folder.&nbsp;On&nbsp;update,&nbsp;this&nbsp;field&nbsp;is&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;get&nbsp;the&nbsp;metadata&nbsp;for&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"downloadUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;term&nbsp;download&nbsp;URL&nbsp;for&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"userPermission":&nbsp;{&nbsp;#&nbsp;The&nbsp;permissions&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;on&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;permission&nbsp;(For&nbsp;example:&nbsp;user,&nbsp;group&nbsp;etc).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#permission",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;permission.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#permission<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;etag&nbsp;for&nbsp;this&nbsp;permission.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.&nbsp;(For&nbsp;example:&nbsp;reader,&nbsp;writer,&nbsp;owner)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalRoles":&nbsp;[&nbsp;#&nbsp;Any&nbsp;additional&nbsp;roles&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fileSize":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;file&nbsp;in&nbsp;bytes.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"createdDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Create&nbsp;time&nbsp;for&nbsp;this&nbsp;file&nbsp;(formatted&nbsp;ISO8601&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"fileExtension":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;file&nbsp;extension&nbsp;used&nbsp;when&nbsp;downloading&nbsp;this&nbsp;file.&nbsp;This&nbsp;field&nbsp;is&nbsp;read&nbsp;only.&nbsp;To&nbsp;set&nbsp;the&nbsp;extension,&nbsp;include&nbsp;it&nbsp;on&nbsp;title&nbsp;when&nbsp;creating&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastViewedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;viewed&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"md5Checksum":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;MD5&nbsp;checksum&nbsp;for&nbsp;the&nbsp;content&nbsp;of&nbsp;this&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"modifiedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;media_body:&nbsp;string,&nbsp;The&nbsp;filename&nbsp;of&nbsp;the&nbsp;media&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;newRevision:&nbsp;boolean,&nbsp;Whether&nbsp;a&nbsp;blob&nbsp;upload&nbsp;should&nbsp;create&nbsp;a&nbsp;new&nbsp;revision.&nbsp;If&nbsp;not&nbsp;set&nbsp;or&nbsp;false,&nbsp;the&nbsp;blob&nbsp;data&nbsp;in&nbsp;the&nbsp;current&nbsp;head&nbsp;revision&nbsp;will&nbsp;be&nbsp;replaced.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;updateViewedDate:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;update&nbsp;the&nbsp;view&nbsp;date&nbsp;after&nbsp;successfully&nbsp;updating&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;updateModifiedDate:&nbsp;boolean,&nbsp;Controls&nbsp;updating&nbsp;the&nbsp;modified&nbsp;date&nbsp;of&nbsp;the&nbsp;file.&nbsp;If&nbsp;true,&nbsp;the&nbsp;modified&nbsp;date&nbsp;will&nbsp;be&nbsp;updated&nbsp;to&nbsp;the&nbsp;current&nbsp;time,&nbsp;regardless&nbsp;of&nbsp;whether&nbsp;other&nbsp;changes&nbsp;are&nbsp;being&nbsp;made.&nbsp;If&nbsp;false,&nbsp;the&nbsp;modified&nbsp;date&nbsp;will&nbsp;only&nbsp;be&nbsp;updated&nbsp;to&nbsp;the&nbsp;current&nbsp;time&nbsp;if&nbsp;other&nbsp;changes&nbsp;are&nbsp;also&nbsp;being&nbsp;made&nbsp;(changing&nbsp;the&nbsp;title,&nbsp;for&nbsp;example).<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;id&nbsp;for&nbsp;the&nbsp;file&nbsp;in&nbsp;question.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mimeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;mimetype&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;back&nbsp;to&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#file",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;file.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;description&nbsp;of&nbsp;the&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modifiedByMeDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;the&nbsp;user&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"labels":&nbsp;{&nbsp;#&nbsp;Labels&nbsp;for&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;hidden&nbsp;from&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"starred":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;is&nbsp;starred&nbsp;by&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trashed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;file&nbsp;has&nbsp;been&nbsp;trashed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"indexableText":&nbsp;{&nbsp;#&nbsp;Indexable&nbsp;text&nbsp;attributes&nbsp;for&nbsp;the&nbsp;file&nbsp;(can&nbsp;only&nbsp;be&nbsp;written)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;text&nbsp;to&nbsp;be&nbsp;indexed&nbsp;for&nbsp;this&nbsp;file<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentsCollection":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;parent&nbsp;folders&nbsp;which&nbsp;contain&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;On&nbsp;insert,&nbsp;setting&nbsp;this&nbsp;field&nbsp;will&nbsp;put&nbsp;the&nbsp;file&nbsp;in&nbsp;all&nbsp;of&nbsp;the&nbsp;provided&nbsp;folders.&nbsp;If&nbsp;no&nbsp;folders&nbsp;are&nbsp;provided,&nbsp;the&nbsp;file&nbsp;will&nbsp;be&nbsp;placed&nbsp;in&nbsp;the&nbsp;default&nbsp;root&nbsp;folder.&nbsp;On&nbsp;update,&nbsp;this&nbsp;field&nbsp;is&nbsp;ignored.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;get&nbsp;the&nbsp;metadata&nbsp;for&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;this&nbsp;parent<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"downloadUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;term&nbsp;download&nbsp;URL&nbsp;for&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"userPermission":&nbsp;{&nbsp;#&nbsp;The&nbsp;permissions&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;on&nbsp;this&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;permission&nbsp;(For&nbsp;example:&nbsp;user,&nbsp;group&nbsp;etc).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"drive#permission",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;this&nbsp;permission.&nbsp;This&nbsp;is&nbsp;always&nbsp;drive#permission<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;etag&nbsp;for&nbsp;this&nbsp;permission.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"role":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;role&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.&nbsp;(For&nbsp;example:&nbsp;reader,&nbsp;writer,&nbsp;owner)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalRoles":&nbsp;[&nbsp;#&nbsp;Any&nbsp;additional&nbsp;roles&nbsp;that&nbsp;this&nbsp;permission&nbsp;describes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fileSize":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;file&nbsp;in&nbsp;bytes.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createdDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Create&nbsp;time&nbsp;for&nbsp;this&nbsp;file&nbsp;(formatted&nbsp;ISO8601&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fileExtension":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;file&nbsp;extension&nbsp;used&nbsp;when&nbsp;downloading&nbsp;this&nbsp;file.&nbsp;This&nbsp;field&nbsp;is&nbsp;read&nbsp;only.&nbsp;To&nbsp;set&nbsp;the&nbsp;extension,&nbsp;include&nbsp;it&nbsp;on&nbsp;title&nbsp;when&nbsp;creating&nbsp;the&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastViewedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;viewed&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"md5Checksum":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;An&nbsp;MD5&nbsp;checksum&nbsp;for&nbsp;the&nbsp;content&nbsp;of&nbsp;this&nbsp;file.&nbsp;This&nbsp;will&nbsp;only&nbsp;be&nbsp;populated&nbsp;on&nbsp;files&nbsp;with&nbsp;content&nbsp;stored&nbsp;in&nbsp;Drive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modifiedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;time&nbsp;this&nbsp;file&nbsp;was&nbsp;modified&nbsp;by&nbsp;anyone&nbsp;(formatted&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/drive.v1.html b/docs/dyn/drive.v1.html
deleted file mode 100644
index e7879c9..0000000
--- a/docs/dyn/drive.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-files"><strong><a href="drive.v1.files.html">files</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/drive_v2.about.html b/docs/dyn/drive_v2.about.html
new file mode 100644
index 0000000..753a5ee
--- /dev/null
+++ b/docs/dyn/drive_v2.about.html
@@ -0,0 +1,151 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.about.html">about</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(includeSubscribed=None, startChangeId=None, maxChangeIdCount=None)</a></code></p>
+<p class="firstline">Gets the information about the current user along with Drive API settings</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(includeSubscribed=None, startChangeId=None, maxChangeIdCount=None)</code>
+  <pre>Gets the information about the current user along with Drive API settings
+
+Args:
+  includeSubscribed: boolean, Whether to include subscribed items when calculating the number of remaining change IDs
+  startChangeId: string, Change ID to start counting from when calculating number of remaining change IDs
+  maxChangeIdCount: string, Maximum number of remaining change IDs to count
+
+Returns:
+  An object of the form:
+
+    { # An item with user information and settings.
+    "kind": "drive#about", # This is always drive#about.
+    "features": [ # List of additional features enabled on this account.
+      {
+        "featureName": "A String", # The name of the feature.
+        "featureRate": 3.14, # The request limit rate for this feature, in queries per second.
+      },
+    ],
+    "quotaBytesUsed": "A String", # The number of quota bytes used.
+    "permissionId": "A String", # The current user's ID as visible in the permissions collection.
+    "maxUploadSizes": [ # List of max upload sizes for each file type.
+      {
+        "type": "A String", # The file type.
+        "size": "A String", # The max upload size for this type.
+      },
+    ],
+    "name": "A String", # The name of the current user.
+    "remainingChangeIds": "A String", # The number of remaining change ids.
+    "additionalRoleInfo": [ # Additional ACL role info.
+      {
+        "roleSets": [ # The role sets for this role info item.
+          {
+            "primaryRole": "A String", # The primary role for this role set.
+            "additionalRoles": [ # The list of additional roles for this role set.
+              "A String",
+            ],
+          },
+        ],
+        "type": "A String", # The content type for this ACL role info item.
+      },
+    ],
+    "etag": "A String", # The ETag of the item.
+    "importFormats": [ # The allowable import formats.
+      {
+        "source": "A String", # The imported file's content type to convert from.
+        "targets": [ # The possible content types to convert to.
+          "A String",
+        ],
+      },
+    ],
+    "quotaBytesTotal": "A String", # The total number of quota bytes.
+    "rootFolderId": "A String", # The id of the root folder.
+    "largestChangeId": "A String", # The largest change id.
+    "quotaBytesUsedInTrash": "A String", # The number of quota bytes used by trashed items.
+    "exportFormats": [ # The allowable export formats.
+      {
+        "source": "A String", # The content type to convert from.
+        "targets": [ # The possible content types to convert to.
+          "A String",
+        ],
+      },
+    ],
+    "domainSharingPolicy": "A String", # The domain sharing policy for the current user.
+    "selfLink": "A String", # A link back to this item.
+    "isCurrentAppInstalled": True or False, # A boolean indicating whether the authenticated app is installed by the authenticated user.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/drive_v2.apps.html b/docs/dyn/drive_v2.apps.html
new file mode 100644
index 0000000..bc64535
--- /dev/null
+++ b/docs/dyn/drive_v2.apps.html
@@ -0,0 +1,132 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.apps.html">apps</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list()</a></code></p>
+<p class="firstline">Lists a user's apps.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list()</code>
+  <pre>Lists a user's apps.
+
+Args:
+
+Returns:
+  An object of the form:
+
+    { # A list of third-party applications which the user has installed or given access to Google Drive.
+    "items": [ # The actual list of apps.
+      { # Information about a third-party application which the user has installed or given access to Google Drive.
+        "kind": "drive#app", # This is always drive#app.
+        "primaryFileExtensions": [ # The list of primary file extensions.
+          "A String",
+        ],
+        "name": "A String", # The name of the app.
+        "icons": [ # The various icons for the app.
+          {
+            "category": "A String", # Category of the icon. Allowed values are:
+                # - application - icon for the application
+                # - document - icon for a file associated with the app
+                # - documentShared - icon for a shared file associated with the app
+            "iconUrl": "A String", # URL for the icon.
+            "size": 42, # Size of the icon. Represented as the maximum of the width and height.
+          },
+        ],
+        "secondaryFileExtensions": [ # The list of secondary file extensions.
+          "A String",
+        ],
+        "installed": True or False, # Whether the app is installed.
+        "productUrl": "A String", # The product URL.
+        "secondaryMimeTypes": [ # The list of secondary mime types.
+          "A String",
+        ],
+        "authorized": True or False, # Whether the app is authorized to access data on the user's Drive.
+        "supportsCreate": True or False, # Whether this app supports creating new objects.
+        "supportsImport": True or False, # Whether this app supports importing Google Docs.
+        "primaryMimeTypes": [ # The list of primary mime types.
+          "A String",
+        ],
+        "id": "A String", # The ID of the app.
+        "objectType": "A String", # The name of the type of object this app creates.
+      },
+    ],
+    "kind": "drive#appList", # This is always drive#appList.
+    "etag": "A String", # The ETag of the list.
+    "selfLink": "A String", # A link back to this list.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/drive_v2.changes.html b/docs/dyn/drive_v2.changes.html
new file mode 100644
index 0000000..df5f928
--- /dev/null
+++ b/docs/dyn/drive_v2.changes.html
@@ -0,0 +1,303 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.changes.html">changes</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(changeId)</a></code></p>
+<p class="firstline">Gets a specific change.</p>
+<p class="toc_element">
+  <code><a href="#list">list(includeSubscribed=None, includeDeleted=None, pageToken=None, maxResults=None, startChangeId=None)</a></code></p>
+<p class="firstline">Lists the changes for a user.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(changeId)</code>
+  <pre>Gets a specific change.
+
+Args:
+  changeId: string, The ID of the change. (required)
+
+Returns:
+  An object of the form:
+
+    { # Representation of a change to a file.
+    "kind": "drive#change", # This is always drive#change.
+    "deleted": True or False, # Whether the file has been deleted.
+    "file": { # The metadata for a file. # The updated state of the file. Present if the file has not been deleted.
+      "mimeType": "A String", # The MIME type of the file.
+      "thumbnailLink": "A String", # A link to the file's thumbnail.
+      "labels": { # A group of labels for the file.
+        "restricted": True or False, # Whether viewers are prevented from downloading this file.
+        "hidden": True or False, # Whether this file is hidden from the user.
+        "viewed": True or False, # Whether this file has been viewed by this user.
+        "starred": True or False, # Whether this file is starred by the user.
+        "trashed": True or False, # Whether this file has been trashed.
+      },
+      "indexableText": { # Indexable text attributes for the file (can only be written)
+        "text": "A String", # The text to be indexed for this file
+      },
+      "etag": "A String", # ETag of the file.
+      "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+      "writersCanShare": True or False, # Whether writers can share the document with other users.
+      "id": "A String", # The id of the file.
+      "title": "A String", # The title of this file.
+      "ownerNames": [ # Name(s) of the owner(s) of this file.
+        "A String",
+      ],
+      "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+      "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+      "parents": [ # Collection of parent folders which contain this file.
+          # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+        { # A reference to a file's parent.
+          "selfLink": "A String", # A link back to this reference.
+          "kind": "drive#parentReference", # This is always drive#parentReference.
+          "id": "A String", # The ID of the parent.
+          "isRoot": True or False, # Whether or not the parent is the root folder.
+          "parentLink": "A String", # A link to the parent.
+        },
+      ],
+      "exportLinks": { # Links for exporting Google Docs to specific formats.
+      },
+      "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+      "description": "A String", # A short description of the file.
+      "editable": True or False, # Whether the file can be edited by the current user.
+      "kind": "drive#file", # The type of file. This is always drive#file.
+      "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+      "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+      "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+      "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+      "embedLink": "A String", # A link for embedding the file.
+      "alternateLink": "A String", # A link for opening the file in a browser.
+      "permissionsLink": "A String", # A link to the permissions collection.
+      "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+      "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+      "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+        "withLink": True or False, # Whether the link is required for this permission.
+        "kind": "drive#permission", # This is always drive#permission.
+        "name": "A String", # The name for this permission.
+        "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+        "id": "A String", # The ID of the permission.
+        "authKey": "A String", # The authkey parameter required for this permission.
+        "etag": "A String", # The ETag of the permission.
+        "role": "A String", # The primary role for this user. Allowed values are:
+            # - owner
+            # - reader
+            # - writer
+        "photoLink": "A String", # A link to the profile photo, if available.
+        "type": "A String", # The account type. Allowed values are:
+            # - user
+            # - group
+            # - domain
+            # - anyone
+        "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+          "A String",
+        ],
+        "selfLink": "A String", # A link back to this permission.
+      },
+      "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+      "selfLink": "A String", # A link back to this file.
+      "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+    },
+    "id": "A String", # The ID of the change.
+    "selfLink": "A String", # A link back to this change.
+    "fileId": "A String", # The ID of the file associated with this change.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(includeSubscribed=None, includeDeleted=None, pageToken=None, maxResults=None, startChangeId=None)</code>
+  <pre>Lists the changes for a user.
+
+Args:
+  includeSubscribed: boolean, Whether to include subscribed items.
+  includeDeleted: boolean, Whether to include deleted items.
+  pageToken: string, Page token for changes.
+  maxResults: integer, Maximum number of changes to return.
+  startChangeId: string, Change ID to start listing changes from.
+
+Returns:
+  An object of the form:
+
+    { # A list of changes for a user.
+    "nextPageToken": "A String", # The page token for the next page of changes.
+    "kind": "drive#changeList", # This is always drive#changeList.
+    "items": [ # The actual list of changes.
+      { # Representation of a change to a file.
+        "kind": "drive#change", # This is always drive#change.
+        "deleted": True or False, # Whether the file has been deleted.
+        "file": { # The metadata for a file. # The updated state of the file. Present if the file has not been deleted.
+          "mimeType": "A String", # The MIME type of the file.
+          "thumbnailLink": "A String", # A link to the file's thumbnail.
+          "labels": { # A group of labels for the file.
+            "restricted": True or False, # Whether viewers are prevented from downloading this file.
+            "hidden": True or False, # Whether this file is hidden from the user.
+            "viewed": True or False, # Whether this file has been viewed by this user.
+            "starred": True or False, # Whether this file is starred by the user.
+            "trashed": True or False, # Whether this file has been trashed.
+          },
+          "indexableText": { # Indexable text attributes for the file (can only be written)
+            "text": "A String", # The text to be indexed for this file
+          },
+          "etag": "A String", # ETag of the file.
+          "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+          "writersCanShare": True or False, # Whether writers can share the document with other users.
+          "id": "A String", # The id of the file.
+          "title": "A String", # The title of this file.
+          "ownerNames": [ # Name(s) of the owner(s) of this file.
+            "A String",
+          ],
+          "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+          "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+          "parents": [ # Collection of parent folders which contain this file.
+              # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+            { # A reference to a file's parent.
+              "selfLink": "A String", # A link back to this reference.
+              "kind": "drive#parentReference", # This is always drive#parentReference.
+              "id": "A String", # The ID of the parent.
+              "isRoot": True or False, # Whether or not the parent is the root folder.
+              "parentLink": "A String", # A link to the parent.
+            },
+          ],
+          "exportLinks": { # Links for exporting Google Docs to specific formats.
+          },
+          "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+          "description": "A String", # A short description of the file.
+          "editable": True or False, # Whether the file can be edited by the current user.
+          "kind": "drive#file", # The type of file. This is always drive#file.
+          "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+          "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+          "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+          "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+          "embedLink": "A String", # A link for embedding the file.
+          "alternateLink": "A String", # A link for opening the file in a browser.
+          "permissionsLink": "A String", # A link to the permissions collection.
+          "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+          "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+          "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+            "withLink": True or False, # Whether the link is required for this permission.
+            "kind": "drive#permission", # This is always drive#permission.
+            "name": "A String", # The name for this permission.
+            "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+            "id": "A String", # The ID of the permission.
+            "authKey": "A String", # The authkey parameter required for this permission.
+            "etag": "A String", # The ETag of the permission.
+            "role": "A String", # The primary role for this user. Allowed values are:
+                # - owner
+                # - reader
+                # - writer
+            "photoLink": "A String", # A link to the profile photo, if available.
+            "type": "A String", # The account type. Allowed values are:
+                # - user
+                # - group
+                # - domain
+                # - anyone
+            "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+              "A String",
+            ],
+            "selfLink": "A String", # A link back to this permission.
+          },
+          "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+          "selfLink": "A String", # A link back to this file.
+          "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+        },
+        "id": "A String", # The ID of the change.
+        "selfLink": "A String", # A link back to this change.
+        "fileId": "A String", # The ID of the file associated with this change.
+      },
+    ],
+    "nextLink": "A String", # A link to the next page of changes.
+    "etag": "A String", # The ETag of the list.
+    "largestChangeId": "A String", # The current largest change ID.
+    "selfLink": "A String", # A link back to this list.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/drive_v2.children.html b/docs/dyn/drive_v2.children.html
new file mode 100644
index 0000000..91d6b6f
--- /dev/null
+++ b/docs/dyn/drive_v2.children.html
@@ -0,0 +1,194 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.children.html">children</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(folderId, childId)</a></code></p>
+<p class="firstline">Removes a child from a folder.</p>
+<p class="toc_element">
+  <code><a href="#get">get(folderId, childId)</a></code></p>
+<p class="firstline">Gets a specific child reference.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(folderId, body)</a></code></p>
+<p class="firstline">Inserts a file into a folder.</p>
+<p class="toc_element">
+  <code><a href="#list">list(folderId, q=None, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Lists a folder's children.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(folderId, childId)</code>
+  <pre>Removes a child from a folder.
+
+Args:
+  folderId: string, The ID of the folder. (required)
+  childId: string, The ID of the child. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(folderId, childId)</code>
+  <pre>Gets a specific child reference.
+
+Args:
+  folderId: string, The ID of the folder. (required)
+  childId: string, The ID of the child. (required)
+
+Returns:
+  An object of the form:
+
+    { # A reference to a file's child.
+      "kind": "drive#childReference", # This is always drive#childReference.
+      "childLink": "A String", # A link to the child.
+      "id": "A String", # The ID of the child.
+      "selfLink": "A String", # A link back to this reference.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(folderId, body)</code>
+  <pre>Inserts a file into a folder.
+
+Args:
+  folderId: string, The ID of the folder. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A reference to a file's child.
+    "kind": "drive#childReference", # This is always drive#childReference.
+    "childLink": "A String", # A link to the child.
+    "id": "A String", # The ID of the child.
+    "selfLink": "A String", # A link back to this reference.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # A reference to a file's child.
+      "kind": "drive#childReference", # This is always drive#childReference.
+      "childLink": "A String", # A link to the child.
+      "id": "A String", # The ID of the child.
+      "selfLink": "A String", # A link back to this reference.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(folderId, q=None, pageToken=None, maxResults=None)</code>
+  <pre>Lists a folder's children.
+
+Args:
+  folderId: string, The ID of the folder. (required)
+  q: string, Query string for searching children.
+  pageToken: string, Page token for children.
+  maxResults: integer, Maximum number of children to return.
+
+Returns:
+  An object of the form:
+
+    { # A list of children of a file.
+    "nextPageToken": "A String", # The page token for the next page of children.
+    "kind": "drive#childList", # This is always drive#childList.
+    "items": [ # The actual list of children.
+      { # A reference to a file's child.
+          "kind": "drive#childReference", # This is always drive#childReference.
+          "childLink": "A String", # A link to the child.
+          "id": "A String", # The ID of the child.
+          "selfLink": "A String", # A link back to this reference.
+        },
+    ],
+    "nextLink": "A String", # A link to the next page of children.
+    "etag": "A String", # The ETag of the list.
+    "selfLink": "A String", # A link back to this list.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/drive_v2.files.html b/docs/dyn/drive_v2.files.html
new file mode 100644
index 0000000..7eea6d3
--- /dev/null
+++ b/docs/dyn/drive_v2.files.html
@@ -0,0 +1,1291 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.files.html">files</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#copy">copy(fileId, body, convert=None, targetLanguage=None, sourceLanguage=None, ocrLanguage=None, ocr=None, timedTextTrackName=None, timedTextLanguage=None)</a></code></p>
+<p class="firstline">Creates a copy of the specified file.</p>
+<p class="toc_element">
+  <code><a href="#delete">delete(fileId)</a></code></p>
+<p class="firstline">Permanently deletes a file by ID. Skips the trash.</p>
+<p class="toc_element">
+  <code><a href="#get">get(fileId, projection=None, updateViewedDate=None)</a></code></p>
+<p class="firstline">Gets a file's metadata by ID.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body=None, media_body=None, convert=None, ocr=None, sourceLanguage=None, ocrLanguage=None, targetLanguage=None, timedTextLanguage=None, timedTextTrackName=None, pinned=None)</a></code></p>
+<p class="firstline">Insert a new file.</p>
+<p class="toc_element">
+  <code><a href="#list">list(q=None, projection=None, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Lists the user's files.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(fileId, body, newRevision=None, pinned=None, targetLanguage=None, ocrLanguage=None, ocr=None, sourceLanguage=None, updateViewedDate=None, timedTextTrackName=None, convert=None, setModifiedDate=None, timedTextLanguage=None)</a></code></p>
+<p class="firstline">Updates file metadata and/or content. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#touch">touch(fileId)</a></code></p>
+<p class="firstline">Set the file's updated time to the current server time.</p>
+<p class="toc_element">
+  <code><a href="#trash">trash(fileId)</a></code></p>
+<p class="firstline">Moves a file to the trash.</p>
+<p class="toc_element">
+  <code><a href="#untrash">untrash(fileId)</a></code></p>
+<p class="firstline">Restores a file from the trash.</p>
+<p class="toc_element">
+  <code><a href="#update">update(fileId, body=None, newRevision=None, media_body=None, targetLanguage=None, ocrLanguage=None, ocr=None, pinned=None, sourceLanguage=None, updateViewedDate=None, timedTextTrackName=None, convert=None, setModifiedDate=None, timedTextLanguage=None)</a></code></p>
+<p class="firstline">Updates file metadata and/or content</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="copy">copy(fileId, body, convert=None, targetLanguage=None, sourceLanguage=None, ocrLanguage=None, ocr=None, timedTextTrackName=None, timedTextLanguage=None)</code>
+  <pre>Creates a copy of the specified file.
+
+Args:
+  fileId: string, The ID of the file to copy. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # The metadata for a file.
+  "mimeType": "A String", # The MIME type of the file.
+  "thumbnailLink": "A String", # A link to the file's thumbnail.
+  "labels": { # A group of labels for the file.
+    "restricted": True or False, # Whether viewers are prevented from downloading this file.
+    "hidden": True or False, # Whether this file is hidden from the user.
+    "viewed": True or False, # Whether this file has been viewed by this user.
+    "starred": True or False, # Whether this file is starred by the user.
+    "trashed": True or False, # Whether this file has been trashed.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
+    "text": "A String", # The text to be indexed for this file
+  },
+  "etag": "A String", # ETag of the file.
+  "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+  "writersCanShare": True or False, # Whether writers can share the document with other users.
+  "id": "A String", # The id of the file.
+  "title": "A String", # The title of this file.
+  "ownerNames": [ # Name(s) of the owner(s) of this file.
+    "A String",
+  ],
+  "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+  "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+  "parents": [ # Collection of parent folders which contain this file.
+      # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+    { # A reference to a file's parent.
+      "selfLink": "A String", # A link back to this reference.
+      "kind": "drive#parentReference", # This is always drive#parentReference.
+      "id": "A String", # The ID of the parent.
+      "isRoot": True or False, # Whether or not the parent is the root folder.
+      "parentLink": "A String", # A link to the parent.
+    },
+  ],
+  "exportLinks": { # Links for exporting Google Docs to specific formats.
+  },
+  "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+  "description": "A String", # A short description of the file.
+  "editable": True or False, # Whether the file can be edited by the current user.
+  "kind": "drive#file", # The type of file. This is always drive#file.
+  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+  "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+  "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+  "embedLink": "A String", # A link for embedding the file.
+  "alternateLink": "A String", # A link for opening the file in a browser.
+  "permissionsLink": "A String", # A link to the permissions collection.
+  "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+  "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+  "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+    "withLink": True or False, # Whether the link is required for this permission.
+    "kind": "drive#permission", # This is always drive#permission.
+    "name": "A String", # The name for this permission.
+    "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+    "id": "A String", # The ID of the permission.
+    "authKey": "A String", # The authkey parameter required for this permission.
+    "etag": "A String", # The ETag of the permission.
+    "role": "A String", # The primary role for this user. Allowed values are:
+        # - owner
+        # - reader
+        # - writer
+    "photoLink": "A String", # A link to the profile photo, if available.
+    "type": "A String", # The account type. Allowed values are:
+        # - user
+        # - group
+        # - domain
+        # - anyone
+    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+      "A String",
+    ],
+    "selfLink": "A String", # A link back to this permission.
+  },
+  "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+  "selfLink": "A String", # A link back to this file.
+  "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+}
+
+  convert: boolean, Whether to convert this file to the corresponding Google Docs format.
+  targetLanguage: string, Target language to translate the file to. If no sourceLanguage is provided, the API will attempt to detect the language.
+  sourceLanguage: string, The language of the original file to be translated.
+  ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are ISO 639-1 codes.
+  ocr: boolean, Whether to attempt OCR on .jpg, .png, or .gif uploads.
+  timedTextTrackName: string, The timed text track name.
+  timedTextLanguage: string, The language of the timed text.
+
+Returns:
+  An object of the form:
+
+    { # The metadata for a file.
+    "mimeType": "A String", # The MIME type of the file.
+    "thumbnailLink": "A String", # A link to the file's thumbnail.
+    "labels": { # A group of labels for the file.
+      "restricted": True or False, # Whether viewers are prevented from downloading this file.
+      "hidden": True or False, # Whether this file is hidden from the user.
+      "viewed": True or False, # Whether this file has been viewed by this user.
+      "starred": True or False, # Whether this file is starred by the user.
+      "trashed": True or False, # Whether this file has been trashed.
+    },
+    "indexableText": { # Indexable text attributes for the file (can only be written)
+      "text": "A String", # The text to be indexed for this file
+    },
+    "etag": "A String", # ETag of the file.
+    "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+    "writersCanShare": True or False, # Whether writers can share the document with other users.
+    "id": "A String", # The id of the file.
+    "title": "A String", # The title of this file.
+    "ownerNames": [ # Name(s) of the owner(s) of this file.
+      "A String",
+    ],
+    "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+    "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+    "parents": [ # Collection of parent folders which contain this file.
+        # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+      { # A reference to a file's parent.
+        "selfLink": "A String", # A link back to this reference.
+        "kind": "drive#parentReference", # This is always drive#parentReference.
+        "id": "A String", # The ID of the parent.
+        "isRoot": True or False, # Whether or not the parent is the root folder.
+        "parentLink": "A String", # A link to the parent.
+      },
+    ],
+    "exportLinks": { # Links for exporting Google Docs to specific formats.
+    },
+    "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+    "description": "A String", # A short description of the file.
+    "editable": True or False, # Whether the file can be edited by the current user.
+    "kind": "drive#file", # The type of file. This is always drive#file.
+    "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+    "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+    "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+    "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+    "embedLink": "A String", # A link for embedding the file.
+    "alternateLink": "A String", # A link for opening the file in a browser.
+    "permissionsLink": "A String", # A link to the permissions collection.
+    "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+    "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+    "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+      "withLink": True or False, # Whether the link is required for this permission.
+      "kind": "drive#permission", # This is always drive#permission.
+      "name": "A String", # The name for this permission.
+      "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+      "id": "A String", # The ID of the permission.
+      "authKey": "A String", # The authkey parameter required for this permission.
+      "etag": "A String", # The ETag of the permission.
+      "role": "A String", # The primary role for this user. Allowed values are:
+          # - owner
+          # - reader
+          # - writer
+      "photoLink": "A String", # A link to the profile photo, if available.
+      "type": "A String", # The account type. Allowed values are:
+          # - user
+          # - group
+          # - domain
+          # - anyone
+      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+        "A String",
+      ],
+      "selfLink": "A String", # A link back to this permission.
+    },
+    "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+    "selfLink": "A String", # A link back to this file.
+    "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="delete">delete(fileId)</code>
+  <pre>Permanently deletes a file by ID. Skips the trash.
+
+Args:
+  fileId: string, The ID of the file to delete. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(fileId, projection=None, updateViewedDate=None)</code>
+  <pre>Gets a file's metadata by ID.
+
+Args:
+  fileId: string, The ID for the file in question. (required)
+  projection: string, Restrict information returned for simplicity and optimization.
+    Allowed values
+      BASIC - Includes only the basic metadata fields
+      FULL - Includes all metadata fields
+  updateViewedDate: boolean, Whether to update the view date after successfully retrieving the file.
+
+Returns:
+  An object of the form:
+
+    { # The metadata for a file.
+    "mimeType": "A String", # The MIME type of the file.
+    "thumbnailLink": "A String", # A link to the file's thumbnail.
+    "labels": { # A group of labels for the file.
+      "restricted": True or False, # Whether viewers are prevented from downloading this file.
+      "hidden": True or False, # Whether this file is hidden from the user.
+      "viewed": True or False, # Whether this file has been viewed by this user.
+      "starred": True or False, # Whether this file is starred by the user.
+      "trashed": True or False, # Whether this file has been trashed.
+    },
+    "indexableText": { # Indexable text attributes for the file (can only be written)
+      "text": "A String", # The text to be indexed for this file
+    },
+    "etag": "A String", # ETag of the file.
+    "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+    "writersCanShare": True or False, # Whether writers can share the document with other users.
+    "id": "A String", # The id of the file.
+    "title": "A String", # The title of this file.
+    "ownerNames": [ # Name(s) of the owner(s) of this file.
+      "A String",
+    ],
+    "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+    "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+    "parents": [ # Collection of parent folders which contain this file.
+        # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+      { # A reference to a file's parent.
+        "selfLink": "A String", # A link back to this reference.
+        "kind": "drive#parentReference", # This is always drive#parentReference.
+        "id": "A String", # The ID of the parent.
+        "isRoot": True or False, # Whether or not the parent is the root folder.
+        "parentLink": "A String", # A link to the parent.
+      },
+    ],
+    "exportLinks": { # Links for exporting Google Docs to specific formats.
+    },
+    "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+    "description": "A String", # A short description of the file.
+    "editable": True or False, # Whether the file can be edited by the current user.
+    "kind": "drive#file", # The type of file. This is always drive#file.
+    "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+    "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+    "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+    "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+    "embedLink": "A String", # A link for embedding the file.
+    "alternateLink": "A String", # A link for opening the file in a browser.
+    "permissionsLink": "A String", # A link to the permissions collection.
+    "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+    "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+    "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+      "withLink": True or False, # Whether the link is required for this permission.
+      "kind": "drive#permission", # This is always drive#permission.
+      "name": "A String", # The name for this permission.
+      "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+      "id": "A String", # The ID of the permission.
+      "authKey": "A String", # The authkey parameter required for this permission.
+      "etag": "A String", # The ETag of the permission.
+      "role": "A String", # The primary role for this user. Allowed values are:
+          # - owner
+          # - reader
+          # - writer
+      "photoLink": "A String", # A link to the profile photo, if available.
+      "type": "A String", # The account type. Allowed values are:
+          # - user
+          # - group
+          # - domain
+          # - anyone
+      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+        "A String",
+      ],
+      "selfLink": "A String", # A link back to this permission.
+    },
+    "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+    "selfLink": "A String", # A link back to this file.
+    "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body=None, media_body=None, convert=None, ocr=None, sourceLanguage=None, ocrLanguage=None, targetLanguage=None, timedTextLanguage=None, timedTextTrackName=None, pinned=None)</code>
+  <pre>Insert a new file.
+
+Args:
+  body: object, The request body.
+    The object takes the form of:
+
+{ # The metadata for a file.
+  "mimeType": "A String", # The MIME type of the file.
+  "thumbnailLink": "A String", # A link to the file's thumbnail.
+  "labels": { # A group of labels for the file.
+    "restricted": True or False, # Whether viewers are prevented from downloading this file.
+    "hidden": True or False, # Whether this file is hidden from the user.
+    "viewed": True or False, # Whether this file has been viewed by this user.
+    "starred": True or False, # Whether this file is starred by the user.
+    "trashed": True or False, # Whether this file has been trashed.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
+    "text": "A String", # The text to be indexed for this file
+  },
+  "etag": "A String", # ETag of the file.
+  "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+  "writersCanShare": True or False, # Whether writers can share the document with other users.
+  "id": "A String", # The id of the file.
+  "title": "A String", # The title of this file.
+  "ownerNames": [ # Name(s) of the owner(s) of this file.
+    "A String",
+  ],
+  "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+  "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+  "parents": [ # Collection of parent folders which contain this file.
+      # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+    { # A reference to a file's parent.
+      "selfLink": "A String", # A link back to this reference.
+      "kind": "drive#parentReference", # This is always drive#parentReference.
+      "id": "A String", # The ID of the parent.
+      "isRoot": True or False, # Whether or not the parent is the root folder.
+      "parentLink": "A String", # A link to the parent.
+    },
+  ],
+  "exportLinks": { # Links for exporting Google Docs to specific formats.
+  },
+  "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+  "description": "A String", # A short description of the file.
+  "editable": True or False, # Whether the file can be edited by the current user.
+  "kind": "drive#file", # The type of file. This is always drive#file.
+  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+  "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+  "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+  "embedLink": "A String", # A link for embedding the file.
+  "alternateLink": "A String", # A link for opening the file in a browser.
+  "permissionsLink": "A String", # A link to the permissions collection.
+  "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+  "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+  "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+    "withLink": True or False, # Whether the link is required for this permission.
+    "kind": "drive#permission", # This is always drive#permission.
+    "name": "A String", # The name for this permission.
+    "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+    "id": "A String", # The ID of the permission.
+    "authKey": "A String", # The authkey parameter required for this permission.
+    "etag": "A String", # The ETag of the permission.
+    "role": "A String", # The primary role for this user. Allowed values are:
+        # - owner
+        # - reader
+        # - writer
+    "photoLink": "A String", # A link to the profile photo, if available.
+    "type": "A String", # The account type. Allowed values are:
+        # - user
+        # - group
+        # - domain
+        # - anyone
+    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+      "A String",
+    ],
+    "selfLink": "A String", # A link back to this permission.
+  },
+  "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+  "selfLink": "A String", # A link back to this file.
+  "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+}
+
+  media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
+  convert: boolean, Whether to convert this file to the corresponding Google Docs format.
+  ocr: boolean, Whether to attempt OCR on .jpg, .png, or .gif uploads.
+  sourceLanguage: string, The language of the original file to be translated.
+  ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are ISO 639-1 codes.
+  targetLanguage: string, Target language to translate the file to. If no sourceLanguage is provided, the API will attempt to detect the language.
+  timedTextLanguage: string, The language of the timed text.
+  timedTextTrackName: string, The timed text track name.
+  pinned: boolean, Whether to pin the head revision of the uploaded file.
+
+Returns:
+  An object of the form:
+
+    { # The metadata for a file.
+    "mimeType": "A String", # The MIME type of the file.
+    "thumbnailLink": "A String", # A link to the file's thumbnail.
+    "labels": { # A group of labels for the file.
+      "restricted": True or False, # Whether viewers are prevented from downloading this file.
+      "hidden": True or False, # Whether this file is hidden from the user.
+      "viewed": True or False, # Whether this file has been viewed by this user.
+      "starred": True or False, # Whether this file is starred by the user.
+      "trashed": True or False, # Whether this file has been trashed.
+    },
+    "indexableText": { # Indexable text attributes for the file (can only be written)
+      "text": "A String", # The text to be indexed for this file
+    },
+    "etag": "A String", # ETag of the file.
+    "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+    "writersCanShare": True or False, # Whether writers can share the document with other users.
+    "id": "A String", # The id of the file.
+    "title": "A String", # The title of this file.
+    "ownerNames": [ # Name(s) of the owner(s) of this file.
+      "A String",
+    ],
+    "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+    "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+    "parents": [ # Collection of parent folders which contain this file.
+        # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+      { # A reference to a file's parent.
+        "selfLink": "A String", # A link back to this reference.
+        "kind": "drive#parentReference", # This is always drive#parentReference.
+        "id": "A String", # The ID of the parent.
+        "isRoot": True or False, # Whether or not the parent is the root folder.
+        "parentLink": "A String", # A link to the parent.
+      },
+    ],
+    "exportLinks": { # Links for exporting Google Docs to specific formats.
+    },
+    "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+    "description": "A String", # A short description of the file.
+    "editable": True or False, # Whether the file can be edited by the current user.
+    "kind": "drive#file", # The type of file. This is always drive#file.
+    "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+    "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+    "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+    "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+    "embedLink": "A String", # A link for embedding the file.
+    "alternateLink": "A String", # A link for opening the file in a browser.
+    "permissionsLink": "A String", # A link to the permissions collection.
+    "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+    "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+    "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+      "withLink": True or False, # Whether the link is required for this permission.
+      "kind": "drive#permission", # This is always drive#permission.
+      "name": "A String", # The name for this permission.
+      "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+      "id": "A String", # The ID of the permission.
+      "authKey": "A String", # The authkey parameter required for this permission.
+      "etag": "A String", # The ETag of the permission.
+      "role": "A String", # The primary role for this user. Allowed values are:
+          # - owner
+          # - reader
+          # - writer
+      "photoLink": "A String", # A link to the profile photo, if available.
+      "type": "A String", # The account type. Allowed values are:
+          # - user
+          # - group
+          # - domain
+          # - anyone
+      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+        "A String",
+      ],
+      "selfLink": "A String", # A link back to this permission.
+    },
+    "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+    "selfLink": "A String", # A link back to this file.
+    "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(q=None, projection=None, pageToken=None, maxResults=None)</code>
+  <pre>Lists the user's files.
+
+Args:
+  q: string, Query string for searching files.
+  projection: string, Restrict information returned for simplicity and optimization.
+    Allowed values
+      BASIC - Includes only the basic metadata fields
+      FULL - Includes all metadata fields
+  pageToken: string, Page token for files.
+  maxResults: integer, Maximum number of files to return.
+
+Returns:
+  An object of the form:
+
+    { # A list of files.
+    "nextPageToken": "A String", # The page token for the next page of files.
+    "kind": "drive#fileList", # This is always drive#fileList.
+    "items": [ # The actual list of files.
+      { # The metadata for a file.
+        "mimeType": "A String", # The MIME type of the file.
+        "thumbnailLink": "A String", # A link to the file's thumbnail.
+        "labels": { # A group of labels for the file.
+          "restricted": True or False, # Whether viewers are prevented from downloading this file.
+          "hidden": True or False, # Whether this file is hidden from the user.
+          "viewed": True or False, # Whether this file has been viewed by this user.
+          "starred": True or False, # Whether this file is starred by the user.
+          "trashed": True or False, # Whether this file has been trashed.
+        },
+        "indexableText": { # Indexable text attributes for the file (can only be written)
+          "text": "A String", # The text to be indexed for this file
+        },
+        "etag": "A String", # ETag of the file.
+        "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+        "writersCanShare": True or False, # Whether writers can share the document with other users.
+        "id": "A String", # The id of the file.
+        "title": "A String", # The title of this file.
+        "ownerNames": [ # Name(s) of the owner(s) of this file.
+          "A String",
+        ],
+        "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+        "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+        "parents": [ # Collection of parent folders which contain this file.
+            # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+          { # A reference to a file's parent.
+            "selfLink": "A String", # A link back to this reference.
+            "kind": "drive#parentReference", # This is always drive#parentReference.
+            "id": "A String", # The ID of the parent.
+            "isRoot": True or False, # Whether or not the parent is the root folder.
+            "parentLink": "A String", # A link to the parent.
+          },
+        ],
+        "exportLinks": { # Links for exporting Google Docs to specific formats.
+        },
+        "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+        "description": "A String", # A short description of the file.
+        "editable": True or False, # Whether the file can be edited by the current user.
+        "kind": "drive#file", # The type of file. This is always drive#file.
+        "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+        "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+        "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+        "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+        "embedLink": "A String", # A link for embedding the file.
+        "alternateLink": "A String", # A link for opening the file in a browser.
+        "permissionsLink": "A String", # A link to the permissions collection.
+        "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+        "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+        "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+          "withLink": True or False, # Whether the link is required for this permission.
+          "kind": "drive#permission", # This is always drive#permission.
+          "name": "A String", # The name for this permission.
+          "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+          "id": "A String", # The ID of the permission.
+          "authKey": "A String", # The authkey parameter required for this permission.
+          "etag": "A String", # The ETag of the permission.
+          "role": "A String", # The primary role for this user. Allowed values are:
+              # - owner
+              # - reader
+              # - writer
+          "photoLink": "A String", # A link to the profile photo, if available.
+          "type": "A String", # The account type. Allowed values are:
+              # - user
+              # - group
+              # - domain
+              # - anyone
+          "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+            "A String",
+          ],
+          "selfLink": "A String", # A link back to this permission.
+        },
+        "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+        "selfLink": "A String", # A link back to this file.
+        "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+      },
+    ],
+    "nextLink": "A String", # A link to the next page of files.
+    "etag": "A String", # The ETag of the list.
+    "selfLink": "A String", # A link back to this list.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(fileId, body, newRevision=None, pinned=None, targetLanguage=None, ocrLanguage=None, ocr=None, sourceLanguage=None, updateViewedDate=None, timedTextTrackName=None, convert=None, setModifiedDate=None, timedTextLanguage=None)</code>
+  <pre>Updates file metadata and/or content. This method supports patch semantics.
+
+Args:
+  fileId: string, The ID of the file to update. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # The metadata for a file.
+  "mimeType": "A String", # The MIME type of the file.
+  "thumbnailLink": "A String", # A link to the file's thumbnail.
+  "labels": { # A group of labels for the file.
+    "restricted": True or False, # Whether viewers are prevented from downloading this file.
+    "hidden": True or False, # Whether this file is hidden from the user.
+    "viewed": True or False, # Whether this file has been viewed by this user.
+    "starred": True or False, # Whether this file is starred by the user.
+    "trashed": True or False, # Whether this file has been trashed.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
+    "text": "A String", # The text to be indexed for this file
+  },
+  "etag": "A String", # ETag of the file.
+  "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+  "writersCanShare": True or False, # Whether writers can share the document with other users.
+  "id": "A String", # The id of the file.
+  "title": "A String", # The title of this file.
+  "ownerNames": [ # Name(s) of the owner(s) of this file.
+    "A String",
+  ],
+  "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+  "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+  "parents": [ # Collection of parent folders which contain this file.
+      # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+    { # A reference to a file's parent.
+      "selfLink": "A String", # A link back to this reference.
+      "kind": "drive#parentReference", # This is always drive#parentReference.
+      "id": "A String", # The ID of the parent.
+      "isRoot": True or False, # Whether or not the parent is the root folder.
+      "parentLink": "A String", # A link to the parent.
+    },
+  ],
+  "exportLinks": { # Links for exporting Google Docs to specific formats.
+  },
+  "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+  "description": "A String", # A short description of the file.
+  "editable": True or False, # Whether the file can be edited by the current user.
+  "kind": "drive#file", # The type of file. This is always drive#file.
+  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+  "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+  "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+  "embedLink": "A String", # A link for embedding the file.
+  "alternateLink": "A String", # A link for opening the file in a browser.
+  "permissionsLink": "A String", # A link to the permissions collection.
+  "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+  "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+  "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+    "withLink": True or False, # Whether the link is required for this permission.
+    "kind": "drive#permission", # This is always drive#permission.
+    "name": "A String", # The name for this permission.
+    "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+    "id": "A String", # The ID of the permission.
+    "authKey": "A String", # The authkey parameter required for this permission.
+    "etag": "A String", # The ETag of the permission.
+    "role": "A String", # The primary role for this user. Allowed values are:
+        # - owner
+        # - reader
+        # - writer
+    "photoLink": "A String", # A link to the profile photo, if available.
+    "type": "A String", # The account type. Allowed values are:
+        # - user
+        # - group
+        # - domain
+        # - anyone
+    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+      "A String",
+    ],
+    "selfLink": "A String", # A link back to this permission.
+  },
+  "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+  "selfLink": "A String", # A link back to this file.
+  "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+}
+
+  newRevision: boolean, Whether a blob upload should create a new revision. If false, the blob data in the current head revision will be replaced.
+  pinned: boolean, Whether to pin the new revision.
+  targetLanguage: string, Target language to translate the file to. If no sourceLanguage is provided, the API will attempt to detect the language.
+  ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are ISO 639-1 codes.
+  ocr: boolean, Whether to attempt OCR on .jpg, .png, or .gif uploads.
+  sourceLanguage: string, The language of the original file to be translated.
+  updateViewedDate: boolean, Whether to update the view date after successfully updating the file.
+  timedTextTrackName: string, The timed text track name.
+  convert: boolean, Whether to convert this file to the corresponding Google Docs format.
+  setModifiedDate: boolean, Whether to set the modified date with the supplied modified date.
+  timedTextLanguage: string, The language of the timed text.
+
+Returns:
+  An object of the form:
+
+    { # The metadata for a file.
+    "mimeType": "A String", # The MIME type of the file.
+    "thumbnailLink": "A String", # A link to the file's thumbnail.
+    "labels": { # A group of labels for the file.
+      "restricted": True or False, # Whether viewers are prevented from downloading this file.
+      "hidden": True or False, # Whether this file is hidden from the user.
+      "viewed": True or False, # Whether this file has been viewed by this user.
+      "starred": True or False, # Whether this file is starred by the user.
+      "trashed": True or False, # Whether this file has been trashed.
+    },
+    "indexableText": { # Indexable text attributes for the file (can only be written)
+      "text": "A String", # The text to be indexed for this file
+    },
+    "etag": "A String", # ETag of the file.
+    "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+    "writersCanShare": True or False, # Whether writers can share the document with other users.
+    "id": "A String", # The id of the file.
+    "title": "A String", # The title of this file.
+    "ownerNames": [ # Name(s) of the owner(s) of this file.
+      "A String",
+    ],
+    "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+    "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+    "parents": [ # Collection of parent folders which contain this file.
+        # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+      { # A reference to a file's parent.
+        "selfLink": "A String", # A link back to this reference.
+        "kind": "drive#parentReference", # This is always drive#parentReference.
+        "id": "A String", # The ID of the parent.
+        "isRoot": True or False, # Whether or not the parent is the root folder.
+        "parentLink": "A String", # A link to the parent.
+      },
+    ],
+    "exportLinks": { # Links for exporting Google Docs to specific formats.
+    },
+    "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+    "description": "A String", # A short description of the file.
+    "editable": True or False, # Whether the file can be edited by the current user.
+    "kind": "drive#file", # The type of file. This is always drive#file.
+    "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+    "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+    "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+    "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+    "embedLink": "A String", # A link for embedding the file.
+    "alternateLink": "A String", # A link for opening the file in a browser.
+    "permissionsLink": "A String", # A link to the permissions collection.
+    "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+    "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+    "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+      "withLink": True or False, # Whether the link is required for this permission.
+      "kind": "drive#permission", # This is always drive#permission.
+      "name": "A String", # The name for this permission.
+      "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+      "id": "A String", # The ID of the permission.
+      "authKey": "A String", # The authkey parameter required for this permission.
+      "etag": "A String", # The ETag of the permission.
+      "role": "A String", # The primary role for this user. Allowed values are:
+          # - owner
+          # - reader
+          # - writer
+      "photoLink": "A String", # A link to the profile photo, if available.
+      "type": "A String", # The account type. Allowed values are:
+          # - user
+          # - group
+          # - domain
+          # - anyone
+      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+        "A String",
+      ],
+      "selfLink": "A String", # A link back to this permission.
+    },
+    "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+    "selfLink": "A String", # A link back to this file.
+    "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="touch">touch(fileId)</code>
+  <pre>Set the file's updated time to the current server time.
+
+Args:
+  fileId: string, The ID of the file to update. (required)
+
+Returns:
+  An object of the form:
+
+    { # The metadata for a file.
+    "mimeType": "A String", # The MIME type of the file.
+    "thumbnailLink": "A String", # A link to the file's thumbnail.
+    "labels": { # A group of labels for the file.
+      "restricted": True or False, # Whether viewers are prevented from downloading this file.
+      "hidden": True or False, # Whether this file is hidden from the user.
+      "viewed": True or False, # Whether this file has been viewed by this user.
+      "starred": True or False, # Whether this file is starred by the user.
+      "trashed": True or False, # Whether this file has been trashed.
+    },
+    "indexableText": { # Indexable text attributes for the file (can only be written)
+      "text": "A String", # The text to be indexed for this file
+    },
+    "etag": "A String", # ETag of the file.
+    "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+    "writersCanShare": True or False, # Whether writers can share the document with other users.
+    "id": "A String", # The id of the file.
+    "title": "A String", # The title of this file.
+    "ownerNames": [ # Name(s) of the owner(s) of this file.
+      "A String",
+    ],
+    "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+    "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+    "parents": [ # Collection of parent folders which contain this file.
+        # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+      { # A reference to a file's parent.
+        "selfLink": "A String", # A link back to this reference.
+        "kind": "drive#parentReference", # This is always drive#parentReference.
+        "id": "A String", # The ID of the parent.
+        "isRoot": True or False, # Whether or not the parent is the root folder.
+        "parentLink": "A String", # A link to the parent.
+      },
+    ],
+    "exportLinks": { # Links for exporting Google Docs to specific formats.
+    },
+    "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+    "description": "A String", # A short description of the file.
+    "editable": True or False, # Whether the file can be edited by the current user.
+    "kind": "drive#file", # The type of file. This is always drive#file.
+    "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+    "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+    "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+    "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+    "embedLink": "A String", # A link for embedding the file.
+    "alternateLink": "A String", # A link for opening the file in a browser.
+    "permissionsLink": "A String", # A link to the permissions collection.
+    "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+    "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+    "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+      "withLink": True or False, # Whether the link is required for this permission.
+      "kind": "drive#permission", # This is always drive#permission.
+      "name": "A String", # The name for this permission.
+      "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+      "id": "A String", # The ID of the permission.
+      "authKey": "A String", # The authkey parameter required for this permission.
+      "etag": "A String", # The ETag of the permission.
+      "role": "A String", # The primary role for this user. Allowed values are:
+          # - owner
+          # - reader
+          # - writer
+      "photoLink": "A String", # A link to the profile photo, if available.
+      "type": "A String", # The account type. Allowed values are:
+          # - user
+          # - group
+          # - domain
+          # - anyone
+      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+        "A String",
+      ],
+      "selfLink": "A String", # A link back to this permission.
+    },
+    "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+    "selfLink": "A String", # A link back to this file.
+    "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="trash">trash(fileId)</code>
+  <pre>Moves a file to the trash.
+
+Args:
+  fileId: string, The ID of the file to trash. (required)
+
+Returns:
+  An object of the form:
+
+    { # The metadata for a file.
+    "mimeType": "A String", # The MIME type of the file.
+    "thumbnailLink": "A String", # A link to the file's thumbnail.
+    "labels": { # A group of labels for the file.
+      "restricted": True or False, # Whether viewers are prevented from downloading this file.
+      "hidden": True or False, # Whether this file is hidden from the user.
+      "viewed": True or False, # Whether this file has been viewed by this user.
+      "starred": True or False, # Whether this file is starred by the user.
+      "trashed": True or False, # Whether this file has been trashed.
+    },
+    "indexableText": { # Indexable text attributes for the file (can only be written)
+      "text": "A String", # The text to be indexed for this file
+    },
+    "etag": "A String", # ETag of the file.
+    "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+    "writersCanShare": True or False, # Whether writers can share the document with other users.
+    "id": "A String", # The id of the file.
+    "title": "A String", # The title of this file.
+    "ownerNames": [ # Name(s) of the owner(s) of this file.
+      "A String",
+    ],
+    "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+    "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+    "parents": [ # Collection of parent folders which contain this file.
+        # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+      { # A reference to a file's parent.
+        "selfLink": "A String", # A link back to this reference.
+        "kind": "drive#parentReference", # This is always drive#parentReference.
+        "id": "A String", # The ID of the parent.
+        "isRoot": True or False, # Whether or not the parent is the root folder.
+        "parentLink": "A String", # A link to the parent.
+      },
+    ],
+    "exportLinks": { # Links for exporting Google Docs to specific formats.
+    },
+    "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+    "description": "A String", # A short description of the file.
+    "editable": True or False, # Whether the file can be edited by the current user.
+    "kind": "drive#file", # The type of file. This is always drive#file.
+    "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+    "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+    "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+    "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+    "embedLink": "A String", # A link for embedding the file.
+    "alternateLink": "A String", # A link for opening the file in a browser.
+    "permissionsLink": "A String", # A link to the permissions collection.
+    "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+    "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+    "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+      "withLink": True or False, # Whether the link is required for this permission.
+      "kind": "drive#permission", # This is always drive#permission.
+      "name": "A String", # The name for this permission.
+      "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+      "id": "A String", # The ID of the permission.
+      "authKey": "A String", # The authkey parameter required for this permission.
+      "etag": "A String", # The ETag of the permission.
+      "role": "A String", # The primary role for this user. Allowed values are:
+          # - owner
+          # - reader
+          # - writer
+      "photoLink": "A String", # A link to the profile photo, if available.
+      "type": "A String", # The account type. Allowed values are:
+          # - user
+          # - group
+          # - domain
+          # - anyone
+      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+        "A String",
+      ],
+      "selfLink": "A String", # A link back to this permission.
+    },
+    "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+    "selfLink": "A String", # A link back to this file.
+    "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="untrash">untrash(fileId)</code>
+  <pre>Restores a file from the trash.
+
+Args:
+  fileId: string, The ID of the file to untrash. (required)
+
+Returns:
+  An object of the form:
+
+    { # The metadata for a file.
+    "mimeType": "A String", # The MIME type of the file.
+    "thumbnailLink": "A String", # A link to the file's thumbnail.
+    "labels": { # A group of labels for the file.
+      "restricted": True or False, # Whether viewers are prevented from downloading this file.
+      "hidden": True or False, # Whether this file is hidden from the user.
+      "viewed": True or False, # Whether this file has been viewed by this user.
+      "starred": True or False, # Whether this file is starred by the user.
+      "trashed": True or False, # Whether this file has been trashed.
+    },
+    "indexableText": { # Indexable text attributes for the file (can only be written)
+      "text": "A String", # The text to be indexed for this file
+    },
+    "etag": "A String", # ETag of the file.
+    "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+    "writersCanShare": True or False, # Whether writers can share the document with other users.
+    "id": "A String", # The id of the file.
+    "title": "A String", # The title of this file.
+    "ownerNames": [ # Name(s) of the owner(s) of this file.
+      "A String",
+    ],
+    "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+    "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+    "parents": [ # Collection of parent folders which contain this file.
+        # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+      { # A reference to a file's parent.
+        "selfLink": "A String", # A link back to this reference.
+        "kind": "drive#parentReference", # This is always drive#parentReference.
+        "id": "A String", # The ID of the parent.
+        "isRoot": True or False, # Whether or not the parent is the root folder.
+        "parentLink": "A String", # A link to the parent.
+      },
+    ],
+    "exportLinks": { # Links for exporting Google Docs to specific formats.
+    },
+    "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+    "description": "A String", # A short description of the file.
+    "editable": True or False, # Whether the file can be edited by the current user.
+    "kind": "drive#file", # The type of file. This is always drive#file.
+    "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+    "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+    "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+    "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+    "embedLink": "A String", # A link for embedding the file.
+    "alternateLink": "A String", # A link for opening the file in a browser.
+    "permissionsLink": "A String", # A link to the permissions collection.
+    "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+    "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+    "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+      "withLink": True or False, # Whether the link is required for this permission.
+      "kind": "drive#permission", # This is always drive#permission.
+      "name": "A String", # The name for this permission.
+      "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+      "id": "A String", # The ID of the permission.
+      "authKey": "A String", # The authkey parameter required for this permission.
+      "etag": "A String", # The ETag of the permission.
+      "role": "A String", # The primary role for this user. Allowed values are:
+          # - owner
+          # - reader
+          # - writer
+      "photoLink": "A String", # A link to the profile photo, if available.
+      "type": "A String", # The account type. Allowed values are:
+          # - user
+          # - group
+          # - domain
+          # - anyone
+      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+        "A String",
+      ],
+      "selfLink": "A String", # A link back to this permission.
+    },
+    "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+    "selfLink": "A String", # A link back to this file.
+    "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(fileId, body=None, newRevision=None, media_body=None, targetLanguage=None, ocrLanguage=None, ocr=None, pinned=None, sourceLanguage=None, updateViewedDate=None, timedTextTrackName=None, convert=None, setModifiedDate=None, timedTextLanguage=None)</code>
+  <pre>Updates file metadata and/or content
+
+Args:
+  fileId: string, The ID of the file to update. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # The metadata for a file.
+  "mimeType": "A String", # The MIME type of the file.
+  "thumbnailLink": "A String", # A link to the file's thumbnail.
+  "labels": { # A group of labels for the file.
+    "restricted": True or False, # Whether viewers are prevented from downloading this file.
+    "hidden": True or False, # Whether this file is hidden from the user.
+    "viewed": True or False, # Whether this file has been viewed by this user.
+    "starred": True or False, # Whether this file is starred by the user.
+    "trashed": True or False, # Whether this file has been trashed.
+  },
+  "indexableText": { # Indexable text attributes for the file (can only be written)
+    "text": "A String", # The text to be indexed for this file
+  },
+  "etag": "A String", # ETag of the file.
+  "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+  "writersCanShare": True or False, # Whether writers can share the document with other users.
+  "id": "A String", # The id of the file.
+  "title": "A String", # The title of this file.
+  "ownerNames": [ # Name(s) of the owner(s) of this file.
+    "A String",
+  ],
+  "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+  "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+  "parents": [ # Collection of parent folders which contain this file.
+      # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+    { # A reference to a file's parent.
+      "selfLink": "A String", # A link back to this reference.
+      "kind": "drive#parentReference", # This is always drive#parentReference.
+      "id": "A String", # The ID of the parent.
+      "isRoot": True or False, # Whether or not the parent is the root folder.
+      "parentLink": "A String", # A link to the parent.
+    },
+  ],
+  "exportLinks": { # Links for exporting Google Docs to specific formats.
+  },
+  "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+  "description": "A String", # A short description of the file.
+  "editable": True or False, # Whether the file can be edited by the current user.
+  "kind": "drive#file", # The type of file. This is always drive#file.
+  "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+  "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+  "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+  "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+  "embedLink": "A String", # A link for embedding the file.
+  "alternateLink": "A String", # A link for opening the file in a browser.
+  "permissionsLink": "A String", # A link to the permissions collection.
+  "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+  "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+  "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+    "withLink": True or False, # Whether the link is required for this permission.
+    "kind": "drive#permission", # This is always drive#permission.
+    "name": "A String", # The name for this permission.
+    "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+    "id": "A String", # The ID of the permission.
+    "authKey": "A String", # The authkey parameter required for this permission.
+    "etag": "A String", # The ETag of the permission.
+    "role": "A String", # The primary role for this user. Allowed values are:
+        # - owner
+        # - reader
+        # - writer
+    "photoLink": "A String", # A link to the profile photo, if available.
+    "type": "A String", # The account type. Allowed values are:
+        # - user
+        # - group
+        # - domain
+        # - anyone
+    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+      "A String",
+    ],
+    "selfLink": "A String", # A link back to this permission.
+  },
+  "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+  "selfLink": "A String", # A link back to this file.
+  "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+}
+
+  newRevision: boolean, Whether a blob upload should create a new revision. If false, the blob data in the current head revision will be replaced.
+  media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
+  targetLanguage: string, Target language to translate the file to. If no sourceLanguage is provided, the API will attempt to detect the language.
+  ocrLanguage: string, If ocr is true, hints at the language to use. Valid values are ISO 639-1 codes.
+  ocr: boolean, Whether to attempt OCR on .jpg, .png, or .gif uploads.
+  pinned: boolean, Whether to pin the new revision.
+  sourceLanguage: string, The language of the original file to be translated.
+  updateViewedDate: boolean, Whether to update the view date after successfully updating the file.
+  timedTextTrackName: string, The timed text track name.
+  convert: boolean, Whether to convert this file to the corresponding Google Docs format.
+  setModifiedDate: boolean, Whether to set the modified date with the supplied modified date.
+  timedTextLanguage: string, The language of the timed text.
+
+Returns:
+  An object of the form:
+
+    { # The metadata for a file.
+    "mimeType": "A String", # The MIME type of the file.
+    "thumbnailLink": "A String", # A link to the file's thumbnail.
+    "labels": { # A group of labels for the file.
+      "restricted": True or False, # Whether viewers are prevented from downloading this file.
+      "hidden": True or False, # Whether this file is hidden from the user.
+      "viewed": True or False, # Whether this file has been viewed by this user.
+      "starred": True or False, # Whether this file is starred by the user.
+      "trashed": True or False, # Whether this file has been trashed.
+    },
+    "indexableText": { # Indexable text attributes for the file (can only be written)
+      "text": "A String", # The text to be indexed for this file
+    },
+    "etag": "A String", # ETag of the file.
+    "lastModifyingUserName": "A String", # Name of the last user to modify this file. This will only be populated if a user has edited this file.
+    "writersCanShare": True or False, # Whether writers can share the document with other users.
+    "id": "A String", # The id of the file.
+    "title": "A String", # The title of this file.
+    "ownerNames": [ # Name(s) of the owner(s) of this file.
+      "A String",
+    ],
+    "sharedWithMeDate": "A String", # Time at which this file was shared with the user (formatted RFC 3339 timestamp).
+    "lastViewedByMeDate": "A String", # Last time this file was viewed by the user (formatted RFC 3339 timestamp).
+    "parents": [ # Collection of parent folders which contain this file.
+        # On insert, setting this field will put the file in all of the provided folders. If no folders are provided, the file will be placed in the default root folder. On update, this field is ignored.
+      { # A reference to a file's parent.
+        "selfLink": "A String", # A link back to this reference.
+        "kind": "drive#parentReference", # This is always drive#parentReference.
+        "id": "A String", # The ID of the parent.
+        "isRoot": True or False, # Whether or not the parent is the root folder.
+        "parentLink": "A String", # A link to the parent.
+      },
+    ],
+    "exportLinks": { # Links for exporting Google Docs to specific formats.
+    },
+    "originalFilename": "A String", # The filename when uploading this file. This will only be populated on files with content stored in Drive.
+    "description": "A String", # A short description of the file.
+    "editable": True or False, # Whether the file can be edited by the current user.
+    "kind": "drive#file", # The type of file. This is always drive#file.
+    "quotaBytesUsed": "A String", # The number of quota bytes used by this file.
+    "fileSize": "A String", # The size of the file in bytes. This will only be populated on files with content stored in Drive.
+    "createdDate": "A String", # Create time for this file (formatted ISO8601 timestamp).
+    "md5Checksum": "A String", # An MD5 checksum for the content of this file. This will only be populated on files with content stored in Drive.
+    "embedLink": "A String", # A link for embedding the file.
+    "alternateLink": "A String", # A link for opening the file in a browser.
+    "permissionsLink": "A String", # A link to the permissions collection.
+    "modifiedByMeDate": "A String", # Last time this file was modified by the user (formatted RFC 3339 timestamp).
+    "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+    "userPermission": { # A single permission for a file. # The permissions for the authenticated user on this file.
+      "withLink": True or False, # Whether the link is required for this permission.
+      "kind": "drive#permission", # This is always drive#permission.
+      "name": "A String", # The name for this permission.
+      "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+      "id": "A String", # The ID of the permission.
+      "authKey": "A String", # The authkey parameter required for this permission.
+      "etag": "A String", # The ETag of the permission.
+      "role": "A String", # The primary role for this user. Allowed values are:
+          # - owner
+          # - reader
+          # - writer
+      "photoLink": "A String", # A link to the profile photo, if available.
+      "type": "A String", # The account type. Allowed values are:
+          # - user
+          # - group
+          # - domain
+          # - anyone
+      "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+        "A String",
+      ],
+      "selfLink": "A String", # A link back to this permission.
+    },
+    "fileExtension": "A String", # The file extension used when downloading this file. This field is read only. To set the extension, include it on title when creating the file. This will only be populated on files with content stored in Drive.
+    "selfLink": "A String", # A link back to this file.
+    "modifiedDate": "A String", # Last time this file was modified by anyone (formatted RFC 3339 timestamp).
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/drive_v2.html b/docs/dyn/drive_v2.html
new file mode 100644
index 0000000..3d03d08
--- /dev/null
+++ b/docs/dyn/drive_v2.html
@@ -0,0 +1,117 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="drive_v2.html">Drive API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="drive_v2.about.html">about()</a></code>
+</p>
+<p class="firstline">Returns the about Resource.</p>
+
+<p class="toc_element">
+  <code><a href="drive_v2.apps.html">apps()</a></code>
+</p>
+<p class="firstline">Returns the apps Resource.</p>
+
+<p class="toc_element">
+  <code><a href="drive_v2.changes.html">changes()</a></code>
+</p>
+<p class="firstline">Returns the changes Resource.</p>
+
+<p class="toc_element">
+  <code><a href="drive_v2.children.html">children()</a></code>
+</p>
+<p class="firstline">Returns the children Resource.</p>
+
+<p class="toc_element">
+  <code><a href="drive_v2.files.html">files()</a></code>
+</p>
+<p class="firstline">Returns the files Resource.</p>
+
+<p class="toc_element">
+  <code><a href="drive_v2.parents.html">parents()</a></code>
+</p>
+<p class="firstline">Returns the parents Resource.</p>
+
+<p class="toc_element">
+  <code><a href="drive_v2.permissions.html">permissions()</a></code>
+</p>
+<p class="firstline">Returns the permissions Resource.</p>
+
+<p class="toc_element">
+  <code><a href="drive_v2.revisions.html">revisions()</a></code>
+</p>
+<p class="firstline">Returns the revisions Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/drive_v2.parents.html b/docs/dyn/drive_v2.parents.html
new file mode 100644
index 0000000..4dc0671
--- /dev/null
+++ b/docs/dyn/drive_v2.parents.html
@@ -0,0 +1,176 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.parents.html">parents</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(fileId, parentId)</a></code></p>
+<p class="firstline">Removes a parent from a file.</p>
+<p class="toc_element">
+  <code><a href="#get">get(fileId, parentId)</a></code></p>
+<p class="firstline">Gets a specific parent reference.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(fileId, body)</a></code></p>
+<p class="firstline">Adds a parent folder for a file.</p>
+<p class="toc_element">
+  <code><a href="#list">list(fileId)</a></code></p>
+<p class="firstline">Lists a file's parents.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(fileId, parentId)</code>
+  <pre>Removes a parent from a file.
+
+Args:
+  fileId: string, The ID of the file. (required)
+  parentId: string, The ID of the parent. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(fileId, parentId)</code>
+  <pre>Gets a specific parent reference.
+
+Args:
+  fileId: string, The ID of the file. (required)
+  parentId: string, The ID of the parent. (required)
+
+Returns:
+  An object of the form:
+
+    { # A reference to a file's parent.
+    "selfLink": "A String", # A link back to this reference.
+    "kind": "drive#parentReference", # This is always drive#parentReference.
+    "id": "A String", # The ID of the parent.
+    "isRoot": True or False, # Whether or not the parent is the root folder.
+    "parentLink": "A String", # A link to the parent.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(fileId, body)</code>
+  <pre>Adds a parent folder for a file.
+
+Args:
+  fileId: string, The ID of the file. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A reference to a file's parent.
+  "selfLink": "A String", # A link back to this reference.
+  "kind": "drive#parentReference", # This is always drive#parentReference.
+  "id": "A String", # The ID of the parent.
+  "isRoot": True or False, # Whether or not the parent is the root folder.
+  "parentLink": "A String", # A link to the parent.
+}
+
+
+Returns:
+  An object of the form:
+
+    { # A reference to a file's parent.
+    "selfLink": "A String", # A link back to this reference.
+    "kind": "drive#parentReference", # This is always drive#parentReference.
+    "id": "A String", # The ID of the parent.
+    "isRoot": True or False, # Whether or not the parent is the root folder.
+    "parentLink": "A String", # A link to the parent.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(fileId)</code>
+  <pre>Lists a file's parents.
+
+Args:
+  fileId: string, The ID of the file. (required)
+
+Returns:
+  An object of the form:
+
+    { # A list of a file's parents.
+    "items": [ # The actual list of parents.
+      { # A reference to a file's parent.
+        "selfLink": "A String", # A link back to this reference.
+        "kind": "drive#parentReference", # This is always drive#parentReference.
+        "id": "A String", # The ID of the parent.
+        "isRoot": True or False, # Whether or not the parent is the root folder.
+        "parentLink": "A String", # A link to the parent.
+      },
+    ],
+    "kind": "drive#parentList", # This is always drive#parentList.
+    "etag": "A String", # The ETag of the list.
+    "selfLink": "A String", # A link back to this list.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/drive_v2.permissions.html b/docs/dyn/drive_v2.permissions.html
new file mode 100644
index 0000000..09e2e46
--- /dev/null
+++ b/docs/dyn/drive_v2.permissions.html
@@ -0,0 +1,373 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.permissions.html">permissions</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(fileId, permissionId)</a></code></p>
+<p class="firstline">Deletes a permission from a file.</p>
+<p class="toc_element">
+  <code><a href="#get">get(fileId, permissionId)</a></code></p>
+<p class="firstline">Gets a permission by ID.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(fileId, body, sendNotificationEmails=None)</a></code></p>
+<p class="firstline">Inserts a permission for a file.</p>
+<p class="toc_element">
+  <code><a href="#list">list(fileId)</a></code></p>
+<p class="firstline">Lists a file's permissions.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(fileId, permissionId, body)</a></code></p>
+<p class="firstline">Updates a permission. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(fileId, permissionId, body)</a></code></p>
+<p class="firstline">Updates a permission.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(fileId, permissionId)</code>
+  <pre>Deletes a permission from a file.
+
+Args:
+  fileId: string, The ID for the file. (required)
+  permissionId: string, The ID for the permission. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(fileId, permissionId)</code>
+  <pre>Gets a permission by ID.
+
+Args:
+  fileId: string, The ID for the file. (required)
+  permissionId: string, The ID for the permission. (required)
+
+Returns:
+  An object of the form:
+
+    { # A single permission for a file.
+    "withLink": True or False, # Whether the link is required for this permission.
+    "kind": "drive#permission", # This is always drive#permission.
+    "name": "A String", # The name for this permission.
+    "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+    "id": "A String", # The ID of the permission.
+    "authKey": "A String", # The authkey parameter required for this permission.
+    "etag": "A String", # The ETag of the permission.
+    "role": "A String", # The primary role for this user. Allowed values are:
+        # - owner
+        # - reader
+        # - writer
+    "photoLink": "A String", # A link to the profile photo, if available.
+    "type": "A String", # The account type. Allowed values are:
+        # - user
+        # - group
+        # - domain
+        # - anyone
+    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+      "A String",
+    ],
+    "selfLink": "A String", # A link back to this permission.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(fileId, body, sendNotificationEmails=None)</code>
+  <pre>Inserts a permission for a file.
+
+Args:
+  fileId: string, The ID for the file. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A single permission for a file.
+  "withLink": True or False, # Whether the link is required for this permission.
+  "kind": "drive#permission", # This is always drive#permission.
+  "name": "A String", # The name for this permission.
+  "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+  "id": "A String", # The ID of the permission.
+  "authKey": "A String", # The authkey parameter required for this permission.
+  "etag": "A String", # The ETag of the permission.
+  "role": "A String", # The primary role for this user. Allowed values are:
+      # - owner
+      # - reader
+      # - writer
+  "photoLink": "A String", # A link to the profile photo, if available.
+  "type": "A String", # The account type. Allowed values are:
+      # - user
+      # - group
+      # - domain
+      # - anyone
+  "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+    "A String",
+  ],
+  "selfLink": "A String", # A link back to this permission.
+}
+
+  sendNotificationEmails: boolean, Whether to send notification emails.
+
+Returns:
+  An object of the form:
+
+    { # A single permission for a file.
+    "withLink": True or False, # Whether the link is required for this permission.
+    "kind": "drive#permission", # This is always drive#permission.
+    "name": "A String", # The name for this permission.
+    "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+    "id": "A String", # The ID of the permission.
+    "authKey": "A String", # The authkey parameter required for this permission.
+    "etag": "A String", # The ETag of the permission.
+    "role": "A String", # The primary role for this user. Allowed values are:
+        # - owner
+        # - reader
+        # - writer
+    "photoLink": "A String", # A link to the profile photo, if available.
+    "type": "A String", # The account type. Allowed values are:
+        # - user
+        # - group
+        # - domain
+        # - anyone
+    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+      "A String",
+    ],
+    "selfLink": "A String", # A link back to this permission.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(fileId)</code>
+  <pre>Lists a file's permissions.
+
+Args:
+  fileId: string, The ID for the file. (required)
+
+Returns:
+  An object of the form:
+
+    { # A list of permissions associated with a file.
+    "items": [ # The actual list of permissions.
+      { # A single permission for a file.
+        "withLink": True or False, # Whether the link is required for this permission.
+        "kind": "drive#permission", # This is always drive#permission.
+        "name": "A String", # The name for this permission.
+        "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+        "id": "A String", # The ID of the permission.
+        "authKey": "A String", # The authkey parameter required for this permission.
+        "etag": "A String", # The ETag of the permission.
+        "role": "A String", # The primary role for this user. Allowed values are:
+            # - owner
+            # - reader
+            # - writer
+        "photoLink": "A String", # A link to the profile photo, if available.
+        "type": "A String", # The account type. Allowed values are:
+            # - user
+            # - group
+            # - domain
+            # - anyone
+        "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+          "A String",
+        ],
+        "selfLink": "A String", # A link back to this permission.
+      },
+    ],
+    "kind": "drive#permissionList", # This is always drive#permissionList.
+    "etag": "A String", # The ETag of the list.
+    "selfLink": "A String", # A link back to this list.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(fileId, permissionId, body)</code>
+  <pre>Updates a permission. This method supports patch semantics.
+
+Args:
+  fileId: string, The ID for the file. (required)
+  permissionId: string, The ID for the permission. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A single permission for a file.
+  "withLink": True or False, # Whether the link is required for this permission.
+  "kind": "drive#permission", # This is always drive#permission.
+  "name": "A String", # The name for this permission.
+  "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+  "id": "A String", # The ID of the permission.
+  "authKey": "A String", # The authkey parameter required for this permission.
+  "etag": "A String", # The ETag of the permission.
+  "role": "A String", # The primary role for this user. Allowed values are:
+      # - owner
+      # - reader
+      # - writer
+  "photoLink": "A String", # A link to the profile photo, if available.
+  "type": "A String", # The account type. Allowed values are:
+      # - user
+      # - group
+      # - domain
+      # - anyone
+  "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+    "A String",
+  ],
+  "selfLink": "A String", # A link back to this permission.
+}
+
+
+Returns:
+  An object of the form:
+
+    { # A single permission for a file.
+    "withLink": True or False, # Whether the link is required for this permission.
+    "kind": "drive#permission", # This is always drive#permission.
+    "name": "A String", # The name for this permission.
+    "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+    "id": "A String", # The ID of the permission.
+    "authKey": "A String", # The authkey parameter required for this permission.
+    "etag": "A String", # The ETag of the permission.
+    "role": "A String", # The primary role for this user. Allowed values are:
+        # - owner
+        # - reader
+        # - writer
+    "photoLink": "A String", # A link to the profile photo, if available.
+    "type": "A String", # The account type. Allowed values are:
+        # - user
+        # - group
+        # - domain
+        # - anyone
+    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+      "A String",
+    ],
+    "selfLink": "A String", # A link back to this permission.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(fileId, permissionId, body)</code>
+  <pre>Updates a permission.
+
+Args:
+  fileId: string, The ID for the file. (required)
+  permissionId: string, The ID for the permission. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A single permission for a file.
+  "withLink": True or False, # Whether the link is required for this permission.
+  "kind": "drive#permission", # This is always drive#permission.
+  "name": "A String", # The name for this permission.
+  "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+  "id": "A String", # The ID of the permission.
+  "authKey": "A String", # The authkey parameter required for this permission.
+  "etag": "A String", # The ETag of the permission.
+  "role": "A String", # The primary role for this user. Allowed values are:
+      # - owner
+      # - reader
+      # - writer
+  "photoLink": "A String", # A link to the profile photo, if available.
+  "type": "A String", # The account type. Allowed values are:
+      # - user
+      # - group
+      # - domain
+      # - anyone
+  "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+    "A String",
+  ],
+  "selfLink": "A String", # A link back to this permission.
+}
+
+
+Returns:
+  An object of the form:
+
+    { # A single permission for a file.
+    "withLink": True or False, # Whether the link is required for this permission.
+    "kind": "drive#permission", # This is always drive#permission.
+    "name": "A String", # The name for this permission.
+    "value": "A String", # The email address or domain name for the entity. This is not populated in responses.
+    "id": "A String", # The ID of the permission.
+    "authKey": "A String", # The authkey parameter required for this permission.
+    "etag": "A String", # The ETag of the permission.
+    "role": "A String", # The primary role for this user. Allowed values are:
+        # - owner
+        # - reader
+        # - writer
+    "photoLink": "A String", # A link to the profile photo, if available.
+    "type": "A String", # The account type. Allowed values are:
+        # - user
+        # - group
+        # - domain
+        # - anyone
+    "additionalRoles": [ # Additional roles for this user. Only commenter is currently allowed.
+      "A String",
+    ],
+    "selfLink": "A String", # A link back to this permission.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/drive_v2.revisions.html b/docs/dyn/drive_v2.revisions.html
new file mode 100644
index 0000000..7b810bb
--- /dev/null
+++ b/docs/dyn/drive_v2.revisions.html
@@ -0,0 +1,289 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="drive_v2.html">Drive API</a> . <a href="drive_v2.revisions.html">revisions</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(fileId, revisionId)</a></code></p>
+<p class="firstline">Removes a revision.</p>
+<p class="toc_element">
+  <code><a href="#get">get(fileId, revisionId)</a></code></p>
+<p class="firstline">Gets a specific revision.</p>
+<p class="toc_element">
+  <code><a href="#list">list(fileId)</a></code></p>
+<p class="firstline">Lists a file's revisions.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(fileId, revisionId, body)</a></code></p>
+<p class="firstline">Updates a revision. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(fileId, revisionId, body)</a></code></p>
+<p class="firstline">Updates a revision.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(fileId, revisionId)</code>
+  <pre>Removes a revision.
+
+Args:
+  fileId: string, The ID of the file. (required)
+  revisionId: string, The ID of the revision. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(fileId, revisionId)</code>
+  <pre>Gets a specific revision.
+
+Args:
+  fileId: string, The ID of the file. (required)
+  revisionId: string, The ID of the revision. (required)
+
+Returns:
+  An object of the form:
+
+    { # A single revision of a file.
+      "mimeType": "A String", # The MIME type of the revision.
+      "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated on files with content stored in Drive.
+      "kind": "drive#revision", # This is always drive#revision.
+      "publishedLink": "A String", # A link to the published revision.
+      "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain.
+      "publishAuto": True or False, # Whether subsequent revisions will be automatically republished.
+      "published": True or False, # Whether this revision is published. This is only populated for Google Docs.
+      "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+      "selfLink": "A String", # A link back to this revision.
+      "etag": "A String", # The ETag of the revision.
+      "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+      "exportLinks": { # Links for exporting Google Docs to specific formats.
+      },
+      "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+      "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+      "id": "A String", # The ID of the revision.
+      "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+      "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(fileId)</code>
+  <pre>Lists a file's revisions.
+
+Args:
+  fileId: string, The ID of the file. (required)
+
+Returns:
+  An object of the form:
+
+    { # A list of revisions of a file.
+    "items": [ # The actual list of revisions.
+      { # A single revision of a file.
+          "mimeType": "A String", # The MIME type of the revision.
+          "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated on files with content stored in Drive.
+          "kind": "drive#revision", # This is always drive#revision.
+          "publishedLink": "A String", # A link to the published revision.
+          "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain.
+          "publishAuto": True or False, # Whether subsequent revisions will be automatically republished.
+          "published": True or False, # Whether this revision is published. This is only populated for Google Docs.
+          "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+          "selfLink": "A String", # A link back to this revision.
+          "etag": "A String", # The ETag of the revision.
+          "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+          "exportLinks": { # Links for exporting Google Docs to specific formats.
+          },
+          "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+          "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+          "id": "A String", # The ID of the revision.
+          "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+          "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+        },
+    ],
+    "kind": "drive#revisionList", # This is always drive#revisionList.
+    "etag": "A String", # The ETag of the list.
+    "selfLink": "A String", # A link back to this list.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(fileId, revisionId, body)</code>
+  <pre>Updates a revision. This method supports patch semantics.
+
+Args:
+  fileId: string, The ID for the file. (required)
+  revisionId: string, The ID for the revision. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A single revision of a file.
+    "mimeType": "A String", # The MIME type of the revision.
+    "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated on files with content stored in Drive.
+    "kind": "drive#revision", # This is always drive#revision.
+    "publishedLink": "A String", # A link to the published revision.
+    "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain.
+    "publishAuto": True or False, # Whether subsequent revisions will be automatically republished.
+    "published": True or False, # Whether this revision is published. This is only populated for Google Docs.
+    "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+    "selfLink": "A String", # A link back to this revision.
+    "etag": "A String", # The ETag of the revision.
+    "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+    "exportLinks": { # Links for exporting Google Docs to specific formats.
+    },
+    "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+    "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+    "id": "A String", # The ID of the revision.
+    "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+    "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # A single revision of a file.
+      "mimeType": "A String", # The MIME type of the revision.
+      "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated on files with content stored in Drive.
+      "kind": "drive#revision", # This is always drive#revision.
+      "publishedLink": "A String", # A link to the published revision.
+      "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain.
+      "publishAuto": True or False, # Whether subsequent revisions will be automatically republished.
+      "published": True or False, # Whether this revision is published. This is only populated for Google Docs.
+      "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+      "selfLink": "A String", # A link back to this revision.
+      "etag": "A String", # The ETag of the revision.
+      "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+      "exportLinks": { # Links for exporting Google Docs to specific formats.
+      },
+      "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+      "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+      "id": "A String", # The ID of the revision.
+      "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+      "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(fileId, revisionId, body)</code>
+  <pre>Updates a revision.
+
+Args:
+  fileId: string, The ID for the file. (required)
+  revisionId: string, The ID for the revision. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A single revision of a file.
+    "mimeType": "A String", # The MIME type of the revision.
+    "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated on files with content stored in Drive.
+    "kind": "drive#revision", # This is always drive#revision.
+    "publishedLink": "A String", # A link to the published revision.
+    "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain.
+    "publishAuto": True or False, # Whether subsequent revisions will be automatically republished.
+    "published": True or False, # Whether this revision is published. This is only populated for Google Docs.
+    "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+    "selfLink": "A String", # A link back to this revision.
+    "etag": "A String", # The ETag of the revision.
+    "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+    "exportLinks": { # Links for exporting Google Docs to specific formats.
+    },
+    "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+    "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+    "id": "A String", # The ID of the revision.
+    "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+    "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # A single revision of a file.
+      "mimeType": "A String", # The MIME type of the revision.
+      "pinned": True or False, # Whether this revision is pinned to prevent automatic purging. This will only be populated on files with content stored in Drive.
+      "kind": "drive#revision", # This is always drive#revision.
+      "publishedLink": "A String", # A link to the published revision.
+      "publishedOutsideDomain": True or False, # Whether this revision is published outside the domain.
+      "publishAuto": True or False, # Whether subsequent revisions will be automatically republished.
+      "published": True or False, # Whether this revision is published. This is only populated for Google Docs.
+      "downloadUrl": "A String", # Short term download URL for the file. This will only be populated on files with content stored in Drive.
+      "selfLink": "A String", # A link back to this revision.
+      "etag": "A String", # The ETag of the revision.
+      "fileSize": "A String", # The size of the revision in bytes. This will only be populated on files with content stored in Drive.
+      "exportLinks": { # Links for exporting Google Docs to specific formats.
+      },
+      "lastModifyingUserName": "A String", # Name of the last user to modify this revision.
+      "originalFilename": "A String", # The original filename when this revision was created. This will only be populated on files with content stored in Drive.
+      "id": "A String", # The ID of the revision.
+      "md5Checksum": "A String", # An MD5 checksum for the content of this revision. This will only be populated on files with content stored in Drive.
+      "modifiedDate": "A String", # Last time this revision was modified (formatted RFC 3339 timestamp).
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/freebase.v1-dev.html b/docs/dyn/freebase.v1-dev.html
deleted file mode 100644
index be8ec1b..0000000
--- a/docs/dyn/freebase.v1-dev.html
+++ /dev/null
@@ -1,93 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-dataset"><strong>dataset</strong></a> = method(self, **kwargs)</dt><dd><tt>Provides&nbsp;access&nbsp;to&nbsp;various&nbsp;key/value&nbsp;databases&nbsp;used&nbsp;by&nbsp;Freebase,&nbsp;with&nbsp;the&nbsp;id&nbsp;in&nbsp;the&nbsp;path.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;format:&nbsp;string,&nbsp;The&nbsp;format&nbsp;of&nbsp;the&nbsp;result.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;json&nbsp;-&nbsp;The&nbsp;content&nbsp;is&nbsp;a&nbsp;JSON&nbsp;encoded&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;raw&nbsp;-&nbsp;The&nbsp;content&nbsp;of&nbsp;the&nbsp;response&nbsp;is&nbsp;the&nbsp;raw&nbsp;bytes&nbsp;of&nbsp;the&nbsp;desired&nbsp;value.&nbsp;The&nbsp;content-type&nbsp;is&nbsp;set&nbsp;to&nbsp;text/plain<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;item&nbsp;that&nbsp;you&nbsp;want&nbsp;data&nbsp;about&nbsp;(required)&nbsp;(repeated)<br>
-&nbsp;&nbsp;dbName:&nbsp;string,&nbsp;A&nbsp;parameter&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-image"><strong>image</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;scaled/cropped&nbsp;image&nbsp;attached&nbsp;to&nbsp;a&nbsp;freebase&nbsp;node.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;maxwidth:&nbsp;integer,&nbsp;Maximum&nbsp;width&nbsp;in&nbsp;pixels&nbsp;for&nbsp;resulting&nbsp;image.<br>
-&nbsp;&nbsp;maxheight:&nbsp;integer,&nbsp;Maximum&nbsp;height&nbsp;in&nbsp;pixels&nbsp;for&nbsp;resulting&nbsp;image.<br>
-&nbsp;&nbsp;fallbackid:&nbsp;string,&nbsp;Use&nbsp;the&nbsp;image&nbsp;associated&nbsp;with&nbsp;this&nbsp;secondary&nbsp;id&nbsp;if&nbsp;no&nbsp;image&nbsp;is&nbsp;associated&nbsp;with&nbsp;the&nbsp;primary&nbsp;id.<br>
-&nbsp;&nbsp;pad:&nbsp;boolean,&nbsp;A&nbsp;boolean&nbsp;specifying&nbsp;whether&nbsp;the&nbsp;resulting&nbsp;image&nbsp;should&nbsp;be&nbsp;padded&nbsp;up&nbsp;to&nbsp;the&nbsp;requested&nbsp;dimensions.<br>
-&nbsp;&nbsp;mode:&nbsp;string,&nbsp;Method&nbsp;used&nbsp;to&nbsp;scale&nbsp;or&nbsp;crop&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fill&nbsp;-&nbsp;TODO(bendrees)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fillcrop&nbsp;-&nbsp;TODO(bendrees)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fillcropmid&nbsp;-&nbsp;TODO(bendrees)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fit&nbsp;-&nbsp;TODO(bendrees)<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;Freebase&nbsp;entity&nbsp;or&nbsp;content&nbsp;id,&nbsp;mid,&nbsp;or&nbsp;guid.&nbsp;(required)&nbsp;(repeated)</tt></dd></dl>
-
-<dl><dt><a name="Resource-mqlread"><strong>mqlread</strong></a> = method(self, **kwargs)</dt><dd><tt>Performs&nbsp;MQL&nbsp;Queries.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;lang:&nbsp;string,&nbsp;The&nbsp;language&nbsp;of&nbsp;the&nbsp;results&nbsp;-&nbsp;an&nbsp;id&nbsp;of&nbsp;a&nbsp;/type/lang&nbsp;object.<br>
-&nbsp;&nbsp;cursor:&nbsp;string,&nbsp;The&nbsp;mql&nbsp;cursor.<br>
-&nbsp;&nbsp;indent:&nbsp;integer,&nbsp;How&nbsp;many&nbsp;spaces&nbsp;to&nbsp;indent&nbsp;the&nbsp;json.<br>
-&nbsp;&nbsp;callback:&nbsp;string,&nbsp;JS&nbsp;method&nbsp;name&nbsp;for&nbsp;JSONP&nbsp;callbacks.<br>
-&nbsp;&nbsp;uniqueness_failure:&nbsp;string,&nbsp;How&nbsp;MQL&nbsp;responds&nbsp;to&nbsp;uniqueness&nbsp;failures.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hard&nbsp;-&nbsp;Be&nbsp;strict&nbsp;-&nbsp;throw&nbsp;an&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;soft&nbsp;-&nbsp;Just&nbsp;return&nbsp;the&nbsp;first&nbsp;encountered&nbsp;object.<br>
-&nbsp;&nbsp;html_escape:&nbsp;boolean,&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;escape&nbsp;entities.<br>
-&nbsp;&nbsp;cost:&nbsp;boolean,&nbsp;Show&nbsp;the&nbsp;costs&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;query:&nbsp;string,&nbsp;An&nbsp;envelope&nbsp;containing&nbsp;a&nbsp;single&nbsp;MQL&nbsp;query.&nbsp;(required)<br>
-&nbsp;&nbsp;as_of_time:&nbsp;string,&nbsp;Run&nbsp;the&nbsp;query&nbsp;as&nbsp;it&nbsp;would've&nbsp;been&nbsp;run&nbsp;at&nbsp;the&nbsp;specified&nbsp;point&nbsp;in&nbsp;time.</tt></dd></dl>
-
-<dl><dt><a name="Resource-mqlwrite"><strong>mqlwrite</strong></a> = method(self, **kwargs)</dt><dd><tt>Performs&nbsp;MQL&nbsp;Write&nbsp;Operations.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;indent:&nbsp;integer,&nbsp;How&nbsp;many&nbsp;spaces&nbsp;to&nbsp;indent&nbsp;the&nbsp;json.<br>
-&nbsp;&nbsp;callback:&nbsp;string,&nbsp;JS&nbsp;method&nbsp;name&nbsp;for&nbsp;JSONP&nbsp;callbacks.<br>
-&nbsp;&nbsp;use_permission_of:&nbsp;string,&nbsp;Use&nbsp;the&nbsp;same&nbsp;permission&nbsp;node&nbsp;of&nbsp;the&nbsp;object&nbsp;with&nbsp;the&nbsp;specified&nbsp;id.<br>
-&nbsp;&nbsp;query:&nbsp;string,&nbsp;An&nbsp;MQL&nbsp;query&nbsp;with&nbsp;write&nbsp;directives.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-text"><strong><a href="freebase.v1-dev.text.html">text</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-upload"><strong>upload</strong></a> = method(self, **kwargs)</dt><dd><tt>Uploads&nbsp;data&nbsp;to&nbsp;the&nbsp;Freebase&nbsp;blobstore&nbsp;and&nbsp;creates&nbsp;documents&nbsp;in&nbsp;the&nbsp;graph.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;lang:&nbsp;string,&nbsp;An&nbsp;id&nbsp;of&nbsp;a&nbsp;/type/lang&nbsp;object&nbsp;that&nbsp;will&nbsp;be&nbsp;used&nbsp;as&nbsp;the&nbsp;language&nbsp;-&nbsp;e.g.&nbsp;'/lang/fr'<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;license:&nbsp;string,&nbsp;An&nbsp;id&nbsp;of&nbsp;a&nbsp;/common/license&nbsp;object&nbsp;that&nbsp;you&nbsp;want&nbsp;to&nbsp;use&nbsp;as&nbsp;the&nbsp;license&nbsp;of&nbsp;this&nbsp;content<br>
-&nbsp;&nbsp;media_body:&nbsp;string,&nbsp;The&nbsp;filename&nbsp;of&nbsp;the&nbsp;media&nbsp;request&nbsp;body.<br>
-&nbsp;&nbsp;text_encoding:&nbsp;string,&nbsp;The&nbsp;encoding&nbsp;of&nbsp;the&nbsp;content&nbsp;-&nbsp;e.g.&nbsp;'utf-8'<br>
-&nbsp;&nbsp;rights_holder:&nbsp;string,&nbsp;An&nbsp;id&nbsp;of&nbsp;a&nbsp;user&nbsp;or&nbsp;topic&nbsp;that&nbsp;is&nbsp;considered&nbsp;to&nbsp;be&nbsp;the&nbsp;rights&nbsp;holder&nbsp;for&nbsp;this&nbsp;content&nbsp;-&nbsp;applies&nbsp;only&nbsp;to&nbsp;images.<br>
-&nbsp;&nbsp;use_permission_of:&nbsp;string,&nbsp;An&nbsp;id&nbsp;of&nbsp;an&nbsp;object&nbsp;that&nbsp;has&nbsp;the&nbsp;permissions&nbsp;that&nbsp;you&nbsp;want&nbsp;to&nbsp;use&nbsp;in&nbsp;the&nbsp;document&nbsp;node.<br>
-&nbsp;&nbsp;content:&nbsp;string,&nbsp;An&nbsp;id&nbsp;of&nbsp;a&nbsp;/type/content&nbsp;object&nbsp;that&nbsp;should&nbsp;be&nbsp;the&nbsp;last&nbsp;content&nbsp;attached&nbsp;to&nbsp;the&nbsp;document&nbsp;node&nbsp;specified.&nbsp;This&nbsp;is&nbsp;a&nbsp;consistency&nbsp;check&nbsp;and&nbsp;will&nbsp;make&nbsp;sure&nbsp;that&nbsp;the&nbsp;content&nbsp;has&nbsp;not&nbsp;changed&nbsp;since&nbsp;the&nbsp;request&nbsp;was&nbsp;created.&nbsp;The&nbsp;document&nbsp;parameter&nbsp;must&nbsp;also&nbsp;be&nbsp;passed&nbsp;if&nbsp;this&nbsp;is&nbsp;present.<br>
-&nbsp;&nbsp;document:&nbsp;string,&nbsp;An&nbsp;id&nbsp;of&nbsp;a&nbsp;/common/document&nbsp;object&nbsp;that&nbsp;you'd&nbsp;like&nbsp;to&nbsp;attach&nbsp;this&nbsp;content.</tt></dd></dl>
-
-<dl><dt><a name="Resource-user"><strong><a href="freebase.v1-dev.user.html">user</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/freebase.v1-dev.text.html b/docs/dyn/freebase.v1-dev.text.html
deleted file mode 100644
index 7e9cac3..0000000
--- a/docs/dyn/freebase.v1-dev.text.html
+++ /dev/null
@@ -1,50 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;blob&nbsp;attached&nbsp;to&nbsp;node&nbsp;at&nbsp;specified&nbsp;id&nbsp;as&nbsp;HTML<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;format:&nbsp;string,&nbsp;Sanitizing&nbsp;transformation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;html&nbsp;-&nbsp;Return&nbsp;valid,&nbsp;sanitized&nbsp;html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;plain&nbsp;-&nbsp;Return&nbsp;plain&nbsp;text&nbsp;-&nbsp;strip&nbsp;html&nbsp;tags.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;raw&nbsp;-&nbsp;Return&nbsp;the&nbsp;entire&nbsp;content&nbsp;as-is.<br>
-&nbsp;&nbsp;maxlength:&nbsp;integer,&nbsp;The&nbsp;max&nbsp;number&nbsp;of&nbsp;characters&nbsp;to&nbsp;return.&nbsp;Valid&nbsp;only&nbsp;for&nbsp;'plain'&nbsp;format.<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;item&nbsp;that&nbsp;you&nbsp;want&nbsp;data&nbsp;about&nbsp;(required)&nbsp;(repeated)</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;a&nbsp;blob&nbsp;in&nbsp;the&nbsp;Freebase&nbsp;blobstore.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;lang:&nbsp;string,&nbsp;The&nbsp;key&nbsp;of&nbsp;a&nbsp;/type/lang&nbsp;object&nbsp;that&nbsp;will&nbsp;be&nbsp;used&nbsp;as&nbsp;the&nbsp;language&nbsp;-&nbsp;e.g.&nbsp;'fr'<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;text:&nbsp;string,&nbsp;The&nbsp;text&nbsp;data&nbsp;you&nbsp;want&nbsp;to&nbsp;upload.&nbsp;(required)<br>
-&nbsp;&nbsp;text_encoding:&nbsp;string,&nbsp;The&nbsp;encoding&nbsp;of&nbsp;the&nbsp;content&nbsp;-&nbsp;e.g.&nbsp;'utf-8'<br>
-&nbsp;&nbsp;use_permission_of:&nbsp;string,&nbsp;An&nbsp;id&nbsp;of&nbsp;an&nbsp;object&nbsp;that&nbsp;has&nbsp;the&nbsp;permissions&nbsp;that&nbsp;you&nbsp;want&nbsp;to&nbsp;use&nbsp;in&nbsp;the&nbsp;document&nbsp;node.<br>
-&nbsp;&nbsp;entity:&nbsp;string,&nbsp;The&nbsp;entity&nbsp;you&nbsp;want&nbsp;to&nbsp;upload&nbsp;a&nbsp;description&nbsp;about.<br>
-&nbsp;&nbsp;content:&nbsp;string,&nbsp;An&nbsp;id&nbsp;of&nbsp;a&nbsp;/type/content&nbsp;object&nbsp;that&nbsp;should&nbsp;be&nbsp;the&nbsp;last&nbsp;content&nbsp;attached&nbsp;to&nbsp;the&nbsp;document&nbsp;node&nbsp;specified.&nbsp;This&nbsp;is&nbsp;a&nbsp;consistency&nbsp;check&nbsp;and&nbsp;will&nbsp;make&nbsp;sure&nbsp;that&nbsp;the&nbsp;content&nbsp;has&nbsp;not&nbsp;changed&nbsp;since&nbsp;the&nbsp;request&nbsp;was&nbsp;created.&nbsp;The&nbsp;document&nbsp;parameter&nbsp;must&nbsp;also&nbsp;be&nbsp;passed&nbsp;if&nbsp;this&nbsp;is&nbsp;present.<br>
-&nbsp;&nbsp;media_type:&nbsp;string,&nbsp;The&nbsp;mime&nbsp;content&nbsp;type&nbsp;of&nbsp;the&nbsp;text&nbsp;you&nbsp;are&nbsp;uploading&nbsp;-&nbsp;e.g.&nbsp;text/plain&nbsp;(required)<br>
-&nbsp;&nbsp;document:&nbsp;string,&nbsp;An&nbsp;id&nbsp;of&nbsp;a&nbsp;/common/document&nbsp;object&nbsp;that&nbsp;you'd&nbsp;like&nbsp;to&nbsp;attach&nbsp;this&nbsp;content.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/freebase.v1-dev.user.html b/docs/dyn/freebase.v1-dev.user.html
deleted file mode 100644
index 6c00b46..0000000
--- a/docs/dyn/freebase.v1-dev.user.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-info"><strong>info</strong></a> = method(self, **kwargs)</dt><dd><tt>Provides&nbsp;basic&nbsp;information&nbsp;about&nbsp;logged&nbsp;in&nbsp;Freebase.com&nbsp;user.<br>
-&nbsp;<br>
-Args:</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/freebase.v1.html b/docs/dyn/freebase.v1.html
deleted file mode 100644
index 00e9e69..0000000
--- a/docs/dyn/freebase.v1.html
+++ /dev/null
@@ -1,68 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-image"><strong>image</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;scaled/cropped&nbsp;image&nbsp;attached&nbsp;to&nbsp;a&nbsp;freebase&nbsp;node.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxwidth:&nbsp;integer,&nbsp;Maximum&nbsp;width&nbsp;in&nbsp;pixels&nbsp;for&nbsp;resulting&nbsp;image.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxheight:&nbsp;integer,&nbsp;Maximum&nbsp;height&nbsp;in&nbsp;pixels&nbsp;for&nbsp;resulting&nbsp;image.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;fallbackid:&nbsp;string,&nbsp;Use&nbsp;the&nbsp;image&nbsp;associated&nbsp;with&nbsp;this&nbsp;secondary&nbsp;id&nbsp;if&nbsp;no&nbsp;image&nbsp;is&nbsp;associated&nbsp;with&nbsp;the&nbsp;primary&nbsp;id.<br>
-&nbsp;&nbsp;pad:&nbsp;boolean,&nbsp;A&nbsp;boolean&nbsp;specifying&nbsp;whether&nbsp;the&nbsp;resulting&nbsp;image&nbsp;should&nbsp;be&nbsp;padded&nbsp;up&nbsp;to&nbsp;the&nbsp;requested&nbsp;dimensions.<br>
-&nbsp;&nbsp;mode:&nbsp;string,&nbsp;Method&nbsp;used&nbsp;to&nbsp;scale&nbsp;or&nbsp;crop&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fill&nbsp;-&nbsp;TODO(bendrees)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fillcrop&nbsp;-&nbsp;TODO(bendrees)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fillcropmid&nbsp;-&nbsp;TODO(bendrees)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fit&nbsp;-&nbsp;TODO(bendrees)<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;Freebase&nbsp;entity&nbsp;or&nbsp;content&nbsp;id,&nbsp;mid,&nbsp;or&nbsp;guid.&nbsp;(required)&nbsp;(repeated)</tt></dd></dl>
-
-<dl><dt><a name="Resource-mqlread"><strong>mqlread</strong></a> = method(self, **kwargs)</dt><dd><tt>Performs&nbsp;MQL&nbsp;Queries.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;lang:&nbsp;string,&nbsp;The&nbsp;language&nbsp;of&nbsp;the&nbsp;results&nbsp;-&nbsp;an&nbsp;id&nbsp;of&nbsp;a&nbsp;/type/lang&nbsp;object.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;indent:&nbsp;integer,&nbsp;How&nbsp;many&nbsp;spaces&nbsp;to&nbsp;indent&nbsp;the&nbsp;json.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;callback:&nbsp;string,&nbsp;JS&nbsp;method&nbsp;name&nbsp;for&nbsp;JSONP&nbsp;callbacks.<br>
-&nbsp;&nbsp;uniqueness_failure:&nbsp;string,&nbsp;How&nbsp;MQL&nbsp;responds&nbsp;to&nbsp;uniqueness&nbsp;failures.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hard&nbsp;-&nbsp;Be&nbsp;strict&nbsp;-&nbsp;throw&nbsp;an&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;soft&nbsp;-&nbsp;Just&nbsp;return&nbsp;the&nbsp;first&nbsp;encountered&nbsp;object.<br>
-&nbsp;&nbsp;dateline:&nbsp;string,&nbsp;The&nbsp;dateline&nbsp;that&nbsp;you&nbsp;get&nbsp;in&nbsp;a&nbsp;mqlwrite&nbsp;response&nbsp;to&nbsp;ensure&nbsp;consistent&nbsp;results.<br>
-&nbsp;&nbsp;html_escape:&nbsp;boolean,&nbsp;Whether&nbsp;or&nbsp;not&nbsp;to&nbsp;escape&nbsp;entities.<br>
-&nbsp;&nbsp;cursor:&nbsp;string,&nbsp;The&nbsp;mql&nbsp;cursor.<br>
-&nbsp;&nbsp;cost:&nbsp;boolean,&nbsp;Show&nbsp;the&nbsp;costs&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;query:&nbsp;string,&nbsp;An&nbsp;envelope&nbsp;containing&nbsp;a&nbsp;single&nbsp;MQL&nbsp;query.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;as_of_time:&nbsp;string,&nbsp;Run&nbsp;the&nbsp;query&nbsp;as&nbsp;it&nbsp;would've&nbsp;been&nbsp;run&nbsp;at&nbsp;the&nbsp;specified&nbsp;point&nbsp;in&nbsp;time.</tt></dd></dl>
-
-<dl><dt><a name="Resource-text"><strong><a href="freebase.v1.text.html">text</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/freebase.v1.text.html b/docs/dyn/freebase.v1.text.html
deleted file mode 100644
index 4a8e575..0000000
--- a/docs/dyn/freebase.v1.text.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;blob&nbsp;attached&nbsp;to&nbsp;node&nbsp;at&nbsp;specified&nbsp;id&nbsp;as&nbsp;HTML<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;format:&nbsp;string,&nbsp;Sanitizing&nbsp;transformation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;html&nbsp;-&nbsp;Return&nbsp;valid,&nbsp;sanitized&nbsp;html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;plain&nbsp;-&nbsp;Return&nbsp;plain&nbsp;text&nbsp;-&nbsp;strip&nbsp;html&nbsp;tags.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;raw&nbsp;-&nbsp;Return&nbsp;the&nbsp;entire&nbsp;content&nbsp;as-is.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxlength:&nbsp;integer,&nbsp;The&nbsp;max&nbsp;number&nbsp;of&nbsp;characters&nbsp;to&nbsp;return.&nbsp;Valid&nbsp;only&nbsp;for&nbsp;'plain'&nbsp;format.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;item&nbsp;that&nbsp;you&nbsp;want&nbsp;data&nbsp;about&nbsp;(required)&nbsp;(repeated)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"result":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;text&nbsp;requested.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/freebase_v1.html b/docs/dyn/freebase_v1.html
new file mode 100644
index 0000000..33a0a76
--- /dev/null
+++ b/docs/dyn/freebase_v1.html
@@ -0,0 +1,175 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="freebase_v1.html">Freebase API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="freebase_v1.text.html">text()</a></code>
+</p>
+<p class="firstline">Returns the text Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#image">image(id, maxwidth=None, maxheight=None, fallbackid=None, pad=None, mode=None)</a></code></p>
+<p class="firstline">Returns the scaled/cropped image attached to a freebase node.</p>
+<p class="toc_element">
+  <code><a href="#image_media">image_media(id, maxwidth=None, maxheight=None, fallbackid=None, pad=None, mode=None)</a></code></p>
+<p class="firstline">Returns the scaled/cropped image attached to a freebase node.</p>
+<p class="toc_element">
+  <code><a href="#mqlread">mqlread(query, lang=None, indent=None, callback=None, uniqueness_failure=None, dateline=None, html_escape=None, cursor=None, cost=None, as_of_time=None)</a></code></p>
+<p class="firstline">Performs MQL Queries.</p>
+<p class="toc_element">
+  <code><a href="#mqlread_media">mqlread_media(query, lang=None, indent=None, callback=None, uniqueness_failure=None, dateline=None, html_escape=None, cursor=None, cost=None, as_of_time=None)</a></code></p>
+<p class="firstline">Performs MQL Queries.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="image">image(id, maxwidth=None, maxheight=None, fallbackid=None, pad=None, mode=None)</code>
+  <pre>Returns the scaled/cropped image attached to a freebase node.
+
+Args:
+  id: string, Freebase entity or content id, mid, or guid. (required) (repeated)
+  maxwidth: integer, Maximum width in pixels for resulting image.
+  maxheight: integer, Maximum height in pixels for resulting image.
+  fallbackid: string, Use the image associated with this secondary id if no image is associated with the primary id.
+  pad: boolean, A boolean specifying whether the resulting image should be padded up to the requested dimensions.
+  mode: string, Method used to scale or crop image.
+    Allowed values
+      fill - Fill rectangle completely with image, relax constraint on one dimension if necessary.
+      fillcrop - Fill rectangle with image, crop image to maintain rectangle dimensions.
+      fillcropmid - Fill rectangle with image, center horizontally, crop left and right.
+      fit - Fit image inside rectangle, leave empty space in one dimension if necessary.
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="image_media">image_media(id, maxwidth=None, maxheight=None, fallbackid=None, pad=None, mode=None)</code>
+  <pre>Returns the scaled/cropped image attached to a freebase node.
+
+Args:
+  id: string, Freebase entity or content id, mid, or guid. (required) (repeated)
+  maxwidth: integer, Maximum width in pixels for resulting image.
+  maxheight: integer, Maximum height in pixels for resulting image.
+  fallbackid: string, Use the image associated with this secondary id if no image is associated with the primary id.
+  pad: boolean, A boolean specifying whether the resulting image should be padded up to the requested dimensions.
+  mode: string, Method used to scale or crop image.
+    Allowed values
+      fill - Fill rectangle completely with image, relax constraint on one dimension if necessary.
+      fillcrop - Fill rectangle with image, crop image to maintain rectangle dimensions.
+      fillcropmid - Fill rectangle with image, center horizontally, crop left and right.
+      fit - Fit image inside rectangle, leave empty space in one dimension if necessary.
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="mqlread">mqlread(query, lang=None, indent=None, callback=None, uniqueness_failure=None, dateline=None, html_escape=None, cursor=None, cost=None, as_of_time=None)</code>
+  <pre>Performs MQL Queries.
+
+Args:
+  query: string, An envelope containing a single MQL query. (required)
+  lang: string, The language of the results - an id of a /type/lang object.
+  indent: integer, How many spaces to indent the json.
+  callback: string, JS method name for JSONP callbacks.
+  uniqueness_failure: string, How MQL responds to uniqueness failures.
+    Allowed values
+      hard - Be strict - throw an error.
+      soft - Just return the first encountered object.
+  dateline: string, The dateline that you get in a mqlwrite response to ensure consistent results.
+  html_escape: boolean, Whether or not to escape entities.
+  cursor: string, The mql cursor.
+  cost: boolean, Show the costs or not.
+  as_of_time: string, Run the query as it would've been run at the specified point in time.
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="mqlread_media">mqlread_media(query, lang=None, indent=None, callback=None, uniqueness_failure=None, dateline=None, html_escape=None, cursor=None, cost=None, as_of_time=None)</code>
+  <pre>Performs MQL Queries.
+
+Args:
+  query: string, An envelope containing a single MQL query. (required)
+  lang: string, The language of the results - an id of a /type/lang object.
+  indent: integer, How many spaces to indent the json.
+  callback: string, JS method name for JSONP callbacks.
+  uniqueness_failure: string, How MQL responds to uniqueness failures.
+    Allowed values
+      hard - Be strict - throw an error.
+      soft - Just return the first encountered object.
+  dateline: string, The dateline that you get in a mqlwrite response to ensure consistent results.
+  html_escape: boolean, Whether or not to escape entities.
+  cursor: string, The mql cursor.
+  cost: boolean, Show the costs or not.
+  as_of_time: string, Run the query as it would've been run at the specified point in time.
+</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/freebase_v1.text.html b/docs/dyn/freebase_v1.text.html
new file mode 100644
index 0000000..6f68543
--- /dev/null
+++ b/docs/dyn/freebase_v1.text.html
@@ -0,0 +1,102 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="freebase_v1.html">Freebase API</a> . <a href="freebase_v1.text.html">text</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(id, format=None, maxlength=None)</a></code></p>
+<p class="firstline">Returns blob attached to node at specified id as HTML</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(id, format=None, maxlength=None)</code>
+  <pre>Returns blob attached to node at specified id as HTML
+
+Args:
+  id: string, The id of the item that you want data about (required) (repeated)
+  format: string, Sanitizing transformation.
+    Allowed values
+      html - Return valid, sanitized html.
+      plain - Return plain text - strip html tags.
+      raw - Return the entire content as-is.
+  maxlength: integer, The max number of characters to return. Valid only for 'plain' format.
+
+Returns:
+  An object of the form:
+
+    {
+    "result": "A String", # The text requested.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/fusiontables_v1.column.html b/docs/dyn/fusiontables_v1.column.html
new file mode 100644
index 0000000..cc7a208
--- /dev/null
+++ b/docs/dyn/fusiontables_v1.column.html
@@ -0,0 +1,287 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="fusiontables_v1.html">Fusion Tables API</a> . <a href="fusiontables_v1.column.html">column</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(tableId, columnId)</a></code></p>
+<p class="firstline">Deletes the column.</p>
+<p class="toc_element">
+  <code><a href="#get">get(tableId, columnId)</a></code></p>
+<p class="firstline">Retrieves a specific column by its id.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(tableId, body)</a></code></p>
+<p class="firstline">Adds a new column to the table.</p>
+<p class="toc_element">
+  <code><a href="#list">list(tableId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves a list of columns.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(tableId, columnId, body)</a></code></p>
+<p class="firstline">Updates the name or type of an existing column. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(tableId, columnId, body)</a></code></p>
+<p class="firstline">Updates the name or type of an existing column.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(tableId, columnId)</code>
+  <pre>Deletes the column.
+
+Args:
+  tableId: string, Table from which the column is being deleted. (required)
+  columnId: string, Name or identifier for the column being deleted. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(tableId, columnId)</code>
+  <pre>Retrieves a specific column by its id.
+
+Args:
+  tableId: string, Table to which the column belongs. (required)
+  columnId: string, Name or identifier for the column that is being requested. (required)
+
+Returns:
+  An object of the form:
+
+    { # Specifies the id, name and type of a column in a table.
+      "kind": "fusiontables#column", # Type name: a template for an individual column.
+      "type": "A String", # Required type of the column.
+      "columnId": 42, # Identifier for the column.
+      "name": "A String", # Required name of the column.
+      "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+        "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+        "columnId": 42, # The id of the column in the base table from which this column is derived.
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(tableId, body)</code>
+  <pre>Adds a new column to the table.
+
+Args:
+  tableId: string, Table for which a new column is being added. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Specifies the id, name and type of a column in a table.
+    "kind": "fusiontables#column", # Type name: a template for an individual column.
+    "type": "A String", # Required type of the column.
+    "columnId": 42, # Identifier for the column.
+    "name": "A String", # Required name of the column.
+    "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+      "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+      "columnId": 42, # The id of the column in the base table from which this column is derived.
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Specifies the id, name and type of a column in a table.
+      "kind": "fusiontables#column", # Type name: a template for an individual column.
+      "type": "A String", # Required type of the column.
+      "columnId": 42, # Identifier for the column.
+      "name": "A String", # Required name of the column.
+      "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+        "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+        "columnId": 42, # The id of the column in the base table from which this column is derived.
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(tableId, pageToken=None, maxResults=None)</code>
+  <pre>Retrieves a list of columns.
+
+Args:
+  tableId: string, Table whose columns are being listed. (required)
+  pageToken: string, Continuation token specifying which result page to return. Optional.
+  maxResults: integer, Maximum number of columns to return. Optional. Default is 5.
+
+Returns:
+  An object of the form:
+
+    { # Represents a list of columns in a table.
+    "nextPageToken": "A String", # Token used to access the next page of this result. No token is displayed if there are no more tokens left.
+    "items": [ # List of all requested columns.
+      { # Specifies the id, name and type of a column in a table.
+          "kind": "fusiontables#column", # Type name: a template for an individual column.
+          "type": "A String", # Required type of the column.
+          "columnId": 42, # Identifier for the column.
+          "name": "A String", # Required name of the column.
+          "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+            "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+            "columnId": 42, # The id of the column in the base table from which this column is derived.
+          },
+        },
+    ],
+    "kind": "fusiontables#columnList", # Type name: a list of all tables.
+    "totalItems": 42, # Total number of columns for the table.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(tableId, columnId, body)</code>
+  <pre>Updates the name or type of an existing column. This method supports patch semantics.
+
+Args:
+  tableId: string, Table for which the column is being updated. (required)
+  columnId: string, Name or identifier for the column that is being updated. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Specifies the id, name and type of a column in a table.
+    "kind": "fusiontables#column", # Type name: a template for an individual column.
+    "type": "A String", # Required type of the column.
+    "columnId": 42, # Identifier for the column.
+    "name": "A String", # Required name of the column.
+    "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+      "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+      "columnId": 42, # The id of the column in the base table from which this column is derived.
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Specifies the id, name and type of a column in a table.
+      "kind": "fusiontables#column", # Type name: a template for an individual column.
+      "type": "A String", # Required type of the column.
+      "columnId": 42, # Identifier for the column.
+      "name": "A String", # Required name of the column.
+      "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+        "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+        "columnId": 42, # The id of the column in the base table from which this column is derived.
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(tableId, columnId, body)</code>
+  <pre>Updates the name or type of an existing column.
+
+Args:
+  tableId: string, Table for which the column is being updated. (required)
+  columnId: string, Name or identifier for the column that is being updated. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Specifies the id, name and type of a column in a table.
+    "kind": "fusiontables#column", # Type name: a template for an individual column.
+    "type": "A String", # Required type of the column.
+    "columnId": 42, # Identifier for the column.
+    "name": "A String", # Required name of the column.
+    "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+      "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+      "columnId": 42, # The id of the column in the base table from which this column is derived.
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Specifies the id, name and type of a column in a table.
+      "kind": "fusiontables#column", # Type name: a template for an individual column.
+      "type": "A String", # Required type of the column.
+      "columnId": 42, # Identifier for the column.
+      "name": "A String", # Required name of the column.
+      "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+        "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+        "columnId": 42, # The id of the column in the base table from which this column is derived.
+      },
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/fusiontables_v1.html b/docs/dyn/fusiontables_v1.html
new file mode 100644
index 0000000..b5c0ca6
--- /dev/null
+++ b/docs/dyn/fusiontables_v1.html
@@ -0,0 +1,102 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="fusiontables_v1.html">Fusion Tables API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="fusiontables_v1.column.html">column()</a></code>
+</p>
+<p class="firstline">Returns the column Resource.</p>
+
+<p class="toc_element">
+  <code><a href="fusiontables_v1.query.html">query()</a></code>
+</p>
+<p class="firstline">Returns the query Resource.</p>
+
+<p class="toc_element">
+  <code><a href="fusiontables_v1.style.html">style()</a></code>
+</p>
+<p class="firstline">Returns the style Resource.</p>
+
+<p class="toc_element">
+  <code><a href="fusiontables_v1.table.html">table()</a></code>
+</p>
+<p class="firstline">Returns the table Resource.</p>
+
+<p class="toc_element">
+  <code><a href="fusiontables_v1.template.html">template()</a></code>
+</p>
+<p class="firstline">Returns the template Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/fusiontables_v1.query.html b/docs/dyn/fusiontables_v1.query.html
new file mode 100644
index 0000000..fdffe89
--- /dev/null
+++ b/docs/dyn/fusiontables_v1.query.html
@@ -0,0 +1,138 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="fusiontables_v1.html">Fusion Tables API</a> . <a href="fusiontables_v1.query.html">query</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#sql">sql(sql, hdrs=None, typed=None)</a></code></p>
+<p class="firstline">Executes an SQL SELECT/INSERT/UPDATE/DELETE/SHOW/DESCRIBE statement.</p>
+<p class="toc_element">
+  <code><a href="#sqlGet">sqlGet(sql, hdrs=None, typed=None)</a></code></p>
+<p class="firstline">Executes an SQL SELECT/SHOW/DESCRIBE statement.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="sql">sql(sql, hdrs=None, typed=None)</code>
+  <pre>Executes an SQL SELECT/INSERT/UPDATE/DELETE/SHOW/DESCRIBE statement.
+
+Args:
+  sql: string, An SQL SELECT/SHOW/DESCRIBE/INSERT/UPDATE/DELETE statement. (required)
+  hdrs: boolean, Should column names be included (in the first row)?. Default is true.
+  typed: boolean, Should typed values be returned in the (JSON) response -- numbers for numeric values and parsed geometries for KML values? Default is true.
+
+Returns:
+  An object of the form:
+
+    { # Represents a response to an sql statement.
+    "kind": "fusiontables#sqlresponse", # Type name: a template for an individual table.
+    "rows": [ # The rows in the table. For each cell we print out whatever cell value (e.g., numeric, string) exists. Thus it is important that each cell contains only one value.
+      [
+        [
+          "",
+        ],
+      ],
+    ],
+    "columns": [ # Columns in the table.
+      "A String",
+    ],
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="sqlGet">sqlGet(sql, hdrs=None, typed=None)</code>
+  <pre>Executes an SQL SELECT/SHOW/DESCRIBE statement.
+
+Args:
+  sql: string, An SQL SELECT/SHOW/DESCRIBE statement. (required)
+  hdrs: boolean, Should column names be included (in the first row)?. Default is true.
+  typed: boolean, Should typed values be returned in the (JSON) response -- numbers for numeric values and parsed geometries for KML values? Default is true.
+
+Returns:
+  An object of the form:
+
+    { # Represents a response to an sql statement.
+    "kind": "fusiontables#sqlresponse", # Type name: a template for an individual table.
+    "rows": [ # The rows in the table. For each cell we print out whatever cell value (e.g., numeric, string) exists. Thus it is important that each cell contains only one value.
+      [
+        [
+          "",
+        ],
+      ],
+    ],
+    "columns": [ # Columns in the table.
+      "A String",
+    ],
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/fusiontables_v1.style.html b/docs/dyn/fusiontables_v1.style.html
new file mode 100644
index 0000000..f10db5f
--- /dev/null
+++ b/docs/dyn/fusiontables_v1.style.html
@@ -0,0 +1,1535 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="fusiontables_v1.html">Fusion Tables API</a> . <a href="fusiontables_v1.style.html">style</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(tableId, styleId)</a></code></p>
+<p class="firstline">Deletes a style.</p>
+<p class="toc_element">
+  <code><a href="#get">get(tableId, styleId)</a></code></p>
+<p class="firstline">Gets a specific style.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(tableId, body)</a></code></p>
+<p class="firstline">Adds a new style for the table.</p>
+<p class="toc_element">
+  <code><a href="#list">list(tableId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves a list of styles.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(tableId, styleId, body)</a></code></p>
+<p class="firstline">Updates an existing style. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(tableId, styleId, body)</a></code></p>
+<p class="firstline">Updates an existing style.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(tableId, styleId)</code>
+  <pre>Deletes a style.
+
+Args:
+  tableId: string, Table from which the style is being deleted (required)
+  styleId: integer, Identifier (within a table) for the style being deleted (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(tableId, styleId)</code>
+  <pre>Gets a specific style.
+
+Args:
+  tableId: string, Table to which the requested style belongs (required)
+  styleId: integer, Identifier (integer) for a specific style in a table (required)
+
+Returns:
+  An object of the form:
+
+    { # Represents a complete StyleSettings object. The primary key is a combination of the tableId and a styleId.
+      "markerOptions": { # Represents a PointStyle within a StyleSetting # Style definition for points in the table.
+        "iconStyler": { # Represents a StyleFunction within a StyleSetting # Column or a bucket value from which the icon name is to be determined.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "iconName": "A String", # Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519
+      },
+      "kind": "fusiontables#styleSetting", # Type name: an individual style setting. A StyleSetting contains the style defintions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.
+      "name": "A String", # Optional name for the style setting.
+      "polygonOptions": { # Represents a PolygonStyle within a StyleSetting # Style definition for polygons in the table.
+        "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the border color and opacity.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "strokeWeight": 42, # Width of the polyon border in pixels.
+        "strokeOpacity": 3.14, # Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque).
+        "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the polygon border.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "fillColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient, or bucket styler that is used to determine the interior color and opacity of the polygon.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "fillColor": "A String", # Color of the interior of the polygon in #RRGGBB format.
+        "strokeColor": "A String", # Color of the polygon border in #RRGGBB format.
+        "fillOpacity": 3.14, # Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque).
+      },
+      "isDefaultForTable": True or False, # Is this the default style for the table.
+      "polylineOptions": { # Represents a LineStyle within a StyleSetting # Style definition for lines in the table.
+        "strokeWeight": 42, # Width of the line in pixels.
+        "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the line.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "strokeColor": "A String", # Color of the line in #RRGGBB format.
+        "strokeOpacity": 3.14, # Opacity of the line : 0.0 (transparent) to 1.0 (opaque).
+        "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the line color and opacity.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+      },
+      "tableId": "A String", # Identifier for the table.
+      "styleId": 42, # Identifier for the style setting (unique only within tables).
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(tableId, body)</code>
+  <pre>Adds a new style for the table.
+
+Args:
+  tableId: string, Table for which a new style is being added (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents a complete StyleSettings object. The primary key is a combination of the tableId and a styleId.
+    "markerOptions": { # Represents a PointStyle within a StyleSetting # Style definition for points in the table.
+      "iconStyler": { # Represents a StyleFunction within a StyleSetting # Column or a bucket value from which the icon name is to be determined.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "iconName": "A String", # Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519
+    },
+    "kind": "fusiontables#styleSetting", # Type name: an individual style setting. A StyleSetting contains the style defintions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.
+    "name": "A String", # Optional name for the style setting.
+    "polygonOptions": { # Represents a PolygonStyle within a StyleSetting # Style definition for polygons in the table.
+      "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the border color and opacity.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "strokeWeight": 42, # Width of the polyon border in pixels.
+      "strokeOpacity": 3.14, # Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque).
+      "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the polygon border.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "fillColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient, or bucket styler that is used to determine the interior color and opacity of the polygon.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "fillColor": "A String", # Color of the interior of the polygon in #RRGGBB format.
+      "strokeColor": "A String", # Color of the polygon border in #RRGGBB format.
+      "fillOpacity": 3.14, # Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque).
+    },
+    "isDefaultForTable": True or False, # Is this the default style for the table.
+    "polylineOptions": { # Represents a LineStyle within a StyleSetting # Style definition for lines in the table.
+      "strokeWeight": 42, # Width of the line in pixels.
+      "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the line.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "strokeColor": "A String", # Color of the line in #RRGGBB format.
+      "strokeOpacity": 3.14, # Opacity of the line : 0.0 (transparent) to 1.0 (opaque).
+      "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the line color and opacity.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+    },
+    "tableId": "A String", # Identifier for the table.
+    "styleId": 42, # Identifier for the style setting (unique only within tables).
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Represents a complete StyleSettings object. The primary key is a combination of the tableId and a styleId.
+      "markerOptions": { # Represents a PointStyle within a StyleSetting # Style definition for points in the table.
+        "iconStyler": { # Represents a StyleFunction within a StyleSetting # Column or a bucket value from which the icon name is to be determined.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "iconName": "A String", # Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519
+      },
+      "kind": "fusiontables#styleSetting", # Type name: an individual style setting. A StyleSetting contains the style defintions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.
+      "name": "A String", # Optional name for the style setting.
+      "polygonOptions": { # Represents a PolygonStyle within a StyleSetting # Style definition for polygons in the table.
+        "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the border color and opacity.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "strokeWeight": 42, # Width of the polyon border in pixels.
+        "strokeOpacity": 3.14, # Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque).
+        "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the polygon border.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "fillColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient, or bucket styler that is used to determine the interior color and opacity of the polygon.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "fillColor": "A String", # Color of the interior of the polygon in #RRGGBB format.
+        "strokeColor": "A String", # Color of the polygon border in #RRGGBB format.
+        "fillOpacity": 3.14, # Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque).
+      },
+      "isDefaultForTable": True or False, # Is this the default style for the table.
+      "polylineOptions": { # Represents a LineStyle within a StyleSetting # Style definition for lines in the table.
+        "strokeWeight": 42, # Width of the line in pixels.
+        "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the line.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "strokeColor": "A String", # Color of the line in #RRGGBB format.
+        "strokeOpacity": 3.14, # Opacity of the line : 0.0 (transparent) to 1.0 (opaque).
+        "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the line color and opacity.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+      },
+      "tableId": "A String", # Identifier for the table.
+      "styleId": 42, # Identifier for the style setting (unique only within tables).
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(tableId, pageToken=None, maxResults=None)</code>
+  <pre>Retrieves a list of styles.
+
+Args:
+  tableId: string, Table whose styles are being listed (required)
+  pageToken: string, Continuation token specifying which result page to return. Optional.
+  maxResults: integer, Maximum number of styles to return. Optional. Default is 5.
+
+Returns:
+  An object of the form:
+
+    { # Represents a list of styles for a given table.
+    "nextPageToken": "A String", # Token used to access the next page of this result. No token is displayed if there are no more styles left.
+    "items": [ # All requested style settings.
+      { # Represents a complete StyleSettings object. The primary key is a combination of the tableId and a styleId.
+          "markerOptions": { # Represents a PointStyle within a StyleSetting # Style definition for points in the table.
+            "iconStyler": { # Represents a StyleFunction within a StyleSetting # Column or a bucket value from which the icon name is to be determined.
+              "gradient": { # Gradient function that interpolates a range of colors based on column value.
+                "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+                "colors": [ # Array with two or more colors.
+                  {
+                    "color": "A String", # Color in #RRGGBB format.
+                    "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  },
+                ],
+                "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+              },
+              "columnName": "A String", # Name of the column whose value is used in the style.
+              "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+                { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+                  "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  "weight": 42, # Width of a line (in pixels).
+                  "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+                  "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "icon": "A String", # Icon name used for a point.
+                },
+              ],
+              "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+            },
+            "iconName": "A String", # Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519
+          },
+          "kind": "fusiontables#styleSetting", # Type name: an individual style setting. A StyleSetting contains the style defintions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.
+          "name": "A String", # Optional name for the style setting.
+          "polygonOptions": { # Represents a PolygonStyle within a StyleSetting # Style definition for polygons in the table.
+            "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the border color and opacity.
+              "gradient": { # Gradient function that interpolates a range of colors based on column value.
+                "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+                "colors": [ # Array with two or more colors.
+                  {
+                    "color": "A String", # Color in #RRGGBB format.
+                    "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  },
+                ],
+                "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+              },
+              "columnName": "A String", # Name of the column whose value is used in the style.
+              "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+                { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+                  "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  "weight": 42, # Width of a line (in pixels).
+                  "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+                  "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "icon": "A String", # Icon name used for a point.
+                },
+              ],
+              "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+            },
+            "strokeWeight": 42, # Width of the polyon border in pixels.
+            "strokeOpacity": 3.14, # Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque).
+            "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the polygon border.
+              "gradient": { # Gradient function that interpolates a range of colors based on column value.
+                "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+                "colors": [ # Array with two or more colors.
+                  {
+                    "color": "A String", # Color in #RRGGBB format.
+                    "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  },
+                ],
+                "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+              },
+              "columnName": "A String", # Name of the column whose value is used in the style.
+              "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+                { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+                  "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  "weight": 42, # Width of a line (in pixels).
+                  "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+                  "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "icon": "A String", # Icon name used for a point.
+                },
+              ],
+              "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+            },
+            "fillColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient, or bucket styler that is used to determine the interior color and opacity of the polygon.
+              "gradient": { # Gradient function that interpolates a range of colors based on column value.
+                "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+                "colors": [ # Array with two or more colors.
+                  {
+                    "color": "A String", # Color in #RRGGBB format.
+                    "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  },
+                ],
+                "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+              },
+              "columnName": "A String", # Name of the column whose value is used in the style.
+              "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+                { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+                  "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  "weight": 42, # Width of a line (in pixels).
+                  "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+                  "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "icon": "A String", # Icon name used for a point.
+                },
+              ],
+              "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+            },
+            "fillColor": "A String", # Color of the interior of the polygon in #RRGGBB format.
+            "strokeColor": "A String", # Color of the polygon border in #RRGGBB format.
+            "fillOpacity": 3.14, # Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque).
+          },
+          "isDefaultForTable": True or False, # Is this the default style for the table.
+          "polylineOptions": { # Represents a LineStyle within a StyleSetting # Style definition for lines in the table.
+            "strokeWeight": 42, # Width of the line in pixels.
+            "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the line.
+              "gradient": { # Gradient function that interpolates a range of colors based on column value.
+                "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+                "colors": [ # Array with two or more colors.
+                  {
+                    "color": "A String", # Color in #RRGGBB format.
+                    "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  },
+                ],
+                "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+              },
+              "columnName": "A String", # Name of the column whose value is used in the style.
+              "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+                { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+                  "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  "weight": 42, # Width of a line (in pixels).
+                  "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+                  "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "icon": "A String", # Icon name used for a point.
+                },
+              ],
+              "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+            },
+            "strokeColor": "A String", # Color of the line in #RRGGBB format.
+            "strokeOpacity": 3.14, # Opacity of the line : 0.0 (transparent) to 1.0 (opaque).
+            "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the line color and opacity.
+              "gradient": { # Gradient function that interpolates a range of colors based on column value.
+                "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+                "colors": [ # Array with two or more colors.
+                  {
+                    "color": "A String", # Color in #RRGGBB format.
+                    "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  },
+                ],
+                "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+              },
+              "columnName": "A String", # Name of the column whose value is used in the style.
+              "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+                { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+                  "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+                  "weight": 42, # Width of a line (in pixels).
+                  "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+                  "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+                  "icon": "A String", # Icon name used for a point.
+                },
+              ],
+              "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+            },
+          },
+          "tableId": "A String", # Identifier for the table.
+          "styleId": 42, # Identifier for the style setting (unique only within tables).
+        },
+    ],
+    "kind": "fusiontables#styleSettingList", # Type name: in this case, a list of style settings.
+    "totalItems": 42, # Total number of styles for the table.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(tableId, styleId, body)</code>
+  <pre>Updates an existing style. This method supports patch semantics.
+
+Args:
+  tableId: string, Table whose style is being updated. (required)
+  styleId: integer, Identifier (within a table) for the style being updated. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents a complete StyleSettings object. The primary key is a combination of the tableId and a styleId.
+    "markerOptions": { # Represents a PointStyle within a StyleSetting # Style definition for points in the table.
+      "iconStyler": { # Represents a StyleFunction within a StyleSetting # Column or a bucket value from which the icon name is to be determined.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "iconName": "A String", # Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519
+    },
+    "kind": "fusiontables#styleSetting", # Type name: an individual style setting. A StyleSetting contains the style defintions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.
+    "name": "A String", # Optional name for the style setting.
+    "polygonOptions": { # Represents a PolygonStyle within a StyleSetting # Style definition for polygons in the table.
+      "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the border color and opacity.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "strokeWeight": 42, # Width of the polyon border in pixels.
+      "strokeOpacity": 3.14, # Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque).
+      "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the polygon border.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "fillColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient, or bucket styler that is used to determine the interior color and opacity of the polygon.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "fillColor": "A String", # Color of the interior of the polygon in #RRGGBB format.
+      "strokeColor": "A String", # Color of the polygon border in #RRGGBB format.
+      "fillOpacity": 3.14, # Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque).
+    },
+    "isDefaultForTable": True or False, # Is this the default style for the table.
+    "polylineOptions": { # Represents a LineStyle within a StyleSetting # Style definition for lines in the table.
+      "strokeWeight": 42, # Width of the line in pixels.
+      "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the line.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "strokeColor": "A String", # Color of the line in #RRGGBB format.
+      "strokeOpacity": 3.14, # Opacity of the line : 0.0 (transparent) to 1.0 (opaque).
+      "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the line color and opacity.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+    },
+    "tableId": "A String", # Identifier for the table.
+    "styleId": 42, # Identifier for the style setting (unique only within tables).
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Represents a complete StyleSettings object. The primary key is a combination of the tableId and a styleId.
+      "markerOptions": { # Represents a PointStyle within a StyleSetting # Style definition for points in the table.
+        "iconStyler": { # Represents a StyleFunction within a StyleSetting # Column or a bucket value from which the icon name is to be determined.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "iconName": "A String", # Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519
+      },
+      "kind": "fusiontables#styleSetting", # Type name: an individual style setting. A StyleSetting contains the style defintions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.
+      "name": "A String", # Optional name for the style setting.
+      "polygonOptions": { # Represents a PolygonStyle within a StyleSetting # Style definition for polygons in the table.
+        "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the border color and opacity.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "strokeWeight": 42, # Width of the polyon border in pixels.
+        "strokeOpacity": 3.14, # Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque).
+        "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the polygon border.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "fillColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient, or bucket styler that is used to determine the interior color and opacity of the polygon.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "fillColor": "A String", # Color of the interior of the polygon in #RRGGBB format.
+        "strokeColor": "A String", # Color of the polygon border in #RRGGBB format.
+        "fillOpacity": 3.14, # Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque).
+      },
+      "isDefaultForTable": True or False, # Is this the default style for the table.
+      "polylineOptions": { # Represents a LineStyle within a StyleSetting # Style definition for lines in the table.
+        "strokeWeight": 42, # Width of the line in pixels.
+        "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the line.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "strokeColor": "A String", # Color of the line in #RRGGBB format.
+        "strokeOpacity": 3.14, # Opacity of the line : 0.0 (transparent) to 1.0 (opaque).
+        "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the line color and opacity.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+      },
+      "tableId": "A String", # Identifier for the table.
+      "styleId": 42, # Identifier for the style setting (unique only within tables).
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(tableId, styleId, body)</code>
+  <pre>Updates an existing style.
+
+Args:
+  tableId: string, Table whose style is being updated. (required)
+  styleId: integer, Identifier (within a table) for the style being updated. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents a complete StyleSettings object. The primary key is a combination of the tableId and a styleId.
+    "markerOptions": { # Represents a PointStyle within a StyleSetting # Style definition for points in the table.
+      "iconStyler": { # Represents a StyleFunction within a StyleSetting # Column or a bucket value from which the icon name is to be determined.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "iconName": "A String", # Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519
+    },
+    "kind": "fusiontables#styleSetting", # Type name: an individual style setting. A StyleSetting contains the style defintions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.
+    "name": "A String", # Optional name for the style setting.
+    "polygonOptions": { # Represents a PolygonStyle within a StyleSetting # Style definition for polygons in the table.
+      "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the border color and opacity.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "strokeWeight": 42, # Width of the polyon border in pixels.
+      "strokeOpacity": 3.14, # Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque).
+      "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the polygon border.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "fillColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient, or bucket styler that is used to determine the interior color and opacity of the polygon.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "fillColor": "A String", # Color of the interior of the polygon in #RRGGBB format.
+      "strokeColor": "A String", # Color of the polygon border in #RRGGBB format.
+      "fillOpacity": 3.14, # Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque).
+    },
+    "isDefaultForTable": True or False, # Is this the default style for the table.
+    "polylineOptions": { # Represents a LineStyle within a StyleSetting # Style definition for lines in the table.
+      "strokeWeight": 42, # Width of the line in pixels.
+      "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the line.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+      "strokeColor": "A String", # Color of the line in #RRGGBB format.
+      "strokeOpacity": 3.14, # Opacity of the line : 0.0 (transparent) to 1.0 (opaque).
+      "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the line color and opacity.
+        "gradient": { # Gradient function that interpolates a range of colors based on column value.
+          "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+          "colors": [ # Array with two or more colors.
+            {
+              "color": "A String", # Color in #RRGGBB format.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            },
+          ],
+          "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+        },
+        "columnName": "A String", # Name of the column whose value is used in the style.
+        "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+          { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+            "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+            "weight": 42, # Width of a line (in pixels).
+            "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+            "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+            "icon": "A String", # Icon name used for a point.
+          },
+        ],
+        "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+      },
+    },
+    "tableId": "A String", # Identifier for the table.
+    "styleId": 42, # Identifier for the style setting (unique only within tables).
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Represents a complete StyleSettings object. The primary key is a combination of the tableId and a styleId.
+      "markerOptions": { # Represents a PointStyle within a StyleSetting # Style definition for points in the table.
+        "iconStyler": { # Represents a StyleFunction within a StyleSetting # Column or a bucket value from which the icon name is to be determined.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "iconName": "A String", # Name of the icon. Use values defined in http://www.google.com/fusiontables/DataSource?dsrcid=308519
+      },
+      "kind": "fusiontables#styleSetting", # Type name: an individual style setting. A StyleSetting contains the style defintions for points, lines, and polygons in a table. Since a table can have any one or all of them, a style definition can have point, line and polygon style definitions.
+      "name": "A String", # Optional name for the style setting.
+      "polygonOptions": { # Represents a PolygonStyle within a StyleSetting # Style definition for polygons in the table.
+        "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the border color and opacity.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "strokeWeight": 42, # Width of the polyon border in pixels.
+        "strokeOpacity": 3.14, # Opacity of the polygon border: 0.0 (transparent) to 1.0 (opaque).
+        "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the polygon border.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "fillColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient, or bucket styler that is used to determine the interior color and opacity of the polygon.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "fillColor": "A String", # Color of the interior of the polygon in #RRGGBB format.
+        "strokeColor": "A String", # Color of the polygon border in #RRGGBB format.
+        "fillOpacity": 3.14, # Opacity of the interior of the polygon: 0.0 (transparent) to 1.0 (opaque).
+      },
+      "isDefaultForTable": True or False, # Is this the default style for the table.
+      "polylineOptions": { # Represents a LineStyle within a StyleSetting # Style definition for lines in the table.
+        "strokeWeight": 42, # Width of the line in pixels.
+        "strokeWeightStyler": { # Represents a StyleFunction within a StyleSetting # Column-value or bucket styler that is used to determine the width of the line.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+        "strokeColor": "A String", # Color of the line in #RRGGBB format.
+        "strokeOpacity": 3.14, # Opacity of the line : 0.0 (transparent) to 1.0 (opaque).
+        "strokeColorStyler": { # Represents a StyleFunction within a StyleSetting # Column-value, gradient or buckets styler that is used to determine the line color and opacity.
+          "gradient": { # Gradient function that interpolates a range of colors based on column value.
+            "max": 3.14, # Higher-end of the interpolation range: rows with this value will be assigned to colors[n-1].
+            "colors": [ # Array with two or more colors.
+              {
+                "color": "A String", # Color in #RRGGBB format.
+                "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              },
+            ],
+            "min": 3.14, # Lower-end of the interpolation range: rows with this value will be assigned to colors[0].
+          },
+          "columnName": "A String", # Name of the column whose value is used in the style.
+          "buckets": [ # Bucket function that assigns a style based on the range a column value falls into.
+            { # Specifies the minimum and maximum values, the color, opacity, icon and weight of a bucket within a StyleSetting.
+              "opacity": 3.14, # Opacity of the color: 0.0 (transparent) to 1.0 (opaque).
+              "weight": 42, # Width of a line (in pixels).
+              "min": 3.14, # Minimum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "color": "A String", # Color of line or the interior of a polygon in #RRGGBB format.
+              "max": 3.14, # Maximum value in the selected column for a row to be styled according to the bucket color, opacity, icon, or weight.
+              "icon": "A String", # Icon name used for a point.
+            },
+          ],
+          "kind": "A String", # Stylers can be one of three kinds: "fusiontables#fromColumn" if the column value is to be used as is, i.e., the column values can have colors in #RRGGBBAA format or integer line widths or icon names; "fusiontables#gradient" if the styling of the row is to be based on applying the gradient function on the column value; or "fusiontables#buckets" if the styling is to based on the bucket into which the the column value falls.
+        },
+      },
+      "tableId": "A String", # Identifier for the table.
+      "styleId": 42, # Identifier for the style setting (unique only within tables).
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/fusiontables_v1.table.html b/docs/dyn/fusiontables_v1.table.html
new file mode 100644
index 0000000..6bfdddc
--- /dev/null
+++ b/docs/dyn/fusiontables_v1.table.html
@@ -0,0 +1,394 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="fusiontables_v1.html">Fusion Tables API</a> . <a href="fusiontables_v1.table.html">table</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(tableId)</a></code></p>
+<p class="firstline">Deletes a table.</p>
+<p class="toc_element">
+  <code><a href="#get">get(tableId)</a></code></p>
+<p class="firstline">Retrieves a specific table by its id.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body)</a></code></p>
+<p class="firstline">Creates a new table.</p>
+<p class="toc_element">
+  <code><a href="#list">list(pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves a list of tables a user owns.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(tableId, body, replaceViewDefinition=None)</a></code></p>
+<p class="firstline">Updates an existing table. Unless explicitly requested, only the name, description, and attribution will be updated. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(tableId, body, replaceViewDefinition=None)</a></code></p>
+<p class="firstline">Updates an existing table. Unless explicitly requested, only the name, description, and attribution will be updated.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(tableId)</code>
+  <pre>Deletes a table.
+
+Args:
+  tableId: string, Id of the table that is being deleted. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(tableId)</code>
+  <pre>Retrieves a specific table by its id.
+
+Args:
+  tableId: string, Identifier(ID) for the table being requested. (required)
+
+Returns:
+  An object of the form:
+
+    { # Represents a table. Specifies the name, whether it is exportable, description, attribution, and attribution link.
+      "kind": "fusiontables#table", # Type name: a template for an individual table.
+      "attribution": "A String", # Optional attribution assigned to the table.
+      "description": "A String", # Optional description assigned to the table.
+      "isExportable": True or False, # Variable for whether table is exportable.
+      "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
+        "A String",
+      ],
+      "attributionLink": "A String", # Optional link for attribution.
+      "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
+      "columns": [ # Columns in the table.
+        { # Specifies the id, name and type of a column in a table.
+            "kind": "fusiontables#column", # Type name: a template for an individual column.
+            "type": "A String", # Required type of the column.
+            "columnId": 42, # Identifier for the column.
+            "name": "A String", # Required name of the column.
+            "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+              "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+              "columnId": 42, # The id of the column in the base table from which this column is derived.
+            },
+          },
+      ],
+      "name": "A String", # Name assigned to a table.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body)</code>
+  <pre>Creates a new table.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents a table. Specifies the name, whether it is exportable, description, attribution, and attribution link.
+    "kind": "fusiontables#table", # Type name: a template for an individual table.
+    "attribution": "A String", # Optional attribution assigned to the table.
+    "description": "A String", # Optional description assigned to the table.
+    "isExportable": True or False, # Variable for whether table is exportable.
+    "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
+      "A String",
+    ],
+    "attributionLink": "A String", # Optional link for attribution.
+    "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
+    "columns": [ # Columns in the table.
+      { # Specifies the id, name and type of a column in a table.
+          "kind": "fusiontables#column", # Type name: a template for an individual column.
+          "type": "A String", # Required type of the column.
+          "columnId": 42, # Identifier for the column.
+          "name": "A String", # Required name of the column.
+          "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+            "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+            "columnId": 42, # The id of the column in the base table from which this column is derived.
+          },
+        },
+    ],
+    "name": "A String", # Name assigned to a table.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Represents a table. Specifies the name, whether it is exportable, description, attribution, and attribution link.
+      "kind": "fusiontables#table", # Type name: a template for an individual table.
+      "attribution": "A String", # Optional attribution assigned to the table.
+      "description": "A String", # Optional description assigned to the table.
+      "isExportable": True or False, # Variable for whether table is exportable.
+      "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
+        "A String",
+      ],
+      "attributionLink": "A String", # Optional link for attribution.
+      "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
+      "columns": [ # Columns in the table.
+        { # Specifies the id, name and type of a column in a table.
+            "kind": "fusiontables#column", # Type name: a template for an individual column.
+            "type": "A String", # Required type of the column.
+            "columnId": 42, # Identifier for the column.
+            "name": "A String", # Required name of the column.
+            "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+              "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+              "columnId": 42, # The id of the column in the base table from which this column is derived.
+            },
+          },
+      ],
+      "name": "A String", # Name assigned to a table.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(pageToken=None, maxResults=None)</code>
+  <pre>Retrieves a list of tables a user owns.
+
+Args:
+  pageToken: string, Continuation token specifying which result page to return. Optional.
+  maxResults: integer, Maximum number of styles to return. Optional. Default is 5.
+
+Returns:
+  An object of the form:
+
+    { # Represents a list of tables.
+    "nextPageToken": "A String", # Token used to access the next page of this result. No token is displayed if there are no more tokens left.
+    "items": [ # List of all requested tables.
+      { # Represents a table. Specifies the name, whether it is exportable, description, attribution, and attribution link.
+          "kind": "fusiontables#table", # Type name: a template for an individual table.
+          "attribution": "A String", # Optional attribution assigned to the table.
+          "description": "A String", # Optional description assigned to the table.
+          "isExportable": True or False, # Variable for whether table is exportable.
+          "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
+            "A String",
+          ],
+          "attributionLink": "A String", # Optional link for attribution.
+          "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
+          "columns": [ # Columns in the table.
+            { # Specifies the id, name and type of a column in a table.
+                "kind": "fusiontables#column", # Type name: a template for an individual column.
+                "type": "A String", # Required type of the column.
+                "columnId": 42, # Identifier for the column.
+                "name": "A String", # Required name of the column.
+                "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+                  "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+                  "columnId": 42, # The id of the column in the base table from which this column is derived.
+                },
+              },
+          ],
+          "name": "A String", # Name assigned to a table.
+        },
+    ],
+    "kind": "fusiontables#tableList", # Type name: a list of all tables.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(tableId, body, replaceViewDefinition=None)</code>
+  <pre>Updates an existing table. Unless explicitly requested, only the name, description, and attribution will be updated. This method supports patch semantics.
+
+Args:
+  tableId: string, Id of the table that is being updated. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents a table. Specifies the name, whether it is exportable, description, attribution, and attribution link.
+    "kind": "fusiontables#table", # Type name: a template for an individual table.
+    "attribution": "A String", # Optional attribution assigned to the table.
+    "description": "A String", # Optional description assigned to the table.
+    "isExportable": True or False, # Variable for whether table is exportable.
+    "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
+      "A String",
+    ],
+    "attributionLink": "A String", # Optional link for attribution.
+    "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
+    "columns": [ # Columns in the table.
+      { # Specifies the id, name and type of a column in a table.
+          "kind": "fusiontables#column", # Type name: a template for an individual column.
+          "type": "A String", # Required type of the column.
+          "columnId": 42, # Identifier for the column.
+          "name": "A String", # Required name of the column.
+          "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+            "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+            "columnId": 42, # The id of the column in the base table from which this column is derived.
+          },
+        },
+    ],
+    "name": "A String", # Name assigned to a table.
+  }
+
+  replaceViewDefinition: boolean, Should the view definition also be updated? The specified view definition replaces the existing one. Only a view can be updated with a new definition.
+
+Returns:
+  An object of the form:
+
+    { # Represents a table. Specifies the name, whether it is exportable, description, attribution, and attribution link.
+      "kind": "fusiontables#table", # Type name: a template for an individual table.
+      "attribution": "A String", # Optional attribution assigned to the table.
+      "description": "A String", # Optional description assigned to the table.
+      "isExportable": True or False, # Variable for whether table is exportable.
+      "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
+        "A String",
+      ],
+      "attributionLink": "A String", # Optional link for attribution.
+      "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
+      "columns": [ # Columns in the table.
+        { # Specifies the id, name and type of a column in a table.
+            "kind": "fusiontables#column", # Type name: a template for an individual column.
+            "type": "A String", # Required type of the column.
+            "columnId": 42, # Identifier for the column.
+            "name": "A String", # Required name of the column.
+            "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+              "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+              "columnId": 42, # The id of the column in the base table from which this column is derived.
+            },
+          },
+      ],
+      "name": "A String", # Name assigned to a table.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(tableId, body, replaceViewDefinition=None)</code>
+  <pre>Updates an existing table. Unless explicitly requested, only the name, description, and attribution will be updated.
+
+Args:
+  tableId: string, Id of the table that is being updated. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents a table. Specifies the name, whether it is exportable, description, attribution, and attribution link.
+    "kind": "fusiontables#table", # Type name: a template for an individual table.
+    "attribution": "A String", # Optional attribution assigned to the table.
+    "description": "A String", # Optional description assigned to the table.
+    "isExportable": True or False, # Variable for whether table is exportable.
+    "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
+      "A String",
+    ],
+    "attributionLink": "A String", # Optional link for attribution.
+    "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
+    "columns": [ # Columns in the table.
+      { # Specifies the id, name and type of a column in a table.
+          "kind": "fusiontables#column", # Type name: a template for an individual column.
+          "type": "A String", # Required type of the column.
+          "columnId": 42, # Identifier for the column.
+          "name": "A String", # Required name of the column.
+          "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+            "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+            "columnId": 42, # The id of the column in the base table from which this column is derived.
+          },
+        },
+    ],
+    "name": "A String", # Name assigned to a table.
+  }
+
+  replaceViewDefinition: boolean, Should the view definition also be updated? The specified view definition replaces the existing one. Only a view can be updated with a new definition.
+
+Returns:
+  An object of the form:
+
+    { # Represents a table. Specifies the name, whether it is exportable, description, attribution, and attribution link.
+      "kind": "fusiontables#table", # Type name: a template for an individual table.
+      "attribution": "A String", # Optional attribution assigned to the table.
+      "description": "A String", # Optional description assigned to the table.
+      "isExportable": True or False, # Variable for whether table is exportable.
+      "baseTableIds": [ # Optional base table identifier if this table is a view or merged table.
+        "A String",
+      ],
+      "attributionLink": "A String", # Optional link for attribution.
+      "tableId": "A String", # Encrypted unique alphanumeric identifier for the table.
+      "columns": [ # Columns in the table.
+        { # Specifies the id, name and type of a column in a table.
+            "kind": "fusiontables#column", # Type name: a template for an individual column.
+            "type": "A String", # Required type of the column.
+            "columnId": 42, # Identifier for the column.
+            "name": "A String", # Required name of the column.
+            "baseColumn": { # Optional identifier of the base column. If present, this column is derived from the specified base column.
+              "tableIndex": 42, # Offset to the entry in the list of base tables in the table definition.
+              "columnId": 42, # The id of the column in the base table from which this column is derived.
+            },
+          },
+      ],
+      "name": "A String", # Name assigned to a table.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/fusiontables_v1.template.html b/docs/dyn/fusiontables_v1.template.html
new file mode 100644
index 0000000..d5d9a43
--- /dev/null
+++ b/docs/dyn/fusiontables_v1.template.html
@@ -0,0 +1,295 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="fusiontables_v1.html">Fusion Tables API</a> . <a href="fusiontables_v1.template.html">template</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(tableId, templateId)</a></code></p>
+<p class="firstline">Deletes a template</p>
+<p class="toc_element">
+  <code><a href="#get">get(tableId, templateId)</a></code></p>
+<p class="firstline">Retrieves a specific template by its id</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(tableId, body)</a></code></p>
+<p class="firstline">Creates a new template for the table.</p>
+<p class="toc_element">
+  <code><a href="#list">list(tableId, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves a list of templates.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(tableId, templateId, body)</a></code></p>
+<p class="firstline">Updates an existing template. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(tableId, templateId, body)</a></code></p>
+<p class="firstline">Updates an existing template</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(tableId, templateId)</code>
+  <pre>Deletes a template
+
+Args:
+  tableId: string, Table from which the template is being deleted (required)
+  templateId: integer, Identifier for the template which is being deleted (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(tableId, templateId)</code>
+  <pre>Retrieves a specific template by its id
+
+Args:
+  tableId: string, Table to which the template belongs (required)
+  templateId: integer, Identifier for the template that is being requested (required)
+
+Returns:
+  An object of the form:
+
+    { # Represents the contents of InfoWindow templates.
+      "body": "A String", # Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified.
+      "kind": "fusiontables#template", # Type name: a template for the info window contents. The template can either include an HTML body or a list of columns from which the template is computed automatically.
+      "name": "A String", # Optional name assigned to a template.
+      "automaticColumnNames": [ # List of columns from which the template is to be automatically constructed. Only one of body or automaticColumns can be specified.
+        "A String",
+      ],
+      "isDefaultForTable": True or False, # Is this the default template for the table.
+      "tableId": "A String", # Identifier for the table for which the template is defined.
+      "templateId": 42, # Identifier for the template, unique within the context of a particular table.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(tableId, body)</code>
+  <pre>Creates a new template for the table.
+
+Args:
+  tableId: string, Table for which a new template is being created (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents the contents of InfoWindow templates.
+    "body": "A String", # Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified.
+    "kind": "fusiontables#template", # Type name: a template for the info window contents. The template can either include an HTML body or a list of columns from which the template is computed automatically.
+    "name": "A String", # Optional name assigned to a template.
+    "automaticColumnNames": [ # List of columns from which the template is to be automatically constructed. Only one of body or automaticColumns can be specified.
+      "A String",
+    ],
+    "isDefaultForTable": True or False, # Is this the default template for the table.
+    "tableId": "A String", # Identifier for the table for which the template is defined.
+    "templateId": 42, # Identifier for the template, unique within the context of a particular table.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Represents the contents of InfoWindow templates.
+      "body": "A String", # Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified.
+      "kind": "fusiontables#template", # Type name: a template for the info window contents. The template can either include an HTML body or a list of columns from which the template is computed automatically.
+      "name": "A String", # Optional name assigned to a template.
+      "automaticColumnNames": [ # List of columns from which the template is to be automatically constructed. Only one of body or automaticColumns can be specified.
+        "A String",
+      ],
+      "isDefaultForTable": True or False, # Is this the default template for the table.
+      "tableId": "A String", # Identifier for the table for which the template is defined.
+      "templateId": 42, # Identifier for the template, unique within the context of a particular table.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(tableId, pageToken=None, maxResults=None)</code>
+  <pre>Retrieves a list of templates.
+
+Args:
+  tableId: string, Identifier for the table whose templates are being requested (required)
+  pageToken: string, Continuation token specifying which results page to return. Optional.
+  maxResults: integer, Maximum number of templates to return. Optional. Default is 5.
+
+Returns:
+  An object of the form:
+
+    { # Represents a list of templates for a given table.
+    "nextPageToken": "A String", # Token used to access the next page of this result. No token is displayed if there are no more tokens left.
+    "items": [ # List of all requested templates.
+      { # Represents the contents of InfoWindow templates.
+          "body": "A String", # Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified.
+          "kind": "fusiontables#template", # Type name: a template for the info window contents. The template can either include an HTML body or a list of columns from which the template is computed automatically.
+          "name": "A String", # Optional name assigned to a template.
+          "automaticColumnNames": [ # List of columns from which the template is to be automatically constructed. Only one of body or automaticColumns can be specified.
+            "A String",
+          ],
+          "isDefaultForTable": True or False, # Is this the default template for the table.
+          "tableId": "A String", # Identifier for the table for which the template is defined.
+          "templateId": 42, # Identifier for the template, unique within the context of a particular table.
+        },
+    ],
+    "kind": "fusiontables#templateList", # Type name: a list of all templates.
+    "totalItems": 42, # Total number of templates for the table.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(tableId, templateId, body)</code>
+  <pre>Updates an existing template. This method supports patch semantics.
+
+Args:
+  tableId: string, Table to which the updated template belongs (required)
+  templateId: integer, Identifier for the template that is being updated (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents the contents of InfoWindow templates.
+    "body": "A String", # Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified.
+    "kind": "fusiontables#template", # Type name: a template for the info window contents. The template can either include an HTML body or a list of columns from which the template is computed automatically.
+    "name": "A String", # Optional name assigned to a template.
+    "automaticColumnNames": [ # List of columns from which the template is to be automatically constructed. Only one of body or automaticColumns can be specified.
+      "A String",
+    ],
+    "isDefaultForTable": True or False, # Is this the default template for the table.
+    "tableId": "A String", # Identifier for the table for which the template is defined.
+    "templateId": 42, # Identifier for the template, unique within the context of a particular table.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Represents the contents of InfoWindow templates.
+      "body": "A String", # Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified.
+      "kind": "fusiontables#template", # Type name: a template for the info window contents. The template can either include an HTML body or a list of columns from which the template is computed automatically.
+      "name": "A String", # Optional name assigned to a template.
+      "automaticColumnNames": [ # List of columns from which the template is to be automatically constructed. Only one of body or automaticColumns can be specified.
+        "A String",
+      ],
+      "isDefaultForTable": True or False, # Is this the default template for the table.
+      "tableId": "A String", # Identifier for the table for which the template is defined.
+      "templateId": 42, # Identifier for the template, unique within the context of a particular table.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(tableId, templateId, body)</code>
+  <pre>Updates an existing template
+
+Args:
+  tableId: string, Table to which the updated template belongs (required)
+  templateId: integer, Identifier for the template that is being updated (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Represents the contents of InfoWindow templates.
+    "body": "A String", # Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified.
+    "kind": "fusiontables#template", # Type name: a template for the info window contents. The template can either include an HTML body or a list of columns from which the template is computed automatically.
+    "name": "A String", # Optional name assigned to a template.
+    "automaticColumnNames": [ # List of columns from which the template is to be automatically constructed. Only one of body or automaticColumns can be specified.
+      "A String",
+    ],
+    "isDefaultForTable": True or False, # Is this the default template for the table.
+    "tableId": "A String", # Identifier for the table for which the template is defined.
+    "templateId": 42, # Identifier for the template, unique within the context of a particular table.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Represents the contents of InfoWindow templates.
+      "body": "A String", # Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified.
+      "kind": "fusiontables#template", # Type name: a template for the info window contents. The template can either include an HTML body or a list of columns from which the template is computed automatically.
+      "name": "A String", # Optional name assigned to a template.
+      "automaticColumnNames": [ # List of columns from which the template is to be automatically constructed. Only one of body or automaticColumns can be specified.
+        "A String",
+      ],
+      "isDefaultForTable": True or False, # Is this the default template for the table.
+      "tableId": "A String", # Identifier for the table for which the template is defined.
+      "templateId": 42, # Identifier for the template, unique within the context of a particular table.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan.v1beta1.advertisers.html b/docs/dyn/gan.v1beta1.advertisers.html
deleted file mode 100644
index 8b454b8..0000000
--- a/docs/dyn/gan.v1beta1.advertisers.html
+++ /dev/null
@@ -1,142 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;data&nbsp;about&nbsp;a&nbsp;single&nbsp;advertiser&nbsp;if&nbsp;that&nbsp;the&nbsp;requesting&nbsp;advertiser/publisher&nbsp;has&nbsp;access&nbsp;to&nbsp;it.&nbsp;Only&nbsp;publishers&nbsp;can&nbsp;lookup&nbsp;advertisers.&nbsp;Advertisers&nbsp;can&nbsp;request&nbsp;information&nbsp;about&nbsp;themselves&nbsp;by&nbsp;omitting&nbsp;the&nbsp;advertiserId&nbsp;query&nbsp;parameter.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;advertiserId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;advertiser&nbsp;to&nbsp;look&nbsp;up.&nbsp;Optional.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;roleId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;requesting&nbsp;advertiser&nbsp;or&nbsp;publisher.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;role:&nbsp;string,&nbsp;The&nbsp;role&nbsp;of&nbsp;the&nbsp;requester.&nbsp;Valid&nbsp;values:&nbsp;'advertisers'&nbsp;or&nbsp;'publishers'.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;advertisers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;an&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;publishers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;a&nbsp;publisher.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;An&nbsp;AdvertiserResource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"category":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Category&nbsp;that&nbsp;this&nbsp;advertiser&nbsp;belongs&nbsp;to.&nbsp;A&nbsp;valid&nbsp;list&nbsp;of&nbsp;categories&nbsp;can&nbsp;be&nbsp;found&nbsp;here:&nbsp;<a href="http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&amp;answer=107581">http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&amp;answer=107581</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp;"contactEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;that&nbsp;this&nbsp;advertiser&nbsp;would&nbsp;like&nbsp;publishers&nbsp;to&nbsp;contact&nbsp;them&nbsp;with.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#advertiser",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;an&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"siteUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;website&nbsp;this&nbsp;advertiser&nbsp;advertises&nbsp;from.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"contactPhone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Phone&nbsp;that&nbsp;this&nbsp;advertiser&nbsp;would&nbsp;like&nbsp;publishers&nbsp;to&nbsp;contact&nbsp;them&nbsp;with.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;website&nbsp;the&nbsp;advertiser&nbsp;advertises&nbsp;from.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"payoutRank":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;rank&nbsp;based&nbsp;on&nbsp;commissions&nbsp;paid&nbsp;to&nbsp;publishers&nbsp;over&nbsp;the&nbsp;past&nbsp;90&nbsp;days.&nbsp;A&nbsp;number&nbsp;between&nbsp;1&nbsp;and&nbsp;4&nbsp;where&nbsp;4&nbsp;means&nbsp;the&nbsp;top&nbsp;quartile&nbsp;(most&nbsp;money&nbsp;paid)&nbsp;and&nbsp;1&nbsp;means&nbsp;the&nbsp;bottom&nbsp;quartile&nbsp;(least&nbsp;money&nbsp;paid).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"epcSevenDayAverage":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;fees&nbsp;paid&nbsp;to&nbsp;publishers&nbsp;divided&nbsp;by&nbsp;the&nbsp;total&nbsp;number&nbsp;of&nbsp;clicks&nbsp;over&nbsp;the&nbsp;past&nbsp;seven&nbsp;days.&nbsp;Values&nbsp;are&nbsp;multiplied&nbsp;by&nbsp;100&nbsp;for&nbsp;display&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"commissionDuration":&nbsp;42,&nbsp;#&nbsp;The&nbsp;longest&nbsp;possible&nbsp;length&nbsp;of&nbsp;a&nbsp;commission&nbsp;(how&nbsp;long&nbsp;the&nbsp;cookies&nbsp;on&nbsp;the&nbsp;customer's&nbsp;browser&nbsp;last&nbsp;before&nbsp;they&nbsp;expire).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;status&nbsp;of&nbsp;the&nbsp;requesting&nbsp;publisher's&nbsp;relationship&nbsp;this&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"epcNinetyDayAverage":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;fees&nbsp;paid&nbsp;to&nbsp;publishers&nbsp;divided&nbsp;by&nbsp;the&nbsp;total&nbsp;number&nbsp;of&nbsp;clicks&nbsp;over&nbsp;the&nbsp;past&nbsp;three&nbsp;months.&nbsp;Values&nbsp;are&nbsp;multiplied&nbsp;by&nbsp;100&nbsp;for&nbsp;display&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"allowPublisherCreatedLinks":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;True&nbsp;if&nbsp;the&nbsp;advertiser&nbsp;allows&nbsp;publisher&nbsp;created&nbsp;links,&nbsp;otherwise&nbsp;false.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"item":&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;Advertiser&nbsp;#&nbsp;The&nbsp;requested&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"joinDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;advertiser&nbsp;was&nbsp;approved&nbsp;as&nbsp;a&nbsp;Google&nbsp;Affiliate&nbsp;Network&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"logoUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;the&nbsp;logo&nbsp;this&nbsp;advertiser&nbsp;uses&nbsp;on&nbsp;the&nbsp;Google&nbsp;Affiliate&nbsp;Network.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"productFeedsEnabled":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Allows&nbsp;advertisers&nbsp;to&nbsp;submit&nbsp;product&nbsp;listings&nbsp;to&nbsp;Google&nbsp;Product&nbsp;Search.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;advertiser.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;data&nbsp;about&nbsp;all&nbsp;advertisers&nbsp;that&nbsp;the&nbsp;requesting&nbsp;advertiser/publisher&nbsp;has&nbsp;access&nbsp;to.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;relationshipStatus:&nbsp;string,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;advertisers&nbsp;for&nbsp;which&nbsp;do&nbsp;not&nbsp;have&nbsp;the&nbsp;given&nbsp;relationship&nbsp;status&nbsp;with&nbsp;the&nbsp;requesting&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;approved&nbsp;-&nbsp;An&nbsp;advertiser&nbsp;that&nbsp;has&nbsp;approved&nbsp;your&nbsp;application.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;available&nbsp;-&nbsp;An&nbsp;advertiser&nbsp;program&nbsp;that's&nbsp;accepting&nbsp;new&nbsp;publishers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;deactivated&nbsp;-&nbsp;Deactivated&nbsp;means&nbsp;either&nbsp;the&nbsp;advertiser&nbsp;has&nbsp;removed&nbsp;you&nbsp;from&nbsp;their&nbsp;program,&nbsp;or&nbsp;it&nbsp;could&nbsp;also&nbsp;mean&nbsp;that&nbsp;you&nbsp;chose&nbsp;to&nbsp;remove&nbsp;yourself&nbsp;from&nbsp;the&nbsp;advertiser's&nbsp;program.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;declined&nbsp;-&nbsp;An&nbsp;advertiser&nbsp;that&nbsp;did&nbsp;not&nbsp;approve&nbsp;your&nbsp;application.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pending&nbsp;-&nbsp;An&nbsp;advertiser&nbsp;program&nbsp;that&nbsp;you've&nbsp;already&nbsp;applied&nbsp;to,&nbsp;but&nbsp;they&nbsp;haven't&nbsp;yet&nbsp;decided&nbsp;to&nbsp;approve&nbsp;or&nbsp;decline&nbsp;your&nbsp;application.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;value&nbsp;of&nbsp;'nextPageToken'&nbsp;from&nbsp;the&nbsp;previous&nbsp;page.&nbsp;Optional.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;roleId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;requesting&nbsp;advertiser&nbsp;or&nbsp;publisher.&nbsp;(required)<br>
-&nbsp;&nbsp;advertiserCategory:&nbsp;string,&nbsp;Caret(^)&nbsp;delimted&nbsp;list&nbsp;of&nbsp;advertiser&nbsp;categories.&nbsp;Valid&nbsp;categories&nbsp;are&nbsp;defined&nbsp;here:&nbsp;<a href="http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&amp;answer=107581">http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&amp;answer=107581</a>.&nbsp;Filters&nbsp;out&nbsp;all&nbsp;advertisers&nbsp;not&nbsp;in&nbsp;one&nbsp;of&nbsp;the&nbsp;given&nbsp;advertiser&nbsp;categories.&nbsp;Optional.<br>
-&nbsp;&nbsp;minNinetyDayEpc:&nbsp;number,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;advertisers&nbsp;that&nbsp;have&nbsp;a&nbsp;ninety&nbsp;day&nbsp;EPC&nbsp;average&nbsp;lower&nbsp;than&nbsp;the&nbsp;given&nbsp;value&nbsp;(inclusive).&nbsp;Min&nbsp;value:&nbsp;0.0.&nbsp;Optional.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;role:&nbsp;string,&nbsp;The&nbsp;role&nbsp;of&nbsp;the&nbsp;requester.&nbsp;Valid&nbsp;values:&nbsp;'advertisers'&nbsp;or&nbsp;'publishers'.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;advertisers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;an&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;publishers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;a&nbsp;publisher.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Max&nbsp;number&nbsp;of&nbsp;items&nbsp;to&nbsp;return&nbsp;in&nbsp;this&nbsp;page.&nbsp;Optional.&nbsp;Defaults&nbsp;to&nbsp;20.<br>
-&nbsp;&nbsp;minSevenDayEpc:&nbsp;number,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;advertisers&nbsp;that&nbsp;have&nbsp;a&nbsp;seven&nbsp;day&nbsp;EPC&nbsp;average&nbsp;lower&nbsp;than&nbsp;the&nbsp;given&nbsp;value&nbsp;(inclusive).&nbsp;Min&nbsp;value:&nbsp;0.0.&nbsp;Optional.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;minPayoutRank:&nbsp;integer,&nbsp;A&nbsp;value&nbsp;between&nbsp;1&nbsp;and&nbsp;4,&nbsp;where&nbsp;1&nbsp;represents&nbsp;the&nbsp;quartile&nbsp;of&nbsp;advertisers&nbsp;with&nbsp;the&nbsp;lowest&nbsp;ranks&nbsp;and&nbsp;4&nbsp;represents&nbsp;the&nbsp;quartile&nbsp;of&nbsp;advertisers&nbsp;with&nbsp;the&nbsp;highest&nbsp;ranks.&nbsp;Filters&nbsp;out&nbsp;all&nbsp;advertisers&nbsp;with&nbsp;a&nbsp;lower&nbsp;rank&nbsp;than&nbsp;the&nbsp;given&nbsp;quartile.&nbsp;For&nbsp;example&nbsp;if&nbsp;a&nbsp;2&nbsp;was&nbsp;given&nbsp;only&nbsp;advertisers&nbsp;with&nbsp;a&nbsp;payout&nbsp;rank&nbsp;of&nbsp;25&nbsp;or&nbsp;higher&nbsp;would&nbsp;be&nbsp;included.&nbsp;Optional.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;'pageToken'&nbsp;to&nbsp;pass&nbsp;to&nbsp;the&nbsp;next&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;advertiser&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;An&nbsp;AdvertiserResource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"category":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Category&nbsp;that&nbsp;this&nbsp;advertiser&nbsp;belongs&nbsp;to.&nbsp;A&nbsp;valid&nbsp;list&nbsp;of&nbsp;categories&nbsp;can&nbsp;be&nbsp;found&nbsp;here:&nbsp;<a href="http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&amp;answer=107581">http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&amp;answer=107581</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contactEmail":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;that&nbsp;this&nbsp;advertiser&nbsp;would&nbsp;like&nbsp;publishers&nbsp;to&nbsp;contact&nbsp;them&nbsp;with.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#advertiser",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;an&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"siteUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;website&nbsp;this&nbsp;advertiser&nbsp;advertises&nbsp;from.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"contactPhone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Phone&nbsp;that&nbsp;this&nbsp;advertiser&nbsp;would&nbsp;like&nbsp;publishers&nbsp;to&nbsp;contact&nbsp;them&nbsp;with.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;website&nbsp;the&nbsp;advertiser&nbsp;advertises&nbsp;from.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"payoutRank":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;rank&nbsp;based&nbsp;on&nbsp;commissions&nbsp;paid&nbsp;to&nbsp;publishers&nbsp;over&nbsp;the&nbsp;past&nbsp;90&nbsp;days.&nbsp;A&nbsp;number&nbsp;between&nbsp;1&nbsp;and&nbsp;4&nbsp;where&nbsp;4&nbsp;means&nbsp;the&nbsp;top&nbsp;quartile&nbsp;(most&nbsp;money&nbsp;paid)&nbsp;and&nbsp;1&nbsp;means&nbsp;the&nbsp;bottom&nbsp;quartile&nbsp;(least&nbsp;money&nbsp;paid).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epcSevenDayAverage":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;fees&nbsp;paid&nbsp;to&nbsp;publishers&nbsp;divided&nbsp;by&nbsp;the&nbsp;total&nbsp;number&nbsp;of&nbsp;clicks&nbsp;over&nbsp;the&nbsp;past&nbsp;seven&nbsp;days.&nbsp;Values&nbsp;are&nbsp;multiplied&nbsp;by&nbsp;100&nbsp;for&nbsp;display&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"commissionDuration":&nbsp;42,&nbsp;#&nbsp;The&nbsp;longest&nbsp;possible&nbsp;length&nbsp;of&nbsp;a&nbsp;commission&nbsp;(how&nbsp;long&nbsp;the&nbsp;cookies&nbsp;on&nbsp;the&nbsp;customer's&nbsp;browser&nbsp;last&nbsp;before&nbsp;they&nbsp;expire).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;status&nbsp;of&nbsp;the&nbsp;requesting&nbsp;publisher's&nbsp;relationship&nbsp;this&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epcNinetyDayAverage":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;fees&nbsp;paid&nbsp;to&nbsp;publishers&nbsp;divided&nbsp;by&nbsp;the&nbsp;total&nbsp;number&nbsp;of&nbsp;clicks&nbsp;over&nbsp;the&nbsp;past&nbsp;three&nbsp;months.&nbsp;Values&nbsp;are&nbsp;multiplied&nbsp;by&nbsp;100&nbsp;for&nbsp;display&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allowPublisherCreatedLinks":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;True&nbsp;if&nbsp;the&nbsp;advertiser&nbsp;allows&nbsp;publisher&nbsp;created&nbsp;links,&nbsp;otherwise&nbsp;false.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"item":&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;Advertiser&nbsp;#&nbsp;The&nbsp;requested&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"joinDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;advertiser&nbsp;was&nbsp;approved&nbsp;as&nbsp;a&nbsp;Google&nbsp;Affiliate&nbsp;Network&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"logoUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;to&nbsp;the&nbsp;logo&nbsp;this&nbsp;advertiser&nbsp;uses&nbsp;on&nbsp;the&nbsp;Google&nbsp;Affiliate&nbsp;Network.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"productFeedsEnabled":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Allows&nbsp;advertisers&nbsp;to&nbsp;submit&nbsp;product&nbsp;listings&nbsp;to&nbsp;Google&nbsp;Product&nbsp;Search.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#advertisers",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;a&nbsp;page&nbsp;of&nbsp;advertisers.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan.v1beta1.ccOffers.html b/docs/dyn/gan.v1beta1.ccOffers.html
deleted file mode 100644
index 76a5297..0000000
--- a/docs/dyn/gan.v1beta1.ccOffers.html
+++ /dev/null
@@ -1,143 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;credit&nbsp;card&nbsp;offers&nbsp;for&nbsp;the&nbsp;given&nbsp;publisher.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;advertiser:&nbsp;string,&nbsp;The&nbsp;advertiser&nbsp;ID&nbsp;of&nbsp;a&nbsp;card&nbsp;issuer&nbsp;whose&nbsp;offers&nbsp;to&nbsp;include.&nbsp;Optional,&nbsp;may&nbsp;be&nbsp;repeated.&nbsp;(repeated)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;The&nbsp;set&nbsp;of&nbsp;fields&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;full&nbsp;-&nbsp;Include&nbsp;all&nbsp;offer&nbsp;fields.&nbsp;This&nbsp;is&nbsp;the&nbsp;default.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;summary&nbsp;-&nbsp;Include&nbsp;only&nbsp;the&nbsp;basic&nbsp;fields&nbsp;needed&nbsp;to&nbsp;display&nbsp;an&nbsp;offer.<br>
-&nbsp;&nbsp;publisher:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;publisher&nbsp;in&nbsp;question.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;credit&nbsp;card&nbsp;offers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;credit&nbsp;card&nbsp;offer.&nbsp;There&nbsp;are&nbsp;many&nbsp;possible&nbsp;result&nbsp;fields.&nbsp;We&nbsp;provide&nbsp;two&nbsp;different&nbsp;views&nbsp;of&nbsp;the&nbsp;data,&nbsp;or&nbsp;"projections."&nbsp;The&nbsp;"full"&nbsp;projection&nbsp;includes&nbsp;every&nbsp;result&nbsp;field.&nbsp;And&nbsp;the&nbsp;"summary"&nbsp;projection,&nbsp;which&nbsp;is&nbsp;the&nbsp;default,&nbsp;includes&nbsp;a&nbsp;smaller&nbsp;subset&nbsp;of&nbsp;the&nbsp;fields.&nbsp;The&nbsp;fields&nbsp;included&nbsp;in&nbsp;the&nbsp;summary&nbsp;projection&nbsp;are&nbsp;marked&nbsp;as&nbsp;such&nbsp;in&nbsp;their&nbsp;descriptions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"luggageInsurance":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;you&nbsp;get&nbsp;coverage&nbsp;when&nbsp;you&nbsp;use&nbsp;the&nbsp;card&nbsp;for&nbsp;the&nbsp;given&nbsp;activity,&nbsp;this&nbsp;field&nbsp;describes&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creditLimitMin":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;low&nbsp;end&nbsp;for&nbsp;credit&nbsp;limits&nbsp;the&nbsp;issuer&nbsp;imposes&nbsp;on&nbsp;recipients&nbsp;of&nbsp;this&nbsp;card.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cardName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;issuer's&nbsp;name&nbsp;for&nbsp;the&nbsp;card,&nbsp;including&nbsp;any&nbsp;trademark&nbsp;or&nbsp;service&nbsp;mark&nbsp;designators.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creditLimitMax":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;high&nbsp;end&nbsp;for&nbsp;credit&nbsp;limits&nbsp;the&nbsp;issuer&nbsp;imposes&nbsp;on&nbsp;recipients&nbsp;of&nbsp;this&nbsp;card.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gracePeriodDisplay":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;the&nbsp;grace&nbsp;period&nbsp;before&nbsp;finance&nbsp;charges&nbsp;apply.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"offerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;This&nbsp;offer's&nbsp;ID.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rewardUnit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;For&nbsp;cards&nbsp;with&nbsp;rewards&nbsp;programs,&nbsp;the&nbsp;unit&nbsp;of&nbsp;reward.&nbsp;For&nbsp;example,&nbsp;miles,&nbsp;cash&nbsp;back,&nbsp;points.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minPurchaseRate":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;lowest&nbsp;interest&nbsp;rate&nbsp;the&nbsp;issuer&nbsp;charges&nbsp;on&nbsp;this&nbsp;card.&nbsp;Expressed&nbsp;as&nbsp;an&nbsp;absolute&nbsp;number,&nbsp;not&nbsp;as&nbsp;a&nbsp;percentage.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cardBenefits":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;what&nbsp;the&nbsp;issuer&nbsp;thinks&nbsp;are&nbsp;the&nbsp;most&nbsp;important&nbsp;benefits&nbsp;of&nbsp;the&nbsp;card.&nbsp;Usually&nbsp;summarizes&nbsp;the&nbsp;rewards&nbsp;program,&nbsp;if&nbsp;there&nbsp;is&nbsp;one.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rewards":&nbsp;[&nbsp;#&nbsp;For&nbsp;cards&nbsp;with&nbsp;rewards&nbsp;programs,&nbsp;detailed&nbsp;rules&nbsp;about&nbsp;how&nbsp;the&nbsp;program&nbsp;works.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"category":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;purchases&nbsp;covered&nbsp;by&nbsp;this&nbsp;rule.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minRewardTier":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;minimum&nbsp;purchase&nbsp;amount&nbsp;in&nbsp;the&nbsp;given&nbsp;category&nbsp;before&nbsp;this&nbsp;rule&nbsp;applies.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxRewardTier":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;maximum&nbsp;purchase&nbsp;amount&nbsp;in&nbsp;the&nbsp;given&nbsp;category&nbsp;for&nbsp;this&nbsp;rule&nbsp;to&nbsp;apply.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"expirationMonths":&nbsp;3.14,&nbsp;#&nbsp;How&nbsp;long&nbsp;rewards&nbsp;granted&nbsp;by&nbsp;this&nbsp;rule&nbsp;last.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;units&nbsp;rewarded&nbsp;per&nbsp;purchase&nbsp;dollar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalDetails":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Other&nbsp;limits,&nbsp;for&nbsp;example,&nbsp;if&nbsp;this&nbsp;rule&nbsp;only&nbsp;applies&nbsp;during&nbsp;an&nbsp;introductory&nbsp;period.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"offersImmediateCashReward":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;a&nbsp;cash&nbsp;reward&nbsp;program&nbsp;lets&nbsp;you&nbsp;get&nbsp;cash&nbsp;back&nbsp;sooner&nbsp;than&nbsp;end&nbsp;of&nbsp;year&nbsp;or&nbsp;other&nbsp;longish&nbsp;period.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"travelInsurance":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;you&nbsp;get&nbsp;coverage&nbsp;when&nbsp;you&nbsp;use&nbsp;the&nbsp;card&nbsp;for&nbsp;the&nbsp;given&nbsp;activity,&nbsp;this&nbsp;field&nbsp;describes&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"returnedPaymentFee":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;the&nbsp;fee&nbsp;for&nbsp;a&nbsp;payment&nbsp;that&nbsp;doesn't&nbsp;clear.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#ccOffer",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;one&nbsp;credit&nbsp;card&nbsp;offer.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"issuer":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;card&nbsp;issuer.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxPurchaseRate":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;highest&nbsp;interest&nbsp;rate&nbsp;the&nbsp;issuer&nbsp;charges&nbsp;on&nbsp;this&nbsp;card.&nbsp;Expressed&nbsp;as&nbsp;an&nbsp;absolute&nbsp;number,&nbsp;not&nbsp;as&nbsp;a&nbsp;percentage.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minimumFinanceCharge":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;how&nbsp;much&nbsp;missing&nbsp;the&nbsp;grace&nbsp;period&nbsp;will&nbsp;cost.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"existingCustomerOnly":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;card&nbsp;is&nbsp;only&nbsp;available&nbsp;to&nbsp;existing&nbsp;customers&nbsp;of&nbsp;the&nbsp;issuer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annualFeeDisplay":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;the&nbsp;annual&nbsp;fee,&nbsp;including&nbsp;any&nbsp;difference&nbsp;for&nbsp;the&nbsp;first&nbsp;year.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"initialSetupAndProcessingFee":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Fee&nbsp;for&nbsp;setting&nbsp;up&nbsp;the&nbsp;card.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"issuerId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Google&nbsp;Affiliate&nbsp;Network&nbsp;ID&nbsp;of&nbsp;the&nbsp;advertiser&nbsp;making&nbsp;this&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"purchaseRateAdditionalDetails":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;any&nbsp;additional&nbsp;details&nbsp;for&nbsp;the&nbsp;purchase&nbsp;rate.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"prohibitedCategories":&nbsp;[&nbsp;#&nbsp;Categories&nbsp;in&nbsp;which&nbsp;the&nbsp;issuer&nbsp;does&nbsp;not&nbsp;wish&nbsp;the&nbsp;card&nbsp;to&nbsp;be&nbsp;displayed.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fraudLiability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;you&nbsp;get&nbsp;coverage&nbsp;when&nbsp;you&nbsp;use&nbsp;the&nbsp;card&nbsp;for&nbsp;the&nbsp;given&nbsp;activity,&nbsp;this&nbsp;field&nbsp;describes&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cashAdvanceTerms":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;the&nbsp;terms&nbsp;for&nbsp;cash&nbsp;advances.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"landingPageUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;the&nbsp;issuer's&nbsp;page&nbsp;for&nbsp;this&nbsp;card.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"introCashAdvanceTerms":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;the&nbsp;terms&nbsp;for&nbsp;introductory&nbsp;period&nbsp;cash&nbsp;advances.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rewardsExpire":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;accumulated&nbsp;rewards&nbsp;ever&nbsp;expire.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"introPurchaseTerms":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;the&nbsp;terms&nbsp;for&nbsp;introductory&nbsp;period&nbsp;purchases.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultFees":&nbsp;[&nbsp;#&nbsp;Fees&nbsp;for&nbsp;defaulting&nbsp;on&nbsp;your&nbsp;payments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"category":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;charge,&nbsp;for&nbsp;example&nbsp;Purchases.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxRate":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;highest&nbsp;rate&nbsp;the&nbsp;issuer&nbsp;may&nbsp;charge&nbsp;for&nbsp;defaulting&nbsp;on&nbsp;debt&nbsp;in&nbsp;this&nbsp;category.&nbsp;Expressed&nbsp;as&nbsp;an&nbsp;absolute&nbsp;number,&nbsp;not&nbsp;as&nbsp;a&nbsp;percentage.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minRate":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;lowest&nbsp;rate&nbsp;the&nbsp;issuer&nbsp;may&nbsp;charge&nbsp;for&nbsp;defaulting&nbsp;on&nbsp;debt&nbsp;in&nbsp;this&nbsp;category.&nbsp;Expressed&nbsp;as&nbsp;an&nbsp;absolute&nbsp;number,&nbsp;not&nbsp;as&nbsp;a&nbsp;percentage.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rateType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Fixed&nbsp;or&nbsp;variable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"extendedWarranty":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;you&nbsp;get&nbsp;coverage&nbsp;when&nbsp;you&nbsp;use&nbsp;the&nbsp;card&nbsp;for&nbsp;the&nbsp;given&nbsp;activity,&nbsp;this&nbsp;field&nbsp;describes&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"emergencyInsurance":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;you&nbsp;get&nbsp;coverage&nbsp;when&nbsp;you&nbsp;use&nbsp;the&nbsp;card&nbsp;for&nbsp;the&nbsp;given&nbsp;activity,&nbsp;this&nbsp;field&nbsp;describes&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"firstYearAnnualFee":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;annual&nbsp;fee&nbsp;for&nbsp;the&nbsp;first&nbsp;year,&nbsp;if&nbsp;different&nbsp;from&nbsp;the&nbsp;ongoing&nbsp;fee.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trackingUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;ping&nbsp;to&nbsp;register&nbsp;a&nbsp;click&nbsp;on&nbsp;this&nbsp;offer.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latePaymentFee":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;how&nbsp;much&nbsp;a&nbsp;late&nbsp;payment&nbsp;will&nbsp;cost,&nbsp;eg&nbsp;"up&nbsp;to&nbsp;$35."&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"overLimitFee":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Fee&nbsp;for&nbsp;exceeding&nbsp;the&nbsp;card's&nbsp;charge&nbsp;limit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cardType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;credit&nbsp;card&nbsp;this&nbsp;is,&nbsp;for&nbsp;example&nbsp;secured&nbsp;or&nbsp;unsecured.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"approvedCategories":&nbsp;[&nbsp;#&nbsp;Possible&nbsp;categories&nbsp;for&nbsp;this&nbsp;card,&nbsp;eg&nbsp;"Low&nbsp;Interest"&nbsp;or&nbsp;"Good."&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rewardPartner":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;company&nbsp;that&nbsp;redeems&nbsp;the&nbsp;rewards,&nbsp;if&nbsp;different&nbsp;from&nbsp;the&nbsp;issuer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"introBalanceTransferTerms":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;the&nbsp;terms&nbsp;for&nbsp;introductory&nbsp;period&nbsp;balance&nbsp;transfers.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"foreignCurrencyTransactionFee":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Fee&nbsp;for&nbsp;each&nbsp;transaction&nbsp;involving&nbsp;a&nbsp;foreign&nbsp;currency.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annualFee":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;ongoing&nbsp;annual&nbsp;fee,&nbsp;in&nbsp;dollars.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"issuerWebsite":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;generic&nbsp;link&nbsp;to&nbsp;the&nbsp;issuer's&nbsp;site.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variableRatesUpdateFrequency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;How&nbsp;often&nbsp;variable&nbsp;rates&nbsp;are&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"carRentalInsurance":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;you&nbsp;get&nbsp;coverage&nbsp;when&nbsp;you&nbsp;use&nbsp;the&nbsp;card&nbsp;for&nbsp;the&nbsp;given&nbsp;activity,&nbsp;this&nbsp;field&nbsp;describes&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalCardBenefits":&nbsp;[&nbsp;#&nbsp;More&nbsp;marketing&nbsp;copy&nbsp;about&nbsp;the&nbsp;card's&nbsp;benefits.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ageMinimum":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;youngest&nbsp;a&nbsp;recipient&nbsp;of&nbsp;this&nbsp;card&nbsp;may&nbsp;be.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"balanceComputationMethod":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;how&nbsp;the&nbsp;balance&nbsp;is&nbsp;computed.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"aprDisplay":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;the&nbsp;purchase&nbsp;APR.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"additionalCardHolderFee":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Any&nbsp;extra&nbsp;fees&nbsp;levied&nbsp;on&nbsp;card&nbsp;holders.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variableRatesLastUpdated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;When&nbsp;variable&nbsp;rates&nbsp;were&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"network":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Which&nbsp;network&nbsp;(eg&nbsp;Visa)&nbsp;the&nbsp;card&nbsp;belongs&nbsp;to.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"purchaseRateType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Fixed&nbsp;or&nbsp;variable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"statementCopyFee":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Fee&nbsp;for&nbsp;requesting&nbsp;a&nbsp;copy&nbsp;of&nbsp;your&nbsp;statement.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rewardsHaveBlackoutDates":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;For&nbsp;airline&nbsp;miles&nbsp;rewards,&nbsp;tells&nbsp;whether&nbsp;blackout&nbsp;dates&nbsp;apply&nbsp;to&nbsp;the&nbsp;miles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creditRatingDisplay":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;the&nbsp;credit&nbsp;ratings&nbsp;required&nbsp;for&nbsp;recipients&nbsp;of&nbsp;this&nbsp;card,&nbsp;for&nbsp;example&nbsp;"Excellent/Good."&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flightAccidentInsurance":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;you&nbsp;get&nbsp;coverage&nbsp;when&nbsp;you&nbsp;use&nbsp;the&nbsp;card&nbsp;for&nbsp;the&nbsp;given&nbsp;activity,&nbsp;this&nbsp;field&nbsp;describes&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annualRewardMaximum":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;largest&nbsp;number&nbsp;of&nbsp;units&nbsp;you&nbsp;may&nbsp;accumulate&nbsp;in&nbsp;a&nbsp;year.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"balanceTransferTerms":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;the&nbsp;terms&nbsp;for&nbsp;balance&nbsp;transfers.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"bonusRewards":&nbsp;[&nbsp;#&nbsp;For&nbsp;cards&nbsp;with&nbsp;rewards&nbsp;programs,&nbsp;extra&nbsp;circumstances&nbsp;whereby&nbsp;additional&nbsp;rewards&nbsp;may&nbsp;be&nbsp;granted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;How&nbsp;many&nbsp;units&nbsp;of&nbsp;reward&nbsp;will&nbsp;be&nbsp;granted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"details":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;circumstances&nbsp;under&nbsp;which&nbsp;this&nbsp;rule&nbsp;applies,&nbsp;for&nbsp;example,&nbsp;booking&nbsp;a&nbsp;flight&nbsp;via&nbsp;Orbitz.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;the&nbsp;image&nbsp;of&nbsp;the&nbsp;card&nbsp;that&nbsp;is&nbsp;shown&nbsp;on&nbsp;Connect&nbsp;Commerce.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ageMinimumDetails":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Text&nbsp;describing&nbsp;the&nbsp;details&nbsp;of&nbsp;the&nbsp;age&nbsp;minimum&nbsp;restriction.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"disclaimer":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;notice&nbsp;that,&nbsp;if&nbsp;present,&nbsp;is&nbsp;referenced&nbsp;via&nbsp;an&nbsp;asterisk&nbsp;by&nbsp;many&nbsp;of&nbsp;the&nbsp;other&nbsp;summary&nbsp;fields.&nbsp;If&nbsp;this&nbsp;field&nbsp;is&nbsp;present,&nbsp;it&nbsp;will&nbsp;always&nbsp;start&nbsp;with&nbsp;an&nbsp;asterisk&nbsp;("*"),&nbsp;and&nbsp;must&nbsp;be&nbsp;prominently&nbsp;displayed&nbsp;with&nbsp;the&nbsp;offer.&nbsp;A&nbsp;summary&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#ccOffers",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;a&nbsp;page&nbsp;of&nbsp;credit&nbsp;card&nbsp;offers.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan.v1beta1.events.html b/docs/dyn/gan.v1beta1.events.html
deleted file mode 100644
index 894a0a8..0000000
--- a/docs/dyn/gan.v1beta1.events.html
+++ /dev/null
@@ -1,145 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;event&nbsp;data&nbsp;for&nbsp;a&nbsp;given&nbsp;advertiser/publisher.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;orderId:&nbsp;string,&nbsp;Caret(^)&nbsp;delimited&nbsp;list&nbsp;of&nbsp;order&nbsp;IDs.&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;that&nbsp;do&nbsp;not&nbsp;reference&nbsp;one&nbsp;of&nbsp;the&nbsp;given&nbsp;order&nbsp;IDs.&nbsp;Optional.<br>
-&nbsp;&nbsp;chargeType:&nbsp;string,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;charge&nbsp;events&nbsp;that&nbsp;are&nbsp;not&nbsp;of&nbsp;the&nbsp;given&nbsp;charge&nbsp;type.&nbsp;Valid&nbsp;values:&nbsp;'other',&nbsp;'slotting_fee',&nbsp;'monthly_minimum',&nbsp;'tier_bonus',&nbsp;'credit',&nbsp;'debit'.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;credit&nbsp;-&nbsp;A&nbsp;credit&nbsp;increases&nbsp;the&nbsp;publisher's&nbsp;payout&nbsp;amount&nbsp;and&nbsp;decreases&nbsp;the&nbsp;advertiser's&nbsp;invoice&nbsp;amount.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;debit&nbsp;-&nbsp;A&nbsp;debit&nbsp;reduces&nbsp;the&nbsp;publisher's&nbsp;payout&nbsp;and&nbsp;increases&nbsp;the&nbsp;advertiser's&nbsp;invoice&nbsp;amount.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;monthly_minimum&nbsp;-&nbsp;A&nbsp;payment&nbsp;made&nbsp;to&nbsp;Google&nbsp;by&nbsp;an&nbsp;advertiser&nbsp;as&nbsp;a&nbsp;minimum&nbsp;monthly&nbsp;network&nbsp;fee.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;other&nbsp;-&nbsp;Catch&nbsp;all.&nbsp;Default&nbsp;if&nbsp;unset<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;slotting_fee&nbsp;-&nbsp;A&nbsp;one&nbsp;time&nbsp;payment&nbsp;made&nbsp;from&nbsp;an&nbsp;advertiser&nbsp;to&nbsp;a&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tier_bonus&nbsp;-&nbsp;A&nbsp;payment&nbsp;from&nbsp;an&nbsp;advertiser&nbsp;to&nbsp;a&nbsp;publisher&nbsp;for&nbsp;the&nbsp;publisher&nbsp;maintaining&nbsp;a&nbsp;high&nbsp;tier&nbsp;level<br>
-&nbsp;&nbsp;linkId:&nbsp;string,&nbsp;Caret(^)&nbsp;delimited&nbsp;list&nbsp;of&nbsp;link&nbsp;IDs.&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;that&nbsp;do&nbsp;not&nbsp;reference&nbsp;one&nbsp;of&nbsp;the&nbsp;given&nbsp;link&nbsp;IDs.&nbsp;Optional.<br>
-&nbsp;&nbsp;advertiserId:&nbsp;string,&nbsp;Caret(^)&nbsp;delimited&nbsp;list&nbsp;of&nbsp;advertiser&nbsp;IDs.&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;that&nbsp;do&nbsp;not&nbsp;reference&nbsp;one&nbsp;of&nbsp;the&nbsp;given&nbsp;advertiser&nbsp;IDs.&nbsp;Only&nbsp;used&nbsp;when&nbsp;under&nbsp;publishers&nbsp;role.&nbsp;Optional.<br>
-&nbsp;&nbsp;sku:&nbsp;string,&nbsp;Caret(^)&nbsp;delimited&nbsp;list&nbsp;of&nbsp;SKUs.&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;that&nbsp;do&nbsp;not&nbsp;reference&nbsp;one&nbsp;of&nbsp;the&nbsp;given&nbsp;SKU.&nbsp;Optional.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;value&nbsp;of&nbsp;'nextPageToken'&nbsp;from&nbsp;the&nbsp;previous&nbsp;page.&nbsp;Optional.<br>
-&nbsp;&nbsp;roleId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;requesting&nbsp;advertiser&nbsp;or&nbsp;publisher.&nbsp;(required)<br>
-&nbsp;&nbsp;productCategory:&nbsp;string,&nbsp;Caret(^)&nbsp;delimited&nbsp;list&nbsp;of&nbsp;product&nbsp;categories.&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;that&nbsp;do&nbsp;not&nbsp;reference&nbsp;a&nbsp;product&nbsp;in&nbsp;one&nbsp;of&nbsp;the&nbsp;given&nbsp;product&nbsp;categories.&nbsp;Optional.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;role:&nbsp;string,&nbsp;The&nbsp;role&nbsp;of&nbsp;the&nbsp;requester.&nbsp;Valid&nbsp;values:&nbsp;'advertisers'&nbsp;or&nbsp;'publishers'.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;advertisers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;an&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;publishers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;a&nbsp;publisher.<br>
-&nbsp;&nbsp;modifyDateMin:&nbsp;string,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;modified&nbsp;earlier&nbsp;than&nbsp;given&nbsp;date.&nbsp;Optional.&nbsp;Defaults&nbsp;to&nbsp;24&nbsp;hours&nbsp;before&nbsp;the&nbsp;current&nbsp;modifyDateMax,&nbsp;if&nbsp;modifyDateMax&nbsp;is&nbsp;explicitly&nbsp;set.<br>
-&nbsp;&nbsp;type:&nbsp;string,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;that&nbsp;are&nbsp;not&nbsp;of&nbsp;the&nbsp;given&nbsp;type.&nbsp;Valid&nbsp;values:&nbsp;'action',&nbsp;'transaction',&nbsp;'charge'.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;action&nbsp;-&nbsp;The&nbsp;completion&nbsp;of&nbsp;an&nbsp;application,&nbsp;sign-up,&nbsp;or&nbsp;other&nbsp;process.&nbsp;For&nbsp;example,&nbsp;an&nbsp;action&nbsp;occurs&nbsp;if&nbsp;a&nbsp;user&nbsp;clicks&nbsp;an&nbsp;ad&nbsp;for&nbsp;a&nbsp;credit&nbsp;card&nbsp;and&nbsp;completes&nbsp;an&nbsp;application&nbsp;for&nbsp;that&nbsp;card.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;charge&nbsp;-&nbsp;A&nbsp;charge&nbsp;event&nbsp;is&nbsp;typically&nbsp;a&nbsp;payment&nbsp;between&nbsp;an&nbsp;advertiser,&nbsp;publisher&nbsp;or&nbsp;Google.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;transaction&nbsp;-&nbsp;A&nbsp;conversion&nbsp;event,&nbsp;typically&nbsp;an&nbsp;e-commerce&nbsp;transaction.&nbsp;Some&nbsp;advertisers&nbsp;use&nbsp;a&nbsp;transaction&nbsp;to&nbsp;record&nbsp;other&nbsp;types&nbsp;of&nbsp;events,&nbsp;such&nbsp;as&nbsp;magazine&nbsp;subscriptions.<br>
-&nbsp;&nbsp;status:&nbsp;string,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;that&nbsp;do&nbsp;not&nbsp;have&nbsp;the&nbsp;given&nbsp;status.&nbsp;Valid&nbsp;values:&nbsp;'active',&nbsp;'canceled'.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active&nbsp;-&nbsp;Event&nbsp;is&nbsp;currently&nbsp;active.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;canceled&nbsp;-&nbsp;Event&nbsp;is&nbsp;currently&nbsp;canceled.<br>
-&nbsp;&nbsp;modifyDateMax:&nbsp;string,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;modified&nbsp;later&nbsp;than&nbsp;given&nbsp;date.&nbsp;Optional.&nbsp;Defaults&nbsp;to&nbsp;24&nbsp;hours&nbsp;after&nbsp;modifyDateMin,&nbsp;if&nbsp;modifyDateMin&nbsp;is&nbsp;explicitly&nbsp;set.<br>
-&nbsp;&nbsp;eventDateMin:&nbsp;string,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;earlier&nbsp;than&nbsp;given&nbsp;date.&nbsp;Optional.&nbsp;Defaults&nbsp;to&nbsp;24&nbsp;hours&nbsp;from&nbsp;current&nbsp;date/time.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Max&nbsp;number&nbsp;of&nbsp;offers&nbsp;to&nbsp;return&nbsp;in&nbsp;this&nbsp;page.&nbsp;Optional.&nbsp;Defaults&nbsp;to&nbsp;20.<br>
-&nbsp;&nbsp;eventDateMax:&nbsp;string,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;later&nbsp;than&nbsp;given&nbsp;date.&nbsp;Optional.&nbsp;Defaults&nbsp;to&nbsp;24&nbsp;hours&nbsp;after&nbsp;eventMin.<br>
-&nbsp;&nbsp;memberId:&nbsp;string,&nbsp;Caret(^)&nbsp;delimited&nbsp;list&nbsp;of&nbsp;member&nbsp;IDs.&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;that&nbsp;do&nbsp;not&nbsp;reference&nbsp;one&nbsp;of&nbsp;the&nbsp;given&nbsp;member&nbsp;IDs.&nbsp;Optional.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;publisherId:&nbsp;string,&nbsp;Caret(^)&nbsp;delimited&nbsp;list&nbsp;of&nbsp;publisher&nbsp;IDs.&nbsp;Filters&nbsp;out&nbsp;all&nbsp;events&nbsp;that&nbsp;do&nbsp;not&nbsp;reference&nbsp;one&nbsp;of&nbsp;the&nbsp;given&nbsp;publishers&nbsp;IDs.&nbsp;Only&nbsp;used&nbsp;when&nbsp;under&nbsp;advertiser&nbsp;role.&nbsp;Optional.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;'pageToken'&nbsp;to&nbsp;pass&nbsp;to&nbsp;the&nbsp;next&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;event&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;An&nbsp;EventResource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"networkFee":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;Fee&nbsp;that&nbsp;the&nbsp;advertiser&nbsp;paid&nbsp;to&nbsp;the&nbsp;Google&nbsp;Affiliate&nbsp;Network.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiserName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;advertiser&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#event",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;one&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modifyDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date-time&nbsp;this&nbsp;event&nbsp;was&nbsp;last&nbsp;modified&nbsp;as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;event&nbsp;(action|transaction|charge).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"orderId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;order&nbsp;ID&nbsp;for&nbsp;this&nbsp;event.&nbsp;Only&nbsp;returned&nbsp;for&nbsp;conversion&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publisherName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;publisher&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"memberId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;member&nbsp;attached&nbsp;to&nbsp;this&nbsp;event.&nbsp;Only&nbsp;returned&nbsp;for&nbsp;conversion&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiserId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;advertiser&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;event&nbsp;(active|canceled).&nbsp;Only&nbsp;returned&nbsp;for&nbsp;charge&nbsp;and&nbsp;conversion&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"chargeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;charge&nbsp;ID&nbsp;for&nbsp;this&nbsp;event.&nbsp;Only&nbsp;returned&nbsp;for&nbsp;charge&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"products":&nbsp;[&nbsp;#&nbsp;Products&nbsp;associated&nbsp;with&nbsp;the&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"networkFee":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;Fee&nbsp;that&nbsp;the&nbsp;advertiser&nbsp;paid&nbsp;to&nbsp;the&nbsp;Google&nbsp;Affiliate&nbsp;Network&nbsp;for&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sku":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sku&nbsp;of&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categoryName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;category&nbsp;this&nbsp;product&nbsp;belongs&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"skuName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sku&nbsp;name&nbsp;of&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publisherFee":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;Fee&nbsp;that&nbsp;the&nbsp;advertiser&nbsp;paid&nbsp;to&nbsp;the&nbsp;publisehr&nbsp;for&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"earnings":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;Amount&nbsp;earned&nbsp;by&nbsp;the&nbsp;publisher&nbsp;on&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unitPrice":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;Price&nbsp;per&nbsp;unit&nbsp;of&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categoryId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;the&nbsp;category&nbsp;this&nbsp;product&nbsp;belongs&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"quantity":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Quantity&nbsp;of&nbsp;this&nbsp;product&nbsp;bought/exchanged.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"earnings":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;Earnings&nbsp;by&nbsp;the&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"chargeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Charge&nbsp;type&nbsp;of&nbsp;the&nbsp;event&nbsp;(other|slotting_fee|monthly_minimum|tier_bonus|debit|credit).&nbsp;Only&nbsp;returned&nbsp;for&nbsp;charge&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publisherFee":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;Fee&nbsp;that&nbsp;the&nbsp;advertiser&nbsp;paid&nbsp;to&nbsp;the&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"commissionableSales":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;Amount&nbsp;of&nbsp;money&nbsp;exchanged&nbsp;during&nbsp;the&nbsp;transaction.&nbsp;Only&nbsp;returned&nbsp;for&nbsp;charge&nbsp;and&nbsp;conversion&nbsp;events.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"publisherId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;publisher&nbsp;for&nbsp;this&nbsp;event.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"eventDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date-time&nbsp;this&nbsp;event&nbsp;was&nbsp;initiated&nbsp;as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;date-time&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#events",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;a&nbsp;page&nbsp;of&nbsp;events.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan.v1beta1.html b/docs/dyn/gan.v1beta1.html
deleted file mode 100644
index f1d4fe5..0000000
--- a/docs/dyn/gan.v1beta1.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-advertisers"><strong><a href="gan.v1beta1.advertisers.html">advertisers</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-ccOffers"><strong><a href="gan.v1beta1.ccOffers.html">ccOffers</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-events"><strong><a href="gan.v1beta1.events.html">events</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-links"><strong><a href="gan.v1beta1.links.html">links</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-publishers"><strong><a href="gan.v1beta1.publishers.html">publishers</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan.v1beta1.links.html b/docs/dyn/gan.v1beta1.links.html
deleted file mode 100644
index a413ff6..0000000
--- a/docs/dyn/gan.v1beta1.links.html
+++ /dev/null
@@ -1,244 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;data&nbsp;about&nbsp;a&nbsp;single&nbsp;link&nbsp;if&nbsp;the&nbsp;requesting&nbsp;advertiser/publisher&nbsp;has&nbsp;access&nbsp;to&nbsp;it.&nbsp;Advertisers&nbsp;can&nbsp;look&nbsp;up&nbsp;their&nbsp;own&nbsp;links.&nbsp;Publishers&nbsp;can&nbsp;look&nbsp;up&nbsp;visible&nbsp;links&nbsp;or&nbsp;links&nbsp;belonging&nbsp;to&nbsp;advertisers&nbsp;they&nbsp;are&nbsp;in&nbsp;a&nbsp;relationship&nbsp;with.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;roleId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;requesting&nbsp;advertiser&nbsp;or&nbsp;publisher.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;role:&nbsp;string,&nbsp;The&nbsp;role&nbsp;of&nbsp;the&nbsp;requester.&nbsp;Valid&nbsp;values:&nbsp;'advertisers'&nbsp;or&nbsp;'publishers'.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;advertisers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;an&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;publishers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;a&nbsp;publisher.<br>
-&nbsp;&nbsp;linkId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;link&nbsp;to&nbsp;look&nbsp;up.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;LinkResource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;becomes&nbsp;active.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#link",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;one&nbsp;entity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;becomes&nbsp;inactive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;logical&nbsp;name&nbsp;for&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;was&nbsp;created.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageAltText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;image&nbsp;alt&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiserId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;advertiser&nbsp;id&nbsp;for&nbsp;the&nbsp;advertiser&nbsp;who&nbsp;owns&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creativeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creative&nbsp;Type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"promotionType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Promotion&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"duration":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Duration<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"authorship":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Authorship<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"availability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Availability.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isActive":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;for&nbsp;if&nbsp;this&nbsp;link&nbsp;is&nbsp;active.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;destination&nbsp;URL&nbsp;for&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;a&nbsp;new&nbsp;link.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{&nbsp;#&nbsp;A&nbsp;LinkResource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"startDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;becomes&nbsp;active.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#link",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;one&nbsp;entity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"endDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;becomes&nbsp;inactive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;logical&nbsp;name&nbsp;for&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"createDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;was&nbsp;created.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"imageAltText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;image&nbsp;alt&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"advertiserId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;advertiser&nbsp;id&nbsp;for&nbsp;the&nbsp;advertiser&nbsp;who&nbsp;owns&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creativeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creative&nbsp;Type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"promotionType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Promotion&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"duration":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Duration<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"authorship":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Authorship<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"availability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Availability.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isActive":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;for&nbsp;if&nbsp;this&nbsp;link&nbsp;is&nbsp;active.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"destinationUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;destination&nbsp;URL&nbsp;for&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;roleId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;requesting&nbsp;advertiser&nbsp;or&nbsp;publisher.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;role:&nbsp;string,&nbsp;The&nbsp;role&nbsp;of&nbsp;the&nbsp;requester.&nbsp;Valid&nbsp;values:&nbsp;'advertisers'&nbsp;or&nbsp;'publishers'.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;advertisers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;an&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;publishers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;a&nbsp;publisher.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;LinkResource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;becomes&nbsp;active.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#link",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;one&nbsp;entity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;becomes&nbsp;inactive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;logical&nbsp;name&nbsp;for&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;was&nbsp;created.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageAltText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;image&nbsp;alt&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiserId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;advertiser&nbsp;id&nbsp;for&nbsp;the&nbsp;advertiser&nbsp;who&nbsp;owns&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creativeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creative&nbsp;Type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"promotionType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Promotion&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"duration":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Duration<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"authorship":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Authorship<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"availability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Availability.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isActive":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;for&nbsp;if&nbsp;this&nbsp;link&nbsp;is&nbsp;active.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;destination&nbsp;URL&nbsp;for&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;all&nbsp;links&nbsp;that&nbsp;match&nbsp;the&nbsp;query&nbsp;parameters.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;linkType:&nbsp;string,&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;banner&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;promotionType:&nbsp;string,&nbsp;The&nbsp;promotion&nbsp;type.&nbsp;(repeated)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;buy_get&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;coupon&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;free_gift&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;free_gift_wrap&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;free_shipping&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;none&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ongoing&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;percent_off&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;price_cut&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;product_promotion&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sale&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sweepstakes&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;advertiserId:&nbsp;string,&nbsp;Limits&nbsp;the&nbsp;resulting&nbsp;links&nbsp;to&nbsp;the&nbsp;ones&nbsp;belonging&nbsp;to&nbsp;the&nbsp;listed&nbsp;advertisers.&nbsp;(repeated)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;roleId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;requesting&nbsp;advertiser&nbsp;or&nbsp;publisher.&nbsp;(required)<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;value&nbsp;of&nbsp;'nextPageToken'&nbsp;from&nbsp;the&nbsp;previous&nbsp;page.&nbsp;Optional.<br>
-&nbsp;&nbsp;role:&nbsp;string,&nbsp;The&nbsp;role&nbsp;of&nbsp;the&nbsp;requester.&nbsp;Valid&nbsp;values:&nbsp;'advertisers'&nbsp;or&nbsp;'publishers'.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;advertisers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;an&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;publishers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;a&nbsp;publisher.<br>
-&nbsp;&nbsp;relationshipStatus:&nbsp;string,&nbsp;The&nbsp;status&nbsp;of&nbsp;the&nbsp;relationship.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;approved&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;available&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Max&nbsp;number&nbsp;of&nbsp;items&nbsp;to&nbsp;return&nbsp;in&nbsp;this&nbsp;page.&nbsp;Optional.&nbsp;Defaults&nbsp;to&nbsp;20.<br>
-&nbsp;&nbsp;advertiserCategory:&nbsp;string,&nbsp;The&nbsp;advertiser's&nbsp;primary&nbsp;vertical.&nbsp;(repeated)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;apparel_accessories&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;appliances_electronics&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;auto_dealer&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;automotive&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;babies_kids&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;blogs_personal_sites&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;books_magazines&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;computers&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dating&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;department_stores&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;education&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;employment&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;financial_credit_cards&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;financial_other&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;flowers_gifts&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;grocery&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;health_beauty&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;home_garden&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;hosting_domain&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;internet_providers&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;legal&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;media_entertainment&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;medical&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;movies_games&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;music&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nonprofit&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;office_supplies&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;online_games&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;outdoor&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pets&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;real_estate&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;restaurants&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sport_fitness&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;telecom&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ticketing&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;toys_hobbies&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;travel&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;utilities&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wholesale_relationship&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wine_spirits&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;authorship:&nbsp;string,&nbsp;The&nbsp;role&nbsp;of&nbsp;the&nbsp;author&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;advertiser&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;publisher&nbsp;-&nbsp;<br>
-&nbsp;&nbsp;startDateMin:&nbsp;string,&nbsp;The&nbsp;beginning&nbsp;of&nbsp;the&nbsp;start&nbsp;date&nbsp;range.<br>
-&nbsp;&nbsp;assetSize:&nbsp;string,&nbsp;The&nbsp;size&nbsp;of&nbsp;the&nbsp;given&nbsp;asset.&nbsp;(repeated)<br>
-&nbsp;&nbsp;startDateMax:&nbsp;string,&nbsp;The&nbsp;end&nbsp;of&nbsp;the&nbsp;start&nbsp;date&nbsp;range.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;next&nbsp;page&nbsp;token.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;links.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;LinkResource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;becomes&nbsp;active.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#link",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;one&nbsp;entity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;becomes&nbsp;inactive.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;logical&nbsp;name&nbsp;for&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"createDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;link&nbsp;was&nbsp;created.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageAltText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;image&nbsp;alt&nbsp;text.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"advertiserId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;advertiser&nbsp;id&nbsp;for&nbsp;the&nbsp;advertiser&nbsp;who&nbsp;owns&nbsp;this&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creativeType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Creative&nbsp;Type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"promotionType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Promotion&nbsp;Type<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"duration":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Duration<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"authorship":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Authorship<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"availability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Availability.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isActive":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;for&nbsp;if&nbsp;this&nbsp;link&nbsp;is&nbsp;active.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destinationUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;destination&nbsp;URL&nbsp;for&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#links",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;a&nbsp;page&nbsp;of&nbsp;links.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan.v1beta1.publishers.html b/docs/dyn/gan.v1beta1.publishers.html
deleted file mode 100644
index 26aec1d..0000000
--- a/docs/dyn/gan.v1beta1.publishers.html
+++ /dev/null
@@ -1,132 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;data&nbsp;about&nbsp;a&nbsp;single&nbsp;advertiser&nbsp;if&nbsp;that&nbsp;the&nbsp;requesting&nbsp;advertiser/publisher&nbsp;has&nbsp;access&nbsp;to&nbsp;it.&nbsp;Only&nbsp;advertisers&nbsp;can&nbsp;look&nbsp;up&nbsp;publishers.&nbsp;Publishers&nbsp;can&nbsp;request&nbsp;information&nbsp;about&nbsp;themselves&nbsp;by&nbsp;omitting&nbsp;the&nbsp;publisherId&nbsp;query&nbsp;parameter.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;role:&nbsp;string,&nbsp;The&nbsp;role&nbsp;of&nbsp;the&nbsp;requester.&nbsp;Valid&nbsp;values:&nbsp;'advertisers'&nbsp;or&nbsp;'publishers'.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;advertisers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;an&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;publishers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;a&nbsp;publisher.<br>
-&nbsp;&nbsp;roleId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;requesting&nbsp;advertiser&nbsp;or&nbsp;publisher.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;publisherId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;publisher&nbsp;to&nbsp;look&nbsp;up.&nbsp;Optional.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;PublisherResource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;status&nbsp;of&nbsp;the&nbsp;requesting&nbsp;advertiser's&nbsp;relationship&nbsp;with&nbsp;this&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#publisher",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;a&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"classification":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Classification&nbsp;that&nbsp;this&nbsp;publisher&nbsp;belongs&nbsp;to.&nbsp;See&nbsp;this&nbsp;link&nbsp;for&nbsp;all&nbsp;publisher&nbsp;classifications:&nbsp;<a href="http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&amp;answer=107625&amp;ctx=cb&amp;src=cb&amp;cbid=-k5fihzthfaik&amp;cbrank=4">http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&amp;answer=107625&amp;ctx=cb&amp;src=cb&amp;cbid=-k5fihzthfaik&amp;cbrank=4</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp;"epcSevenDayAverage":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;fees&nbsp;paid&nbsp;to&nbsp;this&nbsp;publisher&nbsp;divided&nbsp;by&nbsp;the&nbsp;total&nbsp;number&nbsp;of&nbsp;clicks&nbsp;over&nbsp;the&nbsp;past&nbsp;seven&nbsp;days.&nbsp;Values&nbsp;are&nbsp;multiplied&nbsp;by&nbsp;100&nbsp;for&nbsp;display&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"payoutRank":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;rank&nbsp;based&nbsp;on&nbsp;commissions&nbsp;paid&nbsp;to&nbsp;this&nbsp;publisher&nbsp;over&nbsp;the&nbsp;past&nbsp;90&nbsp;days.&nbsp;A&nbsp;number&nbsp;between&nbsp;1&nbsp;and&nbsp;4&nbsp;where&nbsp;4&nbsp;means&nbsp;the&nbsp;top&nbsp;quartile&nbsp;(most&nbsp;money&nbsp;paid)&nbsp;and&nbsp;1&nbsp;means&nbsp;the&nbsp;bottom&nbsp;quartile&nbsp;(least&nbsp;money&nbsp;paid).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"epcNinetyDayAverage":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;fees&nbsp;paid&nbsp;to&nbsp;this&nbsp;publisher&nbsp;divided&nbsp;by&nbsp;the&nbsp;total&nbsp;number&nbsp;of&nbsp;clicks&nbsp;over&nbsp;the&nbsp;past&nbsp;three&nbsp;months.&nbsp;Values&nbsp;are&nbsp;multiplied&nbsp;by&nbsp;100&nbsp;for&nbsp;display&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"item":&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;Publisher&nbsp;#&nbsp;The&nbsp;requested&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"joinDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;publisher&nbsp;was&nbsp;approved&nbsp;as&nbsp;a&nbsp;Google&nbsp;Affiliate&nbsp;Network&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sites":&nbsp;[&nbsp;#&nbsp;Websites&nbsp;that&nbsp;this&nbsp;publisher&nbsp;uses&nbsp;to&nbsp;advertise.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;publisher.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;data&nbsp;about&nbsp;all&nbsp;publishers&nbsp;that&nbsp;the&nbsp;requesting&nbsp;advertiser/publisher&nbsp;has&nbsp;access&nbsp;to.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;publisherCategory:&nbsp;string,&nbsp;Caret(^)&nbsp;delimted&nbsp;list&nbsp;of&nbsp;publisher&nbsp;categories.&nbsp;Valid&nbsp;categories:&nbsp;(unclassified|community_and_content|shopping_and_promotion|loyalty_and_rewards|network|search_specialist|comparison_shopping|email).&nbsp;Filters&nbsp;out&nbsp;all&nbsp;publishers&nbsp;not&nbsp;in&nbsp;one&nbsp;of&nbsp;the&nbsp;given&nbsp;advertiser&nbsp;categories.&nbsp;Optional.<br>
-&nbsp;&nbsp;relationshipStatus:&nbsp;string,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;publishers&nbsp;for&nbsp;which&nbsp;do&nbsp;not&nbsp;have&nbsp;the&nbsp;given&nbsp;relationship&nbsp;status&nbsp;with&nbsp;the&nbsp;requesting&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;approved&nbsp;-&nbsp;Publishers&nbsp;you've&nbsp;approved&nbsp;to&nbsp;your&nbsp;program.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;available&nbsp;-&nbsp;Publishers&nbsp;available&nbsp;for&nbsp;you&nbsp;to&nbsp;recruit.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;deactivated&nbsp;-&nbsp;A&nbsp;publisher&nbsp;that&nbsp;you&nbsp;terminated&nbsp;from&nbsp;your&nbsp;program.&nbsp;Publishers&nbsp;also&nbsp;have&nbsp;the&nbsp;ability&nbsp;to&nbsp;remove&nbsp;themselves&nbsp;from&nbsp;your&nbsp;program.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;declined&nbsp;-&nbsp;A&nbsp;publisher&nbsp;that&nbsp;you&nbsp;did&nbsp;not&nbsp;approve&nbsp;to&nbsp;your&nbsp;program.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pending&nbsp;-&nbsp;Publishers&nbsp;that&nbsp;have&nbsp;applied&nbsp;to&nbsp;your&nbsp;program.&nbsp;We&nbsp;recommend&nbsp;reviewing&nbsp;and&nbsp;deciding&nbsp;on&nbsp;pending&nbsp;publishers&nbsp;on&nbsp;a&nbsp;weekly&nbsp;basis.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;value&nbsp;of&nbsp;'nextPageToken'&nbsp;from&nbsp;the&nbsp;previous&nbsp;page.&nbsp;Optional.<br>
-&nbsp;&nbsp;minSevenDayEpc:&nbsp;number,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;publishers&nbsp;that&nbsp;have&nbsp;a&nbsp;seven&nbsp;day&nbsp;EPC&nbsp;average&nbsp;lower&nbsp;than&nbsp;the&nbsp;given&nbsp;value&nbsp;(inclusive).&nbsp;Min&nbsp;value&nbsp;0.0.&nbsp;Optional.<br>
-&nbsp;&nbsp;roleId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;requesting&nbsp;advertiser&nbsp;or&nbsp;publisher.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;minNinetyDayEpc:&nbsp;number,&nbsp;Filters&nbsp;out&nbsp;all&nbsp;publishers&nbsp;that&nbsp;have&nbsp;a&nbsp;ninety&nbsp;day&nbsp;EPC&nbsp;average&nbsp;lower&nbsp;than&nbsp;the&nbsp;given&nbsp;value&nbsp;(inclusive).&nbsp;Min&nbsp;value:&nbsp;0.0.&nbsp;Optional.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;role:&nbsp;string,&nbsp;The&nbsp;role&nbsp;of&nbsp;the&nbsp;requester.&nbsp;Valid&nbsp;values:&nbsp;'advertisers'&nbsp;or&nbsp;'publishers'.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;advertisers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;an&nbsp;advertiser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;publishers&nbsp;-&nbsp;The&nbsp;requester&nbsp;is&nbsp;requesting&nbsp;as&nbsp;a&nbsp;publisher.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Max&nbsp;number&nbsp;of&nbsp;items&nbsp;to&nbsp;return&nbsp;in&nbsp;this&nbsp;page.&nbsp;Optional.&nbsp;Defaults&nbsp;to&nbsp;20.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;minPayoutRank:&nbsp;integer,&nbsp;A&nbsp;value&nbsp;between&nbsp;1&nbsp;and&nbsp;4,&nbsp;where&nbsp;1&nbsp;represents&nbsp;the&nbsp;quartile&nbsp;of&nbsp;publishers&nbsp;with&nbsp;the&nbsp;lowest&nbsp;ranks&nbsp;and&nbsp;4&nbsp;represents&nbsp;the&nbsp;quartile&nbsp;of&nbsp;publishers&nbsp;with&nbsp;the&nbsp;highest&nbsp;ranks.&nbsp;Filters&nbsp;out&nbsp;all&nbsp;publishers&nbsp;with&nbsp;a&nbsp;lower&nbsp;rank&nbsp;than&nbsp;the&nbsp;given&nbsp;quartile.&nbsp;For&nbsp;example&nbsp;if&nbsp;a&nbsp;2&nbsp;was&nbsp;given&nbsp;only&nbsp;publishers&nbsp;with&nbsp;a&nbsp;payout&nbsp;rank&nbsp;of&nbsp;25&nbsp;or&nbsp;higher&nbsp;would&nbsp;be&nbsp;included.&nbsp;Optional.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;'pageToken'&nbsp;to&nbsp;pass&nbsp;to&nbsp;the&nbsp;next&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;entity&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;PublisherResource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;status&nbsp;of&nbsp;the&nbsp;requesting&nbsp;advertiser's&nbsp;relationship&nbsp;with&nbsp;this&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#publisher",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;a&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classification":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Classification&nbsp;that&nbsp;this&nbsp;publisher&nbsp;belongs&nbsp;to.&nbsp;See&nbsp;this&nbsp;link&nbsp;for&nbsp;all&nbsp;publisher&nbsp;classifications:&nbsp;<a href="http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&amp;answer=107625&amp;ctx=cb&amp;src=cb&amp;cbid=-k5fihzthfaik&amp;cbrank=4">http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&amp;answer=107625&amp;ctx=cb&amp;src=cb&amp;cbid=-k5fihzthfaik&amp;cbrank=4</a><br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epcSevenDayAverage":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;fees&nbsp;paid&nbsp;to&nbsp;this&nbsp;publisher&nbsp;divided&nbsp;by&nbsp;the&nbsp;total&nbsp;number&nbsp;of&nbsp;clicks&nbsp;over&nbsp;the&nbsp;past&nbsp;seven&nbsp;days.&nbsp;Values&nbsp;are&nbsp;multiplied&nbsp;by&nbsp;100&nbsp;for&nbsp;display&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"payoutRank":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;rank&nbsp;based&nbsp;on&nbsp;commissions&nbsp;paid&nbsp;to&nbsp;this&nbsp;publisher&nbsp;over&nbsp;the&nbsp;past&nbsp;90&nbsp;days.&nbsp;A&nbsp;number&nbsp;between&nbsp;1&nbsp;and&nbsp;4&nbsp;where&nbsp;4&nbsp;means&nbsp;the&nbsp;top&nbsp;quartile&nbsp;(most&nbsp;money&nbsp;paid)&nbsp;and&nbsp;1&nbsp;means&nbsp;the&nbsp;bottom&nbsp;quartile&nbsp;(least&nbsp;money&nbsp;paid).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"epcNinetyDayAverage":&nbsp;{&nbsp;#&nbsp;An&nbsp;ApiMoneyProto.&nbsp;#&nbsp;The&nbsp;sum&nbsp;of&nbsp;fees&nbsp;paid&nbsp;to&nbsp;this&nbsp;publisher&nbsp;divided&nbsp;by&nbsp;the&nbsp;total&nbsp;number&nbsp;of&nbsp;clicks&nbsp;over&nbsp;the&nbsp;past&nbsp;three&nbsp;months.&nbsp;Values&nbsp;are&nbsp;multiplied&nbsp;by&nbsp;100&nbsp;for&nbsp;display&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"amount":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;amount&nbsp;of&nbsp;money.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currencyCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;3-letter&nbsp;code&nbsp;of&nbsp;the&nbsp;currency&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"item":&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;Publisher&nbsp;#&nbsp;The&nbsp;requested&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"joinDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Date&nbsp;that&nbsp;this&nbsp;publisher&nbsp;was&nbsp;approved&nbsp;as&nbsp;a&nbsp;Google&nbsp;Affiliate&nbsp;Network&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sites":&nbsp;[&nbsp;#&nbsp;Websites&nbsp;that&nbsp;this&nbsp;publisher&nbsp;uses&nbsp;to&nbsp;advertise.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;publisher.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"gan#publishers",&nbsp;#&nbsp;The&nbsp;kind&nbsp;for&nbsp;a&nbsp;page&nbsp;of&nbsp;entities.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan_v1beta1.advertisers.html b/docs/dyn/gan_v1beta1.advertisers.html
new file mode 100644
index 0000000..a5ac756
--- /dev/null
+++ b/docs/dyn/gan_v1beta1.advertisers.html
@@ -0,0 +1,205 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="gan_v1beta1.html">Google Affiliate Network API</a> . <a href="gan_v1beta1.advertisers.html">advertisers</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(role, roleId, advertiserId=None)</a></code></p>
+<p class="firstline">Retrieves data about a single advertiser if that the requesting advertiser/publisher has access to it. Only publishers can lookup advertisers. Advertisers can request information about themselves by omitting the advertiserId query parameter.</p>
+<p class="toc_element">
+  <code><a href="#list">list(role, roleId, relationshipStatus=None, pageToken=None, advertiserCategory=None, minNinetyDayEpc=None, maxResults=None, minSevenDayEpc=None, minPayoutRank=None)</a></code></p>
+<p class="firstline">Retrieves data about all advertisers that the requesting advertiser/publisher has access to.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(role, roleId, advertiserId=None)</code>
+  <pre>Retrieves data about a single advertiser if that the requesting advertiser/publisher has access to it. Only publishers can lookup advertisers. Advertisers can request information about themselves by omitting the advertiserId query parameter.
+
+Args:
+  role: string, The role of the requester. Valid values: 'advertisers' or 'publishers'. (required)
+    Allowed values
+      advertisers - The requester is requesting as an advertiser.
+      publishers - The requester is requesting as a publisher.
+  roleId: string, The ID of the requesting advertiser or publisher. (required)
+  advertiserId: string, The ID of the advertiser to look up. Optional.
+
+Returns:
+  An object of the form:
+
+    { # An AdvertiserResource.
+    "category": "A String", # Category that this advertiser belongs to. A valid list of categories can be found here: http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&answer=107581
+    "contactEmail": "A String", # Email that this advertiser would like publishers to contact them with.
+    "kind": "gan#advertiser", # The kind for an advertiser.
+    "siteUrl": "A String", # URL of the website this advertiser advertises from.
+    "contactPhone": "A String", # Phone that this advertiser would like publishers to contact them with.
+    "description": "A String", # Description of the website the advertiser advertises from.
+    "payoutRank": "A String", # A rank based on commissions paid to publishers over the past 90 days. A number between 1 and 4 where 4 means the top quartile (most money paid) and 1 means the bottom quartile (least money paid).
+    "epcSevenDayAverage": { # An ApiMoneyProto. # The sum of fees paid to publishers divided by the total number of clicks over the past seven days. Values are multiplied by 100 for display purposes.
+      "amount": 3.14, # The amount of money.
+      "currencyCode": "A String", # The 3-letter code of the currency in question.
+    },
+    "commissionDuration": 42, # The longest possible length of a commission (how long the cookies on the customer's browser last before they expire).
+    "status": "A String", # The status of the requesting publisher's relationship this advertiser.
+    "epcNinetyDayAverage": { # An ApiMoneyProto. # The sum of fees paid to publishers divided by the total number of clicks over the past three months. Values are multiplied by 100 for display purposes.
+      "amount": 3.14, # The amount of money.
+      "currencyCode": "A String", # The 3-letter code of the currency in question.
+    },
+    "allowPublisherCreatedLinks": True or False, # True if the advertiser allows publisher created links, otherwise false.
+    "item": # Object with schema name: Advertiser # The requested advertiser.
+    "joinDate": "A String", # Date that this advertiser was approved as a Google Affiliate Network advertiser.
+    "logoUrl": "A String", # URL to the logo this advertiser uses on the Google Affiliate Network.
+    "id": "A String", # The ID of this advertiser.
+    "productFeedsEnabled": True or False, # Allows advertisers to submit product listings to Google Product Search.
+    "name": "A String", # The name of this advertiser.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(role, roleId, relationshipStatus=None, pageToken=None, advertiserCategory=None, minNinetyDayEpc=None, maxResults=None, minSevenDayEpc=None, minPayoutRank=None)</code>
+  <pre>Retrieves data about all advertisers that the requesting advertiser/publisher has access to.
+
+Args:
+  role: string, The role of the requester. Valid values: 'advertisers' or 'publishers'. (required)
+    Allowed values
+      advertisers - The requester is requesting as an advertiser.
+      publishers - The requester is requesting as a publisher.
+  roleId: string, The ID of the requesting advertiser or publisher. (required)
+  relationshipStatus: string, Filters out all advertisers for which do not have the given relationship status with the requesting publisher.
+    Allowed values
+      approved - An advertiser that has approved your application.
+      available - An advertiser program that's accepting new publishers.
+      deactivated - Deactivated means either the advertiser has removed you from their program, or it could also mean that you chose to remove yourself from the advertiser's program.
+      declined - An advertiser that did not approve your application.
+      pending - An advertiser program that you've already applied to, but they haven't yet decided to approve or decline your application.
+  pageToken: string, The value of 'nextPageToken' from the previous page. Optional.
+  advertiserCategory: string, Caret(^) delimted list of advertiser categories. Valid categories are defined here: http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&answer=107581. Filters out all advertisers not in one of the given advertiser categories. Optional.
+  minNinetyDayEpc: number, Filters out all advertisers that have a ninety day EPC average lower than the given value (inclusive). Min value: 0.0. Optional.
+  maxResults: integer, Max number of items to return in this page. Optional. Defaults to 20.
+  minSevenDayEpc: number, Filters out all advertisers that have a seven day EPC average lower than the given value (inclusive). Min value: 0.0. Optional.
+  minPayoutRank: integer, A value between 1 and 4, where 1 represents the quartile of advertisers with the lowest ranks and 4 represents the quartile of advertisers with the highest ranks. Filters out all advertisers with a lower rank than the given quartile. For example if a 2 was given only advertisers with a payout rank of 25 or higher would be included. Optional.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The 'pageToken' to pass to the next request to get the next page, if there are more to retrieve.
+    "items": [ # The advertiser list.
+      { # An AdvertiserResource.
+        "category": "A String", # Category that this advertiser belongs to. A valid list of categories can be found here: http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&answer=107581
+        "contactEmail": "A String", # Email that this advertiser would like publishers to contact them with.
+        "kind": "gan#advertiser", # The kind for an advertiser.
+        "siteUrl": "A String", # URL of the website this advertiser advertises from.
+        "contactPhone": "A String", # Phone that this advertiser would like publishers to contact them with.
+        "description": "A String", # Description of the website the advertiser advertises from.
+        "payoutRank": "A String", # A rank based on commissions paid to publishers over the past 90 days. A number between 1 and 4 where 4 means the top quartile (most money paid) and 1 means the bottom quartile (least money paid).
+        "epcSevenDayAverage": { # An ApiMoneyProto. # The sum of fees paid to publishers divided by the total number of clicks over the past seven days. Values are multiplied by 100 for display purposes.
+          "amount": 3.14, # The amount of money.
+          "currencyCode": "A String", # The 3-letter code of the currency in question.
+        },
+        "commissionDuration": 42, # The longest possible length of a commission (how long the cookies on the customer's browser last before they expire).
+        "status": "A String", # The status of the requesting publisher's relationship this advertiser.
+        "epcNinetyDayAverage": { # An ApiMoneyProto. # The sum of fees paid to publishers divided by the total number of clicks over the past three months. Values are multiplied by 100 for display purposes.
+          "amount": 3.14, # The amount of money.
+          "currencyCode": "A String", # The 3-letter code of the currency in question.
+        },
+        "allowPublisherCreatedLinks": True or False, # True if the advertiser allows publisher created links, otherwise false.
+        "item": # Object with schema name: Advertiser # The requested advertiser.
+        "joinDate": "A String", # Date that this advertiser was approved as a Google Affiliate Network advertiser.
+        "logoUrl": "A String", # URL to the logo this advertiser uses on the Google Affiliate Network.
+        "id": "A String", # The ID of this advertiser.
+        "productFeedsEnabled": True or False, # Allows advertisers to submit product listings to Google Product Search.
+        "name": "A String", # The name of this advertiser.
+      },
+    ],
+    "kind": "gan#advertisers", # The kind for a page of advertisers.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan_v1beta1.ccOffers.html b/docs/dyn/gan_v1beta1.ccOffers.html
new file mode 100644
index 0000000..a40868b
--- /dev/null
+++ b/docs/dyn/gan_v1beta1.ccOffers.html
@@ -0,0 +1,197 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="gan_v1beta1.html">Google Affiliate Network API</a> . <a href="gan_v1beta1.ccOffers.html">ccOffers</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(publisher, advertiser=None, projection=None)</a></code></p>
+<p class="firstline">Retrieves credit card offers for the given publisher.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(publisher, advertiser=None, projection=None)</code>
+  <pre>Retrieves credit card offers for the given publisher.
+
+Args:
+  publisher: string, The ID of the publisher in question. (required)
+  advertiser: string, The advertiser ID of a card issuer whose offers to include. Optional, may be repeated. (repeated)
+  projection: string, The set of fields to return.
+    Allowed values
+      full - Include all offer fields. This is the default.
+      summary - Include only the basic fields needed to display an offer.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # The credit card offers.
+      { # A credit card offer. There are many possible result fields. We provide two different views of the data, or "projections." The "full" projection includes every result field. And the "summary" projection, which is the default, includes a smaller subset of the fields. The fields included in the summary projection are marked as such in their descriptions.
+        "luggageInsurance": "A String", # If you get coverage when you use the card for the given activity, this field describes it.
+        "creditLimitMin": 3.14, # The low end for credit limits the issuer imposes on recipients of this card.
+        "cardName": "A String", # The issuer's name for the card, including any trademark or service mark designators. A summary field.
+        "creditLimitMax": 3.14, # The high end for credit limits the issuer imposes on recipients of this card.
+        "gracePeriodDisplay": "A String", # Text describing the grace period before finance charges apply. A summary field.
+        "offerId": "A String", # This offer's ID. A summary field.
+        "rewardUnit": "A String", # For cards with rewards programs, the unit of reward. For example, miles, cash back, points.
+        "minPurchaseRate": 3.14, # The lowest interest rate the issuer charges on this card. Expressed as an absolute number, not as a percentage.
+        "cardBenefits": [ # A list of what the issuer thinks are the most important benefits of the card. Usually summarizes the rewards program, if there is one. A summary field.
+          "A String",
+        ],
+        "rewards": [ # For cards with rewards programs, detailed rules about how the program works.
+          {
+            "category": "A String", # The kind of purchases covered by this rule.
+            "minRewardTier": 3.14, # The minimum purchase amount in the given category before this rule applies.
+            "maxRewardTier": 3.14, # The maximum purchase amount in the given category for this rule to apply.
+            "expirationMonths": 3.14, # How long rewards granted by this rule last.
+            "amount": 3.14, # The number of units rewarded per purchase dollar.
+            "additionalDetails": "A String", # Other limits, for example, if this rule only applies during an introductory period.
+          },
+        ],
+        "offersImmediateCashReward": True or False, # Whether a cash reward program lets you get cash back sooner than end of year or other longish period.
+        "travelInsurance": "A String", # If you get coverage when you use the card for the given activity, this field describes it.
+        "returnedPaymentFee": "A String", # Text describing the fee for a payment that doesn't clear. A summary field.
+        "kind": "gan#ccOffer", # The kind for one credit card offer. A summary field.
+        "issuer": "A String", # Name of card issuer. A summary field.
+        "maxPurchaseRate": 3.14, # The highest interest rate the issuer charges on this card. Expressed as an absolute number, not as a percentage.
+        "minimumFinanceCharge": "A String", # Text describing how much missing the grace period will cost.
+        "existingCustomerOnly": True or False, # Whether this card is only available to existing customers of the issuer.
+        "annualFeeDisplay": "A String", # Text describing the annual fee, including any difference for the first year. A summary field.
+        "initialSetupAndProcessingFee": "A String", # Fee for setting up the card.
+        "issuerId": "A String", # The Google Affiliate Network ID of the advertiser making this offer.
+        "purchaseRateAdditionalDetails": "A String", # Text describing any additional details for the purchase rate. A summary field.
+        "prohibitedCategories": [ # Categories in which the issuer does not wish the card to be displayed. A summary field.
+          "A String",
+        ],
+        "fraudLiability": "A String", # If you get coverage when you use the card for the given activity, this field describes it.
+        "cashAdvanceTerms": "A String", # Text describing the terms for cash advances. A summary field.
+        "landingPageUrl": "A String", # The link to the issuer's page for this card. A summary field.
+        "introCashAdvanceTerms": "A String", # Text describing the terms for introductory period cash advances. A summary field.
+        "rewardsExpire": True or False, # Whether accumulated rewards ever expire.
+        "introPurchaseTerms": "A String", # Text describing the terms for introductory period purchases. A summary field.
+        "defaultFees": [ # Fees for defaulting on your payments.
+          {
+            "category": "A String", # The type of charge, for example Purchases.
+            "maxRate": 3.14, # The highest rate the issuer may charge for defaulting on debt in this category. Expressed as an absolute number, not as a percentage.
+            "minRate": 3.14, # The lowest rate the issuer may charge for defaulting on debt in this category. Expressed as an absolute number, not as a percentage.
+            "rateType": "A String", # Fixed or variable.
+          },
+        ],
+        "extendedWarranty": "A String", # If you get coverage when you use the card for the given activity, this field describes it.
+        "emergencyInsurance": "A String", # If you get coverage when you use the card for the given activity, this field describes it.
+        "firstYearAnnualFee": 3.14, # The annual fee for the first year, if different from the ongoing fee. Optional.
+        "trackingUrl": "A String", # The link to ping to register a click on this offer. A summary field.
+        "latePaymentFee": "A String", # Text describing how much a late payment will cost, eg "up to $35." A summary field.
+        "overLimitFee": "A String", # Fee for exceeding the card's charge limit.
+        "cardType": "A String", # What kind of credit card this is, for example secured or unsecured.
+        "approvedCategories": [ # Possible categories for this card, eg "Low Interest" or "Good." A summary field.
+          "A String",
+        ],
+        "rewardPartner": "A String", # The company that redeems the rewards, if different from the issuer.
+        "introBalanceTransferTerms": "A String", # Text describing the terms for introductory period balance transfers. A summary field.
+        "foreignCurrencyTransactionFee": "A String", # Fee for each transaction involving a foreign currency.
+        "annualFee": 3.14, # The ongoing annual fee, in dollars.
+        "issuerWebsite": "A String", # The generic link to the issuer's site.
+        "variableRatesUpdateFrequency": "A String", # How often variable rates are updated.
+        "carRentalInsurance": "A String", # If you get coverage when you use the card for the given activity, this field describes it.
+        "additionalCardBenefits": [ # More marketing copy about the card's benefits. A summary field.
+          "A String",
+        ],
+        "ageMinimum": 3.14, # The youngest a recipient of this card may be.
+        "balanceComputationMethod": "A String", # Text describing how the balance is computed. A summary field.
+        "aprDisplay": "A String", # Text describing the purchase APR. A summary field.
+        "additionalCardHolderFee": "A String", # Any extra fees levied on card holders.
+        "variableRatesLastUpdated": "A String", # When variable rates were last updated.
+        "network": "A String", # Which network (eg Visa) the card belongs to. A summary field.
+        "purchaseRateType": "A String", # Fixed or variable.
+        "statementCopyFee": "A String", # Fee for requesting a copy of your statement.
+        "rewardsHaveBlackoutDates": True or False, # For airline miles rewards, tells whether blackout dates apply to the miles.
+        "creditRatingDisplay": "A String", # Text describing the credit ratings required for recipients of this card, for example "Excellent/Good." A summary field.
+        "flightAccidentInsurance": "A String", # If you get coverage when you use the card for the given activity, this field describes it.
+        "annualRewardMaximum": 3.14, # The largest number of units you may accumulate in a year.
+        "balanceTransferTerms": "A String", # Text describing the terms for balance transfers. A summary field.
+        "bonusRewards": [ # For cards with rewards programs, extra circumstances whereby additional rewards may be granted.
+          {
+            "amount": 3.14, # How many units of reward will be granted.
+            "details": "A String", # The circumstances under which this rule applies, for example, booking a flight via Orbitz.
+          },
+        ],
+        "imageUrl": "A String", # The link to the image of the card that is shown on Connect Commerce. A summary field.
+        "ageMinimumDetails": "A String", # Text describing the details of the age minimum restriction.
+        "disclaimer": "A String", # A notice that, if present, is referenced via an asterisk by many of the other summary fields. If this field is present, it will always start with an asterisk ("*"), and must be prominently displayed with the offer. A summary field.
+      },
+    ],
+    "kind": "gan#ccOffers", # The kind for a page of credit card offers.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan_v1beta1.events.html b/docs/dyn/gan_v1beta1.events.html
new file mode 100644
index 0000000..a29baff
--- /dev/null
+++ b/docs/dyn/gan_v1beta1.events.html
@@ -0,0 +1,206 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="gan_v1beta1.html">Google Affiliate Network API</a> . <a href="gan_v1beta1.events.html">events</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(role, roleId, orderId=None, chargeType=None, linkId=None, advertiserId=None, sku=None, pageToken=None, productCategory=None, modifyDateMin=None, type=None, status=None, modifyDateMax=None, eventDateMin=None, maxResults=None, eventDateMax=None, memberId=None, publisherId=None)</a></code></p>
+<p class="firstline">Retrieves event data for a given advertiser/publisher.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(role, roleId, orderId=None, chargeType=None, linkId=None, advertiserId=None, sku=None, pageToken=None, productCategory=None, modifyDateMin=None, type=None, status=None, modifyDateMax=None, eventDateMin=None, maxResults=None, eventDateMax=None, memberId=None, publisherId=None)</code>
+  <pre>Retrieves event data for a given advertiser/publisher.
+
+Args:
+  role: string, The role of the requester. Valid values: 'advertisers' or 'publishers'. (required)
+    Allowed values
+      advertisers - The requester is requesting as an advertiser.
+      publishers - The requester is requesting as a publisher.
+  roleId: string, The ID of the requesting advertiser or publisher. (required)
+  orderId: string, Caret(^) delimited list of order IDs. Filters out all events that do not reference one of the given order IDs. Optional.
+  chargeType: string, Filters out all charge events that are not of the given charge type. Valid values: 'other', 'slotting_fee', 'monthly_minimum', 'tier_bonus', 'credit', 'debit'. Optional.
+    Allowed values
+      credit - A credit increases the publisher's payout amount and decreases the advertiser's invoice amount.
+      debit - A debit reduces the publisher's payout and increases the advertiser's invoice amount.
+      monthly_minimum - A payment made to Google by an advertiser as a minimum monthly network fee.
+      other - Catch all. Default if unset
+      slotting_fee - A one time payment made from an advertiser to a publisher.
+      tier_bonus - A payment from an advertiser to a publisher for the publisher maintaining a high tier level
+  linkId: string, Caret(^) delimited list of link IDs. Filters out all events that do not reference one of the given link IDs. Optional.
+  advertiserId: string, Caret(^) delimited list of advertiser IDs. Filters out all events that do not reference one of the given advertiser IDs. Only used when under publishers role. Optional.
+  sku: string, Caret(^) delimited list of SKUs. Filters out all events that do not reference one of the given SKU. Optional.
+  pageToken: string, The value of 'nextPageToken' from the previous page. Optional.
+  productCategory: string, Caret(^) delimited list of product categories. Filters out all events that do not reference a product in one of the given product categories. Optional.
+  modifyDateMin: string, Filters out all events modified earlier than given date. Optional. Defaults to 24 hours before the current modifyDateMax, if modifyDateMax is explicitly set.
+  type: string, Filters out all events that are not of the given type. Valid values: 'action', 'transaction', 'charge'. Optional.
+    Allowed values
+      action - The completion of an application, sign-up, or other process. For example, an action occurs if a user clicks an ad for a credit card and completes an application for that card.
+      charge - A charge event is typically a payment between an advertiser, publisher or Google.
+      transaction - A conversion event, typically an e-commerce transaction. Some advertisers use a transaction to record other types of events, such as magazine subscriptions.
+  status: string, Filters out all events that do not have the given status. Valid values: 'active', 'canceled'. Optional.
+    Allowed values
+      active - Event is currently active.
+      canceled - Event is currently canceled.
+  modifyDateMax: string, Filters out all events modified later than given date. Optional. Defaults to 24 hours after modifyDateMin, if modifyDateMin is explicitly set.
+  eventDateMin: string, Filters out all events earlier than given date. Optional. Defaults to 24 hours from current date/time.
+  maxResults: integer, Max number of offers to return in this page. Optional. Defaults to 20.
+  eventDateMax: string, Filters out all events later than given date. Optional. Defaults to 24 hours after eventMin.
+  memberId: string, Caret(^) delimited list of member IDs. Filters out all events that do not reference one of the given member IDs. Optional.
+  publisherId: string, Caret(^) delimited list of publisher IDs. Filters out all events that do not reference one of the given publishers IDs. Only used when under advertiser role. Optional.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The 'pageToken' to pass to the next request to get the next page, if there are more to retrieve.
+    "items": [ # The event list.
+      { # An EventResource.
+        "networkFee": { # An ApiMoneyProto. # Fee that the advertiser paid to the Google Affiliate Network.
+          "amount": 3.14, # The amount of money.
+          "currencyCode": "A String", # The 3-letter code of the currency in question.
+        },
+        "advertiserName": "A String", # The name of the advertiser for this event.
+        "kind": "gan#event", # The kind for one event.
+        "modifyDate": "A String", # The date-time this event was last modified as a RFC 3339 date-time value.
+        "type": "A String", # Type of the event (action|transaction|charge).
+        "orderId": "A String", # The order ID for this event. Only returned for conversion events.
+        "publisherName": "A String", # The name of the publisher for this event.
+        "memberId": "A String", # The ID of the member attached to this event. Only returned for conversion events.
+        "advertiserId": "A String", # The ID of advertiser for this event.
+        "status": "A String", # Status of the event (active|canceled). Only returned for charge and conversion events.
+        "chargeId": "A String", # The charge ID for this event. Only returned for charge events.
+        "products": [ # Products associated with the event.
+          {
+            "networkFee": { # An ApiMoneyProto. # Fee that the advertiser paid to the Google Affiliate Network for this product.
+              "amount": 3.14, # The amount of money.
+              "currencyCode": "A String", # The 3-letter code of the currency in question.
+            },
+            "sku": "A String", # Sku of this product.
+            "categoryName": "A String", # Name of the category this product belongs to.
+            "skuName": "A String", # Sku name of this product.
+            "publisherFee": { # An ApiMoneyProto. # Fee that the advertiser paid to the publisehr for this product.
+              "amount": 3.14, # The amount of money.
+              "currencyCode": "A String", # The 3-letter code of the currency in question.
+            },
+            "earnings": { # An ApiMoneyProto. # Amount earned by the publisher on this product.
+              "amount": 3.14, # The amount of money.
+              "currencyCode": "A String", # The 3-letter code of the currency in question.
+            },
+            "unitPrice": { # An ApiMoneyProto. # Price per unit of this product.
+              "amount": 3.14, # The amount of money.
+              "currencyCode": "A String", # The 3-letter code of the currency in question.
+            },
+            "categoryId": "A String", # Id of the category this product belongs to.
+            "quantity": "A String", # Quantity of this product bought/exchanged.
+          },
+        ],
+        "earnings": { # An ApiMoneyProto. # Earnings by the publisher.
+          "amount": 3.14, # The amount of money.
+          "currencyCode": "A String", # The 3-letter code of the currency in question.
+        },
+        "chargeType": "A String", # Charge type of the event (other|slotting_fee|monthly_minimum|tier_bonus|debit|credit). Only returned for charge events.
+        "publisherFee": { # An ApiMoneyProto. # Fee that the advertiser paid to the publisher.
+          "amount": 3.14, # The amount of money.
+          "currencyCode": "A String", # The 3-letter code of the currency in question.
+        },
+        "commissionableSales": { # An ApiMoneyProto. # Amount of money exchanged during the transaction. Only returned for charge and conversion events.
+          "amount": 3.14, # The amount of money.
+          "currencyCode": "A String", # The 3-letter code of the currency in question.
+        },
+        "publisherId": "A String", # The ID of the publisher for this event.
+        "eventDate": "A String", # The date-time this event was initiated as a RFC 3339 date-time value.
+      },
+    ],
+    "kind": "gan#events", # The kind for a page of events.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan_v1beta1.html b/docs/dyn/gan_v1beta1.html
new file mode 100644
index 0000000..4de2571
--- /dev/null
+++ b/docs/dyn/gan_v1beta1.html
@@ -0,0 +1,102 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="gan_v1beta1.html">Google Affiliate Network API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="gan_v1beta1.advertisers.html">advertisers()</a></code>
+</p>
+<p class="firstline">Returns the advertisers Resource.</p>
+
+<p class="toc_element">
+  <code><a href="gan_v1beta1.ccOffers.html">ccOffers()</a></code>
+</p>
+<p class="firstline">Returns the ccOffers Resource.</p>
+
+<p class="toc_element">
+  <code><a href="gan_v1beta1.events.html">events()</a></code>
+</p>
+<p class="firstline">Returns the events Resource.</p>
+
+<p class="toc_element">
+  <code><a href="gan_v1beta1.links.html">links()</a></code>
+</p>
+<p class="firstline">Returns the links Resource.</p>
+
+<p class="toc_element">
+  <code><a href="gan_v1beta1.publishers.html">publishers()</a></code>
+</p>
+<p class="firstline">Returns the publishers Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan_v1beta1.links.html b/docs/dyn/gan_v1beta1.links.html
new file mode 100644
index 0000000..ad2106a
--- /dev/null
+++ b/docs/dyn/gan_v1beta1.links.html
@@ -0,0 +1,309 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="gan_v1beta1.html">Google Affiliate Network API</a> . <a href="gan_v1beta1.links.html">links</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(role, roleId, linkId)</a></code></p>
+<p class="firstline">Retrieves data about a single link if the requesting advertiser/publisher has access to it. Advertisers can look up their own links. Publishers can look up visible links or links belonging to advertisers they are in a relationship with.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(role, roleId, body)</a></code></p>
+<p class="firstline">Inserts a new link.</p>
+<p class="toc_element">
+  <code><a href="#list">list(role, roleId, linkType=None, promotionType=None, advertiserId=None, pageToken=None, relationshipStatus=None, maxResults=None, advertiserCategory=None, authorship=None, startDateMin=None, assetSize=None, startDateMax=None)</a></code></p>
+<p class="firstline">Retrieves all links that match the query parameters.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(role, roleId, linkId)</code>
+  <pre>Retrieves data about a single link if the requesting advertiser/publisher has access to it. Advertisers can look up their own links. Publishers can look up visible links or links belonging to advertisers they are in a relationship with.
+
+Args:
+  role: string, The role of the requester. Valid values: 'advertisers' or 'publishers'. (required)
+    Allowed values
+      advertisers - The requester is requesting as an advertiser.
+      publishers - The requester is requesting as a publisher.
+  roleId: string, The ID of the requesting advertiser or publisher. (required)
+  linkId: string, The ID of the link to look up. (required)
+
+Returns:
+  An object of the form:
+
+    { # A LinkResource.
+      "startDate": "A String", # Date that this link becomes active.
+      "kind": "gan#link", # The kind for one entity.
+      "endDate": "A String", # Date that this link becomes inactive.
+      "description": "A String", # Description.
+      "name": "A String", # The logical name for this link.
+      "createDate": "A String", # Date that this link was created.
+      "imageAltText": "A String", # image alt text.
+      "id": "A String", # The ID of this link.
+      "advertiserId": "A String", # The advertiser id for the advertiser who owns this link.
+      "creativeType": "A String", # Creative Type.
+      "promotionType": "A String", # Promotion Type
+      "duration": "A String", # Duration
+      "authorship": "A String", # Authorship
+      "availability": "A String", # Availability.
+      "isActive": True or False, # Flag for if this link is active.
+      "destinationUrl": "A String", # The destination URL for the link.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(role, roleId, body)</code>
+  <pre>Inserts a new link.
+
+Args:
+  role: string, The role of the requester. Valid values: 'advertisers' or 'publishers'. (required)
+    Allowed values
+      advertisers - The requester is requesting as an advertiser.
+      publishers - The requester is requesting as a publisher.
+  roleId: string, The ID of the requesting advertiser or publisher. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A LinkResource.
+    "startDate": "A String", # Date that this link becomes active.
+    "kind": "gan#link", # The kind for one entity.
+    "endDate": "A String", # Date that this link becomes inactive.
+    "description": "A String", # Description.
+    "name": "A String", # The logical name for this link.
+    "createDate": "A String", # Date that this link was created.
+    "imageAltText": "A String", # image alt text.
+    "id": "A String", # The ID of this link.
+    "advertiserId": "A String", # The advertiser id for the advertiser who owns this link.
+    "creativeType": "A String", # Creative Type.
+    "promotionType": "A String", # Promotion Type
+    "duration": "A String", # Duration
+    "authorship": "A String", # Authorship
+    "availability": "A String", # Availability.
+    "isActive": True or False, # Flag for if this link is active.
+    "destinationUrl": "A String", # The destination URL for the link.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # A LinkResource.
+      "startDate": "A String", # Date that this link becomes active.
+      "kind": "gan#link", # The kind for one entity.
+      "endDate": "A String", # Date that this link becomes inactive.
+      "description": "A String", # Description.
+      "name": "A String", # The logical name for this link.
+      "createDate": "A String", # Date that this link was created.
+      "imageAltText": "A String", # image alt text.
+      "id": "A String", # The ID of this link.
+      "advertiserId": "A String", # The advertiser id for the advertiser who owns this link.
+      "creativeType": "A String", # Creative Type.
+      "promotionType": "A String", # Promotion Type
+      "duration": "A String", # Duration
+      "authorship": "A String", # Authorship
+      "availability": "A String", # Availability.
+      "isActive": True or False, # Flag for if this link is active.
+      "destinationUrl": "A String", # The destination URL for the link.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(role, roleId, linkType=None, promotionType=None, advertiserId=None, pageToken=None, relationshipStatus=None, maxResults=None, advertiserCategory=None, authorship=None, startDateMin=None, assetSize=None, startDateMax=None)</code>
+  <pre>Retrieves all links that match the query parameters.
+
+Args:
+  role: string, The role of the requester. Valid values: 'advertisers' or 'publishers'. (required)
+    Allowed values
+      advertisers - The requester is requesting as an advertiser.
+      publishers - The requester is requesting as a publisher.
+  roleId: string, The ID of the requesting advertiser or publisher. (required)
+  linkType: string, The type of the link.
+    Allowed values
+      banner - 
+      text - 
+  promotionType: string, The promotion type. (repeated)
+    Allowed values
+      buy_get - 
+      coupon - 
+      free_gift - 
+      free_gift_wrap - 
+      free_shipping - 
+      none - 
+      ongoing - 
+      percent_off - 
+      price_cut - 
+      product_promotion - 
+      sale - 
+      sweepstakes - 
+  advertiserId: string, Limits the resulting links to the ones belonging to the listed advertisers. (repeated)
+  pageToken: string, The value of 'nextPageToken' from the previous page. Optional.
+  relationshipStatus: string, The status of the relationship.
+    Allowed values
+      approved - 
+      available - 
+  maxResults: integer, Max number of items to return in this page. Optional. Defaults to 20.
+  advertiserCategory: string, The advertiser's primary vertical. (repeated)
+    Allowed values
+      apparel_accessories - 
+      appliances_electronics - 
+      auto_dealer - 
+      automotive - 
+      babies_kids - 
+      blogs_personal_sites - 
+      books_magazines - 
+      computers - 
+      dating - 
+      department_stores - 
+      education - 
+      employment - 
+      financial_credit_cards - 
+      financial_other - 
+      flowers_gifts - 
+      grocery - 
+      health_beauty - 
+      home_garden - 
+      hosting_domain - 
+      internet_providers - 
+      legal - 
+      media_entertainment - 
+      medical - 
+      movies_games - 
+      music - 
+      nonprofit - 
+      office_supplies - 
+      online_games - 
+      outdoor - 
+      pets - 
+      real_estate - 
+      restaurants - 
+      sport_fitness - 
+      telecom - 
+      ticketing - 
+      toys_hobbies - 
+      travel - 
+      utilities - 
+      wholesale_relationship - 
+      wine_spirits - 
+  authorship: string, The role of the author of the link.
+    Allowed values
+      advertiser - 
+      publisher - 
+  startDateMin: string, The beginning of the start date range.
+  assetSize: string, The size of the given asset. (repeated)
+  startDateMax: string, The end of the start date range.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The next page token.
+    "items": [ # The links.
+      { # A LinkResource.
+          "startDate": "A String", # Date that this link becomes active.
+          "kind": "gan#link", # The kind for one entity.
+          "endDate": "A String", # Date that this link becomes inactive.
+          "description": "A String", # Description.
+          "name": "A String", # The logical name for this link.
+          "createDate": "A String", # Date that this link was created.
+          "imageAltText": "A String", # image alt text.
+          "id": "A String", # The ID of this link.
+          "advertiserId": "A String", # The advertiser id for the advertiser who owns this link.
+          "creativeType": "A String", # Creative Type.
+          "promotionType": "A String", # Promotion Type
+          "duration": "A String", # Duration
+          "authorship": "A String", # Authorship
+          "availability": "A String", # Availability.
+          "isActive": True or False, # Flag for if this link is active.
+          "destinationUrl": "A String", # The destination URL for the link.
+        },
+    ],
+    "kind": "gan#links", # The kind for a page of links.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/gan_v1beta1.publishers.html b/docs/dyn/gan_v1beta1.publishers.html
new file mode 100644
index 0000000..0a86e93
--- /dev/null
+++ b/docs/dyn/gan_v1beta1.publishers.html
@@ -0,0 +1,195 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="gan_v1beta1.html">Google Affiliate Network API</a> . <a href="gan_v1beta1.publishers.html">publishers</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(role, roleId, publisherId=None)</a></code></p>
+<p class="firstline">Retrieves data about a single advertiser if that the requesting advertiser/publisher has access to it. Only advertisers can look up publishers. Publishers can request information about themselves by omitting the publisherId query parameter.</p>
+<p class="toc_element">
+  <code><a href="#list">list(role, roleId, publisherCategory=None, relationshipStatus=None, pageToken=None, minSevenDayEpc=None, minNinetyDayEpc=None, maxResults=None, minPayoutRank=None)</a></code></p>
+<p class="firstline">Retrieves data about all publishers that the requesting advertiser/publisher has access to.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(role, roleId, publisherId=None)</code>
+  <pre>Retrieves data about a single advertiser if that the requesting advertiser/publisher has access to it. Only advertisers can look up publishers. Publishers can request information about themselves by omitting the publisherId query parameter.
+
+Args:
+  role: string, The role of the requester. Valid values: 'advertisers' or 'publishers'. (required)
+    Allowed values
+      advertisers - The requester is requesting as an advertiser.
+      publishers - The requester is requesting as a publisher.
+  roleId: string, The ID of the requesting advertiser or publisher. (required)
+  publisherId: string, The ID of the publisher to look up. Optional.
+
+Returns:
+  An object of the form:
+
+    { # A PublisherResource.
+    "status": "A String", # The status of the requesting advertiser's relationship with this publisher.
+    "kind": "gan#publisher", # The kind for a publisher.
+    "name": "A String", # The name of this publisher.
+    "classification": "A String", # Classification that this publisher belongs to. See this link for all publisher classifications: http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&answer=107625&ctx=cb&src=cb&cbid=-k5fihzthfaik&cbrank=4
+    "epcSevenDayAverage": { # An ApiMoneyProto. # The sum of fees paid to this publisher divided by the total number of clicks over the past seven days. Values are multiplied by 100 for display purposes.
+      "amount": 3.14, # The amount of money.
+      "currencyCode": "A String", # The 3-letter code of the currency in question.
+    },
+    "payoutRank": "A String", # A rank based on commissions paid to this publisher over the past 90 days. A number between 1 and 4 where 4 means the top quartile (most money paid) and 1 means the bottom quartile (least money paid).
+    "epcNinetyDayAverage": { # An ApiMoneyProto. # The sum of fees paid to this publisher divided by the total number of clicks over the past three months. Values are multiplied by 100 for display purposes.
+      "amount": 3.14, # The amount of money.
+      "currencyCode": "A String", # The 3-letter code of the currency in question.
+    },
+    "item": # Object with schema name: Publisher # The requested publisher.
+    "joinDate": "A String", # Date that this publisher was approved as a Google Affiliate Network publisher.
+    "sites": [ # Websites that this publisher uses to advertise.
+      "A String",
+    ],
+    "id": "A String", # The ID of this publisher.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(role, roleId, publisherCategory=None, relationshipStatus=None, pageToken=None, minSevenDayEpc=None, minNinetyDayEpc=None, maxResults=None, minPayoutRank=None)</code>
+  <pre>Retrieves data about all publishers that the requesting advertiser/publisher has access to.
+
+Args:
+  role: string, The role of the requester. Valid values: 'advertisers' or 'publishers'. (required)
+    Allowed values
+      advertisers - The requester is requesting as an advertiser.
+      publishers - The requester is requesting as a publisher.
+  roleId: string, The ID of the requesting advertiser or publisher. (required)
+  publisherCategory: string, Caret(^) delimted list of publisher categories. Valid categories: (unclassified|community_and_content|shopping_and_promotion|loyalty_and_rewards|network|search_specialist|comparison_shopping|email). Filters out all publishers not in one of the given advertiser categories. Optional.
+  relationshipStatus: string, Filters out all publishers for which do not have the given relationship status with the requesting publisher.
+    Allowed values
+      approved - Publishers you've approved to your program.
+      available - Publishers available for you to recruit.
+      deactivated - A publisher that you terminated from your program. Publishers also have the ability to remove themselves from your program.
+      declined - A publisher that you did not approve to your program.
+      pending - Publishers that have applied to your program. We recommend reviewing and deciding on pending publishers on a weekly basis.
+  pageToken: string, The value of 'nextPageToken' from the previous page. Optional.
+  minSevenDayEpc: number, Filters out all publishers that have a seven day EPC average lower than the given value (inclusive). Min value 0.0. Optional.
+  minNinetyDayEpc: number, Filters out all publishers that have a ninety day EPC average lower than the given value (inclusive). Min value: 0.0. Optional.
+  maxResults: integer, Max number of items to return in this page. Optional. Defaults to 20.
+  minPayoutRank: integer, A value between 1 and 4, where 1 represents the quartile of publishers with the lowest ranks and 4 represents the quartile of publishers with the highest ranks. Filters out all publishers with a lower rank than the given quartile. For example if a 2 was given only publishers with a payout rank of 25 or higher would be included. Optional.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The 'pageToken' to pass to the next request to get the next page, if there are more to retrieve.
+    "items": [ # The entity list.
+      { # A PublisherResource.
+        "status": "A String", # The status of the requesting advertiser's relationship with this publisher.
+        "kind": "gan#publisher", # The kind for a publisher.
+        "name": "A String", # The name of this publisher.
+        "classification": "A String", # Classification that this publisher belongs to. See this link for all publisher classifications: http://www.google.com/support/affiliatenetwork/advertiser/bin/answer.py?hl=en&answer=107625&ctx=cb&src=cb&cbid=-k5fihzthfaik&cbrank=4
+        "epcSevenDayAverage": { # An ApiMoneyProto. # The sum of fees paid to this publisher divided by the total number of clicks over the past seven days. Values are multiplied by 100 for display purposes.
+          "amount": 3.14, # The amount of money.
+          "currencyCode": "A String", # The 3-letter code of the currency in question.
+        },
+        "payoutRank": "A String", # A rank based on commissions paid to this publisher over the past 90 days. A number between 1 and 4 where 4 means the top quartile (most money paid) and 1 means the bottom quartile (least money paid).
+        "epcNinetyDayAverage": { # An ApiMoneyProto. # The sum of fees paid to this publisher divided by the total number of clicks over the past three months. Values are multiplied by 100 for display purposes.
+          "amount": 3.14, # The amount of money.
+          "currencyCode": "A String", # The 3-letter code of the currency in question.
+        },
+        "item": # Object with schema name: Publisher # The requested publisher.
+        "joinDate": "A String", # Date that this publisher was approved as a Google Affiliate Network publisher.
+        "sites": [ # Websites that this publisher uses to advertise.
+          "A String",
+        ],
+        "id": "A String", # The ID of this publisher.
+      },
+    ],
+    "kind": "gan#publishers", # The kind for a page of entities.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/groupssettings.v1.groups.html b/docs/dyn/groupssettings.v1.groups.html
deleted file mode 100644
index b84125d..0000000
--- a/docs/dyn/groupssettings.v1.groups.html
+++ /dev/null
@@ -1,203 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;one&nbsp;resource&nbsp;by&nbsp;id.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;groupUniqueId:&nbsp;string,&nbsp;The&nbsp;resource&nbsp;ID&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Groups&nbsp;resource<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allowExternalMembers":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Are&nbsp;external&nbsp;members&nbsp;allowed&nbsp;to&nbsp;join&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanJoin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;join&nbsp;the&nbsp;group.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;ANYONE_CAN_JOIN&nbsp;ALL_IN_DOMAIN_CAN_JOIN&nbsp;INVITED_CAN_JOIN&nbsp;CAN_REQUEST_TO_JOIN<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primaryLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Primary&nbsp;language&nbsp;for&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanViewMembership":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;view&nbsp;membership.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ALL_IN_DOMAIN_CAN_VIEW&nbsp;ALL_MEMBERS_CAN_VIEW&nbsp;ALL_MANAGERS_CAN_VIEW<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultMessageDenyNotificationText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;message&nbsp;deny&nbsp;notification&nbsp;message<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"archiveOnly":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;group&nbsp;is&nbsp;archive&nbsp;only<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isArchived":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;contents&nbsp;of&nbsp;the&nbsp;group&nbsp;are&nbsp;archived.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"membersCanPostAsTheGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Can&nbsp;members&nbsp;post&nbsp;using&nbsp;the&nbsp;group&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allowWebPosting":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;posting&nbsp;from&nbsp;web&nbsp;is&nbsp;allowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;id&nbsp;of&nbsp;the&nbsp;group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"messageModerationLevel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Moderation&nbsp;level&nbsp;for&nbsp;messages.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;MODERATE_ALL_MESSAGES&nbsp;MODERATE_NON_MEMBERS&nbsp;MODERATE_NEW_MEMBERS&nbsp;MODERATE_NONE<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"replyTo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whome&nbsp;should&nbsp;the&nbsp;default&nbsp;reply&nbsp;to&nbsp;a&nbsp;message&nbsp;go&nbsp;to.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;REPLY_TO_CUSTOM&nbsp;REPLY_TO_SENDER&nbsp;REPLY_TO_LIST&nbsp;REPLY_TO_OWNER&nbsp;REPLY_TO_IGNORE&nbsp;REPLY_TO_MANAGERS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customReplyTo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;email&nbsp;to&nbsp;which&nbsp;reply&nbsp;to&nbsp;any&nbsp;message&nbsp;should&nbsp;go.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sendMessageDenyNotification":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Should&nbsp;the&nbsp;member&nbsp;be&nbsp;notified&nbsp;if&nbsp;his&nbsp;message&nbsp;is&nbsp;denied&nbsp;by&nbsp;owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"messageDisplayFont":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;message&nbsp;display&nbsp;font.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;DEFAULT_FONT&nbsp;FIXED_WIDTH_FONT<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanPostMessage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;post&nbsp;messages&nbsp;to&nbsp;the&nbsp;group.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;NONE_CAN_POST&nbsp;ALL_MANAGERS_CAN_POST&nbsp;ALL_MEMBERS_CAN_POST&nbsp;ALL_IN_DOMAIN_CAN_POST&nbsp;ANYONE_CAN_POST<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;Group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"groupsSettings#groups",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanInvite":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;invite&nbsp;members.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ALL_MEMBERS_CAN_INVITE&nbsp;ALL_MANAGERS_CAN_INVITE<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanViewGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;view&nbsp;group.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ANYONE_CAN_VIEW&nbsp;ALL_IN_DOMAIN_CAN_VIEW&nbsp;ALL_MEMBERS_CAN_VIEW&nbsp;ALL_MANAGERS_CAN_VIEW<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"showInGroupDirectory":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Is&nbsp;the&nbsp;group&nbsp;listed&nbsp;in&nbsp;groups&nbsp;directory<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxMessageBytes":&nbsp;42,&nbsp;#&nbsp;Maximum&nbsp;message&nbsp;size&nbsp;allowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allowGoogleCommunication":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Is&nbsp;google&nbsp;allowed&nbsp;to&nbsp;contact&nbsp;admins.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;an&nbsp;existing&nbsp;resource.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{&nbsp;#&nbsp;Groups&nbsp;resource<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"allowExternalMembers":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Are&nbsp;external&nbsp;members&nbsp;allowed&nbsp;to&nbsp;join&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"whoCanJoin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;join&nbsp;the&nbsp;group.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;ANYONE_CAN_JOIN&nbsp;ALL_IN_DOMAIN_CAN_JOIN&nbsp;INVITED_CAN_JOIN&nbsp;CAN_REQUEST_TO_JOIN<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"primaryLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Primary&nbsp;language&nbsp;for&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"whoCanViewMembership":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;view&nbsp;membership.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ALL_IN_DOMAIN_CAN_VIEW&nbsp;ALL_MEMBERS_CAN_VIEW&nbsp;ALL_MANAGERS_CAN_VIEW<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"defaultMessageDenyNotificationText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;message&nbsp;deny&nbsp;notification&nbsp;message<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"archiveOnly":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;group&nbsp;is&nbsp;archive&nbsp;only<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isArchived":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;contents&nbsp;of&nbsp;the&nbsp;group&nbsp;are&nbsp;archived.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"membersCanPostAsTheGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Can&nbsp;members&nbsp;post&nbsp;using&nbsp;the&nbsp;group&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"allowWebPosting":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;posting&nbsp;from&nbsp;web&nbsp;is&nbsp;allowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;id&nbsp;of&nbsp;the&nbsp;group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"messageModerationLevel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Moderation&nbsp;level&nbsp;for&nbsp;messages.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;MODERATE_ALL_MESSAGES&nbsp;MODERATE_NON_MEMBERS&nbsp;MODERATE_NEW_MEMBERS&nbsp;MODERATE_NONE<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"replyTo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whome&nbsp;should&nbsp;the&nbsp;default&nbsp;reply&nbsp;to&nbsp;a&nbsp;message&nbsp;go&nbsp;to.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;REPLY_TO_CUSTOM&nbsp;REPLY_TO_SENDER&nbsp;REPLY_TO_LIST&nbsp;REPLY_TO_OWNER&nbsp;REPLY_TO_IGNORE&nbsp;REPLY_TO_MANAGERS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"customReplyTo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;email&nbsp;to&nbsp;which&nbsp;reply&nbsp;to&nbsp;any&nbsp;message&nbsp;should&nbsp;go.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sendMessageDenyNotification":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Should&nbsp;the&nbsp;member&nbsp;be&nbsp;notified&nbsp;if&nbsp;his&nbsp;message&nbsp;is&nbsp;denied&nbsp;by&nbsp;owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"messageDisplayFont":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;message&nbsp;display&nbsp;font.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;DEFAULT_FONT&nbsp;FIXED_WIDTH_FONT<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"whoCanPostMessage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;post&nbsp;messages&nbsp;to&nbsp;the&nbsp;group.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;NONE_CAN_POST&nbsp;ALL_MANAGERS_CAN_POST&nbsp;ALL_MEMBERS_CAN_POST&nbsp;ALL_IN_DOMAIN_CAN_POST&nbsp;ANYONE_CAN_POST<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;Group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"groupsSettings#groups",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"whoCanInvite":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;invite&nbsp;members.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ALL_MEMBERS_CAN_INVITE&nbsp;ALL_MANAGERS_CAN_INVITE<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"whoCanViewGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;view&nbsp;group.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ANYONE_CAN_VIEW&nbsp;ALL_IN_DOMAIN_CAN_VIEW&nbsp;ALL_MEMBERS_CAN_VIEW&nbsp;ALL_MANAGERS_CAN_VIEW<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"showInGroupDirectory":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Is&nbsp;the&nbsp;group&nbsp;listed&nbsp;in&nbsp;groups&nbsp;directory<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maxMessageBytes":&nbsp;42,&nbsp;#&nbsp;Maximum&nbsp;message&nbsp;size&nbsp;allowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"allowGoogleCommunication":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Is&nbsp;google&nbsp;allowed&nbsp;to&nbsp;contact&nbsp;admins.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;groupUniqueId:&nbsp;string,&nbsp;The&nbsp;resource&nbsp;ID&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Groups&nbsp;resource<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allowExternalMembers":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Are&nbsp;external&nbsp;members&nbsp;allowed&nbsp;to&nbsp;join&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanJoin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;join&nbsp;the&nbsp;group.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;ANYONE_CAN_JOIN&nbsp;ALL_IN_DOMAIN_CAN_JOIN&nbsp;INVITED_CAN_JOIN&nbsp;CAN_REQUEST_TO_JOIN<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primaryLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Primary&nbsp;language&nbsp;for&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanViewMembership":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;view&nbsp;membership.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ALL_IN_DOMAIN_CAN_VIEW&nbsp;ALL_MEMBERS_CAN_VIEW&nbsp;ALL_MANAGERS_CAN_VIEW<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultMessageDenyNotificationText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;message&nbsp;deny&nbsp;notification&nbsp;message<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"archiveOnly":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;group&nbsp;is&nbsp;archive&nbsp;only<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isArchived":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;contents&nbsp;of&nbsp;the&nbsp;group&nbsp;are&nbsp;archived.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"membersCanPostAsTheGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Can&nbsp;members&nbsp;post&nbsp;using&nbsp;the&nbsp;group&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allowWebPosting":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;posting&nbsp;from&nbsp;web&nbsp;is&nbsp;allowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;id&nbsp;of&nbsp;the&nbsp;group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"messageModerationLevel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Moderation&nbsp;level&nbsp;for&nbsp;messages.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;MODERATE_ALL_MESSAGES&nbsp;MODERATE_NON_MEMBERS&nbsp;MODERATE_NEW_MEMBERS&nbsp;MODERATE_NONE<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"replyTo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whome&nbsp;should&nbsp;the&nbsp;default&nbsp;reply&nbsp;to&nbsp;a&nbsp;message&nbsp;go&nbsp;to.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;REPLY_TO_CUSTOM&nbsp;REPLY_TO_SENDER&nbsp;REPLY_TO_LIST&nbsp;REPLY_TO_OWNER&nbsp;REPLY_TO_IGNORE&nbsp;REPLY_TO_MANAGERS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customReplyTo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;email&nbsp;to&nbsp;which&nbsp;reply&nbsp;to&nbsp;any&nbsp;message&nbsp;should&nbsp;go.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sendMessageDenyNotification":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Should&nbsp;the&nbsp;member&nbsp;be&nbsp;notified&nbsp;if&nbsp;his&nbsp;message&nbsp;is&nbsp;denied&nbsp;by&nbsp;owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"messageDisplayFont":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;message&nbsp;display&nbsp;font.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;DEFAULT_FONT&nbsp;FIXED_WIDTH_FONT<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanPostMessage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;post&nbsp;messages&nbsp;to&nbsp;the&nbsp;group.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;NONE_CAN_POST&nbsp;ALL_MANAGERS_CAN_POST&nbsp;ALL_MEMBERS_CAN_POST&nbsp;ALL_IN_DOMAIN_CAN_POST&nbsp;ANYONE_CAN_POST<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;Group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"groupsSettings#groups",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanInvite":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;invite&nbsp;members.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ALL_MEMBERS_CAN_INVITE&nbsp;ALL_MANAGERS_CAN_INVITE<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanViewGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;view&nbsp;group.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ANYONE_CAN_VIEW&nbsp;ALL_IN_DOMAIN_CAN_VIEW&nbsp;ALL_MEMBERS_CAN_VIEW&nbsp;ALL_MANAGERS_CAN_VIEW<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"showInGroupDirectory":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Is&nbsp;the&nbsp;group&nbsp;listed&nbsp;in&nbsp;groups&nbsp;directory<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxMessageBytes":&nbsp;42,&nbsp;#&nbsp;Maximum&nbsp;message&nbsp;size&nbsp;allowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allowGoogleCommunication":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Is&nbsp;google&nbsp;allowed&nbsp;to&nbsp;contact&nbsp;admins.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;an&nbsp;existing&nbsp;resource.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{&nbsp;#&nbsp;Groups&nbsp;resource<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"allowExternalMembers":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Are&nbsp;external&nbsp;members&nbsp;allowed&nbsp;to&nbsp;join&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"whoCanJoin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;join&nbsp;the&nbsp;group.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;ANYONE_CAN_JOIN&nbsp;ALL_IN_DOMAIN_CAN_JOIN&nbsp;INVITED_CAN_JOIN&nbsp;CAN_REQUEST_TO_JOIN<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"primaryLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Primary&nbsp;language&nbsp;for&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"whoCanViewMembership":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;view&nbsp;membership.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ALL_IN_DOMAIN_CAN_VIEW&nbsp;ALL_MEMBERS_CAN_VIEW&nbsp;ALL_MANAGERS_CAN_VIEW<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"defaultMessageDenyNotificationText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;message&nbsp;deny&nbsp;notification&nbsp;message<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"archiveOnly":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;group&nbsp;is&nbsp;archive&nbsp;only<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isArchived":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;contents&nbsp;of&nbsp;the&nbsp;group&nbsp;are&nbsp;archived.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"membersCanPostAsTheGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Can&nbsp;members&nbsp;post&nbsp;using&nbsp;the&nbsp;group&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"allowWebPosting":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;posting&nbsp;from&nbsp;web&nbsp;is&nbsp;allowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;id&nbsp;of&nbsp;the&nbsp;group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"messageModerationLevel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Moderation&nbsp;level&nbsp;for&nbsp;messages.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;MODERATE_ALL_MESSAGES&nbsp;MODERATE_NON_MEMBERS&nbsp;MODERATE_NEW_MEMBERS&nbsp;MODERATE_NONE<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"replyTo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whome&nbsp;should&nbsp;the&nbsp;default&nbsp;reply&nbsp;to&nbsp;a&nbsp;message&nbsp;go&nbsp;to.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;REPLY_TO_CUSTOM&nbsp;REPLY_TO_SENDER&nbsp;REPLY_TO_LIST&nbsp;REPLY_TO_OWNER&nbsp;REPLY_TO_IGNORE&nbsp;REPLY_TO_MANAGERS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"customReplyTo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;email&nbsp;to&nbsp;which&nbsp;reply&nbsp;to&nbsp;any&nbsp;message&nbsp;should&nbsp;go.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sendMessageDenyNotification":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Should&nbsp;the&nbsp;member&nbsp;be&nbsp;notified&nbsp;if&nbsp;his&nbsp;message&nbsp;is&nbsp;denied&nbsp;by&nbsp;owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"messageDisplayFont":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;message&nbsp;display&nbsp;font.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;DEFAULT_FONT&nbsp;FIXED_WIDTH_FONT<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"whoCanPostMessage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;post&nbsp;messages&nbsp;to&nbsp;the&nbsp;group.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;NONE_CAN_POST&nbsp;ALL_MANAGERS_CAN_POST&nbsp;ALL_MEMBERS_CAN_POST&nbsp;ALL_IN_DOMAIN_CAN_POST&nbsp;ANYONE_CAN_POST<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;Group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"groupsSettings#groups",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"whoCanInvite":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;invite&nbsp;members.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ALL_MEMBERS_CAN_INVITE&nbsp;ALL_MANAGERS_CAN_INVITE<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"whoCanViewGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;view&nbsp;group.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ANYONE_CAN_VIEW&nbsp;ALL_IN_DOMAIN_CAN_VIEW&nbsp;ALL_MEMBERS_CAN_VIEW&nbsp;ALL_MANAGERS_CAN_VIEW<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"showInGroupDirectory":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Is&nbsp;the&nbsp;group&nbsp;listed&nbsp;in&nbsp;groups&nbsp;directory<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maxMessageBytes":&nbsp;42,&nbsp;#&nbsp;Maximum&nbsp;message&nbsp;size&nbsp;allowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"allowGoogleCommunication":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Is&nbsp;google&nbsp;allowed&nbsp;to&nbsp;contact&nbsp;admins.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;groupUniqueId:&nbsp;string,&nbsp;The&nbsp;resource&nbsp;ID&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Groups&nbsp;resource<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allowExternalMembers":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Are&nbsp;external&nbsp;members&nbsp;allowed&nbsp;to&nbsp;join&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanJoin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;join&nbsp;the&nbsp;group.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;ANYONE_CAN_JOIN&nbsp;ALL_IN_DOMAIN_CAN_JOIN&nbsp;INVITED_CAN_JOIN&nbsp;CAN_REQUEST_TO_JOIN<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primaryLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Primary&nbsp;language&nbsp;for&nbsp;the&nbsp;group.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanViewMembership":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;view&nbsp;membership.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ALL_IN_DOMAIN_CAN_VIEW&nbsp;ALL_MEMBERS_CAN_VIEW&nbsp;ALL_MANAGERS_CAN_VIEW<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"defaultMessageDenyNotificationText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;message&nbsp;deny&nbsp;notification&nbsp;message<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"archiveOnly":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;group&nbsp;is&nbsp;archive&nbsp;only<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isArchived":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;contents&nbsp;of&nbsp;the&nbsp;group&nbsp;are&nbsp;archived.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"membersCanPostAsTheGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Can&nbsp;members&nbsp;post&nbsp;using&nbsp;the&nbsp;group&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allowWebPosting":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;posting&nbsp;from&nbsp;web&nbsp;is&nbsp;allowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Email&nbsp;id&nbsp;of&nbsp;the&nbsp;group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"messageModerationLevel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Moderation&nbsp;level&nbsp;for&nbsp;messages.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;MODERATE_ALL_MESSAGES&nbsp;MODERATE_NON_MEMBERS&nbsp;MODERATE_NEW_MEMBERS&nbsp;MODERATE_NONE<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"replyTo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Whome&nbsp;should&nbsp;the&nbsp;default&nbsp;reply&nbsp;to&nbsp;a&nbsp;message&nbsp;go&nbsp;to.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;REPLY_TO_CUSTOM&nbsp;REPLY_TO_SENDER&nbsp;REPLY_TO_LIST&nbsp;REPLY_TO_OWNER&nbsp;REPLY_TO_IGNORE&nbsp;REPLY_TO_MANAGERS<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customReplyTo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;email&nbsp;to&nbsp;which&nbsp;reply&nbsp;to&nbsp;any&nbsp;message&nbsp;should&nbsp;go.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sendMessageDenyNotification":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Should&nbsp;the&nbsp;member&nbsp;be&nbsp;notified&nbsp;if&nbsp;his&nbsp;message&nbsp;is&nbsp;denied&nbsp;by&nbsp;owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"messageDisplayFont":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Default&nbsp;message&nbsp;display&nbsp;font.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;DEFAULT_FONT&nbsp;FIXED_WIDTH_FONT<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanPostMessage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;post&nbsp;messages&nbsp;to&nbsp;the&nbsp;group.&nbsp;Possible&nbsp;values&nbsp;are:&nbsp;NONE_CAN_POST&nbsp;ALL_MANAGERS_CAN_POST&nbsp;ALL_MEMBERS_CAN_POST&nbsp;ALL_IN_DOMAIN_CAN_POST&nbsp;ANYONE_CAN_POST<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;Group<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"groupsSettings#groups",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanInvite":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;invite&nbsp;members.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ALL_MEMBERS_CAN_INVITE&nbsp;ALL_MANAGERS_CAN_INVITE<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"whoCanViewGroup":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Permissions&nbsp;to&nbsp;view&nbsp;group.&nbsp;Possbile&nbsp;values&nbsp;are:&nbsp;ANYONE_CAN_VIEW&nbsp;ALL_IN_DOMAIN_CAN_VIEW&nbsp;ALL_MEMBERS_CAN_VIEW&nbsp;ALL_MANAGERS_CAN_VIEW<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"showInGroupDirectory":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Is&nbsp;the&nbsp;group&nbsp;listed&nbsp;in&nbsp;groups&nbsp;directory<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxMessageBytes":&nbsp;42,&nbsp;#&nbsp;Maximum&nbsp;message&nbsp;size&nbsp;allowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allowGoogleCommunication":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Is&nbsp;google&nbsp;allowed&nbsp;to&nbsp;contact&nbsp;admins.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/groupssettings.v1.html b/docs/dyn/groupssettings.v1.html
deleted file mode 100644
index b213792..0000000
--- a/docs/dyn/groupssettings.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-groups"><strong><a href="groupssettings.v1.groups.html">groups</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/groupssettings_v1.groups.html b/docs/dyn/groupssettings_v1.groups.html
new file mode 100644
index 0000000..de04471
--- /dev/null
+++ b/docs/dyn/groupssettings_v1.groups.html
@@ -0,0 +1,261 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="groupssettings_v1.html">Groups Settings API</a> . <a href="groupssettings_v1.groups.html">groups</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(groupUniqueId)</a></code></p>
+<p class="firstline">Gets one resource by id.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(groupUniqueId, body)</a></code></p>
+<p class="firstline">Updates an existing resource. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(groupUniqueId, body)</a></code></p>
+<p class="firstline">Updates an existing resource.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(groupUniqueId)</code>
+  <pre>Gets one resource by id.
+
+Args:
+  groupUniqueId: string, The resource ID (required)
+
+Returns:
+  An object of the form:
+
+    { # Groups resource
+      "allowExternalMembers": "A String", # Are external members allowed to join the group.
+      "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
+      "primaryLanguage": "A String", # Primary language for the group.
+      "whoCanViewMembership": "A String", # Permissions to view membership. Possbile values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
+      "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
+      "archiveOnly": "A String", # If the group is archive only
+      "isArchived": "A String", # If the contents of the group are archived.
+      "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
+      "allowWebPosting": "A String", # If posting from web is allowed.
+      "email": "A String", # Email id of the group
+      "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
+      "description": "A String", # Description of the group
+      "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
+      "customReplyTo": "A String", # Default email to which reply to any message should go.
+      "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
+      "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
+      "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
+      "name": "A String", # Name of the Group
+      "kind": "groupsSettings#groups", # The type of the resource.
+      "whoCanInvite": "A String", # Permissions to invite members. Possbile values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE
+      "whoCanViewGroup": "A String", # Permissions to view group. Possbile values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
+      "showInGroupDirectory": "A String", # Is the group listed in groups directory
+      "maxMessageBytes": 42, # Maximum message size allowed.
+      "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(groupUniqueId, body)</code>
+  <pre>Updates an existing resource. This method supports patch semantics.
+
+Args:
+  groupUniqueId: string, The resource ID (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Groups resource
+    "allowExternalMembers": "A String", # Are external members allowed to join the group.
+    "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
+    "primaryLanguage": "A String", # Primary language for the group.
+    "whoCanViewMembership": "A String", # Permissions to view membership. Possbile values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
+    "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
+    "archiveOnly": "A String", # If the group is archive only
+    "isArchived": "A String", # If the contents of the group are archived.
+    "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
+    "allowWebPosting": "A String", # If posting from web is allowed.
+    "email": "A String", # Email id of the group
+    "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
+    "description": "A String", # Description of the group
+    "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
+    "customReplyTo": "A String", # Default email to which reply to any message should go.
+    "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
+    "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
+    "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
+    "name": "A String", # Name of the Group
+    "kind": "groupsSettings#groups", # The type of the resource.
+    "whoCanInvite": "A String", # Permissions to invite members. Possbile values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE
+    "whoCanViewGroup": "A String", # Permissions to view group. Possbile values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
+    "showInGroupDirectory": "A String", # Is the group listed in groups directory
+    "maxMessageBytes": 42, # Maximum message size allowed.
+    "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Groups resource
+      "allowExternalMembers": "A String", # Are external members allowed to join the group.
+      "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
+      "primaryLanguage": "A String", # Primary language for the group.
+      "whoCanViewMembership": "A String", # Permissions to view membership. Possbile values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
+      "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
+      "archiveOnly": "A String", # If the group is archive only
+      "isArchived": "A String", # If the contents of the group are archived.
+      "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
+      "allowWebPosting": "A String", # If posting from web is allowed.
+      "email": "A String", # Email id of the group
+      "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
+      "description": "A String", # Description of the group
+      "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
+      "customReplyTo": "A String", # Default email to which reply to any message should go.
+      "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
+      "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
+      "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
+      "name": "A String", # Name of the Group
+      "kind": "groupsSettings#groups", # The type of the resource.
+      "whoCanInvite": "A String", # Permissions to invite members. Possbile values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE
+      "whoCanViewGroup": "A String", # Permissions to view group. Possbile values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
+      "showInGroupDirectory": "A String", # Is the group listed in groups directory
+      "maxMessageBytes": 42, # Maximum message size allowed.
+      "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(groupUniqueId, body)</code>
+  <pre>Updates an existing resource.
+
+Args:
+  groupUniqueId: string, The resource ID (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # Groups resource
+    "allowExternalMembers": "A String", # Are external members allowed to join the group.
+    "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
+    "primaryLanguage": "A String", # Primary language for the group.
+    "whoCanViewMembership": "A String", # Permissions to view membership. Possbile values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
+    "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
+    "archiveOnly": "A String", # If the group is archive only
+    "isArchived": "A String", # If the contents of the group are archived.
+    "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
+    "allowWebPosting": "A String", # If posting from web is allowed.
+    "email": "A String", # Email id of the group
+    "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
+    "description": "A String", # Description of the group
+    "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
+    "customReplyTo": "A String", # Default email to which reply to any message should go.
+    "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
+    "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
+    "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
+    "name": "A String", # Name of the Group
+    "kind": "groupsSettings#groups", # The type of the resource.
+    "whoCanInvite": "A String", # Permissions to invite members. Possbile values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE
+    "whoCanViewGroup": "A String", # Permissions to view group. Possbile values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
+    "showInGroupDirectory": "A String", # Is the group listed in groups directory
+    "maxMessageBytes": 42, # Maximum message size allowed.
+    "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # Groups resource
+      "allowExternalMembers": "A String", # Are external members allowed to join the group.
+      "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
+      "primaryLanguage": "A String", # Primary language for the group.
+      "whoCanViewMembership": "A String", # Permissions to view membership. Possbile values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
+      "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
+      "archiveOnly": "A String", # If the group is archive only
+      "isArchived": "A String", # If the contents of the group are archived.
+      "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
+      "allowWebPosting": "A String", # If posting from web is allowed.
+      "email": "A String", # Email id of the group
+      "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
+      "description": "A String", # Description of the group
+      "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
+      "customReplyTo": "A String", # Default email to which reply to any message should go.
+      "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
+      "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
+      "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
+      "name": "A String", # Name of the Group
+      "kind": "groupsSettings#groups", # The type of the resource.
+      "whoCanInvite": "A String", # Permissions to invite members. Possbile values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE
+      "whoCanViewGroup": "A String", # Permissions to view group. Possbile values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
+      "showInGroupDirectory": "A String", # Is the group listed in groups directory
+      "maxMessageBytes": 42, # Maximum message size allowed.
+      "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/groupssettings_v1.html b/docs/dyn/groupssettings_v1.html
new file mode 100644
index 0000000..4c44371
--- /dev/null
+++ b/docs/dyn/groupssettings_v1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="groupssettings_v1.html">Groups Settings API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="groupssettings_v1.groups.html">groups()</a></code>
+</p>
+<p class="firstline">Returns the groups Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/latitude.v1.currentLocation.html b/docs/dyn/latitude.v1.currentLocation.html
deleted file mode 100644
index 3969cc1..0000000
--- a/docs/dyn/latitude.v1.currentLocation.html
+++ /dev/null
@@ -1,102 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;the&nbsp;authenticated&nbsp;user's&nbsp;current&nbsp;location.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;authenticated&nbsp;user's&nbsp;current&nbsp;location.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;granularity:&nbsp;string,&nbsp;Granularity&nbsp;of&nbsp;the&nbsp;requested&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;best&nbsp;-&nbsp;Request&nbsp;best&nbsp;available&nbsp;granularity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;city&nbsp;-&nbsp;Request&nbsp;city-level&nbsp;granularty.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;Location&nbsp;resource&nbsp;identifies&nbsp;a&nbsp;user's&nbsp;position&nbsp;at&nbsp;a&nbsp;particular&nbsp;time.&nbsp;It&nbsp;may&nbsp;include&nbsp;metadata&nbsp;about&nbsp;the&nbsp;user's&nbsp;position,&nbsp;such&nbsp;as&nbsp;a&nbsp;venue&nbsp;if&nbsp;the&nbsp;location&nbsp;was&nbsp;recorded&nbsp;at&nbsp;the&nbsp;time&nbsp;of&nbsp;a&nbsp;check-in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"latitude#location",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"altitude":&nbsp;"",&nbsp;#&nbsp;Altitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;"",&nbsp;#&nbsp;Longitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"activityId":&nbsp;"",&nbsp;#&nbsp;Unique&nbsp;ID&nbsp;of&nbsp;the&nbsp;Buzz&nbsp;message&nbsp;that&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;check-in&nbsp;associated&nbsp;with&nbsp;this&nbsp;location.&nbsp;Available&nbsp;only&nbsp;for&nbsp;check-in&nbsp;locations.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;"",&nbsp;#&nbsp;Latitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"altitudeAccuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;altitude&nbsp;value,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timestampMs":&nbsp;"",&nbsp;#&nbsp;Timestamp&nbsp;of&nbsp;the&nbsp;Location&nbsp;Resource,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch&nbsp;(UTC).&nbsp;This&nbsp;is&nbsp;also&nbsp;the&nbsp;Location&nbsp;Resource's&nbsp;unique&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"speed":&nbsp;"",&nbsp;#&nbsp;Ground&nbsp;speed&nbsp;of&nbsp;the&nbsp;user&nbsp;at&nbsp;the&nbsp;time&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded,&nbsp;in&nbsp;meters&nbsp;per&nbsp;second.&nbsp;Non-negative.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"heading":&nbsp;"",&nbsp;#&nbsp;Direction&nbsp;of&nbsp;travel&nbsp;of&nbsp;the&nbsp;user&nbsp;when&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded.&nbsp;In&nbsp;degrees,&nbsp;clockwise&nbsp;relative&nbsp;to&nbsp;true&nbsp;north.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;latitude&nbsp;and&nbsp;longitude&nbsp;coordinates,&nbsp;in&nbsp;non-negative&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;or&nbsp;creates&nbsp;the&nbsp;user's&nbsp;current&nbsp;location.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{&nbsp;#&nbsp;A&nbsp;Location&nbsp;resource&nbsp;identifies&nbsp;a&nbsp;user's&nbsp;position&nbsp;at&nbsp;a&nbsp;particular&nbsp;time.&nbsp;It&nbsp;may&nbsp;include&nbsp;metadata&nbsp;about&nbsp;the&nbsp;user's&nbsp;position,&nbsp;such&nbsp;as&nbsp;a&nbsp;venue&nbsp;if&nbsp;the&nbsp;location&nbsp;was&nbsp;recorded&nbsp;at&nbsp;the&nbsp;time&nbsp;of&nbsp;a&nbsp;check-in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"latitude#location",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"altitude":&nbsp;"",&nbsp;#&nbsp;Altitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;"",&nbsp;#&nbsp;Longitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"activityId":&nbsp;"",&nbsp;#&nbsp;Unique&nbsp;ID&nbsp;of&nbsp;the&nbsp;Buzz&nbsp;message&nbsp;that&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;check-in&nbsp;associated&nbsp;with&nbsp;this&nbsp;location.&nbsp;Available&nbsp;only&nbsp;for&nbsp;check-in&nbsp;locations.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;"",&nbsp;#&nbsp;Latitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"altitudeAccuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;altitude&nbsp;value,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timestampMs":&nbsp;"",&nbsp;#&nbsp;Timestamp&nbsp;of&nbsp;the&nbsp;Location&nbsp;Resource,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch&nbsp;(UTC).&nbsp;This&nbsp;is&nbsp;also&nbsp;the&nbsp;Location&nbsp;Resource's&nbsp;unique&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"speed":&nbsp;"",&nbsp;#&nbsp;Ground&nbsp;speed&nbsp;of&nbsp;the&nbsp;user&nbsp;at&nbsp;the&nbsp;time&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded,&nbsp;in&nbsp;meters&nbsp;per&nbsp;second.&nbsp;Non-negative.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"heading":&nbsp;"",&nbsp;#&nbsp;Direction&nbsp;of&nbsp;travel&nbsp;of&nbsp;the&nbsp;user&nbsp;when&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded.&nbsp;In&nbsp;degrees,&nbsp;clockwise&nbsp;relative&nbsp;to&nbsp;true&nbsp;north.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"accuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;latitude&nbsp;and&nbsp;longitude&nbsp;coordinates,&nbsp;in&nbsp;non-negative&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;Location&nbsp;resource&nbsp;identifies&nbsp;a&nbsp;user's&nbsp;position&nbsp;at&nbsp;a&nbsp;particular&nbsp;time.&nbsp;It&nbsp;may&nbsp;include&nbsp;metadata&nbsp;about&nbsp;the&nbsp;user's&nbsp;position,&nbsp;such&nbsp;as&nbsp;a&nbsp;venue&nbsp;if&nbsp;the&nbsp;location&nbsp;was&nbsp;recorded&nbsp;at&nbsp;the&nbsp;time&nbsp;of&nbsp;a&nbsp;check-in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"latitude#location",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"altitude":&nbsp;"",&nbsp;#&nbsp;Altitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;"",&nbsp;#&nbsp;Longitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"activityId":&nbsp;"",&nbsp;#&nbsp;Unique&nbsp;ID&nbsp;of&nbsp;the&nbsp;Buzz&nbsp;message&nbsp;that&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;check-in&nbsp;associated&nbsp;with&nbsp;this&nbsp;location.&nbsp;Available&nbsp;only&nbsp;for&nbsp;check-in&nbsp;locations.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;"",&nbsp;#&nbsp;Latitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"altitudeAccuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;altitude&nbsp;value,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timestampMs":&nbsp;"",&nbsp;#&nbsp;Timestamp&nbsp;of&nbsp;the&nbsp;Location&nbsp;Resource,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch&nbsp;(UTC).&nbsp;This&nbsp;is&nbsp;also&nbsp;the&nbsp;Location&nbsp;Resource's&nbsp;unique&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"speed":&nbsp;"",&nbsp;#&nbsp;Ground&nbsp;speed&nbsp;of&nbsp;the&nbsp;user&nbsp;at&nbsp;the&nbsp;time&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded,&nbsp;in&nbsp;meters&nbsp;per&nbsp;second.&nbsp;Non-negative.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"heading":&nbsp;"",&nbsp;#&nbsp;Direction&nbsp;of&nbsp;travel&nbsp;of&nbsp;the&nbsp;user&nbsp;when&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded.&nbsp;In&nbsp;degrees,&nbsp;clockwise&nbsp;relative&nbsp;to&nbsp;true&nbsp;north.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;latitude&nbsp;and&nbsp;longitude&nbsp;coordinates,&nbsp;in&nbsp;non-negative&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/latitude.v1.html b/docs/dyn/latitude.v1.html
deleted file mode 100644
index 9acf75f..0000000
--- a/docs/dyn/latitude.v1.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-currentLocation"><strong><a href="latitude.v1.currentLocation.html">currentLocation</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-location"><strong><a href="latitude.v1.location.html">location</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/latitude.v1.location.html b/docs/dyn/latitude.v1.location.html
deleted file mode 100644
index 7165067..0000000
--- a/docs/dyn/latitude.v1.location.html
+++ /dev/null
@@ -1,140 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;a&nbsp;location&nbsp;from&nbsp;the&nbsp;user's&nbsp;location&nbsp;history.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;locationId:&nbsp;string,&nbsp;Timestamp&nbsp;of&nbsp;the&nbsp;location&nbsp;to&nbsp;delete&nbsp;(ms&nbsp;since&nbsp;epoch).&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Reads&nbsp;a&nbsp;location&nbsp;from&nbsp;the&nbsp;user's&nbsp;location&nbsp;history.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;locationId:&nbsp;string,&nbsp;Timestamp&nbsp;of&nbsp;the&nbsp;location&nbsp;to&nbsp;read&nbsp;(ms&nbsp;since&nbsp;epoch).&nbsp;(required)<br>
-&nbsp;&nbsp;granularity:&nbsp;string,&nbsp;Granularity&nbsp;of&nbsp;the&nbsp;location&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;best&nbsp;-&nbsp;Request&nbsp;best&nbsp;available&nbsp;granularity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;city&nbsp;-&nbsp;Request&nbsp;city-level&nbsp;granularty.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;Location&nbsp;resource&nbsp;identifies&nbsp;a&nbsp;user's&nbsp;position&nbsp;at&nbsp;a&nbsp;particular&nbsp;time.&nbsp;It&nbsp;may&nbsp;include&nbsp;metadata&nbsp;about&nbsp;the&nbsp;user's&nbsp;position,&nbsp;such&nbsp;as&nbsp;a&nbsp;venue&nbsp;if&nbsp;the&nbsp;location&nbsp;was&nbsp;recorded&nbsp;at&nbsp;the&nbsp;time&nbsp;of&nbsp;a&nbsp;check-in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"latitude#location",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"altitude":&nbsp;"",&nbsp;#&nbsp;Altitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;"",&nbsp;#&nbsp;Longitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"activityId":&nbsp;"",&nbsp;#&nbsp;Unique&nbsp;ID&nbsp;of&nbsp;the&nbsp;Buzz&nbsp;message&nbsp;that&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;check-in&nbsp;associated&nbsp;with&nbsp;this&nbsp;location.&nbsp;Available&nbsp;only&nbsp;for&nbsp;check-in&nbsp;locations.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;"",&nbsp;#&nbsp;Latitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"altitudeAccuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;altitude&nbsp;value,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timestampMs":&nbsp;"",&nbsp;#&nbsp;Timestamp&nbsp;of&nbsp;the&nbsp;Location&nbsp;Resource,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch&nbsp;(UTC).&nbsp;This&nbsp;is&nbsp;also&nbsp;the&nbsp;Location&nbsp;Resource's&nbsp;unique&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"speed":&nbsp;"",&nbsp;#&nbsp;Ground&nbsp;speed&nbsp;of&nbsp;the&nbsp;user&nbsp;at&nbsp;the&nbsp;time&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded,&nbsp;in&nbsp;meters&nbsp;per&nbsp;second.&nbsp;Non-negative.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"heading":&nbsp;"",&nbsp;#&nbsp;Direction&nbsp;of&nbsp;travel&nbsp;of&nbsp;the&nbsp;user&nbsp;when&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded.&nbsp;In&nbsp;degrees,&nbsp;clockwise&nbsp;relative&nbsp;to&nbsp;true&nbsp;north.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"accuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;latitude&nbsp;and&nbsp;longitude&nbsp;coordinates,&nbsp;in&nbsp;non-negative&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;or&nbsp;updates&nbsp;a&nbsp;location&nbsp;in&nbsp;the&nbsp;user's&nbsp;location&nbsp;history.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{&nbsp;#&nbsp;A&nbsp;Location&nbsp;resource&nbsp;identifies&nbsp;a&nbsp;user's&nbsp;position&nbsp;at&nbsp;a&nbsp;particular&nbsp;time.&nbsp;It&nbsp;may&nbsp;include&nbsp;metadata&nbsp;about&nbsp;the&nbsp;user's&nbsp;position,&nbsp;such&nbsp;as&nbsp;a&nbsp;venue&nbsp;if&nbsp;the&nbsp;location&nbsp;was&nbsp;recorded&nbsp;at&nbsp;the&nbsp;time&nbsp;of&nbsp;a&nbsp;check-in.<br>
-&nbsp;&nbsp;"kind":&nbsp;"latitude#location",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.<br>
-&nbsp;&nbsp;"altitude":&nbsp;"",&nbsp;#&nbsp;Altitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;"longitude":&nbsp;"",&nbsp;#&nbsp;Longitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;"activityId":&nbsp;"",&nbsp;#&nbsp;Unique&nbsp;ID&nbsp;of&nbsp;the&nbsp;Buzz&nbsp;message&nbsp;that&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;check-in&nbsp;associated&nbsp;with&nbsp;this&nbsp;location.&nbsp;Available&nbsp;only&nbsp;for&nbsp;check-in&nbsp;locations.&nbsp;Optional.<br>
-&nbsp;&nbsp;"latitude":&nbsp;"",&nbsp;#&nbsp;Latitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;"altitudeAccuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;altitude&nbsp;value,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;"timestampMs":&nbsp;"",&nbsp;#&nbsp;Timestamp&nbsp;of&nbsp;the&nbsp;Location&nbsp;Resource,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch&nbsp;(UTC).&nbsp;This&nbsp;is&nbsp;also&nbsp;the&nbsp;Location&nbsp;Resource's&nbsp;unique&nbsp;id.<br>
-&nbsp;&nbsp;"speed":&nbsp;"",&nbsp;#&nbsp;Ground&nbsp;speed&nbsp;of&nbsp;the&nbsp;user&nbsp;at&nbsp;the&nbsp;time&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded,&nbsp;in&nbsp;meters&nbsp;per&nbsp;second.&nbsp;Non-negative.&nbsp;Optional.<br>
-&nbsp;&nbsp;"heading":&nbsp;"",&nbsp;#&nbsp;Direction&nbsp;of&nbsp;travel&nbsp;of&nbsp;the&nbsp;user&nbsp;when&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded.&nbsp;In&nbsp;degrees,&nbsp;clockwise&nbsp;relative&nbsp;to&nbsp;true&nbsp;north.&nbsp;Optional.<br>
-&nbsp;&nbsp;"accuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;latitude&nbsp;and&nbsp;longitude&nbsp;coordinates,&nbsp;in&nbsp;non-negative&nbsp;meters.&nbsp;Optional.<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;Location&nbsp;resource&nbsp;identifies&nbsp;a&nbsp;user's&nbsp;position&nbsp;at&nbsp;a&nbsp;particular&nbsp;time.&nbsp;It&nbsp;may&nbsp;include&nbsp;metadata&nbsp;about&nbsp;the&nbsp;user's&nbsp;position,&nbsp;such&nbsp;as&nbsp;a&nbsp;venue&nbsp;if&nbsp;the&nbsp;location&nbsp;was&nbsp;recorded&nbsp;at&nbsp;the&nbsp;time&nbsp;of&nbsp;a&nbsp;check-in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"latitude#location",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"altitude":&nbsp;"",&nbsp;#&nbsp;Altitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;"",&nbsp;#&nbsp;Longitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"activityId":&nbsp;"",&nbsp;#&nbsp;Unique&nbsp;ID&nbsp;of&nbsp;the&nbsp;Buzz&nbsp;message&nbsp;that&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;check-in&nbsp;associated&nbsp;with&nbsp;this&nbsp;location.&nbsp;Available&nbsp;only&nbsp;for&nbsp;check-in&nbsp;locations.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;"",&nbsp;#&nbsp;Latitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"altitudeAccuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;altitude&nbsp;value,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timestampMs":&nbsp;"",&nbsp;#&nbsp;Timestamp&nbsp;of&nbsp;the&nbsp;Location&nbsp;Resource,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch&nbsp;(UTC).&nbsp;This&nbsp;is&nbsp;also&nbsp;the&nbsp;Location&nbsp;Resource's&nbsp;unique&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"speed":&nbsp;"",&nbsp;#&nbsp;Ground&nbsp;speed&nbsp;of&nbsp;the&nbsp;user&nbsp;at&nbsp;the&nbsp;time&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded,&nbsp;in&nbsp;meters&nbsp;per&nbsp;second.&nbsp;Non-negative.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"heading":&nbsp;"",&nbsp;#&nbsp;Direction&nbsp;of&nbsp;travel&nbsp;of&nbsp;the&nbsp;user&nbsp;when&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded.&nbsp;In&nbsp;degrees,&nbsp;clockwise&nbsp;relative&nbsp;to&nbsp;true&nbsp;north.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"accuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;latitude&nbsp;and&nbsp;longitude&nbsp;coordinates,&nbsp;in&nbsp;non-negative&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;the&nbsp;user's&nbsp;location&nbsp;history.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;min_time:&nbsp;string,&nbsp;Minimum&nbsp;timestamp&nbsp;of&nbsp;locations&nbsp;to&nbsp;return&nbsp;(ms&nbsp;since&nbsp;epoch).<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;string,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;locations&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;granularity:&nbsp;string,&nbsp;Granularity&nbsp;of&nbsp;the&nbsp;requested&nbsp;locations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;best&nbsp;-&nbsp;Request&nbsp;best&nbsp;available&nbsp;granularity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;city&nbsp;-&nbsp;Request&nbsp;city-level&nbsp;granularty.<br>
-&nbsp;&nbsp;max_time:&nbsp;string,&nbsp;Maximum&nbsp;timestamp&nbsp;of&nbsp;locations&nbsp;to&nbsp;return&nbsp;(ms&nbsp;since&nbsp;epoch).<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;A&nbsp;Location&nbsp;resource&nbsp;identifies&nbsp;a&nbsp;user's&nbsp;position&nbsp;at&nbsp;a&nbsp;particular&nbsp;time.&nbsp;It&nbsp;may&nbsp;include&nbsp;metadata&nbsp;about&nbsp;the&nbsp;user's&nbsp;position,&nbsp;such&nbsp;as&nbsp;a&nbsp;venue&nbsp;if&nbsp;the&nbsp;location&nbsp;was&nbsp;recorded&nbsp;at&nbsp;the&nbsp;time&nbsp;of&nbsp;a&nbsp;check-in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"latitude#location",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"altitude":&nbsp;"",&nbsp;#&nbsp;Altitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;"",&nbsp;#&nbsp;Longitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"activityId":&nbsp;"",&nbsp;#&nbsp;Unique&nbsp;ID&nbsp;of&nbsp;the&nbsp;Buzz&nbsp;message&nbsp;that&nbsp;corresponds&nbsp;to&nbsp;the&nbsp;check-in&nbsp;associated&nbsp;with&nbsp;this&nbsp;location.&nbsp;Available&nbsp;only&nbsp;for&nbsp;check-in&nbsp;locations.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;"",&nbsp;#&nbsp;Latitude&nbsp;of&nbsp;the&nbsp;location,&nbsp;in&nbsp;decimal&nbsp;degrees.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"altitudeAccuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;altitude&nbsp;value,&nbsp;in&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timestampMs":&nbsp;"",&nbsp;#&nbsp;Timestamp&nbsp;of&nbsp;the&nbsp;Location&nbsp;Resource,&nbsp;in&nbsp;milliseconds&nbsp;since&nbsp;the&nbsp;epoch&nbsp;(UTC).&nbsp;This&nbsp;is&nbsp;also&nbsp;the&nbsp;Location&nbsp;Resource's&nbsp;unique&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"speed":&nbsp;"",&nbsp;#&nbsp;Ground&nbsp;speed&nbsp;of&nbsp;the&nbsp;user&nbsp;at&nbsp;the&nbsp;time&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded,&nbsp;in&nbsp;meters&nbsp;per&nbsp;second.&nbsp;Non-negative.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"heading":&nbsp;"",&nbsp;#&nbsp;Direction&nbsp;of&nbsp;travel&nbsp;of&nbsp;the&nbsp;user&nbsp;when&nbsp;this&nbsp;location&nbsp;was&nbsp;recorded.&nbsp;In&nbsp;degrees,&nbsp;clockwise&nbsp;relative&nbsp;to&nbsp;true&nbsp;north.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accuracy":&nbsp;"",&nbsp;#&nbsp;Accuracy&nbsp;of&nbsp;the&nbsp;latitude&nbsp;and&nbsp;longitude&nbsp;coordinates,&nbsp;in&nbsp;non-negative&nbsp;meters.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"latitude#locationFeed",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/latitude_v1.currentLocation.html b/docs/dyn/latitude_v1.currentLocation.html
new file mode 100644
index 0000000..51edf98
--- /dev/null
+++ b/docs/dyn/latitude_v1.currentLocation.html
@@ -0,0 +1,161 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="latitude_v1.html">Google Latitude API</a> . <a href="latitude_v1.currentLocation.html">currentLocation</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete()</a></code></p>
+<p class="firstline">Deletes the authenticated user's current location.</p>
+<p class="toc_element">
+  <code><a href="#get">get(granularity=None)</a></code></p>
+<p class="firstline">Returns the authenticated user's current location.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body)</a></code></p>
+<p class="firstline">Updates or creates the user's current location.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete()</code>
+  <pre>Deletes the authenticated user's current location.
+
+Args:
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(granularity=None)</code>
+  <pre>Returns the authenticated user's current location.
+
+Args:
+  granularity: string, Granularity of the requested location.
+    Allowed values
+      best - Request best available granularity.
+      city - Request city-level granularty.
+
+Returns:
+  An object of the form:
+
+    { # A Location resource identifies a user's position at a particular time. It may include metadata about the user's position, such as a venue if the location was recorded at the time of a check-in.
+      "kind": "latitude#location", # Kind of this item.
+      "altitude": "", # Altitude of the location, in meters. Optional.
+      "longitude": "", # Longitude of the location, in decimal degrees.
+      "activityId": "", # Unique ID of the Buzz message that corresponds to the check-in associated with this location. Available only for check-in locations. Optional.
+      "latitude": "", # Latitude of the location, in decimal degrees.
+      "altitudeAccuracy": "", # Accuracy of the altitude value, in meters. Optional.
+      "timestampMs": "", # Timestamp of the Location Resource, in milliseconds since the epoch (UTC). This is also the Location Resource's unique id.
+      "speed": "", # Ground speed of the user at the time this location was recorded, in meters per second. Non-negative. Optional.
+      "heading": "", # Direction of travel of the user when this location was recorded. In degrees, clockwise relative to true north. Optional.
+      "accuracy": "", # Accuracy of the latitude and longitude coordinates, in non-negative meters. Optional.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body)</code>
+  <pre>Updates or creates the user's current location.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A Location resource identifies a user's position at a particular time. It may include metadata about the user's position, such as a venue if the location was recorded at the time of a check-in.
+    "kind": "latitude#location", # Kind of this item.
+    "altitude": "", # Altitude of the location, in meters. Optional.
+    "longitude": "", # Longitude of the location, in decimal degrees.
+    "activityId": "", # Unique ID of the Buzz message that corresponds to the check-in associated with this location. Available only for check-in locations. Optional.
+    "latitude": "", # Latitude of the location, in decimal degrees.
+    "altitudeAccuracy": "", # Accuracy of the altitude value, in meters. Optional.
+    "timestampMs": "", # Timestamp of the Location Resource, in milliseconds since the epoch (UTC). This is also the Location Resource's unique id.
+    "speed": "", # Ground speed of the user at the time this location was recorded, in meters per second. Non-negative. Optional.
+    "heading": "", # Direction of travel of the user when this location was recorded. In degrees, clockwise relative to true north. Optional.
+    "accuracy": "", # Accuracy of the latitude and longitude coordinates, in non-negative meters. Optional.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # A Location resource identifies a user's position at a particular time. It may include metadata about the user's position, such as a venue if the location was recorded at the time of a check-in.
+      "kind": "latitude#location", # Kind of this item.
+      "altitude": "", # Altitude of the location, in meters. Optional.
+      "longitude": "", # Longitude of the location, in decimal degrees.
+      "activityId": "", # Unique ID of the Buzz message that corresponds to the check-in associated with this location. Available only for check-in locations. Optional.
+      "latitude": "", # Latitude of the location, in decimal degrees.
+      "altitudeAccuracy": "", # Accuracy of the altitude value, in meters. Optional.
+      "timestampMs": "", # Timestamp of the Location Resource, in milliseconds since the epoch (UTC). This is also the Location Resource's unique id.
+      "speed": "", # Ground speed of the user at the time this location was recorded, in meters per second. Non-negative. Optional.
+      "heading": "", # Direction of travel of the user when this location was recorded. In degrees, clockwise relative to true north. Optional.
+      "accuracy": "", # Accuracy of the latitude and longitude coordinates, in non-negative meters. Optional.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/latitude_v1.html b/docs/dyn/latitude_v1.html
new file mode 100644
index 0000000..8de4b31
--- /dev/null
+++ b/docs/dyn/latitude_v1.html
@@ -0,0 +1,87 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="latitude_v1.html">Google Latitude API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="latitude_v1.currentLocation.html">currentLocation()</a></code>
+</p>
+<p class="firstline">Returns the currentLocation Resource.</p>
+
+<p class="toc_element">
+  <code><a href="latitude_v1.location.html">location()</a></code>
+</p>
+<p class="firstline">Returns the location Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/latitude_v1.location.html b/docs/dyn/latitude_v1.location.html
new file mode 100644
index 0000000..ca84101
--- /dev/null
+++ b/docs/dyn/latitude_v1.location.html
@@ -0,0 +1,201 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="latitude_v1.html">Google Latitude API</a> . <a href="latitude_v1.location.html">location</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(locationId)</a></code></p>
+<p class="firstline">Deletes a location from the user's location history.</p>
+<p class="toc_element">
+  <code><a href="#get">get(locationId, granularity=None)</a></code></p>
+<p class="firstline">Reads a location from the user's location history.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body)</a></code></p>
+<p class="firstline">Inserts or updates a location in the user's location history.</p>
+<p class="toc_element">
+  <code><a href="#list">list(min_time=None, max_results=None, granularity=None, max_time=None)</a></code></p>
+<p class="firstline">Lists the user's location history.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(locationId)</code>
+  <pre>Deletes a location from the user's location history.
+
+Args:
+  locationId: string, Timestamp of the location to delete (ms since epoch). (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(locationId, granularity=None)</code>
+  <pre>Reads a location from the user's location history.
+
+Args:
+  locationId: string, Timestamp of the location to read (ms since epoch). (required)
+  granularity: string, Granularity of the location to return.
+    Allowed values
+      best - Request best available granularity.
+      city - Request city-level granularty.
+
+Returns:
+  An object of the form:
+
+    { # A Location resource identifies a user's position at a particular time. It may include metadata about the user's position, such as a venue if the location was recorded at the time of a check-in.
+    "kind": "latitude#location", # Kind of this item.
+    "altitude": "", # Altitude of the location, in meters. Optional.
+    "longitude": "", # Longitude of the location, in decimal degrees.
+    "activityId": "", # Unique ID of the Buzz message that corresponds to the check-in associated with this location. Available only for check-in locations. Optional.
+    "latitude": "", # Latitude of the location, in decimal degrees.
+    "altitudeAccuracy": "", # Accuracy of the altitude value, in meters. Optional.
+    "timestampMs": "", # Timestamp of the Location Resource, in milliseconds since the epoch (UTC). This is also the Location Resource's unique id.
+    "speed": "", # Ground speed of the user at the time this location was recorded, in meters per second. Non-negative. Optional.
+    "heading": "", # Direction of travel of the user when this location was recorded. In degrees, clockwise relative to true north. Optional.
+    "accuracy": "", # Accuracy of the latitude and longitude coordinates, in non-negative meters. Optional.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body)</code>
+  <pre>Inserts or updates a location in the user's location history.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A Location resource identifies a user's position at a particular time. It may include metadata about the user's position, such as a venue if the location was recorded at the time of a check-in.
+  "kind": "latitude#location", # Kind of this item.
+  "altitude": "", # Altitude of the location, in meters. Optional.
+  "longitude": "", # Longitude of the location, in decimal degrees.
+  "activityId": "", # Unique ID of the Buzz message that corresponds to the check-in associated with this location. Available only for check-in locations. Optional.
+  "latitude": "", # Latitude of the location, in decimal degrees.
+  "altitudeAccuracy": "", # Accuracy of the altitude value, in meters. Optional.
+  "timestampMs": "", # Timestamp of the Location Resource, in milliseconds since the epoch (UTC). This is also the Location Resource's unique id.
+  "speed": "", # Ground speed of the user at the time this location was recorded, in meters per second. Non-negative. Optional.
+  "heading": "", # Direction of travel of the user when this location was recorded. In degrees, clockwise relative to true north. Optional.
+  "accuracy": "", # Accuracy of the latitude and longitude coordinates, in non-negative meters. Optional.
+}
+
+
+Returns:
+  An object of the form:
+
+    { # A Location resource identifies a user's position at a particular time. It may include metadata about the user's position, such as a venue if the location was recorded at the time of a check-in.
+    "kind": "latitude#location", # Kind of this item.
+    "altitude": "", # Altitude of the location, in meters. Optional.
+    "longitude": "", # Longitude of the location, in decimal degrees.
+    "activityId": "", # Unique ID of the Buzz message that corresponds to the check-in associated with this location. Available only for check-in locations. Optional.
+    "latitude": "", # Latitude of the location, in decimal degrees.
+    "altitudeAccuracy": "", # Accuracy of the altitude value, in meters. Optional.
+    "timestampMs": "", # Timestamp of the Location Resource, in milliseconds since the epoch (UTC). This is also the Location Resource's unique id.
+    "speed": "", # Ground speed of the user at the time this location was recorded, in meters per second. Non-negative. Optional.
+    "heading": "", # Direction of travel of the user when this location was recorded. In degrees, clockwise relative to true north. Optional.
+    "accuracy": "", # Accuracy of the latitude and longitude coordinates, in non-negative meters. Optional.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(min_time=None, max_results=None, granularity=None, max_time=None)</code>
+  <pre>Lists the user's location history.
+
+Args:
+  min_time: string, Minimum timestamp of locations to return (ms since epoch).
+  max_results: string, Maximum number of locations to return.
+  granularity: string, Granularity of the requested locations.
+    Allowed values
+      best - Request best available granularity.
+      city - Request city-level granularty.
+  max_time: string, Maximum timestamp of locations to return (ms since epoch).
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      { # A Location resource identifies a user's position at a particular time. It may include metadata about the user's position, such as a venue if the location was recorded at the time of a check-in.
+        "kind": "latitude#location", # Kind of this item.
+        "altitude": "", # Altitude of the location, in meters. Optional.
+        "longitude": "", # Longitude of the location, in decimal degrees.
+        "activityId": "", # Unique ID of the Buzz message that corresponds to the check-in associated with this location. Available only for check-in locations. Optional.
+        "latitude": "", # Latitude of the location, in decimal degrees.
+        "altitudeAccuracy": "", # Accuracy of the altitude value, in meters. Optional.
+        "timestampMs": "", # Timestamp of the Location Resource, in milliseconds since the epoch (UTC). This is also the Location Resource's unique id.
+        "speed": "", # Ground speed of the user at the time this location was recorded, in meters per second. Non-negative. Optional.
+        "heading": "", # Direction of travel of the user when this location was recorded. In degrees, clockwise relative to true north. Optional.
+        "accuracy": "", # Accuracy of the latitude and longitude coordinates, in non-negative meters. Optional.
+      },
+    ],
+    "kind": "latitude#locationFeed",
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.featured.html b/docs/dyn/moderator.v1.featured.html
deleted file mode 100644
index d42b316..0000000
--- a/docs/dyn/moderator.v1.featured.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-series"><strong><a href="moderator.v1.featured.series.html">series</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.featured.series.html b/docs/dyn/moderator.v1.featured.series.html
deleted file mode 100644
index 176cc67..0000000
--- a/docs/dyn/moderator.v1.featured.series.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;the&nbsp;featured&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#seriesList",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.global.html b/docs/dyn/moderator.v1.global.html
deleted file mode 100644
index 0699173..0000000
--- a/docs/dyn/moderator.v1.global.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-series"><strong><a href="moderator.v1.global.series.html">series</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.global.series.html b/docs/dyn/moderator.v1.global.series.html
deleted file mode 100644
index 0448fb2..0000000
--- a/docs/dyn/moderator.v1.global.series.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Searches&nbsp;the&nbsp;public&nbsp;series&nbsp;and&nbsp;returns&nbsp;the&nbsp;search&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Search&nbsp;query.<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;result&nbsp;to&nbsp;be&nbsp;retrieved.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.html b/docs/dyn/moderator.v1.html
deleted file mode 100644
index f5e4bcb..0000000
--- a/docs/dyn/moderator.v1.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-featured"><strong><a href="moderator.v1.featured.html">featured</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-global_"><strong>global_</strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-my"><strong><a href="moderator.v1.my.html">my</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-myrecent"><strong><a href="moderator.v1.myrecent.html">myrecent</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-profiles"><strong><a href="moderator.v1.profiles.html">profiles</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-responses"><strong><a href="moderator.v1.responses.html">responses</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-series"><strong><a href="moderator.v1.series.html">series</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-submissions"><strong><a href="moderator.v1.submissions.html">submissions</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-tags"><strong><a href="moderator.v1.tags.html">tags</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-topics"><strong><a href="moderator.v1.topics.html">topics</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-votes"><strong><a href="moderator.v1.votes.html">votes</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.my.html b/docs/dyn/moderator.v1.my.html
deleted file mode 100644
index a7e7e54..0000000
--- a/docs/dyn/moderator.v1.my.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-series"><strong><a href="moderator.v1.my.series.html">series</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.my.series.html b/docs/dyn/moderator.v1.my.series.html
deleted file mode 100644
index 5dec8db..0000000
--- a/docs/dyn/moderator.v1.my.series.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;all&nbsp;series&nbsp;created&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#seriesList",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.myrecent.html b/docs/dyn/moderator.v1.myrecent.html
deleted file mode 100644
index 6dad814..0000000
--- a/docs/dyn/moderator.v1.myrecent.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-series"><strong><a href="moderator.v1.myrecent.series.html">series</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.myrecent.series.html b/docs/dyn/moderator.v1.myrecent.series.html
deleted file mode 100644
index 2c7ef2f..0000000
--- a/docs/dyn/moderator.v1.myrecent.series.html
+++ /dev/null
@@ -1,75 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;the&nbsp;series&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;has&nbsp;visited.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#seriesList",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.profiles.html b/docs/dyn/moderator.v1.profiles.html
deleted file mode 100644
index ad1b463..0000000
--- a/docs/dyn/moderator.v1.profiles.html
+++ /dev/null
@@ -1,150 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;profile&nbsp;information&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#profile",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"user":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;profile&nbsp;information&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#profile",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"user":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#profile",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"user":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;profile&nbsp;information&nbsp;for&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#profile",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"user":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#profile",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"user":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.responses.html b/docs/dyn/moderator.v1.responses.html
deleted file mode 100644
index 2709e12..0000000
--- a/docs/dyn/moderator.v1.responses.html
+++ /dev/null
@@ -1,216 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;a&nbsp;response&nbsp;for&nbsp;the&nbsp;specified&nbsp;submission&nbsp;in&nbsp;the&nbsp;specified&nbsp;topic&nbsp;within&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;topicId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Topic&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;unauthToken:&nbsp;string,&nbsp;User&nbsp;identifier&nbsp;for&nbsp;unauthenticated&nbsp;usage&nbsp;mode<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;parentSubmissionId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;parent&nbsp;Submission&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;anonymous:&nbsp;boolean,&nbsp;Set&nbsp;to&nbsp;true&nbsp;to&nbsp;mark&nbsp;the&nbsp;new&nbsp;submission&nbsp;as&nbsp;anonymous.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;or&nbsp;searches&nbsp;the&nbsp;responses&nbsp;for&nbsp;the&nbsp;specified&nbsp;submission&nbsp;within&nbsp;the&nbsp;specified&nbsp;series&nbsp;and&nbsp;returns&nbsp;the&nbsp;search&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;sort:&nbsp;string,&nbsp;Sort&nbsp;order.<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;author:&nbsp;string,&nbsp;Restricts&nbsp;the&nbsp;results&nbsp;to&nbsp;submissions&nbsp;by&nbsp;a&nbsp;specific&nbsp;author.<br>
-&nbsp;&nbsp;submissionId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Submission&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Search&nbsp;query.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;hasAttachedVideo:&nbsp;boolean,&nbsp;Specifies&nbsp;whether&nbsp;to&nbsp;restrict&nbsp;to&nbsp;submissions&nbsp;that&nbsp;have&nbsp;videos&nbsp;attached.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;result&nbsp;to&nbsp;be&nbsp;retrieved.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submissionList",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.series.html b/docs/dyn/moderator.v1.series.html
deleted file mode 100644
index 2d01c50..0000000
--- a/docs/dyn/moderator.v1.series.html
+++ /dev/null
@@ -1,369 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;a&nbsp;new&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;},<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Searches&nbsp;the&nbsp;series&nbsp;and&nbsp;returns&nbsp;the&nbsp;search&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Search&nbsp;query.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;result&nbsp;to&nbsp;be&nbsp;retrieved.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#seriesList",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;specified&nbsp;series.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;},<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-responses"><strong><a href="moderator.v1.series.responses.html">responses</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-submissions"><strong><a href="moderator.v1.series.submissions.html">submissions</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;},<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.series.responses.html b/docs/dyn/moderator.v1.series.responses.html
deleted file mode 100644
index 8adbb4b..0000000
--- a/docs/dyn/moderator.v1.series.responses.html
+++ /dev/null
@@ -1,82 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Searches&nbsp;the&nbsp;responses&nbsp;for&nbsp;the&nbsp;specified&nbsp;series&nbsp;and&nbsp;returns&nbsp;the&nbsp;search&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;sort:&nbsp;string,&nbsp;Sort&nbsp;order.<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;author:&nbsp;string,&nbsp;Restricts&nbsp;the&nbsp;results&nbsp;to&nbsp;submissions&nbsp;by&nbsp;a&nbsp;specific&nbsp;author.<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Search&nbsp;query.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;hasAttachedVideo:&nbsp;boolean,&nbsp;Specifies&nbsp;whether&nbsp;to&nbsp;restrict&nbsp;to&nbsp;submissions&nbsp;that&nbsp;have&nbsp;videos&nbsp;attached.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;result&nbsp;to&nbsp;be&nbsp;retrieved.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#series",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unauthVotingAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numTopics":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unauthSubmissionAllowed":&nbsp;True&nbsp;or&nbsp;False,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"anonymousSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#seriesList",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.series.submissions.html b/docs/dyn/moderator.v1.series.submissions.html
deleted file mode 100644
index 7c06e50..0000000
--- a/docs/dyn/moderator.v1.series.submissions.html
+++ /dev/null
@@ -1,100 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Searches&nbsp;the&nbsp;submissions&nbsp;for&nbsp;the&nbsp;specified&nbsp;series&nbsp;and&nbsp;returns&nbsp;the&nbsp;search&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;lang:&nbsp;string,&nbsp;The&nbsp;language&nbsp;code&nbsp;for&nbsp;the&nbsp;language&nbsp;the&nbsp;client&nbsp;prefers&nbsp;resuls&nbsp;in.<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;includeVotes:&nbsp;boolean,&nbsp;Specifies&nbsp;whether&nbsp;to&nbsp;include&nbsp;the&nbsp;current&nbsp;user's&nbsp;vote<br>
-&nbsp;&nbsp;author:&nbsp;string,&nbsp;Restricts&nbsp;the&nbsp;results&nbsp;to&nbsp;submissions&nbsp;by&nbsp;a&nbsp;specific&nbsp;author.<br>
-&nbsp;&nbsp;sort:&nbsp;string,&nbsp;Sort&nbsp;order.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Search&nbsp;query.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;result&nbsp;to&nbsp;be&nbsp;retrieved.<br>
-&nbsp;&nbsp;hasAttachedVideo:&nbsp;boolean,&nbsp;Specifies&nbsp;whether&nbsp;to&nbsp;restrict&nbsp;to&nbsp;submissions&nbsp;that&nbsp;have&nbsp;videos&nbsp;attached.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submissionList",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.submissions.html b/docs/dyn/moderator.v1.submissions.html
deleted file mode 100644
index 68fc830..0000000
--- a/docs/dyn/moderator.v1.submissions.html
+++ /dev/null
@@ -1,206 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;specified&nbsp;submission&nbsp;within&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;lang:&nbsp;string,&nbsp;The&nbsp;language&nbsp;code&nbsp;for&nbsp;the&nbsp;language&nbsp;the&nbsp;client&nbsp;prefers&nbsp;resuls&nbsp;in.<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;includeVotes:&nbsp;boolean,&nbsp;Specifies&nbsp;whether&nbsp;to&nbsp;include&nbsp;the&nbsp;current&nbsp;user's&nbsp;vote<br>
-&nbsp;&nbsp;submissionId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Submission&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;a&nbsp;new&nbsp;submission&nbsp;in&nbsp;the&nbsp;specified&nbsp;topic&nbsp;within&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;topicId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Topic&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;unauthToken:&nbsp;string,&nbsp;User&nbsp;identifier&nbsp;for&nbsp;unauthenticated&nbsp;usage&nbsp;mode<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;anonymous:&nbsp;boolean,&nbsp;Set&nbsp;to&nbsp;true&nbsp;to&nbsp;mark&nbsp;the&nbsp;new&nbsp;submission&nbsp;as&nbsp;anonymous.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.tags.html b/docs/dyn/moderator.v1.tags.html
deleted file mode 100644
index dae06b5..0000000
--- a/docs/dyn/moderator.v1.tags.html
+++ /dev/null
@@ -1,101 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;the&nbsp;specified&nbsp;tag&nbsp;from&nbsp;the&nbsp;specified&nbsp;submission&nbsp;within&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tagId:&nbsp;string,&nbsp;A&nbsp;parameter&nbsp;(required)<br>
-&nbsp;&nbsp;submissionId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Submission&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;a&nbsp;new&nbsp;tag&nbsp;for&nbsp;the&nbsp;specified&nbsp;submission&nbsp;within&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#tag",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tagId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;submissionId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Submission&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#tag",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tagId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;all&nbsp;tags&nbsp;for&nbsp;the&nbsp;specified&nbsp;submission&nbsp;within&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;submissionId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Submission&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#tag",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tagId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#tagList",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.topics.html b/docs/dyn/moderator.v1.topics.html
deleted file mode 100644
index 234af04..0000000
--- a/docs/dyn/moderator.v1.topics.html
+++ /dev/null
@@ -1,555 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;specified&nbsp;topic&nbsp;from&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;topicId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Topic&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#topic",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"featuredSubmission":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"presenter":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;a&nbsp;new&nbsp;topic&nbsp;into&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#topic",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"featuredSubmission":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"presenter":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#topic",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"featuredSubmission":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"presenter":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Searches&nbsp;the&nbsp;topics&nbsp;within&nbsp;the&nbsp;specified&nbsp;series&nbsp;and&nbsp;returns&nbsp;the&nbsp;search&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Search&nbsp;query.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;mode:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;result&nbsp;to&nbsp;be&nbsp;retrieved.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#topic",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"featuredSubmission":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"presenter":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#topicList",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-submissions"><strong><a href="moderator.v1.topics.submissions.html">submissions</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;specified&nbsp;topic&nbsp;within&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;topicId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Topic&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#topic",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"featuredSubmission":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"presenter":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#topic",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rules":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votes":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"close":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"open":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"featuredSubmission":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"presenter":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"users":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"videoSubmissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissions":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.topics.submissions.html b/docs/dyn/moderator.v1.topics.submissions.html
deleted file mode 100644
index 5e1e9c9..0000000
--- a/docs/dyn/moderator.v1.topics.submissions.html
+++ /dev/null
@@ -1,100 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Searches&nbsp;the&nbsp;submissions&nbsp;for&nbsp;the&nbsp;specified&nbsp;topic&nbsp;within&nbsp;the&nbsp;specified&nbsp;series&nbsp;and&nbsp;returns&nbsp;the&nbsp;search&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;topicId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Topic&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;includeVotes:&nbsp;boolean,&nbsp;Specifies&nbsp;whether&nbsp;to&nbsp;include&nbsp;the&nbsp;current&nbsp;user's&nbsp;vote<br>
-&nbsp;&nbsp;author:&nbsp;string,&nbsp;Restricts&nbsp;the&nbsp;results&nbsp;to&nbsp;submissions&nbsp;by&nbsp;a&nbsp;specific&nbsp;author.<br>
-&nbsp;&nbsp;sort:&nbsp;string,&nbsp;Sort&nbsp;order.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Search&nbsp;query.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;result&nbsp;to&nbsp;be&nbsp;retrieved.<br>
-&nbsp;&nbsp;hasAttachedVideo:&nbsp;boolean,&nbsp;Specifies&nbsp;whether&nbsp;to&nbsp;restrict&nbsp;to&nbsp;submissions&nbsp;that&nbsp;have&nbsp;videos&nbsp;attached.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submission",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attribution":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"avatarUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topics":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"topicId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lang":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parentSubmissionId":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachmentUrl":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geo":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longitude":&nbsp;3.14,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"counters":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"noneVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusVotes":&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#submissionList",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator.v1.votes.html b/docs/dyn/moderator.v1.votes.html
deleted file mode 100644
index dd6e7ad..0000000
--- a/docs/dyn/moderator.v1.votes.html
+++ /dev/null
@@ -1,193 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;votes&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;for&nbsp;the&nbsp;specified&nbsp;submission&nbsp;within&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;unauthToken:&nbsp;string,&nbsp;User&nbsp;identifier&nbsp;for&nbsp;unauthenticated&nbsp;usage&nbsp;mode<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;submissionId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Submission&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#vote",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;a&nbsp;new&nbsp;vote&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;for&nbsp;the&nbsp;specified&nbsp;submission&nbsp;within&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#vote",<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;unauthToken:&nbsp;string,&nbsp;User&nbsp;identifier&nbsp;for&nbsp;unauthenticated&nbsp;usage&nbsp;mode<br>
-&nbsp;&nbsp;submissionId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Submission&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#vote",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;the&nbsp;votes&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;for&nbsp;the&nbsp;given&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;max_results:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;start_index:&nbsp;integer,&nbsp;Index&nbsp;of&nbsp;the&nbsp;first&nbsp;result&nbsp;to&nbsp;be&nbsp;retrieved.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#vote",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#voteList",<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;votes&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;for&nbsp;the&nbsp;specified&nbsp;submission&nbsp;within&nbsp;the&nbsp;specified&nbsp;series.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#vote",<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;unauthToken:&nbsp;string,&nbsp;User&nbsp;identifier&nbsp;for&nbsp;unauthenticated&nbsp;usage&nbsp;mode<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;submissionId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Submission&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#vote",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;votes&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;for&nbsp;the&nbsp;specified&nbsp;submission&nbsp;within&nbsp;the&nbsp;specified&nbsp;series.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;seriesId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#vote",<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;unauthToken:&nbsp;string,&nbsp;User&nbsp;identifier&nbsp;for&nbsp;unauthenticated&nbsp;usage&nbsp;mode<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;submissionId:&nbsp;integer,&nbsp;The&nbsp;decimal&nbsp;ID&nbsp;of&nbsp;the&nbsp;Submission&nbsp;within&nbsp;the&nbsp;Series.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"vote":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flag":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"seriesId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"submissionId":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"moderator#vote",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.featured.html b/docs/dyn/moderator_v1.featured.html
new file mode 100644
index 0000000..4f5086f
--- /dev/null
+++ b/docs/dyn/moderator_v1.featured.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.featured.html">featured</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="moderator_v1.featured.series.html">series()</a></code>
+</p>
+<p class="firstline">Returns the series Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.featured.series.html b/docs/dyn/moderator_v1.featured.series.html
new file mode 100644
index 0000000..e97cdd1
--- /dev/null
+++ b/docs/dyn/moderator_v1.featured.series.html
@@ -0,0 +1,129 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.featured.html">featured</a> . <a href="moderator_v1.featured.series.html">series</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list()</a></code></p>
+<p class="firstline">Lists the featured series.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list()</code>
+  <pre>Lists the featured series.
+
+Args:
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+        "kind": "moderator#series",
+        "description": "A String",
+        "rules": {
+          "votes": {
+            "close": "A String",
+            "open": "A String",
+          },
+          "submissions": {
+            "close": "A String",
+            "open": "A String",
+          },
+        },
+        "unauthVotingAllowed": True or False,
+        "videoSubmissionAllowed": True or False,
+        "name": "A String",
+        "numTopics": 42,
+        "anonymousSubmissionAllowed": True or False,
+        "unauthSubmissionAllowed": True or False,
+        "id": {
+          "seriesId": "A String",
+        },
+        "counters": {
+          "users": 42,
+          "noneVotes": 42,
+          "videoSubmissions": 42,
+          "minusVotes": 42,
+          "anonymousSubmissions": 42,
+          "submissions": 42,
+          "plusVotes": 42,
+        },
+      },
+    ],
+    "kind": "moderator#seriesList",
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.global_.html b/docs/dyn/moderator_v1.global_.html
new file mode 100644
index 0000000..595acb3
--- /dev/null
+++ b/docs/dyn/moderator_v1.global_.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.global_.html">global_</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="moderator_v1.global_.series.html">series()</a></code>
+</p>
+<p class="firstline">Returns the series Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.global_.series.html b/docs/dyn/moderator_v1.global_.series.html
new file mode 100644
index 0000000..d212e93
--- /dev/null
+++ b/docs/dyn/moderator_v1.global_.series.html
@@ -0,0 +1,132 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.global_.html">global_</a> . <a href="moderator_v1.global_.series.html">series</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(q=None, max_results=None, start_index=None)</a></code></p>
+<p class="firstline">Searches the public series and returns the search results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(q=None, max_results=None, start_index=None)</code>
+  <pre>Searches the public series and returns the search results.
+
+Args:
+  q: string, Search query.
+  max_results: integer, Maximum number of results to return.
+  start_index: integer, Index of the first result to be retrieved.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+        "kind": "moderator#series",
+        "description": "A String",
+        "rules": {
+          "votes": {
+            "close": "A String",
+            "open": "A String",
+          },
+          "submissions": {
+            "close": "A String",
+            "open": "A String",
+          },
+        },
+        "unauthVotingAllowed": True or False,
+        "videoSubmissionAllowed": True or False,
+        "name": "A String",
+        "numTopics": 42,
+        "anonymousSubmissionAllowed": True or False,
+        "unauthSubmissionAllowed": True or False,
+        "id": {
+          "seriesId": "A String",
+        },
+        "counters": {
+          "users": 42,
+          "noneVotes": 42,
+          "videoSubmissions": 42,
+          "minusVotes": 42,
+          "anonymousSubmissions": 42,
+          "submissions": 42,
+          "plusVotes": 42,
+        },
+      },
+    ],
+    "kind": "moderator#seriesList",
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.html b/docs/dyn/moderator_v1.html
new file mode 100644
index 0000000..7b175e1
--- /dev/null
+++ b/docs/dyn/moderator_v1.html
@@ -0,0 +1,132 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="moderator_v1.featured.html">featured()</a></code>
+</p>
+<p class="firstline">Returns the featured Resource.</p>
+
+<p class="toc_element">
+  <code><a href="moderator_v1.global_.html">global_()</a></code>
+</p>
+<p class="firstline">Returns the global_ Resource.</p>
+
+<p class="toc_element">
+  <code><a href="moderator_v1.my.html">my()</a></code>
+</p>
+<p class="firstline">Returns the my Resource.</p>
+
+<p class="toc_element">
+  <code><a href="moderator_v1.myrecent.html">myrecent()</a></code>
+</p>
+<p class="firstline">Returns the myrecent Resource.</p>
+
+<p class="toc_element">
+  <code><a href="moderator_v1.profiles.html">profiles()</a></code>
+</p>
+<p class="firstline">Returns the profiles Resource.</p>
+
+<p class="toc_element">
+  <code><a href="moderator_v1.responses.html">responses()</a></code>
+</p>
+<p class="firstline">Returns the responses Resource.</p>
+
+<p class="toc_element">
+  <code><a href="moderator_v1.series.html">series()</a></code>
+</p>
+<p class="firstline">Returns the series Resource.</p>
+
+<p class="toc_element">
+  <code><a href="moderator_v1.submissions.html">submissions()</a></code>
+</p>
+<p class="firstline">Returns the submissions Resource.</p>
+
+<p class="toc_element">
+  <code><a href="moderator_v1.tags.html">tags()</a></code>
+</p>
+<p class="firstline">Returns the tags Resource.</p>
+
+<p class="toc_element">
+  <code><a href="moderator_v1.topics.html">topics()</a></code>
+</p>
+<p class="firstline">Returns the topics Resource.</p>
+
+<p class="toc_element">
+  <code><a href="moderator_v1.votes.html">votes()</a></code>
+</p>
+<p class="firstline">Returns the votes Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.my.html b/docs/dyn/moderator_v1.my.html
new file mode 100644
index 0000000..bbe8412
--- /dev/null
+++ b/docs/dyn/moderator_v1.my.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.my.html">my</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="moderator_v1.my.series.html">series()</a></code>
+</p>
+<p class="firstline">Returns the series Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.my.series.html b/docs/dyn/moderator_v1.my.series.html
new file mode 100644
index 0000000..6369258
--- /dev/null
+++ b/docs/dyn/moderator_v1.my.series.html
@@ -0,0 +1,129 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.my.html">my</a> . <a href="moderator_v1.my.series.html">series</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list()</a></code></p>
+<p class="firstline">Lists all series created by the authenticated user.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list()</code>
+  <pre>Lists all series created by the authenticated user.
+
+Args:
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+        "kind": "moderator#series",
+        "description": "A String",
+        "rules": {
+          "votes": {
+            "close": "A String",
+            "open": "A String",
+          },
+          "submissions": {
+            "close": "A String",
+            "open": "A String",
+          },
+        },
+        "unauthVotingAllowed": True or False,
+        "videoSubmissionAllowed": True or False,
+        "name": "A String",
+        "numTopics": 42,
+        "anonymousSubmissionAllowed": True or False,
+        "unauthSubmissionAllowed": True or False,
+        "id": {
+          "seriesId": "A String",
+        },
+        "counters": {
+          "users": 42,
+          "noneVotes": 42,
+          "videoSubmissions": 42,
+          "minusVotes": 42,
+          "anonymousSubmissions": 42,
+          "submissions": 42,
+          "plusVotes": 42,
+        },
+      },
+    ],
+    "kind": "moderator#seriesList",
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.myrecent.html b/docs/dyn/moderator_v1.myrecent.html
new file mode 100644
index 0000000..6014162
--- /dev/null
+++ b/docs/dyn/moderator_v1.myrecent.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.myrecent.html">myrecent</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="moderator_v1.myrecent.series.html">series()</a></code>
+</p>
+<p class="firstline">Returns the series Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.myrecent.series.html b/docs/dyn/moderator_v1.myrecent.series.html
new file mode 100644
index 0000000..bdf2808
--- /dev/null
+++ b/docs/dyn/moderator_v1.myrecent.series.html
@@ -0,0 +1,129 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.myrecent.html">myrecent</a> . <a href="moderator_v1.myrecent.series.html">series</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list()</a></code></p>
+<p class="firstline">Lists the series the authenticated user has visited.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list()</code>
+  <pre>Lists the series the authenticated user has visited.
+
+Args:
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+        "kind": "moderator#series",
+        "description": "A String",
+        "rules": {
+          "votes": {
+            "close": "A String",
+            "open": "A String",
+          },
+          "submissions": {
+            "close": "A String",
+            "open": "A String",
+          },
+        },
+        "unauthVotingAllowed": True or False,
+        "videoSubmissionAllowed": True or False,
+        "name": "A String",
+        "numTopics": 42,
+        "anonymousSubmissionAllowed": True or False,
+        "unauthSubmissionAllowed": True or False,
+        "id": {
+          "seriesId": "A String",
+        },
+        "counters": {
+          "users": 42,
+          "noneVotes": 42,
+          "videoSubmissions": 42,
+          "minusVotes": 42,
+          "anonymousSubmissions": 42,
+          "submissions": 42,
+          "plusVotes": 42,
+        },
+      },
+    ],
+    "kind": "moderator#seriesList",
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.profiles.html b/docs/dyn/moderator_v1.profiles.html
new file mode 100644
index 0000000..3485e4f
--- /dev/null
+++ b/docs/dyn/moderator_v1.profiles.html
@@ -0,0 +1,208 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.profiles.html">profiles</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get()</a></code></p>
+<p class="firstline">Returns the profile information for the authenticated user.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(body)</a></code></p>
+<p class="firstline">Updates the profile information for the authenticated user. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(body)</a></code></p>
+<p class="firstline">Updates the profile information for the authenticated user.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get()</code>
+  <pre>Returns the profile information for the authenticated user.
+
+Args:
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "moderator#profile",
+      "attribution": {
+        "geo": {
+          "latitude": 3.14,
+          "location": "A String",
+          "longitude": 3.14,
+        },
+        "displayName": "A String",
+        "location": "A String",
+        "avatarUrl": "A String",
+      },
+      "id": {
+        "user": "A String",
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(body)</code>
+  <pre>Updates the profile information for the authenticated user. This method supports patch semantics.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "moderator#profile",
+    "attribution": {
+      "geo": {
+        "latitude": 3.14,
+        "location": "A String",
+        "longitude": 3.14,
+      },
+      "displayName": "A String",
+      "location": "A String",
+      "avatarUrl": "A String",
+    },
+    "id": {
+      "user": "A String",
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "moderator#profile",
+      "attribution": {
+        "geo": {
+          "latitude": 3.14,
+          "location": "A String",
+          "longitude": 3.14,
+        },
+        "displayName": "A String",
+        "location": "A String",
+        "avatarUrl": "A String",
+      },
+      "id": {
+        "user": "A String",
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(body)</code>
+  <pre>Updates the profile information for the authenticated user.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "moderator#profile",
+    "attribution": {
+      "geo": {
+        "latitude": 3.14,
+        "location": "A String",
+        "longitude": 3.14,
+      },
+      "displayName": "A String",
+      "location": "A String",
+      "avatarUrl": "A String",
+    },
+    "id": {
+      "user": "A String",
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "moderator#profile",
+      "attribution": {
+        "geo": {
+          "latitude": 3.14,
+          "location": "A String",
+          "longitude": 3.14,
+        },
+        "displayName": "A String",
+        "location": "A String",
+        "avatarUrl": "A String",
+      },
+      "id": {
+        "user": "A String",
+      },
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.responses.html b/docs/dyn/moderator_v1.responses.html
new file mode 100644
index 0000000..ec165ae
--- /dev/null
+++ b/docs/dyn/moderator_v1.responses.html
@@ -0,0 +1,272 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.responses.html">responses</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#insert">insert(seriesId, topicId, parentSubmissionId, body, unauthToken=None, anonymous=None)</a></code></p>
+<p class="firstline">Inserts a response for the specified submission in the specified topic within the specified series.</p>
+<p class="toc_element">
+  <code><a href="#list">list(seriesId, submissionId, sort=None, author=None, q=None, max_results=None, hasAttachedVideo=None, start_index=None)</a></code></p>
+<p class="firstline">Lists or searches the responses for the specified submission within the specified series and returns the search results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="insert">insert(seriesId, topicId, parentSubmissionId, body, unauthToken=None, anonymous=None)</code>
+  <pre>Inserts a response for the specified submission in the specified topic within the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  topicId: integer, The decimal ID of the Topic within the Series. (required)
+  parentSubmissionId: integer, The decimal ID of the parent Submission within the Series. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "moderator#submission",
+    "attribution": {
+      "displayName": "A String",
+      "location": "A String",
+      "avatarUrl": "A String",
+    },
+    "created": "A String",
+    "text": "A String",
+    "topics": [
+      {
+        "id": {
+          "seriesId": "A String",
+          "topicId": "A String",
+        },
+      },
+    ],
+    "author": "A String",
+    "translations": [
+      {
+        "lang": "A String",
+        "text": "A String",
+      },
+    ],
+    "parentSubmissionId": {
+      "seriesId": "A String",
+      "submissionId": "A String",
+    },
+    "vote": {
+      "vote": "A String",
+      "flag": "A String",
+    },
+    "attachmentUrl": "A String",
+    "geo": {
+      "latitude": 3.14,
+      "location": "A String",
+      "longitude": 3.14,
+    },
+    "id": {
+      "seriesId": "A String",
+      "submissionId": "A String",
+    },
+    "counters": {
+      "noneVotes": 42,
+      "minusVotes": 42,
+      "plusVotes": 42,
+    },
+  }
+
+  unauthToken: string, User identifier for unauthenticated usage mode
+  anonymous: boolean, Set to true to mark the new submission as anonymous.
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "moderator#submission",
+      "attribution": {
+        "displayName": "A String",
+        "location": "A String",
+        "avatarUrl": "A String",
+      },
+      "created": "A String",
+      "text": "A String",
+      "topics": [
+        {
+          "id": {
+            "seriesId": "A String",
+            "topicId": "A String",
+          },
+        },
+      ],
+      "author": "A String",
+      "translations": [
+        {
+          "lang": "A String",
+          "text": "A String",
+        },
+      ],
+      "parentSubmissionId": {
+        "seriesId": "A String",
+        "submissionId": "A String",
+      },
+      "vote": {
+        "vote": "A String",
+        "flag": "A String",
+      },
+      "attachmentUrl": "A String",
+      "geo": {
+        "latitude": 3.14,
+        "location": "A String",
+        "longitude": 3.14,
+      },
+      "id": {
+        "seriesId": "A String",
+        "submissionId": "A String",
+      },
+      "counters": {
+        "noneVotes": 42,
+        "minusVotes": 42,
+        "plusVotes": 42,
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(seriesId, submissionId, sort=None, author=None, q=None, max_results=None, hasAttachedVideo=None, start_index=None)</code>
+  <pre>Lists or searches the responses for the specified submission within the specified series and returns the search results.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  submissionId: integer, The decimal ID of the Submission within the Series. (required)
+  sort: string, Sort order.
+  author: string, Restricts the results to submissions by a specific author.
+  q: string, Search query.
+  max_results: integer, Maximum number of results to return.
+  hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.
+  start_index: integer, Index of the first result to be retrieved.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+          "kind": "moderator#submission",
+          "attribution": {
+            "displayName": "A String",
+            "location": "A String",
+            "avatarUrl": "A String",
+          },
+          "created": "A String",
+          "text": "A String",
+          "topics": [
+            {
+              "id": {
+                "seriesId": "A String",
+                "topicId": "A String",
+              },
+            },
+          ],
+          "author": "A String",
+          "translations": [
+            {
+              "lang": "A String",
+              "text": "A String",
+            },
+          ],
+          "parentSubmissionId": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "vote": {
+            "vote": "A String",
+            "flag": "A String",
+          },
+          "attachmentUrl": "A String",
+          "geo": {
+            "latitude": 3.14,
+            "location": "A String",
+            "longitude": 3.14,
+          },
+          "id": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "counters": {
+            "noneVotes": 42,
+            "minusVotes": 42,
+            "plusVotes": 42,
+          },
+        },
+    ],
+    "kind": "moderator#submissionList",
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.series.html b/docs/dyn/moderator_v1.series.html
new file mode 100644
index 0000000..e6d53cb
--- /dev/null
+++ b/docs/dyn/moderator_v1.series.html
@@ -0,0 +1,437 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.series.html">series</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="moderator_v1.series.responses.html">responses()</a></code>
+</p>
+<p class="firstline">Returns the responses Resource.</p>
+
+<p class="toc_element">
+  <code><a href="moderator_v1.series.submissions.html">submissions()</a></code>
+</p>
+<p class="firstline">Returns the submissions Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#get">get(seriesId)</a></code></p>
+<p class="firstline">Returns the specified series.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body)</a></code></p>
+<p class="firstline">Inserts a new series.</p>
+<p class="toc_element">
+  <code><a href="#list">list(q=None, max_results=None, start_index=None)</a></code></p>
+<p class="firstline">Searches the series and returns the search results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(seriesId, body)</a></code></p>
+<p class="firstline">Updates the specified series. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(seriesId, body)</a></code></p>
+<p class="firstline">Updates the specified series.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(seriesId)</code>
+  <pre>Returns the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "moderator#series",
+    "description": "A String",
+    "rules": {
+      "votes": {
+        "close": "A String",
+        "open": "A String",
+      },
+      "submissions": {
+        "close": "A String",
+        "open": "A String",
+      },
+    },
+    "unauthVotingAllowed": True or False,
+    "videoSubmissionAllowed": True or False,
+    "name": "A String",
+    "numTopics": 42,
+    "anonymousSubmissionAllowed": True or False,
+    "unauthSubmissionAllowed": True or False,
+    "id": {
+      "seriesId": "A String",
+    },
+    "counters": {
+      "users": 42,
+      "noneVotes": 42,
+      "videoSubmissions": 42,
+      "minusVotes": 42,
+      "anonymousSubmissions": 42,
+      "submissions": 42,
+      "plusVotes": 42,
+    },
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body)</code>
+  <pre>Inserts a new series.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+  "kind": "moderator#series",
+  "description": "A String",
+  "rules": {
+    "votes": {
+      "close": "A String",
+      "open": "A String",
+    },
+    "submissions": {
+      "close": "A String",
+      "open": "A String",
+    },
+  },
+  "unauthVotingAllowed": True or False,
+  "videoSubmissionAllowed": True or False,
+  "name": "A String",
+  "numTopics": 42,
+  "anonymousSubmissionAllowed": True or False,
+  "unauthSubmissionAllowed": True or False,
+  "id": {
+    "seriesId": "A String",
+  },
+  "counters": {
+    "users": 42,
+    "noneVotes": 42,
+    "videoSubmissions": 42,
+    "minusVotes": 42,
+    "anonymousSubmissions": 42,
+    "submissions": 42,
+    "plusVotes": 42,
+  },
+}
+
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "moderator#series",
+    "description": "A String",
+    "rules": {
+      "votes": {
+        "close": "A String",
+        "open": "A String",
+      },
+      "submissions": {
+        "close": "A String",
+        "open": "A String",
+      },
+    },
+    "unauthVotingAllowed": True or False,
+    "videoSubmissionAllowed": True or False,
+    "name": "A String",
+    "numTopics": 42,
+    "anonymousSubmissionAllowed": True or False,
+    "unauthSubmissionAllowed": True or False,
+    "id": {
+      "seriesId": "A String",
+    },
+    "counters": {
+      "users": 42,
+      "noneVotes": 42,
+      "videoSubmissions": 42,
+      "minusVotes": 42,
+      "anonymousSubmissions": 42,
+      "submissions": 42,
+      "plusVotes": 42,
+    },
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(q=None, max_results=None, start_index=None)</code>
+  <pre>Searches the series and returns the search results.
+
+Args:
+  q: string, Search query.
+  max_results: integer, Maximum number of results to return.
+  start_index: integer, Index of the first result to be retrieved.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+        "kind": "moderator#series",
+        "description": "A String",
+        "rules": {
+          "votes": {
+            "close": "A String",
+            "open": "A String",
+          },
+          "submissions": {
+            "close": "A String",
+            "open": "A String",
+          },
+        },
+        "unauthVotingAllowed": True or False,
+        "videoSubmissionAllowed": True or False,
+        "name": "A String",
+        "numTopics": 42,
+        "anonymousSubmissionAllowed": True or False,
+        "unauthSubmissionAllowed": True or False,
+        "id": {
+          "seriesId": "A String",
+        },
+        "counters": {
+          "users": 42,
+          "noneVotes": 42,
+          "videoSubmissions": 42,
+          "minusVotes": 42,
+          "anonymousSubmissions": 42,
+          "submissions": 42,
+          "plusVotes": 42,
+        },
+      },
+    ],
+    "kind": "moderator#seriesList",
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(seriesId, body)</code>
+  <pre>Updates the specified series. This method supports patch semantics.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+  "kind": "moderator#series",
+  "description": "A String",
+  "rules": {
+    "votes": {
+      "close": "A String",
+      "open": "A String",
+    },
+    "submissions": {
+      "close": "A String",
+      "open": "A String",
+    },
+  },
+  "unauthVotingAllowed": True or False,
+  "videoSubmissionAllowed": True or False,
+  "name": "A String",
+  "numTopics": 42,
+  "anonymousSubmissionAllowed": True or False,
+  "unauthSubmissionAllowed": True or False,
+  "id": {
+    "seriesId": "A String",
+  },
+  "counters": {
+    "users": 42,
+    "noneVotes": 42,
+    "videoSubmissions": 42,
+    "minusVotes": 42,
+    "anonymousSubmissions": 42,
+    "submissions": 42,
+    "plusVotes": 42,
+  },
+}
+
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "moderator#series",
+    "description": "A String",
+    "rules": {
+      "votes": {
+        "close": "A String",
+        "open": "A String",
+      },
+      "submissions": {
+        "close": "A String",
+        "open": "A String",
+      },
+    },
+    "unauthVotingAllowed": True or False,
+    "videoSubmissionAllowed": True or False,
+    "name": "A String",
+    "numTopics": 42,
+    "anonymousSubmissionAllowed": True or False,
+    "unauthSubmissionAllowed": True or False,
+    "id": {
+      "seriesId": "A String",
+    },
+    "counters": {
+      "users": 42,
+      "noneVotes": 42,
+      "videoSubmissions": 42,
+      "minusVotes": 42,
+      "anonymousSubmissions": 42,
+      "submissions": 42,
+      "plusVotes": 42,
+    },
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(seriesId, body)</code>
+  <pre>Updates the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+  "kind": "moderator#series",
+  "description": "A String",
+  "rules": {
+    "votes": {
+      "close": "A String",
+      "open": "A String",
+    },
+    "submissions": {
+      "close": "A String",
+      "open": "A String",
+    },
+  },
+  "unauthVotingAllowed": True or False,
+  "videoSubmissionAllowed": True or False,
+  "name": "A String",
+  "numTopics": 42,
+  "anonymousSubmissionAllowed": True or False,
+  "unauthSubmissionAllowed": True or False,
+  "id": {
+    "seriesId": "A String",
+  },
+  "counters": {
+    "users": 42,
+    "noneVotes": 42,
+    "videoSubmissions": 42,
+    "minusVotes": 42,
+    "anonymousSubmissions": 42,
+    "submissions": 42,
+    "plusVotes": 42,
+  },
+}
+
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "moderator#series",
+    "description": "A String",
+    "rules": {
+      "votes": {
+        "close": "A String",
+        "open": "A String",
+      },
+      "submissions": {
+        "close": "A String",
+        "open": "A String",
+      },
+    },
+    "unauthVotingAllowed": True or False,
+    "videoSubmissionAllowed": True or False,
+    "name": "A String",
+    "numTopics": 42,
+    "anonymousSubmissionAllowed": True or False,
+    "unauthSubmissionAllowed": True or False,
+    "id": {
+      "seriesId": "A String",
+    },
+    "counters": {
+      "users": 42,
+      "noneVotes": 42,
+      "videoSubmissions": 42,
+      "minusVotes": 42,
+      "anonymousSubmissions": 42,
+      "submissions": 42,
+      "plusVotes": 42,
+    },
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.series.responses.html b/docs/dyn/moderator_v1.series.responses.html
new file mode 100644
index 0000000..f884a5f
--- /dev/null
+++ b/docs/dyn/moderator_v1.series.responses.html
@@ -0,0 +1,136 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.series.html">series</a> . <a href="moderator_v1.series.responses.html">responses</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(seriesId, sort=None, author=None, q=None, max_results=None, hasAttachedVideo=None, start_index=None)</a></code></p>
+<p class="firstline">Searches the responses for the specified series and returns the search results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(seriesId, sort=None, author=None, q=None, max_results=None, hasAttachedVideo=None, start_index=None)</code>
+  <pre>Searches the responses for the specified series and returns the search results.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  sort: string, Sort order.
+  author: string, Restricts the results to submissions by a specific author.
+  q: string, Search query.
+  max_results: integer, Maximum number of results to return.
+  hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.
+  start_index: integer, Index of the first result to be retrieved.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+        "kind": "moderator#series",
+        "description": "A String",
+        "rules": {
+          "votes": {
+            "close": "A String",
+            "open": "A String",
+          },
+          "submissions": {
+            "close": "A String",
+            "open": "A String",
+          },
+        },
+        "unauthVotingAllowed": True or False,
+        "videoSubmissionAllowed": True or False,
+        "name": "A String",
+        "numTopics": 42,
+        "anonymousSubmissionAllowed": True or False,
+        "unauthSubmissionAllowed": True or False,
+        "id": {
+          "seriesId": "A String",
+        },
+        "counters": {
+          "users": 42,
+          "noneVotes": 42,
+          "videoSubmissions": 42,
+          "minusVotes": 42,
+          "anonymousSubmissions": 42,
+          "submissions": 42,
+          "plusVotes": 42,
+        },
+      },
+    ],
+    "kind": "moderator#seriesList",
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.series.submissions.html b/docs/dyn/moderator_v1.series.submissions.html
new file mode 100644
index 0000000..510d475
--- /dev/null
+++ b/docs/dyn/moderator_v1.series.submissions.html
@@ -0,0 +1,154 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.series.html">series</a> . <a href="moderator_v1.series.submissions.html">submissions</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(seriesId, lang=None, includeVotes=None, author=None, sort=None, max_results=None, q=None, start_index=None, hasAttachedVideo=None)</a></code></p>
+<p class="firstline">Searches the submissions for the specified series and returns the search results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(seriesId, lang=None, includeVotes=None, author=None, sort=None, max_results=None, q=None, start_index=None, hasAttachedVideo=None)</code>
+  <pre>Searches the submissions for the specified series and returns the search results.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  lang: string, The language code for the language the client prefers resuls in.
+  includeVotes: boolean, Specifies whether to include the current user's vote
+  author: string, Restricts the results to submissions by a specific author.
+  sort: string, Sort order.
+  max_results: integer, Maximum number of results to return.
+  q: string, Search query.
+  start_index: integer, Index of the first result to be retrieved.
+  hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+          "kind": "moderator#submission",
+          "attribution": {
+            "displayName": "A String",
+            "location": "A String",
+            "avatarUrl": "A String",
+          },
+          "created": "A String",
+          "text": "A String",
+          "topics": [
+            {
+              "id": {
+                "seriesId": "A String",
+                "topicId": "A String",
+              },
+            },
+          ],
+          "author": "A String",
+          "translations": [
+            {
+              "lang": "A String",
+              "text": "A String",
+            },
+          ],
+          "parentSubmissionId": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "vote": {
+            "vote": "A String",
+            "flag": "A String",
+          },
+          "attachmentUrl": "A String",
+          "geo": {
+            "latitude": 3.14,
+            "location": "A String",
+            "longitude": 3.14,
+          },
+          "id": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "counters": {
+            "noneVotes": 42,
+            "minusVotes": 42,
+            "plusVotes": 42,
+          },
+        },
+    ],
+    "kind": "moderator#submissionList",
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.submissions.html b/docs/dyn/moderator_v1.submissions.html
new file mode 100644
index 0000000..db35fb6
--- /dev/null
+++ b/docs/dyn/moderator_v1.submissions.html
@@ -0,0 +1,262 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.submissions.html">submissions</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(seriesId, submissionId, lang=None, includeVotes=None)</a></code></p>
+<p class="firstline">Returns the specified submission within the specified series.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(seriesId, topicId, body, unauthToken=None, anonymous=None)</a></code></p>
+<p class="firstline">Inserts a new submission in the specified topic within the specified series.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(seriesId, submissionId, lang=None, includeVotes=None)</code>
+  <pre>Returns the specified submission within the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  submissionId: integer, The decimal ID of the Submission within the Series. (required)
+  lang: string, The language code for the language the client prefers resuls in.
+  includeVotes: boolean, Specifies whether to include the current user's vote
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "moderator#submission",
+      "attribution": {
+        "displayName": "A String",
+        "location": "A String",
+        "avatarUrl": "A String",
+      },
+      "created": "A String",
+      "text": "A String",
+      "topics": [
+        {
+          "id": {
+            "seriesId": "A String",
+            "topicId": "A String",
+          },
+        },
+      ],
+      "author": "A String",
+      "translations": [
+        {
+          "lang": "A String",
+          "text": "A String",
+        },
+      ],
+      "parentSubmissionId": {
+        "seriesId": "A String",
+        "submissionId": "A String",
+      },
+      "vote": {
+        "vote": "A String",
+        "flag": "A String",
+      },
+      "attachmentUrl": "A String",
+      "geo": {
+        "latitude": 3.14,
+        "location": "A String",
+        "longitude": 3.14,
+      },
+      "id": {
+        "seriesId": "A String",
+        "submissionId": "A String",
+      },
+      "counters": {
+        "noneVotes": 42,
+        "minusVotes": 42,
+        "plusVotes": 42,
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(seriesId, topicId, body, unauthToken=None, anonymous=None)</code>
+  <pre>Inserts a new submission in the specified topic within the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  topicId: integer, The decimal ID of the Topic within the Series. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "moderator#submission",
+    "attribution": {
+      "displayName": "A String",
+      "location": "A String",
+      "avatarUrl": "A String",
+    },
+    "created": "A String",
+    "text": "A String",
+    "topics": [
+      {
+        "id": {
+          "seriesId": "A String",
+          "topicId": "A String",
+        },
+      },
+    ],
+    "author": "A String",
+    "translations": [
+      {
+        "lang": "A String",
+        "text": "A String",
+      },
+    ],
+    "parentSubmissionId": {
+      "seriesId": "A String",
+      "submissionId": "A String",
+    },
+    "vote": {
+      "vote": "A String",
+      "flag": "A String",
+    },
+    "attachmentUrl": "A String",
+    "geo": {
+      "latitude": 3.14,
+      "location": "A String",
+      "longitude": 3.14,
+    },
+    "id": {
+      "seriesId": "A String",
+      "submissionId": "A String",
+    },
+    "counters": {
+      "noneVotes": 42,
+      "minusVotes": 42,
+      "plusVotes": 42,
+    },
+  }
+
+  unauthToken: string, User identifier for unauthenticated usage mode
+  anonymous: boolean, Set to true to mark the new submission as anonymous.
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "moderator#submission",
+      "attribution": {
+        "displayName": "A String",
+        "location": "A String",
+        "avatarUrl": "A String",
+      },
+      "created": "A String",
+      "text": "A String",
+      "topics": [
+        {
+          "id": {
+            "seriesId": "A String",
+            "topicId": "A String",
+          },
+        },
+      ],
+      "author": "A String",
+      "translations": [
+        {
+          "lang": "A String",
+          "text": "A String",
+        },
+      ],
+      "parentSubmissionId": {
+        "seriesId": "A String",
+        "submissionId": "A String",
+      },
+      "vote": {
+        "vote": "A String",
+        "flag": "A String",
+      },
+      "attachmentUrl": "A String",
+      "geo": {
+        "latitude": 3.14,
+        "location": "A String",
+        "longitude": 3.14,
+      },
+      "id": {
+        "seriesId": "A String",
+        "submissionId": "A String",
+      },
+      "counters": {
+        "noneVotes": 42,
+        "minusVotes": 42,
+        "plusVotes": 42,
+      },
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.tags.html b/docs/dyn/moderator_v1.tags.html
new file mode 100644
index 0000000..9feb74e
--- /dev/null
+++ b/docs/dyn/moderator_v1.tags.html
@@ -0,0 +1,160 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.tags.html">tags</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(seriesId, submissionId, tagId)</a></code></p>
+<p class="firstline">Deletes the specified tag from the specified submission within the specified series.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(seriesId, submissionId, body)</a></code></p>
+<p class="firstline">Inserts a new tag for the specified submission within the specified series.</p>
+<p class="toc_element">
+  <code><a href="#list">list(seriesId, submissionId)</a></code></p>
+<p class="firstline">Lists all tags for the specified submission within the specified series.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(seriesId, submissionId, tagId)</code>
+  <pre>Deletes the specified tag from the specified submission within the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  submissionId: integer, The decimal ID of the Submission within the Series. (required)
+  tagId: string, A parameter (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(seriesId, submissionId, body)</code>
+  <pre>Inserts a new tag for the specified submission within the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  submissionId: integer, The decimal ID of the Submission within the Series. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "text": "A String",
+    "kind": "moderator#tag",
+    "id": {
+      "seriesId": "A String",
+      "tagId": "A String",
+      "submissionId": "A String",
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "text": "A String",
+      "kind": "moderator#tag",
+      "id": {
+        "seriesId": "A String",
+        "tagId": "A String",
+        "submissionId": "A String",
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(seriesId, submissionId)</code>
+  <pre>Lists all tags for the specified submission within the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  submissionId: integer, The decimal ID of the Submission within the Series. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+          "text": "A String",
+          "kind": "moderator#tag",
+          "id": {
+            "seriesId": "A String",
+            "tagId": "A String",
+            "submissionId": "A String",
+          },
+        },
+    ],
+    "kind": "moderator#tagList",
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.topics.html b/docs/dyn/moderator_v1.topics.html
new file mode 100644
index 0000000..c86990d
--- /dev/null
+++ b/docs/dyn/moderator_v1.topics.html
@@ -0,0 +1,618 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.topics.html">topics</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="moderator_v1.topics.submissions.html">submissions()</a></code>
+</p>
+<p class="firstline">Returns the submissions Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#get">get(seriesId, topicId)</a></code></p>
+<p class="firstline">Returns the specified topic from the specified series.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(seriesId, body)</a></code></p>
+<p class="firstline">Inserts a new topic into the specified series.</p>
+<p class="toc_element">
+  <code><a href="#list">list(seriesId, q=None, max_results=None, mode=None, start_index=None)</a></code></p>
+<p class="firstline">Searches the topics within the specified series and returns the search results.</p>
+<p class="toc_element">
+  <code><a href="#update">update(seriesId, topicId, body)</a></code></p>
+<p class="firstline">Updates the specified topic within the specified series.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(seriesId, topicId)</code>
+  <pre>Returns the specified topic from the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  topicId: integer, The decimal ID of the Topic within the Series. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "moderator#topic",
+      "description": "A String",
+      "rules": {
+        "votes": {
+          "close": "A String",
+          "open": "A String",
+        },
+        "submissions": {
+          "close": "A String",
+          "open": "A String",
+        },
+      },
+      "featuredSubmission": {
+          "kind": "moderator#submission",
+          "attribution": {
+            "displayName": "A String",
+            "location": "A String",
+            "avatarUrl": "A String",
+          },
+          "created": "A String",
+          "text": "A String",
+          "topics": [
+            {
+              "id": {
+                "seriesId": "A String",
+                "topicId": "A String",
+              },
+            },
+          ],
+          "author": "A String",
+          "translations": [
+            {
+              "lang": "A String",
+              "text": "A String",
+            },
+          ],
+          "parentSubmissionId": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "vote": {
+            "vote": "A String",
+            "flag": "A String",
+          },
+          "attachmentUrl": "A String",
+          "geo": {
+            "latitude": 3.14,
+            "location": "A String",
+            "longitude": 3.14,
+          },
+          "id": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "counters": {
+            "noneVotes": 42,
+            "minusVotes": 42,
+            "plusVotes": 42,
+          },
+        },
+      "presenter": "A String",
+      "counters": {
+        "users": 42,
+        "noneVotes": 42,
+        "videoSubmissions": 42,
+        "minusVotes": 42,
+        "submissions": 42,
+        "plusVotes": 42,
+      },
+      "id": {
+        "seriesId": "A String",
+        "topicId": "A String",
+      },
+      "name": "A String",
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(seriesId, body)</code>
+  <pre>Inserts a new topic into the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "moderator#topic",
+    "description": "A String",
+    "rules": {
+      "votes": {
+        "close": "A String",
+        "open": "A String",
+      },
+      "submissions": {
+        "close": "A String",
+        "open": "A String",
+      },
+    },
+    "featuredSubmission": {
+        "kind": "moderator#submission",
+        "attribution": {
+          "displayName": "A String",
+          "location": "A String",
+          "avatarUrl": "A String",
+        },
+        "created": "A String",
+        "text": "A String",
+        "topics": [
+          {
+            "id": {
+              "seriesId": "A String",
+              "topicId": "A String",
+            },
+          },
+        ],
+        "author": "A String",
+        "translations": [
+          {
+            "lang": "A String",
+            "text": "A String",
+          },
+        ],
+        "parentSubmissionId": {
+          "seriesId": "A String",
+          "submissionId": "A String",
+        },
+        "vote": {
+          "vote": "A String",
+          "flag": "A String",
+        },
+        "attachmentUrl": "A String",
+        "geo": {
+          "latitude": 3.14,
+          "location": "A String",
+          "longitude": 3.14,
+        },
+        "id": {
+          "seriesId": "A String",
+          "submissionId": "A String",
+        },
+        "counters": {
+          "noneVotes": 42,
+          "minusVotes": 42,
+          "plusVotes": 42,
+        },
+      },
+    "presenter": "A String",
+    "counters": {
+      "users": 42,
+      "noneVotes": 42,
+      "videoSubmissions": 42,
+      "minusVotes": 42,
+      "submissions": 42,
+      "plusVotes": 42,
+    },
+    "id": {
+      "seriesId": "A String",
+      "topicId": "A String",
+    },
+    "name": "A String",
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "moderator#topic",
+      "description": "A String",
+      "rules": {
+        "votes": {
+          "close": "A String",
+          "open": "A String",
+        },
+        "submissions": {
+          "close": "A String",
+          "open": "A String",
+        },
+      },
+      "featuredSubmission": {
+          "kind": "moderator#submission",
+          "attribution": {
+            "displayName": "A String",
+            "location": "A String",
+            "avatarUrl": "A String",
+          },
+          "created": "A String",
+          "text": "A String",
+          "topics": [
+            {
+              "id": {
+                "seriesId": "A String",
+                "topicId": "A String",
+              },
+            },
+          ],
+          "author": "A String",
+          "translations": [
+            {
+              "lang": "A String",
+              "text": "A String",
+            },
+          ],
+          "parentSubmissionId": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "vote": {
+            "vote": "A String",
+            "flag": "A String",
+          },
+          "attachmentUrl": "A String",
+          "geo": {
+            "latitude": 3.14,
+            "location": "A String",
+            "longitude": 3.14,
+          },
+          "id": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "counters": {
+            "noneVotes": 42,
+            "minusVotes": 42,
+            "plusVotes": 42,
+          },
+        },
+      "presenter": "A String",
+      "counters": {
+        "users": 42,
+        "noneVotes": 42,
+        "videoSubmissions": 42,
+        "minusVotes": 42,
+        "submissions": 42,
+        "plusVotes": 42,
+      },
+      "id": {
+        "seriesId": "A String",
+        "topicId": "A String",
+      },
+      "name": "A String",
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(seriesId, q=None, max_results=None, mode=None, start_index=None)</code>
+  <pre>Searches the topics within the specified series and returns the search results.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  q: string, Search query.
+  max_results: integer, Maximum number of results to return.
+  mode: string, A parameter
+  start_index: integer, Index of the first result to be retrieved.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+          "kind": "moderator#topic",
+          "description": "A String",
+          "rules": {
+            "votes": {
+              "close": "A String",
+              "open": "A String",
+            },
+            "submissions": {
+              "close": "A String",
+              "open": "A String",
+            },
+          },
+          "featuredSubmission": {
+              "kind": "moderator#submission",
+              "attribution": {
+                "displayName": "A String",
+                "location": "A String",
+                "avatarUrl": "A String",
+              },
+              "created": "A String",
+              "text": "A String",
+              "topics": [
+                {
+                  "id": {
+                    "seriesId": "A String",
+                    "topicId": "A String",
+                  },
+                },
+              ],
+              "author": "A String",
+              "translations": [
+                {
+                  "lang": "A String",
+                  "text": "A String",
+                },
+              ],
+              "parentSubmissionId": {
+                "seriesId": "A String",
+                "submissionId": "A String",
+              },
+              "vote": {
+                "vote": "A String",
+                "flag": "A String",
+              },
+              "attachmentUrl": "A String",
+              "geo": {
+                "latitude": 3.14,
+                "location": "A String",
+                "longitude": 3.14,
+              },
+              "id": {
+                "seriesId": "A String",
+                "submissionId": "A String",
+              },
+              "counters": {
+                "noneVotes": 42,
+                "minusVotes": 42,
+                "plusVotes": 42,
+              },
+            },
+          "presenter": "A String",
+          "counters": {
+            "users": 42,
+            "noneVotes": 42,
+            "videoSubmissions": 42,
+            "minusVotes": 42,
+            "submissions": 42,
+            "plusVotes": 42,
+          },
+          "id": {
+            "seriesId": "A String",
+            "topicId": "A String",
+          },
+          "name": "A String",
+        },
+    ],
+    "kind": "moderator#topicList",
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(seriesId, topicId, body)</code>
+  <pre>Updates the specified topic within the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  topicId: integer, The decimal ID of the Topic within the Series. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "moderator#topic",
+    "description": "A String",
+    "rules": {
+      "votes": {
+        "close": "A String",
+        "open": "A String",
+      },
+      "submissions": {
+        "close": "A String",
+        "open": "A String",
+      },
+    },
+    "featuredSubmission": {
+        "kind": "moderator#submission",
+        "attribution": {
+          "displayName": "A String",
+          "location": "A String",
+          "avatarUrl": "A String",
+        },
+        "created": "A String",
+        "text": "A String",
+        "topics": [
+          {
+            "id": {
+              "seriesId": "A String",
+              "topicId": "A String",
+            },
+          },
+        ],
+        "author": "A String",
+        "translations": [
+          {
+            "lang": "A String",
+            "text": "A String",
+          },
+        ],
+        "parentSubmissionId": {
+          "seriesId": "A String",
+          "submissionId": "A String",
+        },
+        "vote": {
+          "vote": "A String",
+          "flag": "A String",
+        },
+        "attachmentUrl": "A String",
+        "geo": {
+          "latitude": 3.14,
+          "location": "A String",
+          "longitude": 3.14,
+        },
+        "id": {
+          "seriesId": "A String",
+          "submissionId": "A String",
+        },
+        "counters": {
+          "noneVotes": 42,
+          "minusVotes": 42,
+          "plusVotes": 42,
+        },
+      },
+    "presenter": "A String",
+    "counters": {
+      "users": 42,
+      "noneVotes": 42,
+      "videoSubmissions": 42,
+      "minusVotes": 42,
+      "submissions": 42,
+      "plusVotes": 42,
+    },
+    "id": {
+      "seriesId": "A String",
+      "topicId": "A String",
+    },
+    "name": "A String",
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "moderator#topic",
+      "description": "A String",
+      "rules": {
+        "votes": {
+          "close": "A String",
+          "open": "A String",
+        },
+        "submissions": {
+          "close": "A String",
+          "open": "A String",
+        },
+      },
+      "featuredSubmission": {
+          "kind": "moderator#submission",
+          "attribution": {
+            "displayName": "A String",
+            "location": "A String",
+            "avatarUrl": "A String",
+          },
+          "created": "A String",
+          "text": "A String",
+          "topics": [
+            {
+              "id": {
+                "seriesId": "A String",
+                "topicId": "A String",
+              },
+            },
+          ],
+          "author": "A String",
+          "translations": [
+            {
+              "lang": "A String",
+              "text": "A String",
+            },
+          ],
+          "parentSubmissionId": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "vote": {
+            "vote": "A String",
+            "flag": "A String",
+          },
+          "attachmentUrl": "A String",
+          "geo": {
+            "latitude": 3.14,
+            "location": "A String",
+            "longitude": 3.14,
+          },
+          "id": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "counters": {
+            "noneVotes": 42,
+            "minusVotes": 42,
+            "plusVotes": 42,
+          },
+        },
+      "presenter": "A String",
+      "counters": {
+        "users": 42,
+        "noneVotes": 42,
+        "videoSubmissions": 42,
+        "minusVotes": 42,
+        "submissions": 42,
+        "plusVotes": 42,
+      },
+      "id": {
+        "seriesId": "A String",
+        "topicId": "A String",
+      },
+      "name": "A String",
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.topics.submissions.html b/docs/dyn/moderator_v1.topics.submissions.html
new file mode 100644
index 0000000..0bcb152
--- /dev/null
+++ b/docs/dyn/moderator_v1.topics.submissions.html
@@ -0,0 +1,154 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.topics.html">topics</a> . <a href="moderator_v1.topics.submissions.html">submissions</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(seriesId, topicId, includeVotes=None, author=None, sort=None, max_results=None, q=None, start_index=None, hasAttachedVideo=None)</a></code></p>
+<p class="firstline">Searches the submissions for the specified topic within the specified series and returns the search results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(seriesId, topicId, includeVotes=None, author=None, sort=None, max_results=None, q=None, start_index=None, hasAttachedVideo=None)</code>
+  <pre>Searches the submissions for the specified topic within the specified series and returns the search results.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  topicId: integer, The decimal ID of the Topic within the Series. (required)
+  includeVotes: boolean, Specifies whether to include the current user's vote
+  author: string, Restricts the results to submissions by a specific author.
+  sort: string, Sort order.
+  max_results: integer, Maximum number of results to return.
+  q: string, Search query.
+  start_index: integer, Index of the first result to be retrieved.
+  hasAttachedVideo: boolean, Specifies whether to restrict to submissions that have videos attached.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+          "kind": "moderator#submission",
+          "attribution": {
+            "displayName": "A String",
+            "location": "A String",
+            "avatarUrl": "A String",
+          },
+          "created": "A String",
+          "text": "A String",
+          "topics": [
+            {
+              "id": {
+                "seriesId": "A String",
+                "topicId": "A String",
+              },
+            },
+          ],
+          "author": "A String",
+          "translations": [
+            {
+              "lang": "A String",
+              "text": "A String",
+            },
+          ],
+          "parentSubmissionId": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "vote": {
+            "vote": "A String",
+            "flag": "A String",
+          },
+          "attachmentUrl": "A String",
+          "geo": {
+            "latitude": 3.14,
+            "location": "A String",
+            "longitude": 3.14,
+          },
+          "id": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "counters": {
+            "noneVotes": 42,
+            "minusVotes": 42,
+            "plusVotes": 42,
+          },
+        },
+    ],
+    "kind": "moderator#submissionList",
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/moderator_v1.votes.html b/docs/dyn/moderator_v1.votes.html
new file mode 100644
index 0000000..c2e2e09
--- /dev/null
+++ b/docs/dyn/moderator_v1.votes.html
@@ -0,0 +1,255 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="moderator_v1.html">Moderator API</a> . <a href="moderator_v1.votes.html">votes</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(seriesId, submissionId, unauthToken=None, userId=None)</a></code></p>
+<p class="firstline">Returns the votes by the authenticated user for the specified submission within the specified series.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(seriesId, submissionId, body, unauthToken=None)</a></code></p>
+<p class="firstline">Inserts a new vote by the authenticated user for the specified submission within the specified series.</p>
+<p class="toc_element">
+  <code><a href="#list">list(seriesId, max_results=None, start_index=None)</a></code></p>
+<p class="firstline">Lists the votes by the authenticated user for the given series.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(seriesId, submissionId, body, unauthToken=None, userId=None)</a></code></p>
+<p class="firstline">Updates the votes by the authenticated user for the specified submission within the specified series. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(seriesId, submissionId, body, unauthToken=None, userId=None)</a></code></p>
+<p class="firstline">Updates the votes by the authenticated user for the specified submission within the specified series.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(seriesId, submissionId, unauthToken=None, userId=None)</code>
+  <pre>Returns the votes by the authenticated user for the specified submission within the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  submissionId: integer, The decimal ID of the Submission within the Series. (required)
+  unauthToken: string, User identifier for unauthenticated usage mode
+  userId: string, A parameter
+
+Returns:
+  An object of the form:
+
+    {
+      "vote": "A String",
+      "flag": "A String",
+      "id": {
+        "seriesId": "A String",
+        "submissionId": "A String",
+      },
+      "kind": "moderator#vote",
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(seriesId, submissionId, body, unauthToken=None)</code>
+  <pre>Inserts a new vote by the authenticated user for the specified submission within the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  submissionId: integer, The decimal ID of the Submission within the Series. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "vote": "A String",
+    "flag": "A String",
+    "id": {
+      "seriesId": "A String",
+      "submissionId": "A String",
+    },
+    "kind": "moderator#vote",
+  }
+
+  unauthToken: string, User identifier for unauthenticated usage mode
+
+Returns:
+  An object of the form:
+
+    {
+      "vote": "A String",
+      "flag": "A String",
+      "id": {
+        "seriesId": "A String",
+        "submissionId": "A String",
+      },
+      "kind": "moderator#vote",
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(seriesId, max_results=None, start_index=None)</code>
+  <pre>Lists the votes by the authenticated user for the given series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  max_results: integer, Maximum number of results to return.
+  start_index: integer, Index of the first result to be retrieved.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [
+      {
+          "vote": "A String",
+          "flag": "A String",
+          "id": {
+            "seriesId": "A String",
+            "submissionId": "A String",
+          },
+          "kind": "moderator#vote",
+        },
+    ],
+    "kind": "moderator#voteList",
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(seriesId, submissionId, body, unauthToken=None, userId=None)</code>
+  <pre>Updates the votes by the authenticated user for the specified submission within the specified series. This method supports patch semantics.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  submissionId: integer, The decimal ID of the Submission within the Series. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "vote": "A String",
+    "flag": "A String",
+    "id": {
+      "seriesId": "A String",
+      "submissionId": "A String",
+    },
+    "kind": "moderator#vote",
+  }
+
+  unauthToken: string, User identifier for unauthenticated usage mode
+  userId: string, A parameter
+
+Returns:
+  An object of the form:
+
+    {
+      "vote": "A String",
+      "flag": "A String",
+      "id": {
+        "seriesId": "A String",
+        "submissionId": "A String",
+      },
+      "kind": "moderator#vote",
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(seriesId, submissionId, body, unauthToken=None, userId=None)</code>
+  <pre>Updates the votes by the authenticated user for the specified submission within the specified series.
+
+Args:
+  seriesId: integer, The decimal ID of the Series. (required)
+  submissionId: integer, The decimal ID of the Submission within the Series. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "vote": "A String",
+    "flag": "A String",
+    "id": {
+      "seriesId": "A String",
+      "submissionId": "A String",
+    },
+    "kind": "moderator#vote",
+  }
+
+  unauthToken: string, User identifier for unauthenticated usage mode
+  userId: string, A parameter
+
+Returns:
+  An object of the form:
+
+    {
+      "vote": "A String",
+      "flag": "A String",
+      "id": {
+        "seriesId": "A String",
+        "submissionId": "A String",
+      },
+      "kind": "moderator#vote",
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/oauth2.v2.html b/docs/dyn/oauth2.v2.html
deleted file mode 100644
index f463774..0000000
--- a/docs/dyn/oauth2.v2.html
+++ /dev/null
@@ -1,52 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-tokeninfo"><strong>tokeninfo</strong></a> = method(self, **kwargs)</dt><dd><tt>A&nbsp;description&nbsp;of&nbsp;how&nbsp;to&nbsp;use&nbsp;this&nbsp;function<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;access_token:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id_token:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"issued_to":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;To&nbsp;whom&nbsp;was&nbsp;the&nbsp;token&nbsp;issued&nbsp;to.&nbsp;In&nbsp;general&nbsp;the&nbsp;same&nbsp;as&nbsp;audience.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"user_id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;Gaia&nbsp;obfuscated&nbsp;user&nbsp;id.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"expires_in":&nbsp;42,&nbsp;#&nbsp;The&nbsp;expiry&nbsp;time&nbsp;of&nbsp;the&nbsp;token,&nbsp;as&nbsp;number&nbsp;of&nbsp;seconds&nbsp;left&nbsp;until&nbsp;expiry.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"access_type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;access&nbsp;type&nbsp;granted&nbsp;with&nbsp;this&nbsp;token.&nbsp;It&nbsp;can&nbsp;be&nbsp;offline&nbsp;or&nbsp;online.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"audience":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Who&nbsp;is&nbsp;the&nbsp;intended&nbsp;audience&nbsp;for&nbsp;this&nbsp;token.&nbsp;In&nbsp;general&nbsp;the&nbsp;same&nbsp;as&nbsp;issued_to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"scope":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;space&nbsp;separated&nbsp;list&nbsp;of&nbsp;scopes&nbsp;granted&nbsp;to&nbsp;this&nbsp;token.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address&nbsp;of&nbsp;the&nbsp;user.&nbsp;Present&nbsp;only&nbsp;if&nbsp;the&nbsp;email&nbsp;scope&nbsp;is&nbsp;present&nbsp;in&nbsp;the&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"verified_email":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Boolean&nbsp;flag&nbsp;which&nbsp;is&nbsp;true&nbsp;if&nbsp;the&nbsp;email&nbsp;address&nbsp;is&nbsp;verified.&nbsp;Present&nbsp;only&nbsp;if&nbsp;the&nbsp;email&nbsp;scope&nbsp;is&nbsp;present&nbsp;in&nbsp;the&nbsp;request.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-userinfo"><strong><a href="oauth2.v2.userinfo.html">userinfo</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/oauth2.v2.userinfo.html b/docs/dyn/oauth2.v2.userinfo.html
deleted file mode 100644
index 696d0d3..0000000
--- a/docs/dyn/oauth2.v2.userinfo.html
+++ /dev/null
@@ -1,54 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A&nbsp;description&nbsp;of&nbsp;how&nbsp;to&nbsp;use&nbsp;this&nbsp;function<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"family_name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;last&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;full&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"picture":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;user's&nbsp;picture&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locale":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;default&nbsp;locale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;gender.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;birthday.&nbsp;The&nbsp;year&nbsp;is&nbsp;not&nbsp;present.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;profile&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"given_name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;first&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timezone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;default&nbsp;timezone.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;focus&nbsp;obfuscated&nbsp;gaia&nbsp;id&nbsp;of&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"verified_email":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Boolean&nbsp;flag&nbsp;which&nbsp;is&nbsp;true&nbsp;if&nbsp;the&nbsp;email&nbsp;address&nbsp;is&nbsp;verified.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-v2"><strong><a href="oauth2.v2.userinfo.v2.html">v2</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/oauth2.v2.userinfo.v2.html b/docs/dyn/oauth2.v2.userinfo.v2.html
deleted file mode 100644
index d478a78..0000000
--- a/docs/dyn/oauth2.v2.userinfo.v2.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-me"><strong><a href="oauth2.v2.userinfo.v2.me.html">me</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/oauth2.v2.userinfo.v2.me.html b/docs/dyn/oauth2.v2.userinfo.v2.me.html
deleted file mode 100644
index db42d92..0000000
--- a/docs/dyn/oauth2.v2.userinfo.v2.me.html
+++ /dev/null
@@ -1,52 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A&nbsp;description&nbsp;of&nbsp;how&nbsp;to&nbsp;use&nbsp;this&nbsp;function<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"family_name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;last&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;full&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"picture":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;user's&nbsp;picture&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"locale":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;default&nbsp;locale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;gender.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"email":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;birthday.&nbsp;The&nbsp;year&nbsp;is&nbsp;not&nbsp;present.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;profile&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"given_name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;first&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"timezone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;user's&nbsp;default&nbsp;timezone.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;focus&nbsp;obfuscated&nbsp;gaia&nbsp;id&nbsp;of&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"verified_email":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Boolean&nbsp;flag&nbsp;which&nbsp;is&nbsp;true&nbsp;if&nbsp;the&nbsp;email&nbsp;address&nbsp;is&nbsp;verified.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/oauth2_v2.html b/docs/dyn/oauth2_v2.html
new file mode 100644
index 0000000..27b06d8
--- /dev/null
+++ b/docs/dyn/oauth2_v2.html
@@ -0,0 +1,109 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="oauth2_v2.html">oauth2_v2</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="oauth2_v2.userinfo.html">userinfo()</a></code>
+</p>
+<p class="firstline">Returns the userinfo Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#tokeninfo">tokeninfo(access_token=None, id_token=None)</a></code></p>
+<p class="firstline">A description of how to use this function</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="tokeninfo">tokeninfo(access_token=None, id_token=None)</code>
+  <pre>A description of how to use this function
+
+Args:
+  access_token: string, A parameter
+  id_token: string, A parameter
+
+Returns:
+  An object of the form:
+
+    {
+    "issued_to": "A String", # To whom was the token issued to. In general the same as audience.
+    "user_id": "A String", # The Gaia obfuscated user id.
+    "expires_in": 42, # The expiry time of the token, as number of seconds left until expiry.
+    "access_type": "A String", # The access type granted with this token. It can be offline or online.
+    "audience": "A String", # Who is the intended audience for this token. In general the same as issued_to.
+    "scope": "A String", # The space separated list of scopes granted to this token.
+    "email": "A String", # The email address of the user. Present only if the email scope is present in the request.
+    "verified_email": True or False, # Boolean flag which is true if the email address is verified. Present only if the email scope is present in the request.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/oauth2_v2.userinfo.html b/docs/dyn/oauth2_v2.userinfo.html
new file mode 100644
index 0000000..63beec6
--- /dev/null
+++ b/docs/dyn/oauth2_v2.userinfo.html
@@ -0,0 +1,111 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="oauth2_v2.html">oauth2_v2</a> . <a href="oauth2_v2.userinfo.html">userinfo</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="oauth2_v2.userinfo.v2.html">v2()</a></code>
+</p>
+<p class="firstline">Returns the v2 Resource.</p>
+
+<p class="toc_element">
+  <code><a href="#get">get()</a></code></p>
+<p class="firstline">A description of how to use this function</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get()</code>
+  <pre>A description of how to use this function
+
+Args:
+
+Returns:
+  An object of the form:
+
+    {
+    "family_name": "A String", # The user's last name.
+    "name": "A String", # The user's full name.
+    "picture": "A String", # URL of the user's picture image.
+    "locale": "A String", # The user's default locale.
+    "gender": "A String", # The user's gender.
+    "email": "A String", # The user's email address.
+    "birthday": "A String", # The user's birthday. The year is not present.
+    "link": "A String", # URL of the profile page.
+    "given_name": "A String", # The user's first name.
+    "timezone": "A String", # The user's default timezone.
+    "id": "A String", # The focus obfuscated gaia id of the user.
+    "verified_email": True or False, # Boolean flag which is true if the email address is verified.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/oauth2_v2.userinfo.v2.html b/docs/dyn/oauth2_v2.userinfo.v2.html
new file mode 100644
index 0000000..f1280c4
--- /dev/null
+++ b/docs/dyn/oauth2_v2.userinfo.v2.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="oauth2_v2.html">oauth2_v2</a> . <a href="oauth2_v2.userinfo.html">userinfo</a> . <a href="oauth2_v2.userinfo.v2.html">v2</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="oauth2_v2.userinfo.v2.me.html">me()</a></code>
+</p>
+<p class="firstline">Returns the me Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/oauth2_v2.userinfo.v2.me.html b/docs/dyn/oauth2_v2.userinfo.v2.me.html
new file mode 100644
index 0000000..1e75468
--- /dev/null
+++ b/docs/dyn/oauth2_v2.userinfo.v2.me.html
@@ -0,0 +1,106 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="oauth2_v2.html">oauth2_v2</a> . <a href="oauth2_v2.userinfo.html">userinfo</a> . <a href="oauth2_v2.userinfo.v2.html">v2</a> . <a href="oauth2_v2.userinfo.v2.me.html">me</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get()</a></code></p>
+<p class="firstline">A description of how to use this function</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get()</code>
+  <pre>A description of how to use this function
+
+Args:
+
+Returns:
+  An object of the form:
+
+    {
+    "family_name": "A String", # The user's last name.
+    "name": "A String", # The user's full name.
+    "picture": "A String", # URL of the user's picture image.
+    "locale": "A String", # The user's default locale.
+    "gender": "A String", # The user's gender.
+    "email": "A String", # The user's email address.
+    "birthday": "A String", # The user's birthday. The year is not present.
+    "link": "A String", # URL of the profile page.
+    "given_name": "A String", # The user's first name.
+    "timezone": "A String", # The user's default timezone.
+    "id": "A String", # The focus obfuscated gaia id of the user.
+    "verified_email": True or False, # Boolean flag which is true if the email address is verified.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.acl.html b/docs/dyn/orkut.v2.acl.html
deleted file mode 100644
index 86ed494..0000000
--- a/docs/dyn/orkut.v2.acl.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Excludes&nbsp;an&nbsp;element&nbsp;from&nbsp;the&nbsp;ACL&nbsp;of&nbsp;the&nbsp;activity.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;user&nbsp;to&nbsp;be&nbsp;removed&nbsp;from&nbsp;the&nbsp;activity.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;activityId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.activities.html b/docs/dyn/orkut.v2.activities.html
deleted file mode 100644
index 5538185..0000000
--- a/docs/dyn/orkut.v2.activities.html
+++ /dev/null
@@ -1,227 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;an&nbsp;existing&nbsp;activity,&nbsp;if&nbsp;the&nbsp;access&nbsp;controls&nbsp;allow&nbsp;it.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;activityId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity&nbsp;to&nbsp;remove.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;list&nbsp;of&nbsp;activities.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token&nbsp;that&nbsp;allows&nbsp;pagination.<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;user&nbsp;whose&nbsp;activities&nbsp;will&nbsp;be&nbsp;listed.&nbsp;Can&nbsp;be&nbsp;me&nbsp;to&nbsp;refer&nbsp;to&nbsp;the&nbsp;viewer&nbsp;(i.e.&nbsp;the&nbsp;authenticated&nbsp;user).&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;activities&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;collection:&nbsp;string,&nbsp;The&nbsp;collection&nbsp;of&nbsp;activities&nbsp;to&nbsp;list.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;all&nbsp;-&nbsp;All&nbsp;activities&nbsp;created&nbsp;by&nbsp;the&nbsp;specified&nbsp;user&nbsp;that&nbsp;the&nbsp;authenticated&nbsp;user&nbsp;is&nbsp;authorized&nbsp;to&nbsp;view.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;scraps&nbsp;-&nbsp;The&nbsp;specified&nbsp;user's&nbsp;scrapbook.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;stream&nbsp;-&nbsp;The&nbsp;specified&nbsp;user's&nbsp;stream&nbsp;feed,&nbsp;intended&nbsp;for&nbsp;consumption.&nbsp;This&nbsp;includes&nbsp;activities&nbsp;posted&nbsp;by&nbsp;people&nbsp;that&nbsp;the&nbsp;user&nbsp;is&nbsp;following,&nbsp;and&nbsp;activities&nbsp;in&nbsp;which&nbsp;the&nbsp;user&nbsp;has&nbsp;been&nbsp;mentioned.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;activities.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;activities&nbsp;retrieved.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#activity",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;activity.&nbsp;Always&nbsp;orkut#activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"object":&nbsp;{&nbsp;#&nbsp;The&nbsp;activity's&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML-formatted&nbsp;content,&nbsp;suitable&nbsp;for&nbsp;display.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity's&nbsp;content,&nbsp;post&nbsp;the&nbsp;changes&nbsp;to&nbsp;this&nbsp;property,&nbsp;using&nbsp;the&nbsp;value&nbsp;of&nbsp;originalContent&nbsp;as&nbsp;a&nbsp;starting&nbsp;point.&nbsp;If&nbsp;the&nbsp;update&nbsp;is&nbsp;successful,&nbsp;the&nbsp;server&nbsp;adds&nbsp;HTML&nbsp;formatting&nbsp;and&nbsp;responds&nbsp;with&nbsp;this&nbsp;formatted&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;additional&nbsp;items.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Links&nbsp;to&nbsp;other&nbsp;resources&nbsp;related&nbsp;to&nbsp;this&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"community":&nbsp;{&nbsp;#&nbsp;The&nbsp;community&nbsp;which&nbsp;is&nbsp;related&nbsp;with&nbsp;this&nbsp;activity,&nbsp;e.g.&nbsp;a&nbsp;joined&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"category":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;category&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#community",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community.&nbsp;Value:&nbsp;"orkut#community"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"member_count":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;users&nbsp;who&nbsp;are&nbsp;part&nbsp;of&nbsp;the&nbsp;community.&nbsp;This&nbsp;number&nbsp;may&nbsp;be&nbsp;approximate,&nbsp;so&nbsp;do&nbsp;not&nbsp;rely&nbsp;on&nbsp;it&nbsp;for&nbsp;iteration.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;official&nbsp;language&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creation_date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;community&nbsp;was&nbsp;created,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"owner":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;owns&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"moderators":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;moderators&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;location&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"co_owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;co-owners&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"photo_url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;photo&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML-formatted&nbsp;content,&nbsp;suitable&nbsp;for&nbsp;display.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity's&nbsp;content,&nbsp;post&nbsp;the&nbsp;changes&nbsp;to&nbsp;this&nbsp;property,&nbsp;using&nbsp;the&nbsp;value&nbsp;of&nbsp;originalContent&nbsp;as&nbsp;a&nbsp;starting&nbsp;point.&nbsp;If&nbsp;the&nbsp;update&nbsp;is&nbsp;successful,&nbsp;the&nbsp;server&nbsp;adds&nbsp;HTML&nbsp;formatting&nbsp;and&nbsp;responds&nbsp;with&nbsp;this&nbsp;formatted&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"person":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;is&nbsp;related&nbsp;with&nbsp;this&nbsp;activity,&nbsp;e.g.&nbsp;an&nbsp;Added&nbsp;User.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;that&nbsp;encapsulates&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;a&nbsp;person's&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;url.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;gender.&nbsp;Values&nbsp;include&nbsp;"male",&nbsp;"female",&nbsp;and&nbsp;"other".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;photo.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;date&nbsp;of&nbsp;birth,&nbsp;represented&nbsp;as&nbsp;YYYY-MM-DD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;opensocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;object&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"replies":&nbsp;{&nbsp;#&nbsp;Comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;comments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;comments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inReplyTo":&nbsp;{&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;original&nbsp;activity&nbsp;where&nbsp;this&nbsp;comment&nbsp;was&nbsp;posted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;text/html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ref":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"inReplyTo",&nbsp;#&nbsp;Relationship&nbsp;between&nbsp;the&nbsp;comment&nbsp;and&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;inReplyTo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#comment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;comment.&nbsp;Value:&nbsp;"orkut#comment"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;of&nbsp;the&nbsp;comment&nbsp;in&nbsp;text/html<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;comment&nbsp;was&nbsp;initially&nbsp;published,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;ID&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;object&nbsp;affected&nbsp;by&nbsp;the&nbsp;activity.&nbsp;Clients&nbsp;can&nbsp;use&nbsp;this&nbsp;information&nbsp;to&nbsp;style&nbsp;the&nbsp;rendered&nbsp;activity&nbsp;object&nbsp;differently&nbsp;depending&nbsp;on&nbsp;the&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;the&nbsp;activity&nbsp;was&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;performed&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;{&nbsp;#&nbsp;Identifies&nbsp;who&nbsp;has&nbsp;access&nbsp;to&nbsp;see&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;ACL&nbsp;entries.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;entity&nbsp;to&nbsp;whom&nbsp;access&nbsp;is&nbsp;granted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;entity.&nbsp;For&nbsp;entities&nbsp;of&nbsp;type&nbsp;"person"&nbsp;or&nbsp;"circle",&nbsp;this&nbsp;is&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;resource.&nbsp;For&nbsp;other&nbsp;types,&nbsp;this&nbsp;will&nbsp;be&nbsp;unset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#acl",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;an&nbsp;access&nbsp;control&nbsp;list.&nbsp;Value:&nbsp;"orkut#acl"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Human&nbsp;readable&nbsp;description&nbsp;of&nbsp;the&nbsp;access&nbsp;granted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalParticipants":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;count&nbsp;of&nbsp;participants&nbsp;of&nbsp;the&nbsp;parent&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"verb":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;This&nbsp;activity's&nbsp;verb,&nbsp;indicating&nbsp;what&nbsp;action&nbsp;was&nbsp;performed.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;add&nbsp;-&nbsp;User&nbsp;added&nbsp;new&nbsp;content&nbsp;to&nbsp;profile&nbsp;or&nbsp;album,&nbsp;e.g.&nbsp;video,&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;post&nbsp;-&nbsp;User&nbsp;publish&nbsp;content&nbsp;to&nbsp;the&nbsp;stream,&nbsp;e.g.&nbsp;status,&nbsp;scrap.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;update&nbsp;-&nbsp;User&nbsp;commented&nbsp;on&nbsp;an&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;make-friend&nbsp;-&nbsp;User&nbsp;added&nbsp;a&nbsp;new&nbsp;friend.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;birthday&nbsp;-&nbsp;User&nbsp;has&nbsp;a&nbsp;birthday.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;the&nbsp;activity&nbsp;was&nbsp;initially&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#activityList",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;activities.&nbsp;Value:&nbsp;"orkut#activityList"<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.activityVisibility.html b/docs/dyn/orkut.v2.activityVisibility.html
deleted file mode 100644
index d78be34..0000000
--- a/docs/dyn/orkut.v2.activityVisibility.html
+++ /dev/null
@@ -1,143 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets&nbsp;the&nbsp;visibility&nbsp;of&nbsp;an&nbsp;existing&nbsp;activity.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;activityId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity&nbsp;to&nbsp;get&nbsp;the&nbsp;visibility.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#visibility",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;visibility&nbsp;item.&nbsp;Value:&nbsp;"orkut#visibility"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;visibility&nbsp;of&nbsp;the&nbsp;resource.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;default:&nbsp;not&nbsp;hidden&nbsp;by&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;hidden:&nbsp;hidden<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;visibility&nbsp;item.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;visibility&nbsp;of&nbsp;an&nbsp;existing&nbsp;activity.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#visibility",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;visibility&nbsp;item.&nbsp;Value:&nbsp;"orkut#visibility"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;visibility&nbsp;of&nbsp;the&nbsp;resource.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;default:&nbsp;not&nbsp;hidden&nbsp;by&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;hidden:&nbsp;hidden<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;visibility&nbsp;item.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;activityId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#visibility",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;visibility&nbsp;item.&nbsp;Value:&nbsp;"orkut#visibility"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;visibility&nbsp;of&nbsp;the&nbsp;resource.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;default:&nbsp;not&nbsp;hidden&nbsp;by&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;hidden:&nbsp;hidden<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;visibility&nbsp;item.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;visibility&nbsp;of&nbsp;an&nbsp;existing&nbsp;activity.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#visibility",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;visibility&nbsp;item.&nbsp;Value:&nbsp;"orkut#visibility"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;visibility&nbsp;of&nbsp;the&nbsp;resource.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;default:&nbsp;not&nbsp;hidden&nbsp;by&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;hidden:&nbsp;hidden<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;visibility&nbsp;item.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;activityId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#visibility",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;visibility&nbsp;item.&nbsp;Value:&nbsp;"orkut#visibility"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"visibility":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;visibility&nbsp;of&nbsp;the&nbsp;resource.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;default:&nbsp;not&nbsp;hidden&nbsp;by&nbsp;the&nbsp;user<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;hidden:&nbsp;hidden<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;visibility&nbsp;item.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.badges.html b/docs/dyn/orkut.v2.badges.html
deleted file mode 100644
index 0e0eae6..0000000
--- a/docs/dyn/orkut.v2.badges.html
+++ /dev/null
@@ -1,80 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;badge&nbsp;from&nbsp;a&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;badgeId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;badge&nbsp;that&nbsp;will&nbsp;be&nbsp;retrieved.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;user&nbsp;whose&nbsp;badges&nbsp;will&nbsp;be&nbsp;listed.&nbsp;Can&nbsp;be&nbsp;me&nbsp;to&nbsp;refer&nbsp;to&nbsp;caller.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"badgeSmallLogo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;24x24&nbsp;badge&nbsp;logo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#badge",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;badge.&nbsp;Value:&nbsp;"orkut#badge"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;for&nbsp;the&nbsp;badge,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sponsorLogo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;32x32&nbsp;badge&nbsp;sponsor&nbsp;logo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sponsorName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;badge&nbsp;sponsor,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"badgeLargeLogo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;64x64&nbsp;badge&nbsp;logo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"caption":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;badge,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"sponsorUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;badge&nbsp;sponsor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;ID&nbsp;for&nbsp;the&nbsp;badge.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;list&nbsp;of&nbsp;visible&nbsp;badges&nbsp;of&nbsp;a&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;user&nbsp;whose&nbsp;badges&nbsp;will&nbsp;be&nbsp;listed.&nbsp;Can&nbsp;be&nbsp;me&nbsp;to&nbsp;refer&nbsp;to&nbsp;caller.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;badges&nbsp;retrieved.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"badgeSmallLogo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;24x24&nbsp;badge&nbsp;logo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#badge",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;badge.&nbsp;Value:&nbsp;"orkut#badge"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;for&nbsp;the&nbsp;badge,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sponsorLogo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;32x32&nbsp;badge&nbsp;sponsor&nbsp;logo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sponsorName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;badge&nbsp;sponsor,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"badgeLargeLogo":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;64x64&nbsp;badge&nbsp;logo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"caption":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;badge,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"sponsorUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;badge&nbsp;sponsor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;ID&nbsp;for&nbsp;the&nbsp;badge.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#badgeList",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;badges.&nbsp;Value:&nbsp;"orkut#badgeList"<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.comments.html b/docs/dyn/orkut.v2.comments.html
deleted file mode 100644
index 9498f55..0000000
--- a/docs/dyn/orkut.v2.comments.html
+++ /dev/null
@@ -1,215 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;an&nbsp;existing&nbsp;comment.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;commentId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;comment&nbsp;to&nbsp;remove.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;an&nbsp;existing&nbsp;comment.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;commentId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;comment&nbsp;to&nbsp;get.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"inReplyTo":&nbsp;{&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;original&nbsp;activity&nbsp;where&nbsp;this&nbsp;comment&nbsp;was&nbsp;posted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;text/html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ref":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"inReplyTo",&nbsp;#&nbsp;Relationship&nbsp;between&nbsp;the&nbsp;comment&nbsp;and&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;inReplyTo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#comment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;comment.&nbsp;Value:&nbsp;"orkut#comment"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;of&nbsp;the&nbsp;comment&nbsp;in&nbsp;text/html<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;comment&nbsp;was&nbsp;initially&nbsp;published,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;ID&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Inserts&nbsp;a&nbsp;new&nbsp;comment&nbsp;to&nbsp;an&nbsp;activity.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;"inReplyTo":&nbsp;{&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;original&nbsp;activity&nbsp;where&nbsp;this&nbsp;comment&nbsp;was&nbsp;posted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;text/html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"ref":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"inReplyTo",&nbsp;#&nbsp;Relationship&nbsp;between&nbsp;the&nbsp;comment&nbsp;and&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;inReplyTo.<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"kind":&nbsp;"orkut#comment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;comment.&nbsp;Value:&nbsp;"orkut#comment"<br>
-&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;of&nbsp;the&nbsp;comment&nbsp;in&nbsp;text/html<br>
-&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;comment&nbsp;was&nbsp;initially&nbsp;published,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;ID&nbsp;for&nbsp;the&nbsp;comment.<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;activityId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity&nbsp;to&nbsp;contain&nbsp;the&nbsp;new&nbsp;comment.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"inReplyTo":&nbsp;{&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;original&nbsp;activity&nbsp;where&nbsp;this&nbsp;comment&nbsp;was&nbsp;posted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;text/html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ref":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"inReplyTo",&nbsp;#&nbsp;Relationship&nbsp;between&nbsp;the&nbsp;comment&nbsp;and&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;inReplyTo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#comment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;comment.&nbsp;Value:&nbsp;"orkut#comment"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;of&nbsp;the&nbsp;comment&nbsp;in&nbsp;text/html<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;comment&nbsp;was&nbsp;initially&nbsp;published,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;ID&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;list&nbsp;of&nbsp;comments,&nbsp;possibly&nbsp;filtered.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;orderBy:&nbsp;string,&nbsp;Sort&nbsp;search&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ascending&nbsp;-&nbsp;Use&nbsp;ascending&nbsp;sort&nbsp;order.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;descending&nbsp;-&nbsp;Use&nbsp;descending&nbsp;sort&nbsp;order.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token&nbsp;that&nbsp;allows&nbsp;pagination.<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;activities&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;activityId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity&nbsp;containing&nbsp;the&nbsp;comments.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;comments.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;comments&nbsp;retrieved.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inReplyTo":&nbsp;{&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;original&nbsp;activity&nbsp;where&nbsp;this&nbsp;comment&nbsp;was&nbsp;posted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;text/html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ref":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"inReplyTo",&nbsp;#&nbsp;Relationship&nbsp;between&nbsp;the&nbsp;comment&nbsp;and&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;inReplyTo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#comment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;comment.&nbsp;Value:&nbsp;"orkut#comment"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;of&nbsp;the&nbsp;comment&nbsp;in&nbsp;text/html<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;comment&nbsp;was&nbsp;initially&nbsp;published,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;ID&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#commentList",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;comments.&nbsp;Value:&nbsp;"orkut#commentList"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"previousPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;comments.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;previous&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.communities.html b/docs/dyn/orkut.v2.communities.html
deleted file mode 100644
index d7576d8..0000000
--- a/docs/dyn/orkut.v2.communities.html
+++ /dev/null
@@ -1,160 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;basic&nbsp;information&nbsp;(aka.&nbsp;profile)&nbsp;of&nbsp;a&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;to&nbsp;get.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"category":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;category&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#community",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community.&nbsp;Value:&nbsp;"orkut#community"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"member_count":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;users&nbsp;who&nbsp;are&nbsp;part&nbsp;of&nbsp;the&nbsp;community.&nbsp;This&nbsp;number&nbsp;may&nbsp;be&nbsp;approximate,&nbsp;so&nbsp;do&nbsp;not&nbsp;rely&nbsp;on&nbsp;it&nbsp;for&nbsp;iteration.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;official&nbsp;language&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creation_date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;community&nbsp;was&nbsp;created,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"owner":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;owns&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"moderators":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;moderators&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;location&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"co_owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;co-owners&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"photo_url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;photo&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;list&nbsp;of&nbsp;communities&nbsp;the&nbsp;current&nbsp;user&nbsp;is&nbsp;a&nbsp;member&nbsp;of.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;orderBy:&nbsp;string,&nbsp;How&nbsp;to&nbsp;order&nbsp;the&nbsp;communities&nbsp;by.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id&nbsp;-&nbsp;Returns&nbsp;the&nbsp;communities&nbsp;sorted&nbsp;by&nbsp;a&nbsp;fixed,&nbsp;natural&nbsp;order.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ranked&nbsp;-&nbsp;Returns&nbsp;the&nbsp;communities&nbsp;ranked&nbsp;accordingly&nbsp;to&nbsp;how&nbsp;they&nbsp;are&nbsp;displayed&nbsp;on&nbsp;the&nbsp;orkut&nbsp;web&nbsp;application.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;user&nbsp;whose&nbsp;communities&nbsp;will&nbsp;be&nbsp;listed.&nbsp;Can&nbsp;be&nbsp;me&nbsp;to&nbsp;refer&nbsp;to&nbsp;caller.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;communities&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;communities&nbsp;retrieved.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"category":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;category&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#community",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community.&nbsp;Value:&nbsp;"orkut#community"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"member_count":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;users&nbsp;who&nbsp;are&nbsp;part&nbsp;of&nbsp;the&nbsp;community.&nbsp;This&nbsp;number&nbsp;may&nbsp;be&nbsp;approximate,&nbsp;so&nbsp;do&nbsp;not&nbsp;rely&nbsp;on&nbsp;it&nbsp;for&nbsp;iteration.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;official&nbsp;language&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creation_date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;community&nbsp;was&nbsp;created,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"owner":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;owns&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"moderators":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;moderators&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;location&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"co_owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;co-owners&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"photo_url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;photo&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityList",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;communities.&nbsp;Value:&nbsp;"orkut#communityList"<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.communityFollow.html b/docs/dyn/orkut.v2.communityFollow.html
deleted file mode 100644
index 93caaa0..0000000
--- a/docs/dyn/orkut.v2.communityFollow.html
+++ /dev/null
@@ -1,79 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Removes&nbsp;a&nbsp;user&nbsp;from&nbsp;the&nbsp;followers&nbsp;of&nbsp;a&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;user.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;ID&nbsp;of&nbsp;the&nbsp;community.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Adds&nbsp;a&nbsp;user&nbsp;as&nbsp;a&nbsp;follower&nbsp;of&nbsp;a&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;user.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;ID&nbsp;of&nbsp;the&nbsp;community.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"communityMembershipStatus":&nbsp;{&nbsp;#&nbsp;Status&nbsp;and&nbsp;permissions&nbsp;of&nbsp;the&nbsp;user&nbsp;related&nbsp;to&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;status&nbsp;of&nbsp;the&nbsp;current&nbsp;link&nbsp;between&nbsp;the&nbsp;community&nbsp;and&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isFollowing":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;is&nbsp;following&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isRestoreAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;restore&nbsp;operation&nbsp;is&nbsp;available&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isModerator":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;a&nbsp;community&nbsp;moderator.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMembershipStatus",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.&nbsp;Always&nbsp;orkut#communityMembershipStatus.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isCoOwner":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;a&nbsp;community&nbsp;co-owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canCreatePoll":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;create&nbsp;a&nbsp;poll&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canShout":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;perform&nbsp;a&nbsp;shout&nbsp;operation&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isOwner":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;the&nbsp;community&nbsp;owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canCreateTopic":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;create&nbsp;a&nbsp;topic&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isTakebackAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;take-back&nbsp;operation&nbsp;is&nbsp;available&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"person":&nbsp;{&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;community&nbsp;member.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;that&nbsp;encapsulates&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;a&nbsp;person's&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;url.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;gender.&nbsp;Values&nbsp;include&nbsp;"male",&nbsp;"female",&nbsp;and&nbsp;"other".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;photo.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;date&nbsp;of&nbsp;birth,&nbsp;represented&nbsp;as&nbsp;YYYY-MM-DD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;opensocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMembers",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.&nbsp;Always&nbsp;orkut#communityMembers.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.communityMembers.html b/docs/dyn/orkut.v2.communityMembers.html
deleted file mode 100644
index 4306414..0000000
--- a/docs/dyn/orkut.v2.communityMembers.html
+++ /dev/null
@@ -1,188 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Makes&nbsp;the&nbsp;user&nbsp;leave&nbsp;a&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;user.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;ID&nbsp;of&nbsp;the&nbsp;community.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;relationship&nbsp;between&nbsp;a&nbsp;user&nbsp;and&nbsp;a&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;user.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;ID&nbsp;of&nbsp;the&nbsp;community.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"communityMembershipStatus":&nbsp;{&nbsp;#&nbsp;Status&nbsp;and&nbsp;permissions&nbsp;of&nbsp;the&nbsp;user&nbsp;related&nbsp;to&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;status&nbsp;of&nbsp;the&nbsp;current&nbsp;link&nbsp;between&nbsp;the&nbsp;community&nbsp;and&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isFollowing":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;is&nbsp;following&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isRestoreAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;restore&nbsp;operation&nbsp;is&nbsp;available&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isModerator":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;a&nbsp;community&nbsp;moderator.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMembershipStatus",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.&nbsp;Always&nbsp;orkut#communityMembershipStatus.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isCoOwner":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;a&nbsp;community&nbsp;co-owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canCreatePoll":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;create&nbsp;a&nbsp;poll&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canShout":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;perform&nbsp;a&nbsp;shout&nbsp;operation&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isOwner":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;the&nbsp;community&nbsp;owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canCreateTopic":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;create&nbsp;a&nbsp;topic&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isTakebackAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;take-back&nbsp;operation&nbsp;is&nbsp;available&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"person":&nbsp;{&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;community&nbsp;member.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;that&nbsp;encapsulates&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;a&nbsp;person's&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;url.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;gender.&nbsp;Values&nbsp;include&nbsp;"male",&nbsp;"female",&nbsp;and&nbsp;"other".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;photo.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;date&nbsp;of&nbsp;birth,&nbsp;represented&nbsp;as&nbsp;YYYY-MM-DD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;opensocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMembers",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.&nbsp;Always&nbsp;orkut#communityMembers.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Makes&nbsp;the&nbsp;user&nbsp;join&nbsp;a&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;ID&nbsp;of&nbsp;the&nbsp;user.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;ID&nbsp;of&nbsp;the&nbsp;community.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"communityMembershipStatus":&nbsp;{&nbsp;#&nbsp;Status&nbsp;and&nbsp;permissions&nbsp;of&nbsp;the&nbsp;user&nbsp;related&nbsp;to&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;status&nbsp;of&nbsp;the&nbsp;current&nbsp;link&nbsp;between&nbsp;the&nbsp;community&nbsp;and&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isFollowing":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;is&nbsp;following&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isRestoreAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;restore&nbsp;operation&nbsp;is&nbsp;available&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isModerator":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;a&nbsp;community&nbsp;moderator.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMembershipStatus",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.&nbsp;Always&nbsp;orkut#communityMembershipStatus.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isCoOwner":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;a&nbsp;community&nbsp;co-owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canCreatePoll":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;create&nbsp;a&nbsp;poll&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canShout":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;perform&nbsp;a&nbsp;shout&nbsp;operation&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isOwner":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;the&nbsp;community&nbsp;owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canCreateTopic":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;create&nbsp;a&nbsp;topic&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isTakebackAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;take-back&nbsp;operation&nbsp;is&nbsp;available&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"person":&nbsp;{&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;community&nbsp;member.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;that&nbsp;encapsulates&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;a&nbsp;person's&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;url.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;gender.&nbsp;Values&nbsp;include&nbsp;"male",&nbsp;"female",&nbsp;and&nbsp;"other".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;photo.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;date&nbsp;of&nbsp;birth,&nbsp;represented&nbsp;as&nbsp;YYYY-MM-DD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;opensocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMembers",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.&nbsp;Always&nbsp;orkut#communityMembers.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists&nbsp;members&nbsp;of&nbsp;a&nbsp;community.&nbsp;Use&nbsp;the&nbsp;pagination&nbsp;tokens&nbsp;to&nbsp;retrieve&nbsp;the&nbsp;full&nbsp;list;&nbsp;do&nbsp;not&nbsp;rely&nbsp;on&nbsp;the&nbsp;member&nbsp;count&nbsp;available&nbsp;in&nbsp;the&nbsp;community&nbsp;profile&nbsp;information&nbsp;to&nbsp;know&nbsp;when&nbsp;to&nbsp;stop&nbsp;iterating,&nbsp;as&nbsp;that&nbsp;count&nbsp;may&nbsp;be&nbsp;approximate.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;friendsOnly:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;list&nbsp;only&nbsp;community&nbsp;members&nbsp;who&nbsp;are&nbsp;friends&nbsp;of&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token&nbsp;that&nbsp;allows&nbsp;pagination.<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;members&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;whose&nbsp;members&nbsp;will&nbsp;be&nbsp;listed.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_members.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMembersList",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.&nbsp;Always&nbsp;orkut#communityMembersList.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;community&nbsp;members&nbsp;retrieved.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"communityMembershipStatus":&nbsp;{&nbsp;#&nbsp;Status&nbsp;and&nbsp;permissions&nbsp;of&nbsp;the&nbsp;user&nbsp;related&nbsp;to&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;status&nbsp;of&nbsp;the&nbsp;current&nbsp;link&nbsp;between&nbsp;the&nbsp;community&nbsp;and&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isFollowing":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;is&nbsp;following&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isRestoreAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;restore&nbsp;operation&nbsp;is&nbsp;available&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isModerator":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;a&nbsp;community&nbsp;moderator.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMembershipStatus",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.&nbsp;Always&nbsp;orkut#communityMembershipStatus.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isCoOwner":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;a&nbsp;community&nbsp;co-owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canCreatePoll":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;create&nbsp;a&nbsp;poll&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canShout":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;perform&nbsp;a&nbsp;shout&nbsp;operation&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isOwner":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;session&nbsp;user&nbsp;is&nbsp;the&nbsp;community&nbsp;owner.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"canCreateTopic":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;can&nbsp;create&nbsp;a&nbsp;topic&nbsp;in&nbsp;this&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isTakebackAvailable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;take-back&nbsp;operation&nbsp;is&nbsp;available&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"person":&nbsp;{&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;community&nbsp;member.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;that&nbsp;encapsulates&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;a&nbsp;person's&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;url.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;gender.&nbsp;Values&nbsp;include&nbsp;"male",&nbsp;"female",&nbsp;and&nbsp;"other".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;photo.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;date&nbsp;of&nbsp;birth,&nbsp;represented&nbsp;as&nbsp;YYYY-MM-DD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;opensocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMembers",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;this&nbsp;item.&nbsp;Always&nbsp;orkut#communityMembers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"prevPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_members.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;previous&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_members.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;last&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"firstPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_members.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;first&nbsp;page.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.communityMessages.html b/docs/dyn/orkut.v2.communityMessages.html
deleted file mode 100644
index 7fb6101..0000000
--- a/docs/dyn/orkut.v2.communityMessages.html
+++ /dev/null
@@ -1,163 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Moves&nbsp;a&nbsp;message&nbsp;of&nbsp;the&nbsp;community&nbsp;to&nbsp;the&nbsp;trash&nbsp;folder.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;topicId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;topic&nbsp;whose&nbsp;message&nbsp;will&nbsp;be&nbsp;moved&nbsp;to&nbsp;the&nbsp;trash&nbsp;folder.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;messageId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;message&nbsp;to&nbsp;be&nbsp;moved&nbsp;to&nbsp;the&nbsp;trash&nbsp;folder.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;whose&nbsp;message&nbsp;will&nbsp;be&nbsp;moved&nbsp;to&nbsp;the&nbsp;trash&nbsp;folder.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Adds&nbsp;a&nbsp;message&nbsp;to&nbsp;a&nbsp;given&nbsp;community&nbsp;topic.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMessage",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;message.&nbsp;Value:&nbsp;"orkut#communityMessage"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;message.&nbsp;If&nbsp;ommited,&nbsp;the&nbsp;message&nbsp;is&nbsp;annonimous.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"addedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;the&nbsp;date&nbsp;when&nbsp;the&nbsp;message&nbsp;was&nbsp;added,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isSpam":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;post&nbsp;was&nbsp;marked&nbsp;as&nbsp;spam&nbsp;by&nbsp;the&nbsp;viewer,&nbsp;when&nbsp;he/she&nbsp;is&nbsp;not&nbsp;the&nbsp;community&nbsp;owner&nbsp;or&nbsp;one&nbsp;of&nbsp;its&nbsp;moderators.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"subject":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;subject&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;topicId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;topic&nbsp;the&nbsp;message&nbsp;should&nbsp;be&nbsp;added&nbsp;to.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;the&nbsp;message&nbsp;should&nbsp;be&nbsp;added&nbsp;to.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMessage",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;message.&nbsp;Value:&nbsp;"orkut#communityMessage"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;message.&nbsp;If&nbsp;ommited,&nbsp;the&nbsp;message&nbsp;is&nbsp;annonimous.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"addedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;the&nbsp;date&nbsp;when&nbsp;the&nbsp;message&nbsp;was&nbsp;added,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isSpam":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;post&nbsp;was&nbsp;marked&nbsp;as&nbsp;spam&nbsp;by&nbsp;the&nbsp;viewer,&nbsp;when&nbsp;he/she&nbsp;is&nbsp;not&nbsp;the&nbsp;community&nbsp;owner&nbsp;or&nbsp;one&nbsp;of&nbsp;its&nbsp;moderators.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subject":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;subject&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;messages&nbsp;of&nbsp;a&nbsp;topic&nbsp;of&nbsp;a&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;topicId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;topic&nbsp;which&nbsp;messages&nbsp;will&nbsp;be&nbsp;listed.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token&nbsp;that&nbsp;allows&nbsp;pagination.<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;messages&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;which&nbsp;messages&nbsp;will&nbsp;be&nbsp;listed.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_messages.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMessageList",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;community&nbsp;messages.&nbsp;Value:&nbsp;"orkut#communityMessageList"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;messages&nbsp;retrieved.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMessage",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;message.&nbsp;Value:&nbsp;"orkut#communityMessage"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;message.&nbsp;If&nbsp;ommited,&nbsp;the&nbsp;message&nbsp;is&nbsp;annonimous.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"addedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;the&nbsp;date&nbsp;when&nbsp;the&nbsp;message&nbsp;was&nbsp;added,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isSpam":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;post&nbsp;was&nbsp;marked&nbsp;as&nbsp;spam&nbsp;by&nbsp;the&nbsp;viewer,&nbsp;when&nbsp;he/she&nbsp;is&nbsp;not&nbsp;the&nbsp;community&nbsp;owner&nbsp;or&nbsp;one&nbsp;of&nbsp;its&nbsp;moderators.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subject":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;subject&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"prevPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_messages.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;previous&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_messages.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;last&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"firstPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_messages.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;first&nbsp;page.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.communityPollComments.html b/docs/dyn/orkut.v2.communityPollComments.html
deleted file mode 100644
index 41021d7..0000000
--- a/docs/dyn/orkut.v2.communityPollComments.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Adds&nbsp;a&nbsp;comment&nbsp;on&nbsp;a&nbsp;community&nbsp;poll.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityPollComment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;poll&nbsp;comment.&nbsp;Value:&nbsp;"orkut#communityPollComment"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"addedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;when&nbsp;the&nbsp;message&nbsp;was&nbsp;added,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;whose&nbsp;poll&nbsp;is&nbsp;being&nbsp;commented.&nbsp;(required)<br>
-&nbsp;&nbsp;pollId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;poll&nbsp;being&nbsp;commented.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityPollComment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;poll&nbsp;comment.&nbsp;Value:&nbsp;"orkut#communityPollComment"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"addedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;when&nbsp;the&nbsp;message&nbsp;was&nbsp;added,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;comments&nbsp;of&nbsp;a&nbsp;community&nbsp;poll.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token&nbsp;that&nbsp;allows&nbsp;pagination.<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;comments&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;whose&nbsp;poll&nbsp;is&nbsp;having&nbsp;its&nbsp;comments&nbsp;listed.&nbsp;(required)<br>
-&nbsp;&nbsp;pollId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;whose&nbsp;polls&nbsp;will&nbsp;be&nbsp;listed.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_poll_comments.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#CommunityPollCommentList",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;community&nbsp;poll&nbsp;comments.&nbsp;Value:&nbsp;"orkut#CommunityPollCommentList"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;community&nbsp;poll&nbsp;comments&nbsp;retrieved.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityPollComment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;poll&nbsp;comment.&nbsp;Value:&nbsp;"orkut#communityPollComment"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"addedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;when&nbsp;the&nbsp;message&nbsp;was&nbsp;added,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"prevPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_poll_comments.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;previous&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_poll_comments.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;last&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"firstPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_poll_comments.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;first&nbsp;page.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.communityPollVotes.html b/docs/dyn/orkut.v2.communityPollVotes.html
deleted file mode 100644
index d9f1c32..0000000
--- a/docs/dyn/orkut.v2.communityPollVotes.html
+++ /dev/null
@@ -1,58 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Votes&nbsp;on&nbsp;a&nbsp;community&nbsp;poll.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityPollVote",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;poll&nbsp;vote.&nbsp;Value:&nbsp;"orkut#communityPollVote"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"optionIds":&nbsp;[&nbsp;#&nbsp;The&nbsp;ids&nbsp;of&nbsp;the&nbsp;voted&nbsp;options.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isVotevisible":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;vote&nbsp;is&nbsp;visible&nbsp;to&nbsp;other&nbsp;users&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;whose&nbsp;poll&nbsp;is&nbsp;being&nbsp;voted.&nbsp;(required)<br>
-&nbsp;&nbsp;pollId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;poll&nbsp;being&nbsp;voted.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityPollVote",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;poll&nbsp;vote.&nbsp;Value:&nbsp;"orkut#communityPollVote"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optionIds":&nbsp;[&nbsp;#&nbsp;The&nbsp;ids&nbsp;of&nbsp;the&nbsp;voted&nbsp;options.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isVotevisible":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;vote&nbsp;is&nbsp;visible&nbsp;to&nbsp;other&nbsp;users&nbsp;or&nbsp;not.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.communityPolls.html b/docs/dyn/orkut.v2.communityPolls.html
deleted file mode 100644
index b40677d..0000000
--- a/docs/dyn/orkut.v2.communityPolls.html
+++ /dev/null
@@ -1,178 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;one&nbsp;specific&nbsp;poll&nbsp;of&nbsp;a&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;for&nbsp;whose&nbsp;poll&nbsp;will&nbsp;be&nbsp;retrieved.&nbsp;(required)<br>
-&nbsp;&nbsp;pollId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;poll&nbsp;to&nbsp;get.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isMultipleAnswers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;poll&nbsp;allows&nbsp;voting&nbsp;for&nbsp;more&nbsp;than&nbsp;one&nbsp;option.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;image&nbsp;representing&nbsp;the&nbsp;poll.&nbsp;Field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;no&nbsp;image&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;an&nbsp;image&nbsp;of&nbsp;the&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"endingTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;date&nbsp;of&nbsp;this&nbsp;poll&nbsp;or&nbsp;empty&nbsp;if&nbsp;the&nbsp;poll&nbsp;doesn't&nbsp;have&nbsp;one.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isVotingAllowedForNonMembers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;non-members&nbsp;of&nbsp;the&nbsp;community&nbsp;can&nbsp;vote&nbsp;on&nbsp;the&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isSpam":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;has&nbsp;marked&nbsp;this&nbsp;poll&nbsp;as&nbsp;spam.&nbsp;This&nbsp;only&nbsp;affects&nbsp;the&nbsp;poll&nbsp;for&nbsp;this&nbsp;user,&nbsp;not&nbsp;globally.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalNumberOfVotes":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;votes&nbsp;this&nbsp;poll&nbsp;has&nbsp;received.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;created&nbsp;the&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"question":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;poll&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;poll&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isRestricted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;poll&nbsp;is&nbsp;restricted&nbsp;for&nbsp;members&nbsp;only.&nbsp;If&nbsp;a&nbsp;poll&nbsp;is&nbsp;open&nbsp;but&nbsp;the&nbsp;user&nbsp;can't&nbsp;vote&nbsp;on&nbsp;it,&nbsp;it's&nbsp;been&nbsp;restricted&nbsp;to&nbsp;members&nbsp;only.&nbsp;This&nbsp;information&nbsp;is&nbsp;important&nbsp;to&nbsp;tell&nbsp;this&nbsp;case&nbsp;apart&nbsp;from&nbsp;the&nbsp;one&nbsp;where&nbsp;the&nbsp;user&nbsp;can't&nbsp;vote&nbsp;simply&nbsp;because&nbsp;the&nbsp;poll&nbsp;is&nbsp;already&nbsp;closed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"communityId":&nbsp;42,&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isUsersVotePublic":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;user&nbsp;has&nbsp;already&nbsp;voted,&nbsp;whether&nbsp;his&nbsp;vote&nbsp;is&nbsp;publicly&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;of&nbsp;the&nbsp;last&nbsp;update&nbsp;of&nbsp;this&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;poll&nbsp;description.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"votedOptions":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;options&nbsp;the&nbsp;user&nbsp;has&nbsp;voted&nbsp;on,&nbsp;if&nbsp;there&nbsp;are&nbsp;any.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isOpenForVoting":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;poll&nbsp;is&nbsp;still&nbsp;opened&nbsp;for&nbsp;voting.&nbsp;A&nbsp;poll&nbsp;is&nbsp;open&nbsp;for&nbsp;voting&nbsp;if&nbsp;it&nbsp;is&nbsp;not&nbsp;closed,&nbsp;the&nbsp;user&nbsp;has&nbsp;not&nbsp;yet&nbsp;voted&nbsp;on&nbsp;it&nbsp;and&nbsp;the&nbsp;user&nbsp;has&nbsp;the&nbsp;permission&nbsp;to&nbsp;do&nbsp;so,&nbsp;which&nbsp;happens&nbsp;if&nbsp;he/she&nbsp;is&nbsp;either&nbsp;a&nbsp;community&nbsp;member&nbsp;or&nbsp;the&nbsp;poll&nbsp;is&nbsp;open&nbsp;for&nbsp;everybody.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isClosed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;poll&nbsp;is&nbsp;not&nbsp;expired&nbsp;if&nbsp;there&nbsp;is&nbsp;an&nbsp;expiration&nbsp;date.&nbsp;A&nbsp;poll&nbsp;is&nbsp;open&nbsp;(that&nbsp;is,&nbsp;not&nbsp;closed&nbsp;for&nbsp;voting)&nbsp;if&nbsp;it&nbsp;either&nbsp;is&nbsp;not&nbsp;expired&nbsp;or&nbsp;doesn't&nbsp;have&nbsp;an&nbsp;expiration&nbsp;date&nbsp;at&nbsp;all.&nbsp;Note&nbsp;that&nbsp;just&nbsp;because&nbsp;a&nbsp;poll&nbsp;is&nbsp;open,&nbsp;it&nbsp;doesn't&nbsp;mean&nbsp;that&nbsp;the&nbsp;requester&nbsp;can&nbsp;vote&nbsp;on&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hasVoted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;has&nbsp;voted&nbsp;on&nbsp;this&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityPoll",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;poll.&nbsp;Value:&nbsp;"orkut#communityPoll"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;of&nbsp;creation&nbsp;of&nbsp;this&nbsp;poll<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"options":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;options&nbsp;of&nbsp;this&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;poll&nbsp;option.&nbsp;Field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;no&nbsp;image&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;an&nbsp;image&nbsp;of&nbsp;the&nbsp;poll&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optionId":&nbsp;42,&nbsp;#&nbsp;The&nbsp;poll&nbsp;option&nbsp;ID<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;option&nbsp;description.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberOfVotes":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;votes&nbsp;that&nbsp;this&nbsp;option&nbsp;received.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;polls&nbsp;of&nbsp;a&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token&nbsp;that&nbsp;allows&nbsp;pagination.<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;polls&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;which&nbsp;polls&nbsp;will&nbsp;be&nbsp;listed.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_polls.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityPollList",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;community&nbsp;polls.&nbsp;Value:&nbsp;"orkut#communityPollList"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;community&nbsp;polls&nbsp;retrieved.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isMultipleAnswers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;poll&nbsp;allows&nbsp;voting&nbsp;for&nbsp;more&nbsp;than&nbsp;one&nbsp;option.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;image&nbsp;representing&nbsp;the&nbsp;poll.&nbsp;Field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;no&nbsp;image&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;an&nbsp;image&nbsp;of&nbsp;the&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endingTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ending&nbsp;date&nbsp;of&nbsp;this&nbsp;poll&nbsp;or&nbsp;empty&nbsp;if&nbsp;the&nbsp;poll&nbsp;doesn't&nbsp;have&nbsp;one.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isVotingAllowedForNonMembers":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;non-members&nbsp;of&nbsp;the&nbsp;community&nbsp;can&nbsp;vote&nbsp;on&nbsp;the&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isSpam":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;has&nbsp;marked&nbsp;this&nbsp;poll&nbsp;as&nbsp;spam.&nbsp;This&nbsp;only&nbsp;affects&nbsp;the&nbsp;poll&nbsp;for&nbsp;this&nbsp;user,&nbsp;not&nbsp;globally.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalNumberOfVotes":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;votes&nbsp;this&nbsp;poll&nbsp;has&nbsp;received.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;created&nbsp;the&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"question":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;poll&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;poll&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isRestricted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;poll&nbsp;is&nbsp;restricted&nbsp;for&nbsp;members&nbsp;only.&nbsp;If&nbsp;a&nbsp;poll&nbsp;is&nbsp;open&nbsp;but&nbsp;the&nbsp;user&nbsp;can't&nbsp;vote&nbsp;on&nbsp;it,&nbsp;it's&nbsp;been&nbsp;restricted&nbsp;to&nbsp;members&nbsp;only.&nbsp;This&nbsp;information&nbsp;is&nbsp;important&nbsp;to&nbsp;tell&nbsp;this&nbsp;case&nbsp;apart&nbsp;from&nbsp;the&nbsp;one&nbsp;where&nbsp;the&nbsp;user&nbsp;can't&nbsp;vote&nbsp;simply&nbsp;because&nbsp;the&nbsp;poll&nbsp;is&nbsp;already&nbsp;closed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"communityId":&nbsp;42,&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isUsersVotePublic":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;user&nbsp;has&nbsp;already&nbsp;voted,&nbsp;whether&nbsp;his&nbsp;vote&nbsp;is&nbsp;publicly&nbsp;visible.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;of&nbsp;the&nbsp;last&nbsp;update&nbsp;of&nbsp;this&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;poll&nbsp;description.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"votedOptions":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;options&nbsp;the&nbsp;user&nbsp;has&nbsp;voted&nbsp;on,&nbsp;if&nbsp;there&nbsp;are&nbsp;any.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;42,<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isOpenForVoting":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;poll&nbsp;is&nbsp;still&nbsp;opened&nbsp;for&nbsp;voting.&nbsp;A&nbsp;poll&nbsp;is&nbsp;open&nbsp;for&nbsp;voting&nbsp;if&nbsp;it&nbsp;is&nbsp;not&nbsp;closed,&nbsp;the&nbsp;user&nbsp;has&nbsp;not&nbsp;yet&nbsp;voted&nbsp;on&nbsp;it&nbsp;and&nbsp;the&nbsp;user&nbsp;has&nbsp;the&nbsp;permission&nbsp;to&nbsp;do&nbsp;so,&nbsp;which&nbsp;happens&nbsp;if&nbsp;he/she&nbsp;is&nbsp;either&nbsp;a&nbsp;community&nbsp;member&nbsp;or&nbsp;the&nbsp;poll&nbsp;is&nbsp;open&nbsp;for&nbsp;everybody.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isClosed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;poll&nbsp;is&nbsp;not&nbsp;expired&nbsp;if&nbsp;there&nbsp;is&nbsp;an&nbsp;expiration&nbsp;date.&nbsp;A&nbsp;poll&nbsp;is&nbsp;open&nbsp;(that&nbsp;is,&nbsp;not&nbsp;closed&nbsp;for&nbsp;voting)&nbsp;if&nbsp;it&nbsp;either&nbsp;is&nbsp;not&nbsp;expired&nbsp;or&nbsp;doesn't&nbsp;have&nbsp;an&nbsp;expiration&nbsp;date&nbsp;at&nbsp;all.&nbsp;Note&nbsp;that&nbsp;just&nbsp;because&nbsp;a&nbsp;poll&nbsp;is&nbsp;open,&nbsp;it&nbsp;doesn't&nbsp;mean&nbsp;that&nbsp;the&nbsp;requester&nbsp;can&nbsp;vote&nbsp;on&nbsp;it.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hasVoted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;user&nbsp;has&nbsp;voted&nbsp;on&nbsp;this&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityPoll",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;poll.&nbsp;Value:&nbsp;"orkut#communityPoll"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;of&nbsp;creation&nbsp;of&nbsp;this&nbsp;poll<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"options":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;options&nbsp;of&nbsp;this&nbsp;poll.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;poll&nbsp;option.&nbsp;Field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;no&nbsp;image&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;an&nbsp;image&nbsp;of&nbsp;the&nbsp;poll&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"optionId":&nbsp;42,&nbsp;#&nbsp;The&nbsp;poll&nbsp;option&nbsp;ID<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;option&nbsp;description.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberOfVotes":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;votes&nbsp;that&nbsp;this&nbsp;option&nbsp;received.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"prevPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_polls.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;previous&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_polls.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;last&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"firstPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_polls.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;first&nbsp;page.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.communityRelated.html b/docs/dyn/orkut.v2.communityRelated.html
deleted file mode 100644
index 56e005a..0000000
--- a/docs/dyn/orkut.v2.communityRelated.html
+++ /dev/null
@@ -1,93 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;communities&nbsp;related&nbsp;to&nbsp;another&nbsp;one.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;whose&nbsp;related&nbsp;communities&nbsp;will&nbsp;be&nbsp;listed.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;communities&nbsp;retrieved.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"category":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;category&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#community",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community.&nbsp;Value:&nbsp;"orkut#community"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"member_count":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;users&nbsp;who&nbsp;are&nbsp;part&nbsp;of&nbsp;the&nbsp;community.&nbsp;This&nbsp;number&nbsp;may&nbsp;be&nbsp;approximate,&nbsp;so&nbsp;do&nbsp;not&nbsp;rely&nbsp;on&nbsp;it&nbsp;for&nbsp;iteration.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;official&nbsp;language&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creation_date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;community&nbsp;was&nbsp;created,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"owner":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;owns&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"moderators":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;moderators&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;location&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"co_owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;co-owners&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"photo_url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;photo&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityList",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;communities.&nbsp;Value:&nbsp;"orkut#communityList"<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.communityTopics.html b/docs/dyn/orkut.v2.communityTopics.html
deleted file mode 100644
index f822fc8..0000000
--- a/docs/dyn/orkut.v2.communityTopics.html
+++ /dev/null
@@ -1,312 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Moves&nbsp;a&nbsp;topic&nbsp;of&nbsp;the&nbsp;community&nbsp;to&nbsp;the&nbsp;trash&nbsp;folder.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;topicId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;topic&nbsp;to&nbsp;be&nbsp;moved&nbsp;to&nbsp;the&nbsp;trash&nbsp;folder.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;whose&nbsp;topic&nbsp;will&nbsp;be&nbsp;moved&nbsp;to&nbsp;the&nbsp;trash&nbsp;folder.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;topic&nbsp;of&nbsp;a&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;topicId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;topic&nbsp;to&nbsp;get.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;whose&nbsp;topic&nbsp;will&nbsp;be&nbsp;retrieved.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;the&nbsp;last&nbsp;update,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityTopic",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;topic.&nbsp;Value:&nbsp;"orkut#communityTopic"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"messages":&nbsp;[&nbsp;#&nbsp;Most&nbsp;recent&nbsp;messages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMessage",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;message.&nbsp;Value:&nbsp;"orkut#communityMessage"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;message.&nbsp;If&nbsp;ommited,&nbsp;the&nbsp;message&nbsp;is&nbsp;annonimous.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"addedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;the&nbsp;date&nbsp;when&nbsp;the&nbsp;message&nbsp;was&nbsp;added,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isSpam":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;post&nbsp;was&nbsp;marked&nbsp;as&nbsp;spam&nbsp;by&nbsp;the&nbsp;viewer,&nbsp;when&nbsp;he/she&nbsp;is&nbsp;not&nbsp;the&nbsp;community&nbsp;owner&nbsp;or&nbsp;one&nbsp;of&nbsp;its&nbsp;moderators.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subject":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;subject&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latestMessageSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Snippet&nbsp;of&nbsp;the&nbsp;last&nbsp;message&nbsp;posted&nbsp;on&nbsp;this&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isClosed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;topic&nbsp;is&nbsp;closed&nbsp;for&nbsp;new&nbsp;messages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberOfReplies":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;replies&nbsp;this&nbsp;topic&nbsp;has&nbsp;received.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Adds&nbsp;a&nbsp;topic&nbsp;to&nbsp;a&nbsp;given&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;the&nbsp;last&nbsp;update,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityTopic",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;topic.&nbsp;Value:&nbsp;"orkut#communityTopic"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"messages":&nbsp;[&nbsp;#&nbsp;Most&nbsp;recent&nbsp;messages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMessage",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;message.&nbsp;Value:&nbsp;"orkut#communityMessage"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;message.&nbsp;If&nbsp;ommited,&nbsp;the&nbsp;message&nbsp;is&nbsp;annonimous.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"addedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;the&nbsp;date&nbsp;when&nbsp;the&nbsp;message&nbsp;was&nbsp;added,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isSpam":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;post&nbsp;was&nbsp;marked&nbsp;as&nbsp;spam&nbsp;by&nbsp;the&nbsp;viewer,&nbsp;when&nbsp;he/she&nbsp;is&nbsp;not&nbsp;the&nbsp;community&nbsp;owner&nbsp;or&nbsp;one&nbsp;of&nbsp;its&nbsp;moderators.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subject":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;subject&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"latestMessageSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Snippet&nbsp;of&nbsp;the&nbsp;last&nbsp;message&nbsp;posted&nbsp;on&nbsp;this&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"isClosed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;topic&nbsp;is&nbsp;closed&nbsp;for&nbsp;new&nbsp;messages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"numberOfReplies":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;replies&nbsp;this&nbsp;topic&nbsp;has&nbsp;received.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;isShout:&nbsp;boolean,&nbsp;Whether&nbsp;this&nbsp;topic&nbsp;is&nbsp;a&nbsp;shout.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;the&nbsp;topic&nbsp;should&nbsp;be&nbsp;added&nbsp;to.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;the&nbsp;last&nbsp;update,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityTopic",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;topic.&nbsp;Value:&nbsp;"orkut#communityTopic"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"messages":&nbsp;[&nbsp;#&nbsp;Most&nbsp;recent&nbsp;messages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMessage",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;message.&nbsp;Value:&nbsp;"orkut#communityMessage"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;message.&nbsp;If&nbsp;ommited,&nbsp;the&nbsp;message&nbsp;is&nbsp;annonimous.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"addedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;the&nbsp;date&nbsp;when&nbsp;the&nbsp;message&nbsp;was&nbsp;added,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isSpam":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;post&nbsp;was&nbsp;marked&nbsp;as&nbsp;spam&nbsp;by&nbsp;the&nbsp;viewer,&nbsp;when&nbsp;he/she&nbsp;is&nbsp;not&nbsp;the&nbsp;community&nbsp;owner&nbsp;or&nbsp;one&nbsp;of&nbsp;its&nbsp;moderators.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subject":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;subject&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latestMessageSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Snippet&nbsp;of&nbsp;the&nbsp;last&nbsp;message&nbsp;posted&nbsp;on&nbsp;this&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isClosed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;topic&nbsp;is&nbsp;closed&nbsp;for&nbsp;new&nbsp;messages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberOfReplies":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;replies&nbsp;this&nbsp;topic&nbsp;has&nbsp;received.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;topics&nbsp;of&nbsp;a&nbsp;community.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;A&nbsp;continuation&nbsp;token&nbsp;that&nbsp;allows&nbsp;pagination.<br>
-&nbsp;&nbsp;hl:&nbsp;string,&nbsp;Specifies&nbsp;the&nbsp;interface&nbsp;language&nbsp;(host&nbsp;language)&nbsp;of&nbsp;your&nbsp;user&nbsp;interface.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;topics&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;communityId:&nbsp;integer,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;community&nbsp;which&nbsp;topics&nbsp;will&nbsp;be&nbsp;listed.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_topic.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityTopicList",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;community&nbsp;topics.&nbsp;Value:&nbsp;"orkut#communityTopicList"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;topics&nbsp;retrieved.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"lastUpdate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;the&nbsp;last&nbsp;update,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityTopic",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;topic.&nbsp;Value:&nbsp;"orkut#communityTopic"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"messages":&nbsp;[&nbsp;#&nbsp;Most&nbsp;recent&nbsp;messages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"body":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;body&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#communityMessage",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community&nbsp;message.&nbsp;Value:&nbsp;"orkut#communityMessage"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;The&nbsp;creator&nbsp;of&nbsp;the&nbsp;message.&nbsp;If&nbsp;ommited,&nbsp;the&nbsp;message&nbsp;is&nbsp;annonimous.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"addedDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;of&nbsp;the&nbsp;date&nbsp;when&nbsp;the&nbsp;message&nbsp;was&nbsp;added,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isSpam":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;post&nbsp;was&nbsp;marked&nbsp;as&nbsp;spam&nbsp;by&nbsp;the&nbsp;viewer,&nbsp;when&nbsp;he/she&nbsp;is&nbsp;not&nbsp;the&nbsp;community&nbsp;owner&nbsp;or&nbsp;one&nbsp;of&nbsp;its&nbsp;moderators.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subject":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;subject&nbsp;of&nbsp;the&nbsp;message.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"latestMessageSnippet":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Snippet&nbsp;of&nbsp;the&nbsp;last&nbsp;message&nbsp;posted&nbsp;on&nbsp;this&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isClosed":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;topic&nbsp;is&nbsp;closed&nbsp;for&nbsp;new&nbsp;messages.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberOfReplies":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;number&nbsp;of&nbsp;replies&nbsp;this&nbsp;topic&nbsp;has&nbsp;received.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;topic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"prevPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_topic.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;previous&nbsp;page,&nbsp;if&nbsp;there&nbsp;are&nbsp;more&nbsp;to&nbsp;retrieve.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"lastPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_topic.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;last&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"firstPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;value&nbsp;of&nbsp;pageToken&nbsp;query&nbsp;parameter&nbsp;in&nbsp;community_topic.list&nbsp;request&nbsp;to&nbsp;get&nbsp;the&nbsp;first&nbsp;page.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.counters.html b/docs/dyn/orkut.v2.counters.html
deleted file mode 100644
index b0f200b..0000000
--- a/docs/dyn/orkut.v2.counters.html
+++ /dev/null
@@ -1,58 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;counters&nbsp;of&nbsp;a&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;user&nbsp;whose&nbsp;counters&nbsp;will&nbsp;be&nbsp;listed.&nbsp;Can&nbsp;be&nbsp;me&nbsp;to&nbsp;refer&nbsp;to&nbsp;caller.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;counters&nbsp;retrieved.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"total":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;resources&nbsp;on&nbsp;the&nbsp;counted&nbsp;collection.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;collection&nbsp;being&nbsp;counted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;counted&nbsp;collection.&nbsp;Currently&nbsp;supported&nbsp;collections&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;scraps&nbsp;-&nbsp;The&nbsp;scraps&nbsp;of&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;photos&nbsp;-&nbsp;The&nbsp;photos&nbsp;of&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;videos&nbsp;-&nbsp;The&nbsp;videos&nbsp;of&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;pendingTestimonials&nbsp;-&nbsp;The&nbsp;pending&nbsp;testimonials&nbsp;of&nbsp;the&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#counters",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;counters.&nbsp;Value:&nbsp;"orkut#counters"<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.html b/docs/dyn/orkut.v2.html
deleted file mode 100644
index 7395f21..0000000
--- a/docs/dyn/orkut.v2.html
+++ /dev/null
@@ -1,58 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-acl"><strong><a href="orkut.v2.acl.html">acl</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-activities"><strong><a href="orkut.v2.activities.html">activities</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-activityVisibility"><strong><a href="orkut.v2.activityVisibility.html">activityVisibility</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-badges"><strong><a href="orkut.v2.badges.html">badges</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-comments"><strong><a href="orkut.v2.comments.html">comments</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-communities"><strong><a href="orkut.v2.communities.html">communities</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-communityFollow"><strong><a href="orkut.v2.communityFollow.html">communityFollow</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-communityMembers"><strong><a href="orkut.v2.communityMembers.html">communityMembers</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-communityMessages"><strong><a href="orkut.v2.communityMessages.html">communityMessages</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-communityPollComments"><strong><a href="orkut.v2.communityPollComments.html">communityPollComments</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-communityPollVotes"><strong><a href="orkut.v2.communityPollVotes.html">communityPollVotes</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-communityPolls"><strong><a href="orkut.v2.communityPolls.html">communityPolls</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-communityRelated"><strong><a href="orkut.v2.communityRelated.html">communityRelated</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-communityTopics"><strong><a href="orkut.v2.communityTopics.html">communityTopics</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-counters"><strong><a href="orkut.v2.counters.html">counters</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-scraps"><strong><a href="orkut.v2.scraps.html">scraps</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut.v2.scraps.html b/docs/dyn/orkut.v2.scraps.html
deleted file mode 100644
index 9f3aac2..0000000
--- a/docs/dyn/orkut.v2.scraps.html
+++ /dev/null
@@ -1,352 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates&nbsp;a&nbsp;new&nbsp;scrap.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;"kind":&nbsp;"orkut#activity",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;activity.&nbsp;Always&nbsp;orkut#activity.<br>
-&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;"object":&nbsp;{&nbsp;#&nbsp;The&nbsp;activity's&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML-formatted&nbsp;content,&nbsp;suitable&nbsp;for&nbsp;display.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity's&nbsp;content,&nbsp;post&nbsp;the&nbsp;changes&nbsp;to&nbsp;this&nbsp;property,&nbsp;using&nbsp;the&nbsp;value&nbsp;of&nbsp;originalContent&nbsp;as&nbsp;a&nbsp;starting&nbsp;point.&nbsp;If&nbsp;the&nbsp;update&nbsp;is&nbsp;successful,&nbsp;the&nbsp;server&nbsp;adds&nbsp;HTML&nbsp;formatting&nbsp;and&nbsp;responds&nbsp;with&nbsp;this&nbsp;formatted&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;additional&nbsp;items.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Links&nbsp;to&nbsp;other&nbsp;resources&nbsp;related&nbsp;to&nbsp;this&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"community":&nbsp;{&nbsp;#&nbsp;The&nbsp;community&nbsp;which&nbsp;is&nbsp;related&nbsp;with&nbsp;this&nbsp;activity,&nbsp;e.g.&nbsp;a&nbsp;joined&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"category":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;category&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#community",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community.&nbsp;Value:&nbsp;"orkut#community"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"member_count":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;users&nbsp;who&nbsp;are&nbsp;part&nbsp;of&nbsp;the&nbsp;community.&nbsp;This&nbsp;number&nbsp;may&nbsp;be&nbsp;approximate,&nbsp;so&nbsp;do&nbsp;not&nbsp;rely&nbsp;on&nbsp;it&nbsp;for&nbsp;iteration.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;official&nbsp;language&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creation_date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;community&nbsp;was&nbsp;created,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"owner":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;owns&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"moderators":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;moderators&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;location&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"co_owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;co-owners&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"photo_url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;photo&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML-formatted&nbsp;content,&nbsp;suitable&nbsp;for&nbsp;display.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity's&nbsp;content,&nbsp;post&nbsp;the&nbsp;changes&nbsp;to&nbsp;this&nbsp;property,&nbsp;using&nbsp;the&nbsp;value&nbsp;of&nbsp;originalContent&nbsp;as&nbsp;a&nbsp;starting&nbsp;point.&nbsp;If&nbsp;the&nbsp;update&nbsp;is&nbsp;successful,&nbsp;the&nbsp;server&nbsp;adds&nbsp;HTML&nbsp;formatting&nbsp;and&nbsp;responds&nbsp;with&nbsp;this&nbsp;formatted&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"person":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;is&nbsp;related&nbsp;with&nbsp;this&nbsp;activity,&nbsp;e.g.&nbsp;an&nbsp;Added&nbsp;User.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;that&nbsp;encapsulates&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;a&nbsp;person's&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;url.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;gender.&nbsp;Values&nbsp;include&nbsp;"male",&nbsp;"female",&nbsp;and&nbsp;"other".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;photo.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;date&nbsp;of&nbsp;birth,&nbsp;represented&nbsp;as&nbsp;YYYY-MM-DD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;opensocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;object&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"replies":&nbsp;{&nbsp;#&nbsp;Comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;comments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;comments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inReplyTo":&nbsp;{&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;original&nbsp;activity&nbsp;where&nbsp;this&nbsp;comment&nbsp;was&nbsp;posted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;text/html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ref":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"inReplyTo",&nbsp;#&nbsp;Relationship&nbsp;between&nbsp;the&nbsp;comment&nbsp;and&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;inReplyTo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#comment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;comment.&nbsp;Value:&nbsp;"orkut#comment"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;of&nbsp;the&nbsp;comment&nbsp;in&nbsp;text/html<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;comment&nbsp;was&nbsp;initially&nbsp;published,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;ID&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;object&nbsp;affected&nbsp;by&nbsp;the&nbsp;activity.&nbsp;Clients&nbsp;can&nbsp;use&nbsp;this&nbsp;information&nbsp;to&nbsp;style&nbsp;the&nbsp;rendered&nbsp;activity&nbsp;object&nbsp;differently&nbsp;depending&nbsp;on&nbsp;the&nbsp;content.<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;the&nbsp;activity&nbsp;was&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;performed&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"access":&nbsp;{&nbsp;#&nbsp;Identifies&nbsp;who&nbsp;has&nbsp;access&nbsp;to&nbsp;see&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;ACL&nbsp;entries.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;entity&nbsp;to&nbsp;whom&nbsp;access&nbsp;is&nbsp;granted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;entity.&nbsp;For&nbsp;entities&nbsp;of&nbsp;type&nbsp;"person"&nbsp;or&nbsp;"circle",&nbsp;this&nbsp;is&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;resource.&nbsp;For&nbsp;other&nbsp;types,&nbsp;this&nbsp;will&nbsp;be&nbsp;unset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#acl",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;an&nbsp;access&nbsp;control&nbsp;list.&nbsp;Value:&nbsp;"orkut#acl"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Human&nbsp;readable&nbsp;description&nbsp;of&nbsp;the&nbsp;access&nbsp;granted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalParticipants":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;count&nbsp;of&nbsp;participants&nbsp;of&nbsp;the&nbsp;parent&nbsp;resource.<br>
-&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;"verb":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;This&nbsp;activity's&nbsp;verb,&nbsp;indicating&nbsp;what&nbsp;action&nbsp;was&nbsp;performed.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;add&nbsp;-&nbsp;User&nbsp;added&nbsp;new&nbsp;content&nbsp;to&nbsp;profile&nbsp;or&nbsp;album,&nbsp;e.g.&nbsp;video,&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;post&nbsp;-&nbsp;User&nbsp;publish&nbsp;content&nbsp;to&nbsp;the&nbsp;stream,&nbsp;e.g.&nbsp;status,&nbsp;scrap.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;update&nbsp;-&nbsp;User&nbsp;commented&nbsp;on&nbsp;an&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;make-friend&nbsp;-&nbsp;User&nbsp;added&nbsp;a&nbsp;new&nbsp;friend.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;birthday&nbsp;-&nbsp;User&nbsp;has&nbsp;a&nbsp;birthday.<br>
-&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;the&nbsp;activity&nbsp;was&nbsp;initially&nbsp;published.<br>
-&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;activity.<br>
-}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#activity",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;activity.&nbsp;Always&nbsp;orkut#activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"object":&nbsp;{&nbsp;#&nbsp;The&nbsp;activity's&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML-formatted&nbsp;content,&nbsp;suitable&nbsp;for&nbsp;display.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity's&nbsp;content,&nbsp;post&nbsp;the&nbsp;changes&nbsp;to&nbsp;this&nbsp;property,&nbsp;using&nbsp;the&nbsp;value&nbsp;of&nbsp;originalContent&nbsp;as&nbsp;a&nbsp;starting&nbsp;point.&nbsp;If&nbsp;the&nbsp;update&nbsp;is&nbsp;successful,&nbsp;the&nbsp;server&nbsp;adds&nbsp;HTML&nbsp;formatting&nbsp;and&nbsp;responds&nbsp;with&nbsp;this&nbsp;formatted&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;additional&nbsp;items.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Links&nbsp;to&nbsp;other&nbsp;resources&nbsp;related&nbsp;to&nbsp;this&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"community":&nbsp;{&nbsp;#&nbsp;The&nbsp;community&nbsp;which&nbsp;is&nbsp;related&nbsp;with&nbsp;this&nbsp;activity,&nbsp;e.g.&nbsp;a&nbsp;joined&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"category":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;category&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#community",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;community.&nbsp;Value:&nbsp;"orkut#community"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"member_count":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;users&nbsp;who&nbsp;are&nbsp;part&nbsp;of&nbsp;the&nbsp;community.&nbsp;This&nbsp;number&nbsp;may&nbsp;be&nbsp;approximate,&nbsp;so&nbsp;do&nbsp;not&nbsp;rely&nbsp;on&nbsp;it&nbsp;for&nbsp;iteration.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;official&nbsp;language&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creation_date":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;community&nbsp;was&nbsp;created,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"owner":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;owns&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"moderators":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;moderators&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;location&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"co_owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;co-owners&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"photo_url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;photo&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;42,&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;community.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML-formatted&nbsp;content,&nbsp;suitable&nbsp;for&nbsp;display.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity's&nbsp;content,&nbsp;post&nbsp;the&nbsp;changes&nbsp;to&nbsp;this&nbsp;property,&nbsp;using&nbsp;the&nbsp;value&nbsp;of&nbsp;originalContent&nbsp;as&nbsp;a&nbsp;starting&nbsp;point.&nbsp;If&nbsp;the&nbsp;update&nbsp;is&nbsp;successful,&nbsp;the&nbsp;server&nbsp;adds&nbsp;HTML&nbsp;formatting&nbsp;and&nbsp;responds&nbsp;with&nbsp;this&nbsp;formatted&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"person":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;is&nbsp;related&nbsp;with&nbsp;this&nbsp;activity,&nbsp;e.g.&nbsp;an&nbsp;Added&nbsp;User.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;that&nbsp;encapsulates&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;a&nbsp;person's&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;url.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;gender.&nbsp;Values&nbsp;include&nbsp;"male",&nbsp;"female",&nbsp;and&nbsp;"other".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;person's&nbsp;profile&nbsp;photo.&nbsp;This&nbsp;is&nbsp;adapted&nbsp;from&nbsp;Google+&nbsp;and&nbsp;was&nbsp;originaly&nbsp;introduced&nbsp;as&nbsp;extra&nbsp;OpenSocial&nbsp;convenience&nbsp;fields.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;date&nbsp;of&nbsp;birth,&nbsp;represented&nbsp;as&nbsp;YYYY-MM-DD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;opensocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;object&nbsp;type.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"replies":&nbsp;{&nbsp;#&nbsp;Comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;comments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;comments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inReplyTo":&nbsp;{&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;original&nbsp;activity&nbsp;where&nbsp;this&nbsp;comment&nbsp;was&nbsp;posted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;text/html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ref":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"inReplyTo",&nbsp;#&nbsp;Relationship&nbsp;between&nbsp;the&nbsp;comment&nbsp;and&nbsp;the&nbsp;post&nbsp;on&nbsp;activity&nbsp;stream&nbsp;being&nbsp;commented.&nbsp;Always&nbsp;inReplyTo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#comment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;comment.&nbsp;Value:&nbsp;"orkut#comment"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;resources&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Links&nbsp;to&nbsp;resources&nbsp;related&nbsp;to&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"href":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Relation&nbsp;between&nbsp;the&nbsp;resource&nbsp;and&nbsp;the&nbsp;parent&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;of&nbsp;the&nbsp;comment&nbsp;in&nbsp;text/html<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;the&nbsp;comment&nbsp;was&nbsp;initially&nbsp;published,&nbsp;in&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;format.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;ID&nbsp;for&nbsp;the&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;object&nbsp;affected&nbsp;by&nbsp;the&nbsp;activity.&nbsp;Clients&nbsp;can&nbsp;use&nbsp;this&nbsp;information&nbsp;to&nbsp;style&nbsp;the&nbsp;rendered&nbsp;activity&nbsp;object&nbsp;differently&nbsp;depending&nbsp;on&nbsp;the&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;the&nbsp;activity&nbsp;was&nbsp;last&nbsp;updated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;performed&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;author&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment&nbsp;[not&nbsp;yet&nbsp;implemented]<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;Image&nbsp;data&nbsp;about&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;author,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;of&nbsp;the&nbsp;person&nbsp;who&nbsp;posted&nbsp;the&nbsp;comment.&nbsp;This&nbsp;is&nbsp;the&nbsp;person's&nbsp;OpenSocial&nbsp;ID.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;{&nbsp;#&nbsp;Identifies&nbsp;who&nbsp;has&nbsp;access&nbsp;to&nbsp;see&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;ACL&nbsp;entries.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;entity&nbsp;to&nbsp;whom&nbsp;access&nbsp;is&nbsp;granted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;entity.&nbsp;For&nbsp;entities&nbsp;of&nbsp;type&nbsp;"person"&nbsp;or&nbsp;"circle",&nbsp;this&nbsp;is&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;resource.&nbsp;For&nbsp;other&nbsp;types,&nbsp;this&nbsp;will&nbsp;be&nbsp;unset.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"orkut#acl",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;an&nbsp;access&nbsp;control&nbsp;list.&nbsp;Value:&nbsp;"orkut#acl"<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Human&nbsp;readable&nbsp;description&nbsp;of&nbsp;the&nbsp;access&nbsp;granted.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalParticipants":&nbsp;42,&nbsp;#&nbsp;The&nbsp;total&nbsp;count&nbsp;of&nbsp;participants&nbsp;of&nbsp;the&nbsp;parent&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"verb":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;This&nbsp;activity's&nbsp;verb,&nbsp;indicating&nbsp;what&nbsp;action&nbsp;was&nbsp;performed.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;add&nbsp;-&nbsp;User&nbsp;added&nbsp;new&nbsp;content&nbsp;to&nbsp;profile&nbsp;or&nbsp;album,&nbsp;e.g.&nbsp;video,&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;post&nbsp;-&nbsp;User&nbsp;publish&nbsp;content&nbsp;to&nbsp;the&nbsp;stream,&nbsp;e.g.&nbsp;status,&nbsp;scrap.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;update&nbsp;-&nbsp;User&nbsp;commented&nbsp;on&nbsp;an&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;make-friend&nbsp;-&nbsp;User&nbsp;added&nbsp;a&nbsp;new&nbsp;friend.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;birthday&nbsp;-&nbsp;User&nbsp;has&nbsp;a&nbsp;birthday.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;the&nbsp;activity&nbsp;was&nbsp;initially&nbsp;published.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;for&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.acl.html b/docs/dyn/orkut_v2.acl.html
new file mode 100644
index 0000000..26005b7
--- /dev/null
+++ b/docs/dyn/orkut_v2.acl.html
@@ -0,0 +1,91 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.acl.html">acl</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(activityId, userId)</a></code></p>
+<p class="firstline">Excludes an element from the ACL of the activity.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(activityId, userId)</code>
+  <pre>Excludes an element from the ACL of the activity.
+
+Args:
+  activityId: string, ID of the activity. (required)
+  userId: string, ID of the user to be removed from the activity. (required)
+</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.activities.html b/docs/dyn/orkut_v2.activities.html
new file mode 100644
index 0000000..75b8cc5
--- /dev/null
+++ b/docs/dyn/orkut_v2.activities.html
@@ -0,0 +1,291 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.activities.html">activities</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(activityId)</a></code></p>
+<p class="firstline">Deletes an existing activity, if the access controls allow it.</p>
+<p class="toc_element">
+  <code><a href="#list">list(userId, collection, pageToken=None, hl=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves a list of activities.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(activityId)</code>
+  <pre>Deletes an existing activity, if the access controls allow it.
+
+Args:
+  activityId: string, ID of the activity to remove. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(userId, collection, pageToken=None, hl=None, maxResults=None)</code>
+  <pre>Retrieves a list of activities.
+
+Args:
+  userId: string, The ID of the user whose activities will be listed. Can be me to refer to the viewer (i.e. the authenticated user). (required)
+  collection: string, The collection of activities to list. (required)
+    Allowed values
+      all - All activities created by the specified user that the authenticated user is authorized to view.
+      scraps - The specified user's scrapbook.
+      stream - The specified user's stream feed, intended for consumption. This includes activities posted by people that the user is following, and activities in which the user has been mentioned.
+  pageToken: string, A continuation token that allows pagination.
+  hl: string, Specifies the interface language (host language) of your user interface.
+  maxResults: integer, The maximum number of activities to include in the response.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The value of pageToken query parameter in activities.list request to get the next page, if there are more to retrieve.
+    "items": [ # List of activities retrieved.
+      {
+        "kind": "orkut#activity", # The kind of activity. Always orkut#activity.
+        "links": [ # Links to resources related to this activity.
+          { # Links to resources related to the parent object.
+            "href": "A String", # URL of the link.
+            "type": "A String", # Media type of the link.
+            "rel": "A String", # Relation between the resource and the parent object.
+            "title": "A String", # Title of the link.
+          },
+        ],
+        "title": "A String", # Title of the activity.
+        "object": { # The activity's object.
+          "content": "A String", # The HTML-formatted content, suitable for display. When updating an activity's content, post the changes to this property, using the value of originalContent as a starting point. If the update is successful, the server adds HTML formatting and responds with this formatted content.
+          "items": [ # The list of additional items.
+            {
+              "displayName": "A String", # The title of the object.
+              "links": [ # Links to other resources related to this object.
+                { # Links to resources related to the parent object.
+                  "href": "A String", # URL of the link.
+                  "type": "A String", # Media type of the link.
+                  "rel": "A String", # Relation between the resource and the parent object.
+                  "title": "A String", # Title of the link.
+                },
+              ],
+              "community": { # The community which is related with this activity, e.g. a joined community.
+                "category": "A String", # The category of the community.
+                "kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"
+                "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.
+                "description": "A String", # The description of the community.
+                "language": "A String", # The official language of the community.
+                "links": [ # List of resources for the community.
+                  { # Links to resources related to the parent object.
+                    "href": "A String", # URL of the link.
+                    "type": "A String", # Media type of the link.
+                    "rel": "A String", # Relation between the resource and the parent object.
+                    "title": "A String", # Title of the link.
+                  },
+                ],
+                "creation_date": "A String", # The time the community was created, in RFC 3339 format.
+                "owner": { # The person who owns the community.
+                  "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+                  "image": { # Image data about the author.
+                    "url": "A String", # A URL that points to a thumbnail photo of the author.
+                  },
+                  "displayName": "A String", # The name of the author, suitable for display.
+                  "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+                },
+                "moderators": [ # The list of moderators of the community.
+                  {
+                    "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+                    "image": { # Image data about the author.
+                      "url": "A String", # A URL that points to a thumbnail photo of the author.
+                    },
+                    "displayName": "A String", # The name of the author, suitable for display.
+                    "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+                  },
+                ],
+                "location": "A String", # The location of the community.
+                "co_owners": [ # The co-owners of the community.
+                  {
+                    "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+                    "image": { # Image data about the author.
+                      "url": "A String", # A URL that points to a thumbnail photo of the author.
+                    },
+                    "displayName": "A String", # The name of the author, suitable for display.
+                    "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+                  },
+                ],
+                "photo_url": "A String", # The photo of the community.
+                "id": 42, # The id of the community.
+                "name": "A String", # The name of the community.
+              },
+              "content": "A String", # The HTML-formatted content, suitable for display. When updating an activity's content, post the changes to this property, using the value of originalContent as a starting point. If the update is successful, the server adds HTML formatting and responds with this formatted content.
+              "person": { # The person who is related with this activity, e.g. an Added User.
+                "name": { # An object that encapsulates the individual components of a person's name.
+                  "givenName": "A String", # The given name (first name) of this person.
+                  "familyName": "A String", # The family name (last name) of this person.
+                },
+                "url": "A String", # The person's profile url. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+                "gender": "A String", # The person's gender. Values include "male", "female", and "other".
+                "image": { # The person's profile photo. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+                  "url": "A String", # The URL of the person's profile photo.
+                },
+                "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+                "id": "A String", # The person's opensocial ID.
+              },
+              "id": "A String", # The ID for the object.
+              "objectType": "A String", # The object type.
+            },
+          ],
+          "replies": { # Comments in reply to this activity.
+            "totalItems": "A String", # Total number of comments.
+            "items": [ # The list of comments.
+              {
+                "inReplyTo": { # Link to the original activity where this comment was posted.
+                  "type": "A String", # Type of the post on activity stream being commented. Always text/html.
+                  "href": "A String", # Link to the post on activity stream being commented.
+                  "ref": "A String", # Unique identifier of the post on activity stream being commented.
+                  "rel": "inReplyTo", # Relationship between the comment and the post on activity stream being commented. Always inReplyTo.
+                },
+                "kind": "orkut#comment", # Identifies this resource as a comment. Value: "orkut#comment"
+                "links": [ # List of resources for the comment.
+                  { # Links to resources related to the parent object.
+                    "href": "A String", # URL of the link.
+                    "type": "A String", # Media type of the link.
+                    "rel": "A String", # Relation between the resource and the parent object.
+                    "title": "A String", # Title of the link.
+                  },
+                ],
+                "actor": { # The person who posted the comment.
+                  "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+                  "image": { # Image data about the author.
+                    "url": "A String", # A URL that points to a thumbnail photo of the author.
+                  },
+                  "displayName": "A String", # The name of the author, suitable for display.
+                  "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+                },
+                "content": "A String", # The content of the comment in text/html
+                "published": "A String", # The time the comment was initially published, in RFC 3339 format.
+                "id": "A String", # The unique ID for the comment.
+              },
+            ],
+            "url": "A String", # URL for the collection of comments in reply to this activity.
+          },
+          "objectType": "A String", # The type of the object affected by the activity. Clients can use this information to style the rendered activity object differently depending on the content.
+        },
+        "updated": "A String", # The time at which the activity was last updated.
+        "actor": { # The person who performed the activity.
+          "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+          "image": { # Image data about the author.
+            "url": "A String", # A URL that points to a thumbnail photo of the author.
+          },
+          "displayName": "A String", # The name of the author, suitable for display.
+          "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+        },
+        "access": { # Identifies who has access to see this activity.
+          "items": [ # The list of ACL entries.
+            {
+              "type": "A String", # The type of entity to whom access is granted.
+              "id": "A String", # The ID of the entity. For entities of type "person" or "circle", this is the ID of the resource. For other types, this will be unset.
+            },
+          ],
+          "kind": "orkut#acl", # Identifies this resource as an access control list. Value: "orkut#acl"
+          "description": "A String", # Human readable description of the access granted.
+          "totalParticipants": 42, # The total count of participants of the parent resource.
+        },
+        "verb": "A String", # This activity's verb, indicating what action was performed. Possible values are:
+            # - add - User added new content to profile or album, e.g. video, photo.
+            # - post - User publish content to the stream, e.g. status, scrap.
+            # - update - User commented on an activity.
+            # - make-friend - User added a new friend.
+            # - birthday - User has a birthday.
+        "published": "A String", # The time at which the activity was initially published.
+        "id": "A String", # The ID for the activity.
+      },
+    ],
+    "kind": "orkut#activityList", # Identifies this resource as a collection of activities. Value: "orkut#activityList"
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.activityVisibility.html b/docs/dyn/orkut_v2.activityVisibility.html
new file mode 100644
index 0000000..c41949a
--- /dev/null
+++ b/docs/dyn/orkut_v2.activityVisibility.html
@@ -0,0 +1,201 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.activityVisibility.html">activityVisibility</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(activityId)</a></code></p>
+<p class="firstline">Gets the visibility of an existing activity.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(activityId, body)</a></code></p>
+<p class="firstline">Updates the visibility of an existing activity. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(activityId, body)</a></code></p>
+<p class="firstline">Updates the visibility of an existing activity.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(activityId)</code>
+  <pre>Gets the visibility of an existing activity.
+
+Args:
+  activityId: string, ID of the activity to get the visibility. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "orkut#visibility", # Identifies this resource as a visibility item. Value: "orkut#visibility"
+      "visibility": "A String", # The visibility of the resource. Possible values are:
+          # - default: not hidden by the user
+          # - hidden: hidden
+      "links": [ # List of resources for the visibility item.
+        { # Links to resources related to the parent object.
+          "href": "A String", # URL of the link.
+          "type": "A String", # Media type of the link.
+          "rel": "A String", # Relation between the resource and the parent object.
+          "title": "A String", # Title of the link.
+        },
+      ],
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(activityId, body)</code>
+  <pre>Updates the visibility of an existing activity. This method supports patch semantics.
+
+Args:
+  activityId: string, ID of the activity. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "orkut#visibility", # Identifies this resource as a visibility item. Value: "orkut#visibility"
+    "visibility": "A String", # The visibility of the resource. Possible values are:
+        # - default: not hidden by the user
+        # - hidden: hidden
+    "links": [ # List of resources for the visibility item.
+      { # Links to resources related to the parent object.
+        "href": "A String", # URL of the link.
+        "type": "A String", # Media type of the link.
+        "rel": "A String", # Relation between the resource and the parent object.
+        "title": "A String", # Title of the link.
+      },
+    ],
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "orkut#visibility", # Identifies this resource as a visibility item. Value: "orkut#visibility"
+      "visibility": "A String", # The visibility of the resource. Possible values are:
+          # - default: not hidden by the user
+          # - hidden: hidden
+      "links": [ # List of resources for the visibility item.
+        { # Links to resources related to the parent object.
+          "href": "A String", # URL of the link.
+          "type": "A String", # Media type of the link.
+          "rel": "A String", # Relation between the resource and the parent object.
+          "title": "A String", # Title of the link.
+        },
+      ],
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(activityId, body)</code>
+  <pre>Updates the visibility of an existing activity.
+
+Args:
+  activityId: string, ID of the activity. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "orkut#visibility", # Identifies this resource as a visibility item. Value: "orkut#visibility"
+    "visibility": "A String", # The visibility of the resource. Possible values are:
+        # - default: not hidden by the user
+        # - hidden: hidden
+    "links": [ # List of resources for the visibility item.
+      { # Links to resources related to the parent object.
+        "href": "A String", # URL of the link.
+        "type": "A String", # Media type of the link.
+        "rel": "A String", # Relation between the resource and the parent object.
+        "title": "A String", # Title of the link.
+      },
+    ],
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "orkut#visibility", # Identifies this resource as a visibility item. Value: "orkut#visibility"
+      "visibility": "A String", # The visibility of the resource. Possible values are:
+          # - default: not hidden by the user
+          # - hidden: hidden
+      "links": [ # List of resources for the visibility item.
+        { # Links to resources related to the parent object.
+          "href": "A String", # URL of the link.
+          "type": "A String", # Media type of the link.
+          "rel": "A String", # Relation between the resource and the parent object.
+          "title": "A String", # Title of the link.
+        },
+      ],
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.badges.html b/docs/dyn/orkut_v2.badges.html
new file mode 100644
index 0000000..cb9b33d
--- /dev/null
+++ b/docs/dyn/orkut_v2.badges.html
@@ -0,0 +1,136 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.badges.html">badges</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(userId, badgeId)</a></code></p>
+<p class="firstline">Retrieves a badge from a user.</p>
+<p class="toc_element">
+  <code><a href="#list">list(userId)</a></code></p>
+<p class="firstline">Retrieves the list of visible badges of a user.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(userId, badgeId)</code>
+  <pre>Retrieves a badge from a user.
+
+Args:
+  userId: string, The ID of the user whose badges will be listed. Can be me to refer to caller. (required)
+  badgeId: string, The ID of the badge that will be retrieved. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "badgeSmallLogo": "A String", # The URL for the 24x24 badge logo.
+    "kind": "orkut#badge", # Identifies this resource as a badge. Value: "orkut#badge"
+    "description": "A String", # The description for the badge, suitable for display.
+    "sponsorLogo": "A String", # The URL for the 32x32 badge sponsor logo.
+    "sponsorName": "A String", # The name of the badge sponsor, suitable for display.
+    "badgeLargeLogo": "A String", # The URL for the 64x64 badge logo.
+    "caption": "A String", # The name of the badge, suitable for display.
+    "sponsorUrl": "A String", # The URL for the badge sponsor.
+    "id": "A String", # The unique ID for the badge.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(userId)</code>
+  <pre>Retrieves the list of visible badges of a user.
+
+Args:
+  userId: string, The id of the user whose badges will be listed. Can be me to refer to caller. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # List of badges retrieved.
+      {
+        "badgeSmallLogo": "A String", # The URL for the 24x24 badge logo.
+        "kind": "orkut#badge", # Identifies this resource as a badge. Value: "orkut#badge"
+        "description": "A String", # The description for the badge, suitable for display.
+        "sponsorLogo": "A String", # The URL for the 32x32 badge sponsor logo.
+        "sponsorName": "A String", # The name of the badge sponsor, suitable for display.
+        "badgeLargeLogo": "A String", # The URL for the 64x64 badge logo.
+        "caption": "A String", # The name of the badge, suitable for display.
+        "sponsorUrl": "A String", # The URL for the badge sponsor.
+        "id": "A String", # The unique ID for the badge.
+      },
+    ],
+    "kind": "orkut#badgeList", # Identifies this resource as a collection of badges. Value: "orkut#badgeList"
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.comments.html b/docs/dyn/orkut_v2.comments.html
new file mode 100644
index 0000000..0d9ef82
--- /dev/null
+++ b/docs/dyn/orkut_v2.comments.html
@@ -0,0 +1,283 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.comments.html">comments</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(commentId)</a></code></p>
+<p class="firstline">Deletes an existing comment.</p>
+<p class="toc_element">
+  <code><a href="#get">get(commentId, hl=None)</a></code></p>
+<p class="firstline">Retrieves an existing comment.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(activityId, body)</a></code></p>
+<p class="firstline">Inserts a new comment to an activity.</p>
+<p class="toc_element">
+  <code><a href="#list">list(activityId, orderBy=None, pageToken=None, hl=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves a list of comments, possibly filtered.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(commentId)</code>
+  <pre>Deletes an existing comment.
+
+Args:
+  commentId: string, ID of the comment to remove. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(commentId, hl=None)</code>
+  <pre>Retrieves an existing comment.
+
+Args:
+  commentId: string, ID of the comment to get. (required)
+  hl: string, Specifies the interface language (host language) of your user interface.
+
+Returns:
+  An object of the form:
+
+    {
+    "inReplyTo": { # Link to the original activity where this comment was posted.
+      "type": "A String", # Type of the post on activity stream being commented. Always text/html.
+      "href": "A String", # Link to the post on activity stream being commented.
+      "ref": "A String", # Unique identifier of the post on activity stream being commented.
+      "rel": "inReplyTo", # Relationship between the comment and the post on activity stream being commented. Always inReplyTo.
+    },
+    "kind": "orkut#comment", # Identifies this resource as a comment. Value: "orkut#comment"
+    "links": [ # List of resources for the comment.
+      { # Links to resources related to the parent object.
+        "href": "A String", # URL of the link.
+        "type": "A String", # Media type of the link.
+        "rel": "A String", # Relation between the resource and the parent object.
+        "title": "A String", # Title of the link.
+      },
+    ],
+    "actor": { # The person who posted the comment.
+      "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+      "image": { # Image data about the author.
+        "url": "A String", # A URL that points to a thumbnail photo of the author.
+      },
+      "displayName": "A String", # The name of the author, suitable for display.
+      "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+    },
+    "content": "A String", # The content of the comment in text/html
+    "published": "A String", # The time the comment was initially published, in RFC 3339 format.
+    "id": "A String", # The unique ID for the comment.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(activityId, body)</code>
+  <pre>Inserts a new comment to an activity.
+
+Args:
+  activityId: string, The ID of the activity to contain the new comment. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+  "inReplyTo": { # Link to the original activity where this comment was posted.
+    "type": "A String", # Type of the post on activity stream being commented. Always text/html.
+    "href": "A String", # Link to the post on activity stream being commented.
+    "ref": "A String", # Unique identifier of the post on activity stream being commented.
+    "rel": "inReplyTo", # Relationship between the comment and the post on activity stream being commented. Always inReplyTo.
+  },
+  "kind": "orkut#comment", # Identifies this resource as a comment. Value: "orkut#comment"
+  "links": [ # List of resources for the comment.
+    { # Links to resources related to the parent object.
+      "href": "A String", # URL of the link.
+      "type": "A String", # Media type of the link.
+      "rel": "A String", # Relation between the resource and the parent object.
+      "title": "A String", # Title of the link.
+    },
+  ],
+  "actor": { # The person who posted the comment.
+    "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+    "image": { # Image data about the author.
+      "url": "A String", # A URL that points to a thumbnail photo of the author.
+    },
+    "displayName": "A String", # The name of the author, suitable for display.
+    "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+  },
+  "content": "A String", # The content of the comment in text/html
+  "published": "A String", # The time the comment was initially published, in RFC 3339 format.
+  "id": "A String", # The unique ID for the comment.
+}
+
+
+Returns:
+  An object of the form:
+
+    {
+    "inReplyTo": { # Link to the original activity where this comment was posted.
+      "type": "A String", # Type of the post on activity stream being commented. Always text/html.
+      "href": "A String", # Link to the post on activity stream being commented.
+      "ref": "A String", # Unique identifier of the post on activity stream being commented.
+      "rel": "inReplyTo", # Relationship between the comment and the post on activity stream being commented. Always inReplyTo.
+    },
+    "kind": "orkut#comment", # Identifies this resource as a comment. Value: "orkut#comment"
+    "links": [ # List of resources for the comment.
+      { # Links to resources related to the parent object.
+        "href": "A String", # URL of the link.
+        "type": "A String", # Media type of the link.
+        "rel": "A String", # Relation between the resource and the parent object.
+        "title": "A String", # Title of the link.
+      },
+    ],
+    "actor": { # The person who posted the comment.
+      "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+      "image": { # Image data about the author.
+        "url": "A String", # A URL that points to a thumbnail photo of the author.
+      },
+      "displayName": "A String", # The name of the author, suitable for display.
+      "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+    },
+    "content": "A String", # The content of the comment in text/html
+    "published": "A String", # The time the comment was initially published, in RFC 3339 format.
+    "id": "A String", # The unique ID for the comment.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(activityId, orderBy=None, pageToken=None, hl=None, maxResults=None)</code>
+  <pre>Retrieves a list of comments, possibly filtered.
+
+Args:
+  activityId: string, The ID of the activity containing the comments. (required)
+  orderBy: string, Sort search results.
+    Allowed values
+      ascending - Use ascending sort order.
+      descending - Use descending sort order.
+  pageToken: string, A continuation token that allows pagination.
+  hl: string, Specifies the interface language (host language) of your user interface.
+  maxResults: integer, The maximum number of activities to include in the response.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The value of pageToken query parameter in comments.list request to get the next page, if there are more to retrieve.
+    "items": [ # List of comments retrieved.
+      {
+        "inReplyTo": { # Link to the original activity where this comment was posted.
+          "type": "A String", # Type of the post on activity stream being commented. Always text/html.
+          "href": "A String", # Link to the post on activity stream being commented.
+          "ref": "A String", # Unique identifier of the post on activity stream being commented.
+          "rel": "inReplyTo", # Relationship between the comment and the post on activity stream being commented. Always inReplyTo.
+        },
+        "kind": "orkut#comment", # Identifies this resource as a comment. Value: "orkut#comment"
+        "links": [ # List of resources for the comment.
+          { # Links to resources related to the parent object.
+            "href": "A String", # URL of the link.
+            "type": "A String", # Media type of the link.
+            "rel": "A String", # Relation between the resource and the parent object.
+            "title": "A String", # Title of the link.
+          },
+        ],
+        "actor": { # The person who posted the comment.
+          "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+          "image": { # Image data about the author.
+            "url": "A String", # A URL that points to a thumbnail photo of the author.
+          },
+          "displayName": "A String", # The name of the author, suitable for display.
+          "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+        },
+        "content": "A String", # The content of the comment in text/html
+        "published": "A String", # The time the comment was initially published, in RFC 3339 format.
+        "id": "A String", # The unique ID for the comment.
+      },
+    ],
+    "kind": "orkut#commentList", # Identifies this resource as a collection of comments. Value: "orkut#commentList"
+    "previousPageToken": "A String", # The value of pageToken query parameter in comments.list request to get the previous page, if there are more to retrieve.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.communities.html b/docs/dyn/orkut_v2.communities.html
new file mode 100644
index 0000000..ef4c659
--- /dev/null
+++ b/docs/dyn/orkut_v2.communities.html
@@ -0,0 +1,216 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.communities.html">communities</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(communityId, hl=None)</a></code></p>
+<p class="firstline">Retrieves the basic information (aka. profile) of a community.</p>
+<p class="toc_element">
+  <code><a href="#list">list(userId, orderBy=None, hl=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves the list of communities the current user is a member of.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(communityId, hl=None)</code>
+  <pre>Retrieves the basic information (aka. profile) of a community.
+
+Args:
+  communityId: integer, The ID of the community to get. (required)
+  hl: string, Specifies the interface language (host language) of your user interface.
+
+Returns:
+  An object of the form:
+
+    {
+    "category": "A String", # The category of the community.
+    "kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"
+    "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.
+    "description": "A String", # The description of the community.
+    "language": "A String", # The official language of the community.
+    "links": [ # List of resources for the community.
+      { # Links to resources related to the parent object.
+        "href": "A String", # URL of the link.
+        "type": "A String", # Media type of the link.
+        "rel": "A String", # Relation between the resource and the parent object.
+        "title": "A String", # Title of the link.
+      },
+    ],
+    "creation_date": "A String", # The time the community was created, in RFC 3339 format.
+    "owner": { # The person who owns the community.
+      "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+      "image": { # Image data about the author.
+        "url": "A String", # A URL that points to a thumbnail photo of the author.
+      },
+      "displayName": "A String", # The name of the author, suitable for display.
+      "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+    },
+    "moderators": [ # The list of moderators of the community.
+      {
+        "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+        "image": { # Image data about the author.
+          "url": "A String", # A URL that points to a thumbnail photo of the author.
+        },
+        "displayName": "A String", # The name of the author, suitable for display.
+        "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+      },
+    ],
+    "location": "A String", # The location of the community.
+    "co_owners": [ # The co-owners of the community.
+      {
+        "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+        "image": { # Image data about the author.
+          "url": "A String", # A URL that points to a thumbnail photo of the author.
+        },
+        "displayName": "A String", # The name of the author, suitable for display.
+        "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+      },
+    ],
+    "photo_url": "A String", # The photo of the community.
+    "id": 42, # The id of the community.
+    "name": "A String", # The name of the community.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(userId, orderBy=None, hl=None, maxResults=None)</code>
+  <pre>Retrieves the list of communities the current user is a member of.
+
+Args:
+  userId: string, The ID of the user whose communities will be listed. Can be me to refer to caller. (required)
+  orderBy: string, How to order the communities by.
+    Allowed values
+      id - Returns the communities sorted by a fixed, natural order.
+      ranked - Returns the communities ranked accordingly to how they are displayed on the orkut web application.
+  hl: string, Specifies the interface language (host language) of your user interface.
+  maxResults: integer, The maximum number of communities to include in the response.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # List of communities retrieved.
+      {
+        "category": "A String", # The category of the community.
+        "kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"
+        "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.
+        "description": "A String", # The description of the community.
+        "language": "A String", # The official language of the community.
+        "links": [ # List of resources for the community.
+          { # Links to resources related to the parent object.
+            "href": "A String", # URL of the link.
+            "type": "A String", # Media type of the link.
+            "rel": "A String", # Relation between the resource and the parent object.
+            "title": "A String", # Title of the link.
+          },
+        ],
+        "creation_date": "A String", # The time the community was created, in RFC 3339 format.
+        "owner": { # The person who owns the community.
+          "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+          "image": { # Image data about the author.
+            "url": "A String", # A URL that points to a thumbnail photo of the author.
+          },
+          "displayName": "A String", # The name of the author, suitable for display.
+          "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+        },
+        "moderators": [ # The list of moderators of the community.
+          {
+            "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+            "image": { # Image data about the author.
+              "url": "A String", # A URL that points to a thumbnail photo of the author.
+            },
+            "displayName": "A String", # The name of the author, suitable for display.
+            "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+          },
+        ],
+        "location": "A String", # The location of the community.
+        "co_owners": [ # The co-owners of the community.
+          {
+            "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+            "image": { # Image data about the author.
+              "url": "A String", # A URL that points to a thumbnail photo of the author.
+            },
+            "displayName": "A String", # The name of the author, suitable for display.
+            "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+          },
+        ],
+        "photo_url": "A String", # The photo of the community.
+        "id": 42, # The id of the community.
+        "name": "A String", # The name of the community.
+      },
+    ],
+    "kind": "orkut#communityList", # Identifies this resource as a collection of communities. Value: "orkut#communityList"
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.communityFollow.html b/docs/dyn/orkut_v2.communityFollow.html
new file mode 100644
index 0000000..2002c14
--- /dev/null
+++ b/docs/dyn/orkut_v2.communityFollow.html
@@ -0,0 +1,136 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.communityFollow.html">communityFollow</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(communityId, userId)</a></code></p>
+<p class="firstline">Removes a user from the followers of a community.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(communityId, userId)</a></code></p>
+<p class="firstline">Adds a user as a follower of a community.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(communityId, userId)</code>
+  <pre>Removes a user from the followers of a community.
+
+Args:
+  communityId: integer, ID of the community. (required)
+  userId: string, ID of the user. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(communityId, userId)</code>
+  <pre>Adds a user as a follower of a community.
+
+Args:
+  communityId: integer, ID of the community. (required)
+  userId: string, ID of the user. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "communityMembershipStatus": { # Status and permissions of the user related to the community.
+      "status": "A String", # The status of the current link between the community and the user.
+      "isFollowing": True or False, # Whether the user is following this community.
+      "isRestoreAvailable": True or False, # Whether the restore operation is available for the community.
+      "isModerator": True or False, # Whether the session user is a community moderator.
+      "kind": "orkut#communityMembershipStatus", # Kind of this item. Always orkut#communityMembershipStatus.
+      "isCoOwner": True or False, # Whether the session user is a community co-owner.
+      "canCreatePoll": True or False, # Whether the user can create a poll in this community.
+      "canShout": True or False, # Whether the user can perform a shout operation in this community.
+      "isOwner": True or False, # Whether the session user is the community owner.
+      "canCreateTopic": True or False, # Whether the user can create a topic in this community.
+      "isTakebackAvailable": True or False, # Whether the take-back operation is available for the community.
+    },
+    "person": { # Description of the community member.
+      "name": { # An object that encapsulates the individual components of a person's name.
+        "givenName": "A String", # The given name (first name) of this person.
+        "familyName": "A String", # The family name (last name) of this person.
+      },
+      "url": "A String", # The person's profile url. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+      "gender": "A String", # The person's gender. Values include "male", "female", and "other".
+      "image": { # The person's profile photo. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+        "url": "A String", # The URL of the person's profile photo.
+      },
+      "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+      "id": "A String", # The person's opensocial ID.
+    },
+    "kind": "orkut#communityMembers", # Kind of this item. Always orkut#communityMembers.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.communityMembers.html b/docs/dyn/orkut_v2.communityMembers.html
new file mode 100644
index 0000000..6e527c4
--- /dev/null
+++ b/docs/dyn/orkut_v2.communityMembers.html
@@ -0,0 +1,256 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.communityMembers.html">communityMembers</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(communityId, userId)</a></code></p>
+<p class="firstline">Makes the user leave a community.</p>
+<p class="toc_element">
+  <code><a href="#get">get(communityId, userId, hl=None)</a></code></p>
+<p class="firstline">Retrieves the relationship between a user and a community.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(communityId, userId)</a></code></p>
+<p class="firstline">Makes the user join a community.</p>
+<p class="toc_element">
+  <code><a href="#list">list(communityId, friendsOnly=None, pageToken=None, hl=None, maxResults=None)</a></code></p>
+<p class="firstline">Lists members of a community. Use the pagination tokens to retrieve the full list; do not rely on the member count available in the community profile information to know when to stop iterating, as that count may be approximate.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(communityId, userId)</code>
+  <pre>Makes the user leave a community.
+
+Args:
+  communityId: integer, ID of the community. (required)
+  userId: string, ID of the user. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(communityId, userId, hl=None)</code>
+  <pre>Retrieves the relationship between a user and a community.
+
+Args:
+  communityId: integer, ID of the community. (required)
+  userId: string, ID of the user. (required)
+  hl: string, Specifies the interface language (host language) of your user interface.
+
+Returns:
+  An object of the form:
+
+    {
+    "communityMembershipStatus": { # Status and permissions of the user related to the community.
+      "status": "A String", # The status of the current link between the community and the user.
+      "isFollowing": True or False, # Whether the user is following this community.
+      "isRestoreAvailable": True or False, # Whether the restore operation is available for the community.
+      "isModerator": True or False, # Whether the session user is a community moderator.
+      "kind": "orkut#communityMembershipStatus", # Kind of this item. Always orkut#communityMembershipStatus.
+      "isCoOwner": True or False, # Whether the session user is a community co-owner.
+      "canCreatePoll": True or False, # Whether the user can create a poll in this community.
+      "canShout": True or False, # Whether the user can perform a shout operation in this community.
+      "isOwner": True or False, # Whether the session user is the community owner.
+      "canCreateTopic": True or False, # Whether the user can create a topic in this community.
+      "isTakebackAvailable": True or False, # Whether the take-back operation is available for the community.
+    },
+    "person": { # Description of the community member.
+      "name": { # An object that encapsulates the individual components of a person's name.
+        "givenName": "A String", # The given name (first name) of this person.
+        "familyName": "A String", # The family name (last name) of this person.
+      },
+      "url": "A String", # The person's profile url. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+      "gender": "A String", # The person's gender. Values include "male", "female", and "other".
+      "image": { # The person's profile photo. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+        "url": "A String", # The URL of the person's profile photo.
+      },
+      "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+      "id": "A String", # The person's opensocial ID.
+    },
+    "kind": "orkut#communityMembers", # Kind of this item. Always orkut#communityMembers.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(communityId, userId)</code>
+  <pre>Makes the user join a community.
+
+Args:
+  communityId: integer, ID of the community. (required)
+  userId: string, ID of the user. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "communityMembershipStatus": { # Status and permissions of the user related to the community.
+      "status": "A String", # The status of the current link between the community and the user.
+      "isFollowing": True or False, # Whether the user is following this community.
+      "isRestoreAvailable": True or False, # Whether the restore operation is available for the community.
+      "isModerator": True or False, # Whether the session user is a community moderator.
+      "kind": "orkut#communityMembershipStatus", # Kind of this item. Always orkut#communityMembershipStatus.
+      "isCoOwner": True or False, # Whether the session user is a community co-owner.
+      "canCreatePoll": True or False, # Whether the user can create a poll in this community.
+      "canShout": True or False, # Whether the user can perform a shout operation in this community.
+      "isOwner": True or False, # Whether the session user is the community owner.
+      "canCreateTopic": True or False, # Whether the user can create a topic in this community.
+      "isTakebackAvailable": True or False, # Whether the take-back operation is available for the community.
+    },
+    "person": { # Description of the community member.
+      "name": { # An object that encapsulates the individual components of a person's name.
+        "givenName": "A String", # The given name (first name) of this person.
+        "familyName": "A String", # The family name (last name) of this person.
+      },
+      "url": "A String", # The person's profile url. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+      "gender": "A String", # The person's gender. Values include "male", "female", and "other".
+      "image": { # The person's profile photo. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+        "url": "A String", # The URL of the person's profile photo.
+      },
+      "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+      "id": "A String", # The person's opensocial ID.
+    },
+    "kind": "orkut#communityMembers", # Kind of this item. Always orkut#communityMembers.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(communityId, friendsOnly=None, pageToken=None, hl=None, maxResults=None)</code>
+  <pre>Lists members of a community. Use the pagination tokens to retrieve the full list; do not rely on the member count available in the community profile information to know when to stop iterating, as that count may be approximate.
+
+Args:
+  communityId: integer, The ID of the community whose members will be listed. (required)
+  friendsOnly: boolean, Whether to list only community members who are friends of the user.
+  pageToken: string, A continuation token that allows pagination.
+  hl: string, Specifies the interface language (host language) of your user interface.
+  maxResults: integer, The maximum number of members to include in the response.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The value of pageToken query parameter in community_members.list request to get the next page, if there are more to retrieve.
+    "kind": "orkut#communityMembersList", # Kind of this item. Always orkut#communityMembersList.
+    "items": [ # List of community members retrieved.
+      {
+        "communityMembershipStatus": { # Status and permissions of the user related to the community.
+          "status": "A String", # The status of the current link between the community and the user.
+          "isFollowing": True or False, # Whether the user is following this community.
+          "isRestoreAvailable": True or False, # Whether the restore operation is available for the community.
+          "isModerator": True or False, # Whether the session user is a community moderator.
+          "kind": "orkut#communityMembershipStatus", # Kind of this item. Always orkut#communityMembershipStatus.
+          "isCoOwner": True or False, # Whether the session user is a community co-owner.
+          "canCreatePoll": True or False, # Whether the user can create a poll in this community.
+          "canShout": True or False, # Whether the user can perform a shout operation in this community.
+          "isOwner": True or False, # Whether the session user is the community owner.
+          "canCreateTopic": True or False, # Whether the user can create a topic in this community.
+          "isTakebackAvailable": True or False, # Whether the take-back operation is available for the community.
+        },
+        "person": { # Description of the community member.
+          "name": { # An object that encapsulates the individual components of a person's name.
+            "givenName": "A String", # The given name (first name) of this person.
+            "familyName": "A String", # The family name (last name) of this person.
+          },
+          "url": "A String", # The person's profile url. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+          "gender": "A String", # The person's gender. Values include "male", "female", and "other".
+          "image": { # The person's profile photo. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+            "url": "A String", # The URL of the person's profile photo.
+          },
+          "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+          "id": "A String", # The person's opensocial ID.
+        },
+        "kind": "orkut#communityMembers", # Kind of this item. Always orkut#communityMembers.
+      },
+    ],
+    "prevPageToken": "A String", # The value of pageToken query parameter in community_members.list request to get the previous page, if there are more to retrieve.
+    "lastPageToken": "A String", # The value of pageToken query parameter in community_members.list request to get the last page.
+    "firstPageToken": "A String", # The value of pageToken query parameter in community_members.list request to get the first page.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.communityMessages.html b/docs/dyn/orkut_v2.communityMessages.html
new file mode 100644
index 0000000..14070dc
--- /dev/null
+++ b/docs/dyn/orkut_v2.communityMessages.html
@@ -0,0 +1,229 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.communityMessages.html">communityMessages</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(communityId, topicId, messageId)</a></code></p>
+<p class="firstline">Moves a message of the community to the trash folder.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(communityId, topicId, body)</a></code></p>
+<p class="firstline">Adds a message to a given community topic.</p>
+<p class="toc_element">
+  <code><a href="#list">list(communityId, topicId, pageToken=None, hl=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves the messages of a topic of a community.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(communityId, topicId, messageId)</code>
+  <pre>Moves a message of the community to the trash folder.
+
+Args:
+  communityId: integer, The ID of the community whose message will be moved to the trash folder. (required)
+  topicId: string, The ID of the topic whose message will be moved to the trash folder. (required)
+  messageId: string, The ID of the message to be moved to the trash folder. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(communityId, topicId, body)</code>
+  <pre>Adds a message to a given community topic.
+
+Args:
+  communityId: integer, The ID of the community the message should be added to. (required)
+  topicId: string, The ID of the topic the message should be added to. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "body": "A String", # The body of the message.
+    "kind": "orkut#communityMessage", # Identifies this resource as a community message. Value: "orkut#communityMessage"
+    "links": [ # List of resources for the community message.
+      { # Links to resources related to the parent object.
+        "href": "A String", # URL of the link.
+        "type": "A String", # Media type of the link.
+        "rel": "A String", # Relation between the resource and the parent object.
+        "title": "A String", # Title of the link.
+      },
+    ],
+    "author": { # The creator of the message. If ommited, the message is annonimous.
+      "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+      "image": { # Image data about the author.
+        "url": "A String", # A URL that points to a thumbnail photo of the author.
+      },
+      "displayName": "A String", # The name of the author, suitable for display.
+      "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+    },
+    "id": "A String", # The ID of the message.
+    "addedDate": "A String", # The timestamp of the date when the message was added, in RFC 3339 format.
+    "isSpam": True or False, # Whether this post was marked as spam by the viewer, when he/she is not the community owner or one of its moderators.
+    "subject": "A String", # The subject of the message.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "body": "A String", # The body of the message.
+      "kind": "orkut#communityMessage", # Identifies this resource as a community message. Value: "orkut#communityMessage"
+      "links": [ # List of resources for the community message.
+        { # Links to resources related to the parent object.
+          "href": "A String", # URL of the link.
+          "type": "A String", # Media type of the link.
+          "rel": "A String", # Relation between the resource and the parent object.
+          "title": "A String", # Title of the link.
+        },
+      ],
+      "author": { # The creator of the message. If ommited, the message is annonimous.
+        "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+        "image": { # Image data about the author.
+          "url": "A String", # A URL that points to a thumbnail photo of the author.
+        },
+        "displayName": "A String", # The name of the author, suitable for display.
+        "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+      },
+      "id": "A String", # The ID of the message.
+      "addedDate": "A String", # The timestamp of the date when the message was added, in RFC 3339 format.
+      "isSpam": True or False, # Whether this post was marked as spam by the viewer, when he/she is not the community owner or one of its moderators.
+      "subject": "A String", # The subject of the message.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(communityId, topicId, pageToken=None, hl=None, maxResults=None)</code>
+  <pre>Retrieves the messages of a topic of a community.
+
+Args:
+  communityId: integer, The ID of the community which messages will be listed. (required)
+  topicId: string, The ID of the topic which messages will be listed. (required)
+  pageToken: string, A continuation token that allows pagination.
+  hl: string, Specifies the interface language (host language) of your user interface.
+  maxResults: integer, The maximum number of messages to include in the response.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The value of pageToken query parameter in community_messages.list request to get the next page, if there are more to retrieve.
+    "kind": "orkut#communityMessageList", # Identifies this resource as a collection of community messages. Value: "orkut#communityMessageList"
+    "items": [ # List of messages retrieved.
+      {
+          "body": "A String", # The body of the message.
+          "kind": "orkut#communityMessage", # Identifies this resource as a community message. Value: "orkut#communityMessage"
+          "links": [ # List of resources for the community message.
+            { # Links to resources related to the parent object.
+              "href": "A String", # URL of the link.
+              "type": "A String", # Media type of the link.
+              "rel": "A String", # Relation between the resource and the parent object.
+              "title": "A String", # Title of the link.
+            },
+          ],
+          "author": { # The creator of the message. If ommited, the message is annonimous.
+            "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+            "image": { # Image data about the author.
+              "url": "A String", # A URL that points to a thumbnail photo of the author.
+            },
+            "displayName": "A String", # The name of the author, suitable for display.
+            "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+          },
+          "id": "A String", # The ID of the message.
+          "addedDate": "A String", # The timestamp of the date when the message was added, in RFC 3339 format.
+          "isSpam": True or False, # Whether this post was marked as spam by the viewer, when he/she is not the community owner or one of its moderators.
+          "subject": "A String", # The subject of the message.
+        },
+    ],
+    "prevPageToken": "A String", # The value of pageToken query parameter in community_messages.list request to get the previous page, if there are more to retrieve.
+    "lastPageToken": "A String", # The value of pageToken query parameter in community_messages.list request to get the last page.
+    "firstPageToken": "A String", # The value of pageToken query parameter in community_messages.list request to get the first page.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.communityPollComments.html b/docs/dyn/orkut_v2.communityPollComments.html
new file mode 100644
index 0000000..377515f
--- /dev/null
+++ b/docs/dyn/orkut_v2.communityPollComments.html
@@ -0,0 +1,185 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.communityPollComments.html">communityPollComments</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#insert">insert(communityId, pollId, body)</a></code></p>
+<p class="firstline">Adds a comment on a community poll.</p>
+<p class="toc_element">
+  <code><a href="#list">list(communityId, pollId, pageToken=None, hl=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves the comments of a community poll.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="insert">insert(communityId, pollId, body)</code>
+  <pre>Adds a comment on a community poll.
+
+Args:
+  communityId: integer, The ID of the community whose poll is being commented. (required)
+  pollId: string, The ID of the poll being commented. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "body": "A String", # The body of the message.
+    "kind": "orkut#communityPollComment", # Identifies this resource as a community poll comment. Value: "orkut#communityPollComment"
+    "addedDate": "A String", # The date when the message was added, in RFC 3339 format.
+    "id": 42, # The ID of the comment.
+    "author": { # The creator of the comment.
+      "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+      "image": { # Image data about the author.
+        "url": "A String", # A URL that points to a thumbnail photo of the author.
+      },
+      "displayName": "A String", # The name of the author, suitable for display.
+      "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "body": "A String", # The body of the message.
+      "kind": "orkut#communityPollComment", # Identifies this resource as a community poll comment. Value: "orkut#communityPollComment"
+      "addedDate": "A String", # The date when the message was added, in RFC 3339 format.
+      "id": 42, # The ID of the comment.
+      "author": { # The creator of the comment.
+        "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+        "image": { # Image data about the author.
+          "url": "A String", # A URL that points to a thumbnail photo of the author.
+        },
+        "displayName": "A String", # The name of the author, suitable for display.
+        "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(communityId, pollId, pageToken=None, hl=None, maxResults=None)</code>
+  <pre>Retrieves the comments of a community poll.
+
+Args:
+  communityId: integer, The ID of the community whose poll is having its comments listed. (required)
+  pollId: string, The ID of the community whose polls will be listed. (required)
+  pageToken: string, A continuation token that allows pagination.
+  hl: string, Specifies the interface language (host language) of your user interface.
+  maxResults: integer, The maximum number of comments to include in the response.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The value of pageToken query parameter in community_poll_comments.list request to get the next page, if there are more to retrieve.
+    "kind": "orkut#CommunityPollCommentList", # Identifies this resource as a collection of community poll comments. Value: "orkut#CommunityPollCommentList"
+    "items": [ # List of community poll comments retrieved.
+      {
+          "body": "A String", # The body of the message.
+          "kind": "orkut#communityPollComment", # Identifies this resource as a community poll comment. Value: "orkut#communityPollComment"
+          "addedDate": "A String", # The date when the message was added, in RFC 3339 format.
+          "id": 42, # The ID of the comment.
+          "author": { # The creator of the comment.
+            "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+            "image": { # Image data about the author.
+              "url": "A String", # A URL that points to a thumbnail photo of the author.
+            },
+            "displayName": "A String", # The name of the author, suitable for display.
+            "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+          },
+        },
+    ],
+    "prevPageToken": "A String", # The value of pageToken query parameter in community_poll_comments.list request to get the previous page, if there are more to retrieve.
+    "lastPageToken": "A String", # The value of pageToken query parameter in community_poll_comments.list request to get the last page.
+    "firstPageToken": "A String", # The value of pageToken query parameter in community_poll_comments.list request to get the first page.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.communityPollVotes.html b/docs/dyn/orkut_v2.communityPollVotes.html
new file mode 100644
index 0000000..00f5269
--- /dev/null
+++ b/docs/dyn/orkut_v2.communityPollVotes.html
@@ -0,0 +1,112 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.communityPollVotes.html">communityPollVotes</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#insert">insert(communityId, pollId, body)</a></code></p>
+<p class="firstline">Votes on a community poll.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="insert">insert(communityId, pollId, body)</code>
+  <pre>Votes on a community poll.
+
+Args:
+  communityId: integer, The ID of the community whose poll is being voted. (required)
+  pollId: string, The ID of the poll being voted. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "orkut#communityPollVote", # Identifies this resource as a community poll vote. Value: "orkut#communityPollVote"
+    "optionIds": [ # The ids of the voted options.
+      42,
+    ],
+    "isVotevisible": True or False, # Whether this vote is visible to other users or not.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "orkut#communityPollVote", # Identifies this resource as a community poll vote. Value: "orkut#communityPollVote"
+      "optionIds": [ # The ids of the voted options.
+        42,
+      ],
+      "isVotevisible": True or False, # Whether this vote is visible to other users or not.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.communityPolls.html b/docs/dyn/orkut_v2.communityPolls.html
new file mode 100644
index 0000000..5aa5df3
--- /dev/null
+++ b/docs/dyn/orkut_v2.communityPolls.html
@@ -0,0 +1,241 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.communityPolls.html">communityPolls</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(communityId, pollId, hl=None)</a></code></p>
+<p class="firstline">Retrieves one specific poll of a community.</p>
+<p class="toc_element">
+  <code><a href="#list">list(communityId, pageToken=None, hl=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves the polls of a community.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(communityId, pollId, hl=None)</code>
+  <pre>Retrieves one specific poll of a community.
+
+Args:
+  communityId: integer, The ID of the community for whose poll will be retrieved. (required)
+  pollId: string, The ID of the poll to get. (required)
+  hl: string, Specifies the interface language (host language) of your user interface.
+
+Returns:
+  An object of the form:
+
+    {
+    "links": [ # List of resources for the community poll.
+      { # Links to resources related to the parent object.
+        "href": "A String", # URL of the link.
+        "type": "A String", # Media type of the link.
+        "rel": "A String", # Relation between the resource and the parent object.
+        "title": "A String", # Title of the link.
+      },
+    ],
+    "isMultipleAnswers": True or False, # Whether this poll allows voting for more than one option.
+    "image": { # The image representing the poll. Field is omitted if no image exists.
+      "url": "A String", # A URL that points to an image of the poll.
+    },
+    "endingTime": "A String", # The ending date of this poll or empty if the poll doesn't have one.
+    "isVotingAllowedForNonMembers": True or False, # Whether non-members of the community can vote on the poll.
+    "isSpam": True or False, # Whether the user has marked this poll as spam. This only affects the poll for this user, not globally.
+    "totalNumberOfVotes": 42, # The total number of votes this poll has received.
+    "author": { # The person who created the poll.
+      "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+      "image": { # Image data about the author.
+        "url": "A String", # A URL that points to a thumbnail photo of the author.
+      },
+      "displayName": "A String", # The name of the author, suitable for display.
+      "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+    },
+    "question": "A String", # The poll question.
+    "id": "A String", # The poll ID.
+    "isRestricted": True or False, # Whether this poll is restricted for members only. If a poll is open but the user can't vote on it, it's been restricted to members only. This information is important to tell this case apart from the one where the user can't vote simply because the poll is already closed.
+    "communityId": 42, # The ID of the community.
+    "isUsersVotePublic": True or False, # If user has already voted, whether his vote is publicly visible.
+    "lastUpdate": "A String", # The date of the last update of this poll.
+    "description": "A String", # The poll description.
+    "votedOptions": [ # List of options the user has voted on, if there are any.
+      42,
+    ],
+    "isOpenForVoting": True or False, # Whether this poll is still opened for voting. A poll is open for voting if it is not closed, the user has not yet voted on it and the user has the permission to do so, which happens if he/she is either a community member or the poll is open for everybody.
+    "isClosed": True or False, # Whether the poll is not expired if there is an expiration date. A poll is open (that is, not closed for voting) if it either is not expired or doesn't have an expiration date at all. Note that just because a poll is open, it doesn't mean that the requester can vote on it.
+    "hasVoted": True or False, # Whether the user has voted on this poll.
+    "kind": "orkut#communityPoll", # Identifies this resource as a community poll. Value: "orkut#communityPoll"
+    "creationTime": "A String", # The date of creation of this poll
+    "options": [ # List of options of this poll.
+      {
+        "image": { # Image data about the poll option. Field is omitted if no image exists.
+          "url": "A String", # A URL that points to an image of the poll question.
+        },
+        "optionId": 42, # The poll option ID
+        "description": "A String", # The option description.
+        "numberOfVotes": 42, # The total number of votes that this option received.
+      },
+    ],
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(communityId, pageToken=None, hl=None, maxResults=None)</code>
+  <pre>Retrieves the polls of a community.
+
+Args:
+  communityId: integer, The ID of the community which polls will be listed. (required)
+  pageToken: string, A continuation token that allows pagination.
+  hl: string, Specifies the interface language (host language) of your user interface.
+  maxResults: integer, The maximum number of polls to include in the response.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The value of pageToken query parameter in community_polls.list request to get the next page, if there are more to retrieve.
+    "kind": "orkut#communityPollList", # Identifies this resource as a collection of community polls. Value: "orkut#communityPollList"
+    "items": [ # List of community polls retrieved.
+      {
+        "links": [ # List of resources for the community poll.
+          { # Links to resources related to the parent object.
+            "href": "A String", # URL of the link.
+            "type": "A String", # Media type of the link.
+            "rel": "A String", # Relation between the resource and the parent object.
+            "title": "A String", # Title of the link.
+          },
+        ],
+        "isMultipleAnswers": True or False, # Whether this poll allows voting for more than one option.
+        "image": { # The image representing the poll. Field is omitted if no image exists.
+          "url": "A String", # A URL that points to an image of the poll.
+        },
+        "endingTime": "A String", # The ending date of this poll or empty if the poll doesn't have one.
+        "isVotingAllowedForNonMembers": True or False, # Whether non-members of the community can vote on the poll.
+        "isSpam": True or False, # Whether the user has marked this poll as spam. This only affects the poll for this user, not globally.
+        "totalNumberOfVotes": 42, # The total number of votes this poll has received.
+        "author": { # The person who created the poll.
+          "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+          "image": { # Image data about the author.
+            "url": "A String", # A URL that points to a thumbnail photo of the author.
+          },
+          "displayName": "A String", # The name of the author, suitable for display.
+          "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+        },
+        "question": "A String", # The poll question.
+        "id": "A String", # The poll ID.
+        "isRestricted": True or False, # Whether this poll is restricted for members only. If a poll is open but the user can't vote on it, it's been restricted to members only. This information is important to tell this case apart from the one where the user can't vote simply because the poll is already closed.
+        "communityId": 42, # The ID of the community.
+        "isUsersVotePublic": True or False, # If user has already voted, whether his vote is publicly visible.
+        "lastUpdate": "A String", # The date of the last update of this poll.
+        "description": "A String", # The poll description.
+        "votedOptions": [ # List of options the user has voted on, if there are any.
+          42,
+        ],
+        "isOpenForVoting": True or False, # Whether this poll is still opened for voting. A poll is open for voting if it is not closed, the user has not yet voted on it and the user has the permission to do so, which happens if he/she is either a community member or the poll is open for everybody.
+        "isClosed": True or False, # Whether the poll is not expired if there is an expiration date. A poll is open (that is, not closed for voting) if it either is not expired or doesn't have an expiration date at all. Note that just because a poll is open, it doesn't mean that the requester can vote on it.
+        "hasVoted": True or False, # Whether the user has voted on this poll.
+        "kind": "orkut#communityPoll", # Identifies this resource as a community poll. Value: "orkut#communityPoll"
+        "creationTime": "A String", # The date of creation of this poll
+        "options": [ # List of options of this poll.
+          {
+            "image": { # Image data about the poll option. Field is omitted if no image exists.
+              "url": "A String", # A URL that points to an image of the poll question.
+            },
+            "optionId": 42, # The poll option ID
+            "description": "A String", # The option description.
+            "numberOfVotes": 42, # The total number of votes that this option received.
+          },
+        ],
+      },
+    ],
+    "prevPageToken": "A String", # The value of pageToken query parameter in community_polls.list request to get the previous page, if there are more to retrieve.
+    "lastPageToken": "A String", # The value of pageToken query parameter in community_polls.list request to get the last page.
+    "firstPageToken": "A String", # The value of pageToken query parameter in community_polls.list request to get the first page.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.communityRelated.html b/docs/dyn/orkut_v2.communityRelated.html
new file mode 100644
index 0000000..bf7752b
--- /dev/null
+++ b/docs/dyn/orkut_v2.communityRelated.html
@@ -0,0 +1,147 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.communityRelated.html">communityRelated</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(communityId, hl=None)</a></code></p>
+<p class="firstline">Retrieves the communities related to another one.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(communityId, hl=None)</code>
+  <pre>Retrieves the communities related to another one.
+
+Args:
+  communityId: integer, The ID of the community whose related communities will be listed. (required)
+  hl: string, Specifies the interface language (host language) of your user interface.
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # List of communities retrieved.
+      {
+        "category": "A String", # The category of the community.
+        "kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"
+        "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.
+        "description": "A String", # The description of the community.
+        "language": "A String", # The official language of the community.
+        "links": [ # List of resources for the community.
+          { # Links to resources related to the parent object.
+            "href": "A String", # URL of the link.
+            "type": "A String", # Media type of the link.
+            "rel": "A String", # Relation between the resource and the parent object.
+            "title": "A String", # Title of the link.
+          },
+        ],
+        "creation_date": "A String", # The time the community was created, in RFC 3339 format.
+        "owner": { # The person who owns the community.
+          "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+          "image": { # Image data about the author.
+            "url": "A String", # A URL that points to a thumbnail photo of the author.
+          },
+          "displayName": "A String", # The name of the author, suitable for display.
+          "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+        },
+        "moderators": [ # The list of moderators of the community.
+          {
+            "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+            "image": { # Image data about the author.
+              "url": "A String", # A URL that points to a thumbnail photo of the author.
+            },
+            "displayName": "A String", # The name of the author, suitable for display.
+            "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+          },
+        ],
+        "location": "A String", # The location of the community.
+        "co_owners": [ # The co-owners of the community.
+          {
+            "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+            "image": { # Image data about the author.
+              "url": "A String", # A URL that points to a thumbnail photo of the author.
+            },
+            "displayName": "A String", # The name of the author, suitable for display.
+            "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+          },
+        ],
+        "photo_url": "A String", # The photo of the community.
+        "id": 42, # The id of the community.
+        "name": "A String", # The name of the community.
+      },
+    ],
+    "kind": "orkut#communityList", # Identifies this resource as a collection of communities. Value: "orkut#communityList"
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.communityTopics.html b/docs/dyn/orkut_v2.communityTopics.html
new file mode 100644
index 0000000..87d7c94
--- /dev/null
+++ b/docs/dyn/orkut_v2.communityTopics.html
@@ -0,0 +1,380 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.communityTopics.html">communityTopics</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(communityId, topicId)</a></code></p>
+<p class="firstline">Moves a topic of the community to the trash folder.</p>
+<p class="toc_element">
+  <code><a href="#get">get(communityId, topicId, hl=None)</a></code></p>
+<p class="firstline">Retrieves a topic of a community.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(communityId, body, isShout=None)</a></code></p>
+<p class="firstline">Adds a topic to a given community.</p>
+<p class="toc_element">
+  <code><a href="#list">list(communityId, pageToken=None, hl=None, maxResults=None)</a></code></p>
+<p class="firstline">Retrieves the topics of a community.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(communityId, topicId)</code>
+  <pre>Moves a topic of the community to the trash folder.
+
+Args:
+  communityId: integer, The ID of the community whose topic will be moved to the trash folder. (required)
+  topicId: string, The ID of the topic to be moved to the trash folder. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(communityId, topicId, hl=None)</code>
+  <pre>Retrieves a topic of a community.
+
+Args:
+  communityId: integer, The ID of the community whose topic will be retrieved. (required)
+  topicId: string, The ID of the topic to get. (required)
+  hl: string, Specifies the interface language (host language) of your user interface.
+
+Returns:
+  An object of the form:
+
+    {
+      "body": "A String", # The body of the topic.
+      "lastUpdate": "A String", # The timestamp of the last update, in RFC 3339 format.
+      "kind": "orkut#communityTopic", # Identifies this resource as a community topic. Value: "orkut#communityTopic"
+      "links": [ # List of resources for the community.
+        { # Links to resources related to the parent object.
+          "href": "A String", # URL of the link.
+          "type": "A String", # Media type of the link.
+          "rel": "A String", # Relation between the resource and the parent object.
+          "title": "A String", # Title of the link.
+        },
+      ],
+      "author": { # The creator of the topic.
+        "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+        "image": { # Image data about the author.
+          "url": "A String", # A URL that points to a thumbnail photo of the author.
+        },
+        "displayName": "A String", # The name of the author, suitable for display.
+        "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+      },
+      "title": "A String", # The title of the topic.
+      "messages": [ # Most recent messages.
+        {
+            "body": "A String", # The body of the message.
+            "kind": "orkut#communityMessage", # Identifies this resource as a community message. Value: "orkut#communityMessage"
+            "links": [ # List of resources for the community message.
+              { # Links to resources related to the parent object.
+                "href": "A String", # URL of the link.
+                "type": "A String", # Media type of the link.
+                "rel": "A String", # Relation between the resource and the parent object.
+                "title": "A String", # Title of the link.
+              },
+            ],
+            "author": { # The creator of the message. If ommited, the message is annonimous.
+              "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+              "image": { # Image data about the author.
+                "url": "A String", # A URL that points to a thumbnail photo of the author.
+              },
+              "displayName": "A String", # The name of the author, suitable for display.
+              "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+            },
+            "id": "A String", # The ID of the message.
+            "addedDate": "A String", # The timestamp of the date when the message was added, in RFC 3339 format.
+            "isSpam": True or False, # Whether this post was marked as spam by the viewer, when he/she is not the community owner or one of its moderators.
+            "subject": "A String", # The subject of the message.
+          },
+      ],
+      "latestMessageSnippet": "A String", # Snippet of the last message posted on this topic.
+      "isClosed": True or False, # Whether the topic is closed for new messages.
+      "numberOfReplies": 42, # The total number of replies this topic has received.
+      "id": "A String", # The ID of the topic.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(communityId, body, isShout=None)</code>
+  <pre>Adds a topic to a given community.
+
+Args:
+  communityId: integer, The ID of the community the topic should be added to. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "body": "A String", # The body of the topic.
+    "lastUpdate": "A String", # The timestamp of the last update, in RFC 3339 format.
+    "kind": "orkut#communityTopic", # Identifies this resource as a community topic. Value: "orkut#communityTopic"
+    "links": [ # List of resources for the community.
+      { # Links to resources related to the parent object.
+        "href": "A String", # URL of the link.
+        "type": "A String", # Media type of the link.
+        "rel": "A String", # Relation between the resource and the parent object.
+        "title": "A String", # Title of the link.
+      },
+    ],
+    "author": { # The creator of the topic.
+      "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+      "image": { # Image data about the author.
+        "url": "A String", # A URL that points to a thumbnail photo of the author.
+      },
+      "displayName": "A String", # The name of the author, suitable for display.
+      "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+    },
+    "title": "A String", # The title of the topic.
+    "messages": [ # Most recent messages.
+      {
+          "body": "A String", # The body of the message.
+          "kind": "orkut#communityMessage", # Identifies this resource as a community message. Value: "orkut#communityMessage"
+          "links": [ # List of resources for the community message.
+            { # Links to resources related to the parent object.
+              "href": "A String", # URL of the link.
+              "type": "A String", # Media type of the link.
+              "rel": "A String", # Relation between the resource and the parent object.
+              "title": "A String", # Title of the link.
+            },
+          ],
+          "author": { # The creator of the message. If ommited, the message is annonimous.
+            "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+            "image": { # Image data about the author.
+              "url": "A String", # A URL that points to a thumbnail photo of the author.
+            },
+            "displayName": "A String", # The name of the author, suitable for display.
+            "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+          },
+          "id": "A String", # The ID of the message.
+          "addedDate": "A String", # The timestamp of the date when the message was added, in RFC 3339 format.
+          "isSpam": True or False, # Whether this post was marked as spam by the viewer, when he/she is not the community owner or one of its moderators.
+          "subject": "A String", # The subject of the message.
+        },
+    ],
+    "latestMessageSnippet": "A String", # Snippet of the last message posted on this topic.
+    "isClosed": True or False, # Whether the topic is closed for new messages.
+    "numberOfReplies": 42, # The total number of replies this topic has received.
+    "id": "A String", # The ID of the topic.
+  }
+
+  isShout: boolean, Whether this topic is a shout.
+
+Returns:
+  An object of the form:
+
+    {
+      "body": "A String", # The body of the topic.
+      "lastUpdate": "A String", # The timestamp of the last update, in RFC 3339 format.
+      "kind": "orkut#communityTopic", # Identifies this resource as a community topic. Value: "orkut#communityTopic"
+      "links": [ # List of resources for the community.
+        { # Links to resources related to the parent object.
+          "href": "A String", # URL of the link.
+          "type": "A String", # Media type of the link.
+          "rel": "A String", # Relation between the resource and the parent object.
+          "title": "A String", # Title of the link.
+        },
+      ],
+      "author": { # The creator of the topic.
+        "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+        "image": { # Image data about the author.
+          "url": "A String", # A URL that points to a thumbnail photo of the author.
+        },
+        "displayName": "A String", # The name of the author, suitable for display.
+        "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+      },
+      "title": "A String", # The title of the topic.
+      "messages": [ # Most recent messages.
+        {
+            "body": "A String", # The body of the message.
+            "kind": "orkut#communityMessage", # Identifies this resource as a community message. Value: "orkut#communityMessage"
+            "links": [ # List of resources for the community message.
+              { # Links to resources related to the parent object.
+                "href": "A String", # URL of the link.
+                "type": "A String", # Media type of the link.
+                "rel": "A String", # Relation between the resource and the parent object.
+                "title": "A String", # Title of the link.
+              },
+            ],
+            "author": { # The creator of the message. If ommited, the message is annonimous.
+              "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+              "image": { # Image data about the author.
+                "url": "A String", # A URL that points to a thumbnail photo of the author.
+              },
+              "displayName": "A String", # The name of the author, suitable for display.
+              "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+            },
+            "id": "A String", # The ID of the message.
+            "addedDate": "A String", # The timestamp of the date when the message was added, in RFC 3339 format.
+            "isSpam": True or False, # Whether this post was marked as spam by the viewer, when he/she is not the community owner or one of its moderators.
+            "subject": "A String", # The subject of the message.
+          },
+      ],
+      "latestMessageSnippet": "A String", # Snippet of the last message posted on this topic.
+      "isClosed": True or False, # Whether the topic is closed for new messages.
+      "numberOfReplies": 42, # The total number of replies this topic has received.
+      "id": "A String", # The ID of the topic.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(communityId, pageToken=None, hl=None, maxResults=None)</code>
+  <pre>Retrieves the topics of a community.
+
+Args:
+  communityId: integer, The ID of the community which topics will be listed. (required)
+  pageToken: string, A continuation token that allows pagination.
+  hl: string, Specifies the interface language (host language) of your user interface.
+  maxResults: integer, The maximum number of topics to include in the response.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The value of pageToken query parameter in community_topic.list request to get the next page, if there are more to retrieve.
+    "kind": "orkut#communityTopicList", # Identifies this resource as a collection of community topics. Value: "orkut#communityTopicList"
+    "items": [ # List of topics retrieved.
+      {
+          "body": "A String", # The body of the topic.
+          "lastUpdate": "A String", # The timestamp of the last update, in RFC 3339 format.
+          "kind": "orkut#communityTopic", # Identifies this resource as a community topic. Value: "orkut#communityTopic"
+          "links": [ # List of resources for the community.
+            { # Links to resources related to the parent object.
+              "href": "A String", # URL of the link.
+              "type": "A String", # Media type of the link.
+              "rel": "A String", # Relation between the resource and the parent object.
+              "title": "A String", # Title of the link.
+            },
+          ],
+          "author": { # The creator of the topic.
+            "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+            "image": { # Image data about the author.
+              "url": "A String", # A URL that points to a thumbnail photo of the author.
+            },
+            "displayName": "A String", # The name of the author, suitable for display.
+            "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+          },
+          "title": "A String", # The title of the topic.
+          "messages": [ # Most recent messages.
+            {
+                "body": "A String", # The body of the message.
+                "kind": "orkut#communityMessage", # Identifies this resource as a community message. Value: "orkut#communityMessage"
+                "links": [ # List of resources for the community message.
+                  { # Links to resources related to the parent object.
+                    "href": "A String", # URL of the link.
+                    "type": "A String", # Media type of the link.
+                    "rel": "A String", # Relation between the resource and the parent object.
+                    "title": "A String", # Title of the link.
+                  },
+                ],
+                "author": { # The creator of the message. If ommited, the message is annonimous.
+                  "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+                  "image": { # Image data about the author.
+                    "url": "A String", # A URL that points to a thumbnail photo of the author.
+                  },
+                  "displayName": "A String", # The name of the author, suitable for display.
+                  "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+                },
+                "id": "A String", # The ID of the message.
+                "addedDate": "A String", # The timestamp of the date when the message was added, in RFC 3339 format.
+                "isSpam": True or False, # Whether this post was marked as spam by the viewer, when he/she is not the community owner or one of its moderators.
+                "subject": "A String", # The subject of the message.
+              },
+          ],
+          "latestMessageSnippet": "A String", # Snippet of the last message posted on this topic.
+          "isClosed": True or False, # Whether the topic is closed for new messages.
+          "numberOfReplies": 42, # The total number of replies this topic has received.
+          "id": "A String", # The ID of the topic.
+        },
+    ],
+    "prevPageToken": "A String", # The value of pageToken query parameter in community_topic.list request to get the previous page, if there are more to retrieve.
+    "lastPageToken": "A String", # The value of pageToken query parameter in community_topic.list request to get the last page.
+    "firstPageToken": "A String", # The value of pageToken query parameter in community_topic.list request to get the first page.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.counters.html b/docs/dyn/orkut_v2.counters.html
new file mode 100644
index 0000000..f433265
--- /dev/null
+++ b/docs/dyn/orkut_v2.counters.html
@@ -0,0 +1,112 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.counters.html">counters</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(userId)</a></code></p>
+<p class="firstline">Retrieves the counters of a user.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(userId)</code>
+  <pre>Retrieves the counters of a user.
+
+Args:
+  userId: string, The ID of the user whose counters will be listed. Can be me to refer to caller. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # List of counters retrieved.
+      {
+        "total": 42, # The number of resources on the counted collection.
+        "link": { # Links to resources related to the parent object. # Link to the collection being counted.
+          "href": "A String", # URL of the link.
+          "type": "A String", # Media type of the link.
+          "rel": "A String", # Relation between the resource and the parent object.
+          "title": "A String", # Title of the link.
+        },
+        "name": "A String", # The name of the counted collection. Currently supported collections are:
+            # - scraps - The scraps of the user.
+            # - photos - The photos of the user.
+            # - videos - The videos of the user.
+            # - pendingTestimonials - The pending testimonials of the user.
+      },
+    ],
+    "kind": "orkut#counters", # Identifies this resource as a collection of counters. Value: "orkut#counters"
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.html b/docs/dyn/orkut_v2.html
new file mode 100644
index 0000000..5d7ad82
--- /dev/null
+++ b/docs/dyn/orkut_v2.html
@@ -0,0 +1,157 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="orkut_v2.acl.html">acl()</a></code>
+</p>
+<p class="firstline">Returns the acl Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.activities.html">activities()</a></code>
+</p>
+<p class="firstline">Returns the activities Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.activityVisibility.html">activityVisibility()</a></code>
+</p>
+<p class="firstline">Returns the activityVisibility Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.badges.html">badges()</a></code>
+</p>
+<p class="firstline">Returns the badges Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.comments.html">comments()</a></code>
+</p>
+<p class="firstline">Returns the comments Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.communities.html">communities()</a></code>
+</p>
+<p class="firstline">Returns the communities Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.communityFollow.html">communityFollow()</a></code>
+</p>
+<p class="firstline">Returns the communityFollow Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.communityMembers.html">communityMembers()</a></code>
+</p>
+<p class="firstline">Returns the communityMembers Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.communityMessages.html">communityMessages()</a></code>
+</p>
+<p class="firstline">Returns the communityMessages Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.communityPollComments.html">communityPollComments()</a></code>
+</p>
+<p class="firstline">Returns the communityPollComments Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.communityPollVotes.html">communityPollVotes()</a></code>
+</p>
+<p class="firstline">Returns the communityPollVotes Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.communityPolls.html">communityPolls()</a></code>
+</p>
+<p class="firstline">Returns the communityPolls Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.communityRelated.html">communityRelated()</a></code>
+</p>
+<p class="firstline">Returns the communityRelated Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.communityTopics.html">communityTopics()</a></code>
+</p>
+<p class="firstline">Returns the communityTopics Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.counters.html">counters()</a></code>
+</p>
+<p class="firstline">Returns the counters Resource.</p>
+
+<p class="toc_element">
+  <code><a href="orkut_v2.scraps.html">scraps()</a></code>
+</p>
+<p class="firstline">Returns the scraps Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/orkut_v2.scraps.html b/docs/dyn/orkut_v2.scraps.html
new file mode 100644
index 0000000..3aff5dc
--- /dev/null
+++ b/docs/dyn/orkut_v2.scraps.html
@@ -0,0 +1,406 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="orkut_v2.html">Orkut API</a> . <a href="orkut_v2.scraps.html">scraps</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#insert">insert(body)</a></code></p>
+<p class="firstline">Creates a new scrap.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="insert">insert(body)</code>
+  <pre>Creates a new scrap.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+  "kind": "orkut#activity", # The kind of activity. Always orkut#activity.
+  "links": [ # Links to resources related to this activity.
+    { # Links to resources related to the parent object.
+      "href": "A String", # URL of the link.
+      "type": "A String", # Media type of the link.
+      "rel": "A String", # Relation between the resource and the parent object.
+      "title": "A String", # Title of the link.
+    },
+  ],
+  "title": "A String", # Title of the activity.
+  "object": { # The activity's object.
+    "content": "A String", # The HTML-formatted content, suitable for display. When updating an activity's content, post the changes to this property, using the value of originalContent as a starting point. If the update is successful, the server adds HTML formatting and responds with this formatted content.
+    "items": [ # The list of additional items.
+      {
+        "displayName": "A String", # The title of the object.
+        "links": [ # Links to other resources related to this object.
+          { # Links to resources related to the parent object.
+            "href": "A String", # URL of the link.
+            "type": "A String", # Media type of the link.
+            "rel": "A String", # Relation between the resource and the parent object.
+            "title": "A String", # Title of the link.
+          },
+        ],
+        "community": { # The community which is related with this activity, e.g. a joined community.
+          "category": "A String", # The category of the community.
+          "kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"
+          "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.
+          "description": "A String", # The description of the community.
+          "language": "A String", # The official language of the community.
+          "links": [ # List of resources for the community.
+            { # Links to resources related to the parent object.
+              "href": "A String", # URL of the link.
+              "type": "A String", # Media type of the link.
+              "rel": "A String", # Relation between the resource and the parent object.
+              "title": "A String", # Title of the link.
+            },
+          ],
+          "creation_date": "A String", # The time the community was created, in RFC 3339 format.
+          "owner": { # The person who owns the community.
+            "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+            "image": { # Image data about the author.
+              "url": "A String", # A URL that points to a thumbnail photo of the author.
+            },
+            "displayName": "A String", # The name of the author, suitable for display.
+            "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+          },
+          "moderators": [ # The list of moderators of the community.
+            {
+              "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+              "image": { # Image data about the author.
+                "url": "A String", # A URL that points to a thumbnail photo of the author.
+              },
+              "displayName": "A String", # The name of the author, suitable for display.
+              "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+            },
+          ],
+          "location": "A String", # The location of the community.
+          "co_owners": [ # The co-owners of the community.
+            {
+              "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+              "image": { # Image data about the author.
+                "url": "A String", # A URL that points to a thumbnail photo of the author.
+              },
+              "displayName": "A String", # The name of the author, suitable for display.
+              "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+            },
+          ],
+          "photo_url": "A String", # The photo of the community.
+          "id": 42, # The id of the community.
+          "name": "A String", # The name of the community.
+        },
+        "content": "A String", # The HTML-formatted content, suitable for display. When updating an activity's content, post the changes to this property, using the value of originalContent as a starting point. If the update is successful, the server adds HTML formatting and responds with this formatted content.
+        "person": { # The person who is related with this activity, e.g. an Added User.
+          "name": { # An object that encapsulates the individual components of a person's name.
+            "givenName": "A String", # The given name (first name) of this person.
+            "familyName": "A String", # The family name (last name) of this person.
+          },
+          "url": "A String", # The person's profile url. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+          "gender": "A String", # The person's gender. Values include "male", "female", and "other".
+          "image": { # The person's profile photo. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+            "url": "A String", # The URL of the person's profile photo.
+          },
+          "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+          "id": "A String", # The person's opensocial ID.
+        },
+        "id": "A String", # The ID for the object.
+        "objectType": "A String", # The object type.
+      },
+    ],
+    "replies": { # Comments in reply to this activity.
+      "totalItems": "A String", # Total number of comments.
+      "items": [ # The list of comments.
+        {
+          "inReplyTo": { # Link to the original activity where this comment was posted.
+            "type": "A String", # Type of the post on activity stream being commented. Always text/html.
+            "href": "A String", # Link to the post on activity stream being commented.
+            "ref": "A String", # Unique identifier of the post on activity stream being commented.
+            "rel": "inReplyTo", # Relationship between the comment and the post on activity stream being commented. Always inReplyTo.
+          },
+          "kind": "orkut#comment", # Identifies this resource as a comment. Value: "orkut#comment"
+          "links": [ # List of resources for the comment.
+            { # Links to resources related to the parent object.
+              "href": "A String", # URL of the link.
+              "type": "A String", # Media type of the link.
+              "rel": "A String", # Relation between the resource and the parent object.
+              "title": "A String", # Title of the link.
+            },
+          ],
+          "actor": { # The person who posted the comment.
+            "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+            "image": { # Image data about the author.
+              "url": "A String", # A URL that points to a thumbnail photo of the author.
+            },
+            "displayName": "A String", # The name of the author, suitable for display.
+            "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+          },
+          "content": "A String", # The content of the comment in text/html
+          "published": "A String", # The time the comment was initially published, in RFC 3339 format.
+          "id": "A String", # The unique ID for the comment.
+        },
+      ],
+      "url": "A String", # URL for the collection of comments in reply to this activity.
+    },
+    "objectType": "A String", # The type of the object affected by the activity. Clients can use this information to style the rendered activity object differently depending on the content.
+  },
+  "updated": "A String", # The time at which the activity was last updated.
+  "actor": { # The person who performed the activity.
+    "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+    "image": { # Image data about the author.
+      "url": "A String", # A URL that points to a thumbnail photo of the author.
+    },
+    "displayName": "A String", # The name of the author, suitable for display.
+    "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+  },
+  "access": { # Identifies who has access to see this activity.
+    "items": [ # The list of ACL entries.
+      {
+        "type": "A String", # The type of entity to whom access is granted.
+        "id": "A String", # The ID of the entity. For entities of type "person" or "circle", this is the ID of the resource. For other types, this will be unset.
+      },
+    ],
+    "kind": "orkut#acl", # Identifies this resource as an access control list. Value: "orkut#acl"
+    "description": "A String", # Human readable description of the access granted.
+    "totalParticipants": 42, # The total count of participants of the parent resource.
+  },
+  "verb": "A String", # This activity's verb, indicating what action was performed. Possible values are:
+      # - add - User added new content to profile or album, e.g. video, photo.
+      # - post - User publish content to the stream, e.g. status, scrap.
+      # - update - User commented on an activity.
+      # - make-friend - User added a new friend.
+      # - birthday - User has a birthday.
+  "published": "A String", # The time at which the activity was initially published.
+  "id": "A String", # The ID for the activity.
+}
+
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "orkut#activity", # The kind of activity. Always orkut#activity.
+    "links": [ # Links to resources related to this activity.
+      { # Links to resources related to the parent object.
+        "href": "A String", # URL of the link.
+        "type": "A String", # Media type of the link.
+        "rel": "A String", # Relation between the resource and the parent object.
+        "title": "A String", # Title of the link.
+      },
+    ],
+    "title": "A String", # Title of the activity.
+    "object": { # The activity's object.
+      "content": "A String", # The HTML-formatted content, suitable for display. When updating an activity's content, post the changes to this property, using the value of originalContent as a starting point. If the update is successful, the server adds HTML formatting and responds with this formatted content.
+      "items": [ # The list of additional items.
+        {
+          "displayName": "A String", # The title of the object.
+          "links": [ # Links to other resources related to this object.
+            { # Links to resources related to the parent object.
+              "href": "A String", # URL of the link.
+              "type": "A String", # Media type of the link.
+              "rel": "A String", # Relation between the resource and the parent object.
+              "title": "A String", # Title of the link.
+            },
+          ],
+          "community": { # The community which is related with this activity, e.g. a joined community.
+            "category": "A String", # The category of the community.
+            "kind": "orkut#community", # Identifies this resource as a community. Value: "orkut#community"
+            "member_count": 42, # The number of users who are part of the community. This number may be approximate, so do not rely on it for iteration.
+            "description": "A String", # The description of the community.
+            "language": "A String", # The official language of the community.
+            "links": [ # List of resources for the community.
+              { # Links to resources related to the parent object.
+                "href": "A String", # URL of the link.
+                "type": "A String", # Media type of the link.
+                "rel": "A String", # Relation between the resource and the parent object.
+                "title": "A String", # Title of the link.
+              },
+            ],
+            "creation_date": "A String", # The time the community was created, in RFC 3339 format.
+            "owner": { # The person who owns the community.
+              "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+              "image": { # Image data about the author.
+                "url": "A String", # A URL that points to a thumbnail photo of the author.
+              },
+              "displayName": "A String", # The name of the author, suitable for display.
+              "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+            },
+            "moderators": [ # The list of moderators of the community.
+              {
+                "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+                "image": { # Image data about the author.
+                  "url": "A String", # A URL that points to a thumbnail photo of the author.
+                },
+                "displayName": "A String", # The name of the author, suitable for display.
+                "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+              },
+            ],
+            "location": "A String", # The location of the community.
+            "co_owners": [ # The co-owners of the community.
+              {
+                "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+                "image": { # Image data about the author.
+                  "url": "A String", # A URL that points to a thumbnail photo of the author.
+                },
+                "displayName": "A String", # The name of the author, suitable for display.
+                "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+              },
+            ],
+            "photo_url": "A String", # The photo of the community.
+            "id": 42, # The id of the community.
+            "name": "A String", # The name of the community.
+          },
+          "content": "A String", # The HTML-formatted content, suitable for display. When updating an activity's content, post the changes to this property, using the value of originalContent as a starting point. If the update is successful, the server adds HTML formatting and responds with this formatted content.
+          "person": { # The person who is related with this activity, e.g. an Added User.
+            "name": { # An object that encapsulates the individual components of a person's name.
+              "givenName": "A String", # The given name (first name) of this person.
+              "familyName": "A String", # The family name (last name) of this person.
+            },
+            "url": "A String", # The person's profile url. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+            "gender": "A String", # The person's gender. Values include "male", "female", and "other".
+            "image": { # The person's profile photo. This is adapted from Google+ and was originaly introduced as extra OpenSocial convenience fields.
+              "url": "A String", # The URL of the person's profile photo.
+            },
+            "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+            "id": "A String", # The person's opensocial ID.
+          },
+          "id": "A String", # The ID for the object.
+          "objectType": "A String", # The object type.
+        },
+      ],
+      "replies": { # Comments in reply to this activity.
+        "totalItems": "A String", # Total number of comments.
+        "items": [ # The list of comments.
+          {
+            "inReplyTo": { # Link to the original activity where this comment was posted.
+              "type": "A String", # Type of the post on activity stream being commented. Always text/html.
+              "href": "A String", # Link to the post on activity stream being commented.
+              "ref": "A String", # Unique identifier of the post on activity stream being commented.
+              "rel": "inReplyTo", # Relationship between the comment and the post on activity stream being commented. Always inReplyTo.
+            },
+            "kind": "orkut#comment", # Identifies this resource as a comment. Value: "orkut#comment"
+            "links": [ # List of resources for the comment.
+              { # Links to resources related to the parent object.
+                "href": "A String", # URL of the link.
+                "type": "A String", # Media type of the link.
+                "rel": "A String", # Relation between the resource and the parent object.
+                "title": "A String", # Title of the link.
+              },
+            ],
+            "actor": { # The person who posted the comment.
+              "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+              "image": { # Image data about the author.
+                "url": "A String", # A URL that points to a thumbnail photo of the author.
+              },
+              "displayName": "A String", # The name of the author, suitable for display.
+              "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+            },
+            "content": "A String", # The content of the comment in text/html
+            "published": "A String", # The time the comment was initially published, in RFC 3339 format.
+            "id": "A String", # The unique ID for the comment.
+          },
+        ],
+        "url": "A String", # URL for the collection of comments in reply to this activity.
+      },
+      "objectType": "A String", # The type of the object affected by the activity. Clients can use this information to style the rendered activity object differently depending on the content.
+    },
+    "updated": "A String", # The time at which the activity was last updated.
+    "actor": { # The person who performed the activity.
+      "url": "A String", # The URL of the author who posted the comment [not yet implemented]
+      "image": { # Image data about the author.
+        "url": "A String", # A URL that points to a thumbnail photo of the author.
+      },
+      "displayName": "A String", # The name of the author, suitable for display.
+      "id": "A String", # Unique identifier of the person who posted the comment. This is the person's OpenSocial ID.
+    },
+    "access": { # Identifies who has access to see this activity.
+      "items": [ # The list of ACL entries.
+        {
+          "type": "A String", # The type of entity to whom access is granted.
+          "id": "A String", # The ID of the entity. For entities of type "person" or "circle", this is the ID of the resource. For other types, this will be unset.
+        },
+      ],
+      "kind": "orkut#acl", # Identifies this resource as an access control list. Value: "orkut#acl"
+      "description": "A String", # Human readable description of the access granted.
+      "totalParticipants": 42, # The total count of participants of the parent resource.
+    },
+    "verb": "A String", # This activity's verb, indicating what action was performed. Possible values are:
+        # - add - User added new content to profile or album, e.g. video, photo.
+        # - post - User publish content to the stream, e.g. status, scrap.
+        # - update - User commented on an activity.
+        # - make-friend - User added a new friend.
+        # - birthday - User has a birthday.
+    "published": "A String", # The time at which the activity was initially published.
+    "id": "A String", # The ID for the activity.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/pagespeedonline.v1.html b/docs/dyn/pagespeedonline.v1.html
deleted file mode 100644
index eb87afd..0000000
--- a/docs/dyn/pagespeedonline.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-pagespeedapi"><strong><a href="pagespeedonline.v1.pagespeedapi.html">pagespeedapi</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/pagespeedonline.v1.pagespeedapi.html b/docs/dyn/pagespeedonline.v1.pagespeedapi.html
deleted file mode 100644
index e1d37b3..0000000
--- a/docs/dyn/pagespeedonline.v1.pagespeedapi.html
+++ /dev/null
@@ -1,79 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-runpagespeed"><strong>runpagespeed</strong></a> = method(self, **kwargs)</dt><dd><tt>Runs&nbsp;Page&nbsp;Speed&nbsp;analysis&nbsp;on&nbsp;the&nbsp;page&nbsp;at&nbsp;the&nbsp;specified&nbsp;URL,&nbsp;and&nbsp;returns&nbsp;a&nbsp;Page&nbsp;Speed&nbsp;score,&nbsp;a&nbsp;list&nbsp;of&nbsp;suggestions&nbsp;to&nbsp;make&nbsp;that&nbsp;page&nbsp;faster,&nbsp;and&nbsp;other&nbsp;information.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;locale:&nbsp;string,&nbsp;The&nbsp;locale&nbsp;used&nbsp;to&nbsp;localize&nbsp;formatted&nbsp;results<br>
-&nbsp;&nbsp;rule:&nbsp;string,&nbsp;A&nbsp;Page&nbsp;Speed&nbsp;rule&nbsp;to&nbsp;run;&nbsp;if&nbsp;none&nbsp;are&nbsp;given,&nbsp;all&nbsp;rules&nbsp;are&nbsp;run&nbsp;(repeated)<br>
-&nbsp;&nbsp;strategy:&nbsp;string,&nbsp;The&nbsp;analysis&nbsp;strategy&nbsp;to&nbsp;use<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;desktop&nbsp;-&nbsp;Fetch&nbsp;and&nbsp;analyze&nbsp;the&nbsp;URL&nbsp;for&nbsp;desktop&nbsp;browsers<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile&nbsp;-&nbsp;Fetch&nbsp;and&nbsp;analyze&nbsp;the&nbsp;URL&nbsp;for&nbsp;mobile&nbsp;devices<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;url:&nbsp;string,&nbsp;The&nbsp;URL&nbsp;to&nbsp;fetch&nbsp;and&nbsp;analyze&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"pagespeedonline#result",&nbsp;#&nbsp;Kind&nbsp;of&nbsp;result.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"formattedResults":&nbsp;{&nbsp;#&nbsp;Localized&nbsp;Page&nbsp;Speed&nbsp;results.&nbsp;Contains&nbsp;a&nbsp;ruleResults&nbsp;entry&nbsp;for&nbsp;each&nbsp;Page&nbsp;Speed&nbsp;rule&nbsp;instantiated&nbsp;and&nbsp;run&nbsp;by&nbsp;the&nbsp;server.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"locale":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;locale&nbsp;of&nbsp;the&nbsp;formattedResults,&nbsp;e.g.&nbsp;"en_US".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ruleResults":&nbsp;{&nbsp;#&nbsp;Dictionary&nbsp;of&nbsp;formatted&nbsp;rule&nbsp;results,&nbsp;with&nbsp;one&nbsp;entry&nbsp;for&nbsp;each&nbsp;Page&nbsp;Speed&nbsp;rule&nbsp;instantiated&nbsp;and&nbsp;run&nbsp;by&nbsp;the&nbsp;server.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;page,&nbsp;as&nbsp;displayed&nbsp;in&nbsp;the&nbsp;browser's&nbsp;title&nbsp;bar.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"version":&nbsp;{&nbsp;#&nbsp;The&nbsp;version&nbsp;of&nbsp;the&nbsp;Page&nbsp;Speed&nbsp;SDK&nbsp;used&nbsp;to&nbsp;generate&nbsp;these&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"major":&nbsp;42,&nbsp;#&nbsp;The&nbsp;major&nbsp;version&nbsp;number&nbsp;of&nbsp;the&nbsp;Page&nbsp;Speed&nbsp;SDK&nbsp;used&nbsp;to&nbsp;generate&nbsp;these&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minor":&nbsp;42,&nbsp;#&nbsp;The&nbsp;minor&nbsp;version&nbsp;number&nbsp;of&nbsp;the&nbsp;Page&nbsp;Speed&nbsp;SDK&nbsp;used&nbsp;to&nbsp;generate&nbsp;these&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"score":&nbsp;42,&nbsp;#&nbsp;The&nbsp;Page&nbsp;Speed&nbsp;Score&nbsp;(0-100),&nbsp;which&nbsp;indicates&nbsp;how&nbsp;much&nbsp;faster&nbsp;a&nbsp;page&nbsp;could&nbsp;be.&nbsp;A&nbsp;high&nbsp;score&nbsp;indicates&nbsp;little&nbsp;room&nbsp;for&nbsp;improvement,&nbsp;while&nbsp;a&nbsp;lower&nbsp;score&nbsp;indicates&nbsp;more&nbsp;room&nbsp;for&nbsp;improvement.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"responseCode":&nbsp;42,&nbsp;#&nbsp;Response&nbsp;code&nbsp;for&nbsp;the&nbsp;document.&nbsp;200&nbsp;indicates&nbsp;a&nbsp;normal&nbsp;page&nbsp;load.&nbsp;4xx/5xx&nbsp;indicates&nbsp;an&nbsp;error.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"invalidRules":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;rules&nbsp;that&nbsp;were&nbsp;specified&nbsp;in&nbsp;the&nbsp;request,&nbsp;but&nbsp;which&nbsp;the&nbsp;server&nbsp;did&nbsp;not&nbsp;know&nbsp;how&nbsp;to&nbsp;instantiate.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"pageStats":&nbsp;{&nbsp;#&nbsp;Summary&nbsp;statistics&nbsp;for&nbsp;the&nbsp;page,&nbsp;such&nbsp;as&nbsp;number&nbsp;of&nbsp;JavaScript&nbsp;bytes,&nbsp;number&nbsp;of&nbsp;HTML&nbsp;bytes,&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"otherResponseBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;response&nbsp;bytes&nbsp;for&nbsp;other&nbsp;resources&nbsp;on&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"flashResponseBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;response&nbsp;bytes&nbsp;for&nbsp;flash&nbsp;resources&nbsp;on&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalRequestBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Total&nbsp;size&nbsp;of&nbsp;all&nbsp;request&nbsp;bytes&nbsp;sent&nbsp;by&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberCssResources":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;CSS&nbsp;resources&nbsp;referenced&nbsp;by&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberResources":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;HTTP&nbsp;resources&nbsp;loaded&nbsp;by&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"cssResponseBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;uncompressed&nbsp;response&nbsp;bytes&nbsp;for&nbsp;CSS&nbsp;resources&nbsp;on&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"javascriptResponseBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;uncompressed&nbsp;response&nbsp;bytes&nbsp;for&nbsp;JS&nbsp;resources&nbsp;on&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageResponseBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;response&nbsp;bytes&nbsp;for&nbsp;image&nbsp;resources&nbsp;on&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberHosts":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;unique&nbsp;hosts&nbsp;referenced&nbsp;by&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberStaticResources":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;static&nbsp;(i.e.&nbsp;cacheable)&nbsp;resources&nbsp;on&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"htmlResponseBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;uncompressed&nbsp;response&nbsp;bytes&nbsp;for&nbsp;the&nbsp;main&nbsp;HTML&nbsp;document&nbsp;and&nbsp;all&nbsp;iframes&nbsp;on&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberJsResources":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;JavaScript&nbsp;resources&nbsp;referenced&nbsp;by&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"textResponseBytes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;uncompressed&nbsp;response&nbsp;bytes&nbsp;for&nbsp;text&nbsp;resources&nbsp;not&nbsp;covered&nbsp;by&nbsp;other&nbsp;statistics&nbsp;(i.e&nbsp;non-HTML,&nbsp;non-script,&nbsp;non-CSS&nbsp;resources)&nbsp;on&nbsp;the&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Canonicalized&nbsp;and&nbsp;final&nbsp;URL&nbsp;for&nbsp;the&nbsp;document,&nbsp;after&nbsp;following&nbsp;page&nbsp;redirects&nbsp;(if&nbsp;any).<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/pagespeedonline_v1.html b/docs/dyn/pagespeedonline_v1.html
new file mode 100644
index 0000000..26abb4d
--- /dev/null
+++ b/docs/dyn/pagespeedonline_v1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="pagespeedonline_v1.html">Page Speed Online API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="pagespeedonline_v1.pagespeedapi.html">pagespeedapi()</a></code>
+</p>
+<p class="firstline">Returns the pagespeedapi Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/pagespeedonline_v1.pagespeedapi.html b/docs/dyn/pagespeedonline_v1.pagespeedapi.html
new file mode 100644
index 0000000..a19c419
--- /dev/null
+++ b/docs/dyn/pagespeedonline_v1.pagespeedapi.html
@@ -0,0 +1,133 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="pagespeedonline_v1.html">Page Speed Online API</a> . <a href="pagespeedonline_v1.pagespeedapi.html">pagespeedapi</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#runpagespeed">runpagespeed(url, locale=None, rule=None, strategy=None)</a></code></p>
+<p class="firstline">Runs Page Speed analysis on the page at the specified URL, and returns a Page Speed score, a list of suggestions to make that page faster, and other information.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="runpagespeed">runpagespeed(url, locale=None, rule=None, strategy=None)</code>
+  <pre>Runs Page Speed analysis on the page at the specified URL, and returns a Page Speed score, a list of suggestions to make that page faster, and other information.
+
+Args:
+  url: string, The URL to fetch and analyze (required)
+  locale: string, The locale used to localize formatted results
+  rule: string, A Page Speed rule to run; if none are given, all rules are run (repeated)
+  strategy: string, The analysis strategy to use
+    Allowed values
+      desktop - Fetch and analyze the URL for desktop browsers
+      mobile - Fetch and analyze the URL for mobile devices
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "pagespeedonline#result", # Kind of result.
+    "formattedResults": { # Localized Page Speed results. Contains a ruleResults entry for each Page Speed rule instantiated and run by the server.
+      "locale": "A String", # The locale of the formattedResults, e.g. "en_US".
+      "ruleResults": { # Dictionary of formatted rule results, with one entry for each Page Speed rule instantiated and run by the server.
+      },
+    },
+    "title": "A String", # Title of the page, as displayed in the browser's title bar.
+    "version": { # The version of the Page Speed SDK used to generate these results.
+      "major": 42, # The major version number of the Page Speed SDK used to generate these results.
+      "minor": 42, # The minor version number of the Page Speed SDK used to generate these results.
+    },
+    "score": 42, # The Page Speed Score (0-100), which indicates how much faster a page could be. A high score indicates little room for improvement, while a lower score indicates more room for improvement.
+    "responseCode": 42, # Response code for the document. 200 indicates a normal page load. 4xx/5xx indicates an error.
+    "invalidRules": [ # List of rules that were specified in the request, but which the server did not know how to instantiate.
+      "A String",
+    ],
+    "pageStats": { # Summary statistics for the page, such as number of JavaScript bytes, number of HTML bytes, etc.
+      "otherResponseBytes": "A String", # Number of response bytes for other resources on the page.
+      "flashResponseBytes": "A String", # Number of response bytes for flash resources on the page.
+      "totalRequestBytes": "A String", # Total size of all request bytes sent by the page.
+      "numberCssResources": 42, # Number of CSS resources referenced by the page.
+      "numberResources": 42, # Number of HTTP resources loaded by the page.
+      "cssResponseBytes": "A String", # Number of uncompressed response bytes for CSS resources on the page.
+      "javascriptResponseBytes": "A String", # Number of uncompressed response bytes for JS resources on the page.
+      "imageResponseBytes": "A String", # Number of response bytes for image resources on the page.
+      "numberHosts": 42, # Number of unique hosts referenced by the page.
+      "numberStaticResources": 42, # Number of static (i.e. cacheable) resources on the page.
+      "htmlResponseBytes": "A String", # Number of uncompressed response bytes for the main HTML document and all iframes on the page.
+      "numberJsResources": 42, # Number of JavaScript resources referenced by the page.
+      "textResponseBytes": "A String", # Number of uncompressed response bytes for text resources not covered by other statistics (i.e non-HTML, non-script, non-CSS resources) on the page.
+    },
+    "id": "A String", # Canonicalized and final URL for the document, after following page redirects (if any).
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/plus.v1.activities.html b/docs/dyn/plus.v1.activities.html
deleted file mode 100644
index 97b4bf1..0000000
--- a/docs/dyn/plus.v1.activities.html
+++ /dev/null
@@ -1,442 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;an&nbsp;activity.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;activityId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity&nbsp;to&nbsp;get.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"placeName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;place&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#activity",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;an&nbsp;activity.&nbsp;Value:&nbsp;"plus#activity".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;activity&nbsp;was&nbsp;last&nbsp;updated.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"provider":&nbsp;{&nbsp;#&nbsp;The&nbsp;service&nbsp;provider&nbsp;that&nbsp;initially&nbsp;published&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;service&nbsp;provider.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"geocode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Latitude&nbsp;and&nbsp;longitude&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.&nbsp;Format&nbsp;is&nbsp;latitude&nbsp;followed&nbsp;by&nbsp;longitude,&nbsp;space&nbsp;separated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"object":&nbsp;{&nbsp;#&nbsp;The&nbsp;object&nbsp;of&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resharers":&nbsp;{&nbsp;#&nbsp;People&nbsp;who&nbsp;reshared&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;people&nbsp;who&nbsp;reshared&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;resharers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachments":&nbsp;[&nbsp;#&nbsp;The&nbsp;media&nbsp;objects&nbsp;attached&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;attachment&nbsp;(such&nbsp;as&nbsp;a&nbsp;photo&nbsp;caption&nbsp;or&nbsp;an&nbsp;article&nbsp;title).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullImage":&nbsp;{&nbsp;#&nbsp;The&nbsp;full&nbsp;image&nbsp;url&nbsp;for&nbsp;photo&nbsp;attachments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;width,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;height,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;the&nbsp;attachment,&nbsp;should&nbsp;be&nbsp;of&nbsp;type&nbsp;text/html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;preview&nbsp;image&nbsp;for&nbsp;photos&nbsp;or&nbsp;videos.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;width,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;height,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;attachment&nbsp;is&nbsp;an&nbsp;article,&nbsp;this&nbsp;property&nbsp;contains&nbsp;a&nbsp;snippet&nbsp;of&nbsp;text&nbsp;from&nbsp;the&nbsp;article.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"embed":&nbsp;{&nbsp;#&nbsp;If&nbsp;the&nbsp;attachment&nbsp;is&nbsp;a&nbsp;video,&nbsp;the&nbsp;embeddable&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;media&nbsp;object's&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;media&nbsp;object.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"photo"&nbsp;-&nbsp;A&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"video"&nbsp;-&nbsp;A&nbsp;video.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"article"&nbsp;-&nbsp;An&nbsp;article,&nbsp;specified&nbsp;by&nbsp;a&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalContent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;(text)&nbsp;as&nbsp;provided&nbsp;by&nbsp;the&nbsp;author,&nbsp;stored&nbsp;without&nbsp;any&nbsp;HTML&nbsp;formatting.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity's&nbsp;content,&nbsp;use&nbsp;the&nbsp;value&nbsp;of&nbsp;originalContent&nbsp;as&nbsp;the&nbsp;starting&nbsp;point&nbsp;from&nbsp;which&nbsp;to&nbsp;make&nbsp;edits.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusoners":&nbsp;{&nbsp;#&nbsp;People&nbsp;who&nbsp;+1'd&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;people&nbsp;who&nbsp;+1'd&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;people&nbsp;who&nbsp;+1'd&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;If&nbsp;this&nbsp;activity's&nbsp;object&nbsp;is&nbsp;itself&nbsp;another&nbsp;activity&nbsp;(for&nbsp;example,&nbsp;when&nbsp;a&nbsp;person&nbsp;reshares&nbsp;an&nbsp;activity),&nbsp;this&nbsp;property&nbsp;specifies&nbsp;the&nbsp;original&nbsp;activity's&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;the&nbsp;original&nbsp;actor's&nbsp;Google&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;image&nbsp;representation&nbsp;of&nbsp;the&nbsp;original&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;original&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;original&nbsp;actor's&nbsp;name,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ID&nbsp;of&nbsp;the&nbsp;original&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML-formatted&nbsp;content,&nbsp;suitable&nbsp;for&nbsp;display.&nbsp;When&nbsp;creating&nbsp;or&nbsp;updating&nbsp;an&nbsp;activity,&nbsp;this&nbsp;value&nbsp;must&nbsp;be&nbsp;supplied&nbsp;as&nbsp;plain&nbsp;text&nbsp;in&nbsp;the&nbsp;request.&nbsp;If&nbsp;successful,&nbsp;the&nbsp;response&nbsp;will&nbsp;contain&nbsp;the&nbsp;HTML-formatted&nbsp;content.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity,&nbsp;use&nbsp;originalContent&nbsp;as&nbsp;the&nbsp;starting&nbsp;value,&nbsp;then&nbsp;assign&nbsp;the&nbsp;updated&nbsp;text&nbsp;to&nbsp;this&nbsp;property.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"replies":&nbsp;{&nbsp;#&nbsp;Comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;comments&nbsp;on&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;object.&nbsp;When&nbsp;resharing&nbsp;an&nbsp;activity,&nbsp;this&nbsp;is&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity&nbsp;being&nbsp;reshared.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;object.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"note"&nbsp;-&nbsp;Textual&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"activity"&nbsp;-&nbsp;A&nbsp;Google+&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"placeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ID&nbsp;of&nbsp;the&nbsp;place&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;performed&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;the&nbsp;actor's&nbsp;Google&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;image&nbsp;representation&nbsp;of&nbsp;the&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;actor's&nbsp;profile&nbsp;photo.&nbsp;To&nbsp;re-size&nbsp;the&nbsp;image&nbsp;and&nbsp;crop&nbsp;it&nbsp;to&nbsp;a&nbsp;square,&nbsp;append&nbsp;the&nbsp;query&nbsp;string&nbsp;?sz=x,&nbsp;where&nbsp;x&nbsp;is&nbsp;the&nbsp;dimension&nbsp;in&nbsp;pixels&nbsp;of&nbsp;each&nbsp;side.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;actor,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;actor's&nbsp;person&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;representation&nbsp;of&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;the&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;the&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;{&nbsp;#&nbsp;Identifies&nbsp;who&nbsp;has&nbsp;access&nbsp;to&nbsp;see&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;access&nbsp;entries.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;entry&nbsp;describing&nbsp;to&nbsp;whom&nbsp;access&nbsp;is&nbsp;granted.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"person"&nbsp;-&nbsp;Access&nbsp;to&nbsp;an&nbsp;individual.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"circle"&nbsp;-&nbsp;Access&nbsp;to&nbsp;members&nbsp;of&nbsp;a&nbsp;circle.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"myCircles"&nbsp;-&nbsp;Access&nbsp;to&nbsp;members&nbsp;of&nbsp;all&nbsp;the&nbsp;person's&nbsp;circles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"extendedCircles"&nbsp;-&nbsp;Access&nbsp;to&nbsp;members&nbsp;of&nbsp;everyone&nbsp;in&nbsp;a&nbsp;person's&nbsp;circles,&nbsp;plus&nbsp;all&nbsp;of&nbsp;the&nbsp;people&nbsp;in&nbsp;their&nbsp;circles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;Access&nbsp;to&nbsp;anyone&nbsp;on&nbsp;the&nbsp;web.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;entry.&nbsp;For&nbsp;entries&nbsp;of&nbsp;type&nbsp;"person"&nbsp;or&nbsp;"circle",&nbsp;this&nbsp;is&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;resource.&nbsp;For&nbsp;other&nbsp;types,&nbsp;this&nbsp;property&nbsp;is&nbsp;not&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#acl",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;access&nbsp;controls.&nbsp;Value:&nbsp;"plus#acl".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;access&nbsp;granted,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"verb":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;This&nbsp;activity's&nbsp;verb,&nbsp;indicating&nbsp;what&nbsp;action&nbsp;was&nbsp;performed.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"post"&nbsp;-&nbsp;Publish&nbsp;content&nbsp;to&nbsp;the&nbsp;stream.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"checkin"&nbsp;-&nbsp;Check&nbsp;in&nbsp;to&nbsp;a&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"share"&nbsp;-&nbsp;Reshare&nbsp;an&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"radius":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Radius,&nbsp;in&nbsp;meters,&nbsp;of&nbsp;the&nbsp;region&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred,&nbsp;centered&nbsp;at&nbsp;the&nbsp;latitude&nbsp;and&nbsp;longitude&nbsp;identified&nbsp;in&nbsp;geocode.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Street&nbsp;address&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"crosspostSource":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;this&nbsp;activity&nbsp;is&nbsp;a&nbsp;crosspost&nbsp;from&nbsp;another&nbsp;system,&nbsp;this&nbsp;property&nbsp;specifies&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;original&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"annotation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Additional&nbsp;content&nbsp;added&nbsp;by&nbsp;the&nbsp;person&nbsp;who&nbsp;shared&nbsp;this&nbsp;activity,&nbsp;applicable&nbsp;only&nbsp;when&nbsp;resharing&nbsp;an&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;activity&nbsp;was&nbsp;initially&nbsp;published.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;of&nbsp;the&nbsp;activities&nbsp;in&nbsp;the&nbsp;specified&nbsp;collection&nbsp;for&nbsp;a&nbsp;particular&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;large&nbsp;result&nbsp;sets.&nbsp;To&nbsp;get&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;user&nbsp;to&nbsp;get&nbsp;activities&nbsp;for.&nbsp;The&nbsp;special&nbsp;value&nbsp;"me"&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;indicate&nbsp;the&nbsp;authenticated&nbsp;user.&nbsp;(required)<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;activities&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.&nbsp;For&nbsp;any&nbsp;response,&nbsp;the&nbsp;actual&nbsp;number&nbsp;returned&nbsp;may&nbsp;be&nbsp;less&nbsp;than&nbsp;the&nbsp;specified&nbsp;maxResults.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;collection:&nbsp;string,&nbsp;The&nbsp;collection&nbsp;of&nbsp;activities&nbsp;to&nbsp;list.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;public&nbsp;-&nbsp;All&nbsp;public&nbsp;activities&nbsp;created&nbsp;by&nbsp;the&nbsp;specified&nbsp;user.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;large&nbsp;result&nbsp;sets.&nbsp;Provide&nbsp;this&nbsp;value&nbsp;in&nbsp;a&nbsp;subsequent&nbsp;request&nbsp;to&nbsp;return&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#activityFeed",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;activities.&nbsp;Value:&nbsp;"plus#activityFeed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;collection&nbsp;of&nbsp;activities.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;activities&nbsp;in&nbsp;this&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"placeName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;place&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#activity",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;an&nbsp;activity.&nbsp;Value:&nbsp;"plus#activity".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;activity&nbsp;was&nbsp;last&nbsp;updated.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"provider":&nbsp;{&nbsp;#&nbsp;The&nbsp;service&nbsp;provider&nbsp;that&nbsp;initially&nbsp;published&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;service&nbsp;provider.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geocode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Latitude&nbsp;and&nbsp;longitude&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.&nbsp;Format&nbsp;is&nbsp;latitude&nbsp;followed&nbsp;by&nbsp;longitude,&nbsp;space&nbsp;separated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"object":&nbsp;{&nbsp;#&nbsp;The&nbsp;object&nbsp;of&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resharers":&nbsp;{&nbsp;#&nbsp;People&nbsp;who&nbsp;reshared&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;people&nbsp;who&nbsp;reshared&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;resharers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachments":&nbsp;[&nbsp;#&nbsp;The&nbsp;media&nbsp;objects&nbsp;attached&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;attachment&nbsp;(such&nbsp;as&nbsp;a&nbsp;photo&nbsp;caption&nbsp;or&nbsp;an&nbsp;article&nbsp;title).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullImage":&nbsp;{&nbsp;#&nbsp;The&nbsp;full&nbsp;image&nbsp;url&nbsp;for&nbsp;photo&nbsp;attachments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;width,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;height,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;the&nbsp;attachment,&nbsp;should&nbsp;be&nbsp;of&nbsp;type&nbsp;text/html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;preview&nbsp;image&nbsp;for&nbsp;photos&nbsp;or&nbsp;videos.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;width,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;height,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;attachment&nbsp;is&nbsp;an&nbsp;article,&nbsp;this&nbsp;property&nbsp;contains&nbsp;a&nbsp;snippet&nbsp;of&nbsp;text&nbsp;from&nbsp;the&nbsp;article.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"embed":&nbsp;{&nbsp;#&nbsp;If&nbsp;the&nbsp;attachment&nbsp;is&nbsp;a&nbsp;video,&nbsp;the&nbsp;embeddable&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;media&nbsp;object's&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;media&nbsp;object.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"photo"&nbsp;-&nbsp;A&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"video"&nbsp;-&nbsp;A&nbsp;video.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"article"&nbsp;-&nbsp;An&nbsp;article,&nbsp;specified&nbsp;by&nbsp;a&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalContent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;(text)&nbsp;as&nbsp;provided&nbsp;by&nbsp;the&nbsp;author,&nbsp;stored&nbsp;without&nbsp;any&nbsp;HTML&nbsp;formatting.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity's&nbsp;content,&nbsp;use&nbsp;the&nbsp;value&nbsp;of&nbsp;originalContent&nbsp;as&nbsp;the&nbsp;starting&nbsp;point&nbsp;from&nbsp;which&nbsp;to&nbsp;make&nbsp;edits.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusoners":&nbsp;{&nbsp;#&nbsp;People&nbsp;who&nbsp;+1'd&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;people&nbsp;who&nbsp;+1'd&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;people&nbsp;who&nbsp;+1'd&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;If&nbsp;this&nbsp;activity's&nbsp;object&nbsp;is&nbsp;itself&nbsp;another&nbsp;activity&nbsp;(for&nbsp;example,&nbsp;when&nbsp;a&nbsp;person&nbsp;reshares&nbsp;an&nbsp;activity),&nbsp;this&nbsp;property&nbsp;specifies&nbsp;the&nbsp;original&nbsp;activity's&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;the&nbsp;original&nbsp;actor's&nbsp;Google&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;image&nbsp;representation&nbsp;of&nbsp;the&nbsp;original&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;original&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;original&nbsp;actor's&nbsp;name,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ID&nbsp;of&nbsp;the&nbsp;original&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML-formatted&nbsp;content,&nbsp;suitable&nbsp;for&nbsp;display.&nbsp;When&nbsp;creating&nbsp;or&nbsp;updating&nbsp;an&nbsp;activity,&nbsp;this&nbsp;value&nbsp;must&nbsp;be&nbsp;supplied&nbsp;as&nbsp;plain&nbsp;text&nbsp;in&nbsp;the&nbsp;request.&nbsp;If&nbsp;successful,&nbsp;the&nbsp;response&nbsp;will&nbsp;contain&nbsp;the&nbsp;HTML-formatted&nbsp;content.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity,&nbsp;use&nbsp;originalContent&nbsp;as&nbsp;the&nbsp;starting&nbsp;value,&nbsp;then&nbsp;assign&nbsp;the&nbsp;updated&nbsp;text&nbsp;to&nbsp;this&nbsp;property.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"replies":&nbsp;{&nbsp;#&nbsp;Comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;comments&nbsp;on&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;object.&nbsp;When&nbsp;resharing&nbsp;an&nbsp;activity,&nbsp;this&nbsp;is&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity&nbsp;being&nbsp;reshared.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;object.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"note"&nbsp;-&nbsp;Textual&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"activity"&nbsp;-&nbsp;A&nbsp;Google+&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"placeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ID&nbsp;of&nbsp;the&nbsp;place&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;performed&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;the&nbsp;actor's&nbsp;Google&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;image&nbsp;representation&nbsp;of&nbsp;the&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;actor's&nbsp;profile&nbsp;photo.&nbsp;To&nbsp;re-size&nbsp;the&nbsp;image&nbsp;and&nbsp;crop&nbsp;it&nbsp;to&nbsp;a&nbsp;square,&nbsp;append&nbsp;the&nbsp;query&nbsp;string&nbsp;?sz=x,&nbsp;where&nbsp;x&nbsp;is&nbsp;the&nbsp;dimension&nbsp;in&nbsp;pixels&nbsp;of&nbsp;each&nbsp;side.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;actor,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;actor's&nbsp;person&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;representation&nbsp;of&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;the&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;the&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;{&nbsp;#&nbsp;Identifies&nbsp;who&nbsp;has&nbsp;access&nbsp;to&nbsp;see&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;access&nbsp;entries.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;entry&nbsp;describing&nbsp;to&nbsp;whom&nbsp;access&nbsp;is&nbsp;granted.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"person"&nbsp;-&nbsp;Access&nbsp;to&nbsp;an&nbsp;individual.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"circle"&nbsp;-&nbsp;Access&nbsp;to&nbsp;members&nbsp;of&nbsp;a&nbsp;circle.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"myCircles"&nbsp;-&nbsp;Access&nbsp;to&nbsp;members&nbsp;of&nbsp;all&nbsp;the&nbsp;person's&nbsp;circles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"extendedCircles"&nbsp;-&nbsp;Access&nbsp;to&nbsp;members&nbsp;of&nbsp;everyone&nbsp;in&nbsp;a&nbsp;person's&nbsp;circles,&nbsp;plus&nbsp;all&nbsp;of&nbsp;the&nbsp;people&nbsp;in&nbsp;their&nbsp;circles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;Access&nbsp;to&nbsp;anyone&nbsp;on&nbsp;the&nbsp;web.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;entry.&nbsp;For&nbsp;entries&nbsp;of&nbsp;type&nbsp;"person"&nbsp;or&nbsp;"circle",&nbsp;this&nbsp;is&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;resource.&nbsp;For&nbsp;other&nbsp;types,&nbsp;this&nbsp;property&nbsp;is&nbsp;not&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#acl",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;access&nbsp;controls.&nbsp;Value:&nbsp;"plus#acl".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;access&nbsp;granted,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"verb":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;This&nbsp;activity's&nbsp;verb,&nbsp;indicating&nbsp;what&nbsp;action&nbsp;was&nbsp;performed.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"post"&nbsp;-&nbsp;Publish&nbsp;content&nbsp;to&nbsp;the&nbsp;stream.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"checkin"&nbsp;-&nbsp;Check&nbsp;in&nbsp;to&nbsp;a&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"share"&nbsp;-&nbsp;Reshare&nbsp;an&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"radius":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Radius,&nbsp;in&nbsp;meters,&nbsp;of&nbsp;the&nbsp;region&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred,&nbsp;centered&nbsp;at&nbsp;the&nbsp;latitude&nbsp;and&nbsp;longitude&nbsp;identified&nbsp;in&nbsp;geocode.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Street&nbsp;address&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"crosspostSource":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;this&nbsp;activity&nbsp;is&nbsp;a&nbsp;crosspost&nbsp;from&nbsp;another&nbsp;system,&nbsp;this&nbsp;property&nbsp;specifies&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;original&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Additional&nbsp;content&nbsp;added&nbsp;by&nbsp;the&nbsp;person&nbsp;who&nbsp;shared&nbsp;this&nbsp;activity,&nbsp;applicable&nbsp;only&nbsp;when&nbsp;resharing&nbsp;an&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;activity&nbsp;was&nbsp;initially&nbsp;published.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;collection&nbsp;of&nbsp;activities&nbsp;was&nbsp;last&nbsp;updated.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;activities.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;collection&nbsp;of&nbsp;activities.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;this&nbsp;activity&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-search"><strong>search</strong></a> = method(self, **kwargs)</dt><dd><tt>Search&nbsp;public&nbsp;activities.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;orderBy:&nbsp;string,&nbsp;Specifies&nbsp;how&nbsp;to&nbsp;order&nbsp;search&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;best&nbsp;-&nbsp;Sort&nbsp;activities&nbsp;by&nbsp;relevance&nbsp;to&nbsp;the&nbsp;user,&nbsp;most&nbsp;relevant&nbsp;first.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;recent&nbsp;-&nbsp;Sort&nbsp;activities&nbsp;by&nbsp;published&nbsp;date,&nbsp;most&nbsp;recent&nbsp;first.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;language:&nbsp;string,&nbsp;Specify&nbsp;the&nbsp;preferred&nbsp;language&nbsp;to&nbsp;search&nbsp;with.&nbsp;See&nbsp;search&nbsp;language&nbsp;codes&nbsp;for&nbsp;available&nbsp;values.<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;large&nbsp;result&nbsp;sets.&nbsp;To&nbsp;get&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.&nbsp;This&nbsp;token&nbsp;may&nbsp;be&nbsp;of&nbsp;any&nbsp;length.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;activities&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.&nbsp;For&nbsp;any&nbsp;response,&nbsp;the&nbsp;actual&nbsp;number&nbsp;returned&nbsp;may&nbsp;be&nbsp;less&nbsp;than&nbsp;the&nbsp;specified&nbsp;maxResults.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;query:&nbsp;string,&nbsp;Full-text&nbsp;search&nbsp;query&nbsp;string.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;large&nbsp;result&nbsp;sets.&nbsp;Provide&nbsp;this&nbsp;value&nbsp;in&nbsp;a&nbsp;subsequent&nbsp;request&nbsp;to&nbsp;return&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#activityFeed",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;activities.&nbsp;Value:&nbsp;"plus#activityFeed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;collection&nbsp;of&nbsp;activities.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;activities&nbsp;in&nbsp;this&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"placeName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;place&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#activity",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;an&nbsp;activity.&nbsp;Value:&nbsp;"plus#activity".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;activity&nbsp;was&nbsp;last&nbsp;updated.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"provider":&nbsp;{&nbsp;#&nbsp;The&nbsp;service&nbsp;provider&nbsp;that&nbsp;initially&nbsp;published&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;service&nbsp;provider.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"geocode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Latitude&nbsp;and&nbsp;longitude&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.&nbsp;Format&nbsp;is&nbsp;latitude&nbsp;followed&nbsp;by&nbsp;longitude,&nbsp;space&nbsp;separated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"object":&nbsp;{&nbsp;#&nbsp;The&nbsp;object&nbsp;of&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"resharers":&nbsp;{&nbsp;#&nbsp;People&nbsp;who&nbsp;reshared&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;people&nbsp;who&nbsp;reshared&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;resharers.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attachments":&nbsp;[&nbsp;#&nbsp;The&nbsp;media&nbsp;objects&nbsp;attached&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;the&nbsp;attachment&nbsp;(such&nbsp;as&nbsp;a&nbsp;photo&nbsp;caption&nbsp;or&nbsp;an&nbsp;article&nbsp;title).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"fullImage":&nbsp;{&nbsp;#&nbsp;The&nbsp;full&nbsp;image&nbsp;url&nbsp;for&nbsp;photo&nbsp;attachments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;width,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;height,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;the&nbsp;attachment,&nbsp;should&nbsp;be&nbsp;of&nbsp;type&nbsp;text/html.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;preview&nbsp;image&nbsp;for&nbsp;photos&nbsp;or&nbsp;videos.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;The&nbsp;width,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;The&nbsp;height,&nbsp;in&nbsp;pixels,&nbsp;of&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;the&nbsp;attachment&nbsp;is&nbsp;an&nbsp;article,&nbsp;this&nbsp;property&nbsp;contains&nbsp;a&nbsp;snippet&nbsp;of&nbsp;text&nbsp;from&nbsp;the&nbsp;article.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"embed":&nbsp;{&nbsp;#&nbsp;If&nbsp;the&nbsp;attachment&nbsp;is&nbsp;a&nbsp;video,&nbsp;the&nbsp;embeddable&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Media&nbsp;type&nbsp;of&nbsp;the&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;media&nbsp;object's&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;media&nbsp;object.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"photo"&nbsp;-&nbsp;A&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"video"&nbsp;-&nbsp;A&nbsp;video.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"article"&nbsp;-&nbsp;An&nbsp;article,&nbsp;specified&nbsp;by&nbsp;a&nbsp;link.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalContent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;(text)&nbsp;as&nbsp;provided&nbsp;by&nbsp;the&nbsp;author,&nbsp;stored&nbsp;without&nbsp;any&nbsp;HTML&nbsp;formatting.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity's&nbsp;content,&nbsp;use&nbsp;the&nbsp;value&nbsp;of&nbsp;originalContent&nbsp;as&nbsp;the&nbsp;starting&nbsp;point&nbsp;from&nbsp;which&nbsp;to&nbsp;make&nbsp;edits.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusoners":&nbsp;{&nbsp;#&nbsp;People&nbsp;who&nbsp;+1'd&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;people&nbsp;who&nbsp;+1'd&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;people&nbsp;who&nbsp;+1'd&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;If&nbsp;this&nbsp;activity's&nbsp;object&nbsp;is&nbsp;itself&nbsp;another&nbsp;activity&nbsp;(for&nbsp;example,&nbsp;when&nbsp;a&nbsp;person&nbsp;reshares&nbsp;an&nbsp;activity),&nbsp;this&nbsp;property&nbsp;specifies&nbsp;the&nbsp;original&nbsp;activity's&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;the&nbsp;original&nbsp;actor's&nbsp;Google&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;image&nbsp;representation&nbsp;of&nbsp;the&nbsp;original&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;a&nbsp;thumbnail&nbsp;photo&nbsp;of&nbsp;the&nbsp;original&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;original&nbsp;actor's&nbsp;name,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ID&nbsp;of&nbsp;the&nbsp;original&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;HTML-formatted&nbsp;content,&nbsp;suitable&nbsp;for&nbsp;display.&nbsp;When&nbsp;creating&nbsp;or&nbsp;updating&nbsp;an&nbsp;activity,&nbsp;this&nbsp;value&nbsp;must&nbsp;be&nbsp;supplied&nbsp;as&nbsp;plain&nbsp;text&nbsp;in&nbsp;the&nbsp;request.&nbsp;If&nbsp;successful,&nbsp;the&nbsp;response&nbsp;will&nbsp;contain&nbsp;the&nbsp;HTML-formatted&nbsp;content.&nbsp;When&nbsp;updating&nbsp;an&nbsp;activity,&nbsp;use&nbsp;originalContent&nbsp;as&nbsp;the&nbsp;starting&nbsp;value,&nbsp;then&nbsp;assign&nbsp;the&nbsp;updated&nbsp;text&nbsp;to&nbsp;this&nbsp;property.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;that&nbsp;points&nbsp;to&nbsp;the&nbsp;linked&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"replies":&nbsp;{&nbsp;#&nbsp;Comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;comments&nbsp;on&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;for&nbsp;the&nbsp;collection&nbsp;of&nbsp;comments&nbsp;in&nbsp;reply&nbsp;to&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;object.&nbsp;When&nbsp;resharing&nbsp;an&nbsp;activity,&nbsp;this&nbsp;is&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity&nbsp;being&nbsp;reshared.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;the&nbsp;object.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"note"&nbsp;-&nbsp;Textual&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"activity"&nbsp;-&nbsp;A&nbsp;Google+&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"placeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ID&nbsp;of&nbsp;the&nbsp;place&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;performed&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;link&nbsp;to&nbsp;the&nbsp;actor's&nbsp;Google&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;image&nbsp;representation&nbsp;of&nbsp;the&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;actor's&nbsp;profile&nbsp;photo.&nbsp;To&nbsp;re-size&nbsp;the&nbsp;image&nbsp;and&nbsp;crop&nbsp;it&nbsp;to&nbsp;a&nbsp;square,&nbsp;append&nbsp;the&nbsp;query&nbsp;string&nbsp;?sz=x,&nbsp;where&nbsp;x&nbsp;is&nbsp;the&nbsp;dimension&nbsp;in&nbsp;pixels&nbsp;of&nbsp;each&nbsp;side.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;actor,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;actor's&nbsp;person&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;representation&nbsp;of&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;the&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;the&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"access":&nbsp;{&nbsp;#&nbsp;Identifies&nbsp;who&nbsp;has&nbsp;access&nbsp;to&nbsp;see&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;access&nbsp;entries.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;entry&nbsp;describing&nbsp;to&nbsp;whom&nbsp;access&nbsp;is&nbsp;granted.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"person"&nbsp;-&nbsp;Access&nbsp;to&nbsp;an&nbsp;individual.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"circle"&nbsp;-&nbsp;Access&nbsp;to&nbsp;members&nbsp;of&nbsp;a&nbsp;circle.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"myCircles"&nbsp;-&nbsp;Access&nbsp;to&nbsp;members&nbsp;of&nbsp;all&nbsp;the&nbsp;person's&nbsp;circles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"extendedCircles"&nbsp;-&nbsp;Access&nbsp;to&nbsp;members&nbsp;of&nbsp;everyone&nbsp;in&nbsp;a&nbsp;person's&nbsp;circles,&nbsp;plus&nbsp;all&nbsp;of&nbsp;the&nbsp;people&nbsp;in&nbsp;their&nbsp;circles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"public"&nbsp;-&nbsp;Access&nbsp;to&nbsp;anyone&nbsp;on&nbsp;the&nbsp;web.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;entry.&nbsp;For&nbsp;entries&nbsp;of&nbsp;type&nbsp;"person"&nbsp;or&nbsp;"circle",&nbsp;this&nbsp;is&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;resource.&nbsp;For&nbsp;other&nbsp;types,&nbsp;this&nbsp;property&nbsp;is&nbsp;not&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#acl",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;access&nbsp;controls.&nbsp;Value:&nbsp;"plus#acl".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;access&nbsp;granted,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"verb":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;This&nbsp;activity's&nbsp;verb,&nbsp;indicating&nbsp;what&nbsp;action&nbsp;was&nbsp;performed.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"post"&nbsp;-&nbsp;Publish&nbsp;content&nbsp;to&nbsp;the&nbsp;stream.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"checkin"&nbsp;-&nbsp;Check&nbsp;in&nbsp;to&nbsp;a&nbsp;location.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"share"&nbsp;-&nbsp;Reshare&nbsp;an&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"radius":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Radius,&nbsp;in&nbsp;meters,&nbsp;of&nbsp;the&nbsp;region&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred,&nbsp;centered&nbsp;at&nbsp;the&nbsp;latitude&nbsp;and&nbsp;longitude&nbsp;identified&nbsp;in&nbsp;geocode.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Street&nbsp;address&nbsp;where&nbsp;this&nbsp;activity&nbsp;occurred.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"crosspostSource":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;If&nbsp;this&nbsp;activity&nbsp;is&nbsp;a&nbsp;crosspost&nbsp;from&nbsp;another&nbsp;system,&nbsp;this&nbsp;property&nbsp;specifies&nbsp;the&nbsp;ID&nbsp;of&nbsp;the&nbsp;original&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"annotation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Additional&nbsp;content&nbsp;added&nbsp;by&nbsp;the&nbsp;person&nbsp;who&nbsp;shared&nbsp;this&nbsp;activity,&nbsp;applicable&nbsp;only&nbsp;when&nbsp;resharing&nbsp;an&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;activity&nbsp;was&nbsp;initially&nbsp;published.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;collection&nbsp;of&nbsp;activities&nbsp;was&nbsp;last&nbsp;updated.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;activities.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;collection&nbsp;of&nbsp;activities.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;this&nbsp;activity&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-search_next"><strong>search_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/plus.v1.comments.html b/docs/dyn/plus.v1.comments.html
deleted file mode 100644
index 316273c..0000000
--- a/docs/dyn/plus.v1.comments.html
+++ /dev/null
@@ -1,137 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;a&nbsp;comment.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;commentId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;comment&nbsp;to&nbsp;get.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"inReplyTo":&nbsp;[&nbsp;#&nbsp;The&nbsp;activity&nbsp;this&nbsp;comment&nbsp;replied&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;url&nbsp;of&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#comment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;comment.&nbsp;Value:&nbsp;"plus#comment".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"object":&nbsp;{&nbsp;#&nbsp;The&nbsp;object&nbsp;of&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;of&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"comment",&nbsp;#&nbsp;The&nbsp;object&nbsp;type&nbsp;of&nbsp;this&nbsp;comment.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"comment"&nbsp;-&nbsp;A&nbsp;comment&nbsp;in&nbsp;reply&nbsp;to&nbsp;an&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;comment&nbsp;was&nbsp;last&nbsp;updated.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;posted&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;the&nbsp;person&nbsp;resource&nbsp;for&nbsp;this&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;image&nbsp;representation&nbsp;of&nbsp;this&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;actor's&nbsp;profile&nbsp;photo.&nbsp;To&nbsp;re-size&nbsp;the&nbsp;image&nbsp;and&nbsp;crop&nbsp;it&nbsp;to&nbsp;a&nbsp;square,&nbsp;append&nbsp;the&nbsp;query&nbsp;string&nbsp;?sz=x,&nbsp;where&nbsp;x&nbsp;is&nbsp;the&nbsp;dimension&nbsp;in&nbsp;pixels&nbsp;of&nbsp;each&nbsp;side.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;actor,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"verb":&nbsp;"post",&nbsp;#&nbsp;This&nbsp;comment's&nbsp;verb,&nbsp;indicating&nbsp;what&nbsp;action&nbsp;was&nbsp;performed.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"post"&nbsp;-&nbsp;Publish&nbsp;content&nbsp;to&nbsp;the&nbsp;stream.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;comment&nbsp;was&nbsp;initially&nbsp;published.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;this&nbsp;comment&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;of&nbsp;the&nbsp;comments&nbsp;for&nbsp;an&nbsp;activity.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;large&nbsp;result&nbsp;sets.&nbsp;To&nbsp;get&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;comments&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.&nbsp;For&nbsp;any&nbsp;response,&nbsp;the&nbsp;actual&nbsp;number&nbsp;returned&nbsp;may&nbsp;be&nbsp;less&nbsp;than&nbsp;the&nbsp;specified&nbsp;maxResults.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;activityId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity&nbsp;to&nbsp;get&nbsp;comments&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;sortOrder:&nbsp;string,&nbsp;The&nbsp;order&nbsp;in&nbsp;which&nbsp;to&nbsp;sort&nbsp;the&nbsp;list&nbsp;of&nbsp;comments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ascending&nbsp;-&nbsp;Sort&nbsp;oldest&nbsp;comments&nbsp;first.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;descending&nbsp;-&nbsp;Sort&nbsp;newest&nbsp;comments&nbsp;first.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;large&nbsp;result&nbsp;sets.&nbsp;Provide&nbsp;this&nbsp;value&nbsp;in&nbsp;a&nbsp;subsequent&nbsp;request&nbsp;to&nbsp;return&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#commentFeed",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;comments.&nbsp;Value:&nbsp;"plus#commentFeed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;collection&nbsp;of&nbsp;comments.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;comments&nbsp;in&nbsp;this&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inReplyTo":&nbsp;[&nbsp;#&nbsp;The&nbsp;activity&nbsp;this&nbsp;comment&nbsp;replied&nbsp;to.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;url&nbsp;of&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#comment",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;comment.&nbsp;Value:&nbsp;"plus#comment".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"object":&nbsp;{&nbsp;#&nbsp;The&nbsp;object&nbsp;of&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;content&nbsp;of&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"comment",&nbsp;#&nbsp;The&nbsp;object&nbsp;type&nbsp;of&nbsp;this&nbsp;comment.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"comment"&nbsp;-&nbsp;A&nbsp;comment&nbsp;in&nbsp;reply&nbsp;to&nbsp;an&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;comment&nbsp;was&nbsp;last&nbsp;updated.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"actor":&nbsp;{&nbsp;#&nbsp;The&nbsp;person&nbsp;who&nbsp;posted&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;link&nbsp;to&nbsp;the&nbsp;person&nbsp;resource&nbsp;for&nbsp;this&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;image&nbsp;representation&nbsp;of&nbsp;this&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;actor's&nbsp;profile&nbsp;photo.&nbsp;To&nbsp;re-size&nbsp;the&nbsp;image&nbsp;and&nbsp;crop&nbsp;it&nbsp;to&nbsp;a&nbsp;square,&nbsp;append&nbsp;the&nbsp;query&nbsp;string&nbsp;?sz=x,&nbsp;where&nbsp;x&nbsp;is&nbsp;the&nbsp;dimension&nbsp;in&nbsp;pixels&nbsp;of&nbsp;each&nbsp;side.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;actor,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;actor.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"verb":&nbsp;"post",&nbsp;#&nbsp;This&nbsp;comment's&nbsp;verb,&nbsp;indicating&nbsp;what&nbsp;action&nbsp;was&nbsp;performed.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"post"&nbsp;-&nbsp;Publish&nbsp;content&nbsp;to&nbsp;the&nbsp;stream.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"published":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;comment&nbsp;was&nbsp;initially&nbsp;published.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;comment.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;this&nbsp;comment&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;time&nbsp;at&nbsp;which&nbsp;this&nbsp;collection&nbsp;of&nbsp;comments&nbsp;was&nbsp;last&nbsp;updated.&nbsp;Formatted&nbsp;as&nbsp;an&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;activities.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;collection&nbsp;of&nbsp;comments.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/plus.v1.html b/docs/dyn/plus.v1.html
deleted file mode 100644
index 471d3ca..0000000
--- a/docs/dyn/plus.v1.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-activities"><strong><a href="plus.v1.activities.html">activities</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-comments"><strong><a href="plus.v1.comments.html">comments</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-people"><strong><a href="plus.v1.people.html">people</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/plus.v1.people.html b/docs/dyn/plus.v1.people.html
deleted file mode 100644
index 9f0a405..0000000
--- a/docs/dyn/plus.v1.people.html
+++ /dev/null
@@ -1,373 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;a&nbsp;person's&nbsp;profile.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;person&nbsp;to&nbsp;get&nbsp;the&nbsp;profile&nbsp;for.&nbsp;The&nbsp;special&nbsp;value&nbsp;"me"&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;indicate&nbsp;the&nbsp;authenticated&nbsp;user.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"relationshipStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;relationship&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"single"&nbsp;-&nbsp;Person&nbsp;is&nbsp;single.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"in_a_relationship"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;a&nbsp;relationship.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"engaged"&nbsp;-&nbsp;Person&nbsp;is&nbsp;engaged.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"married"&nbsp;-&nbsp;Person&nbsp;is&nbsp;married.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"its_complicated"&nbsp;-&nbsp;The&nbsp;relationship&nbsp;is&nbsp;complicated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"open_relationship"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;an&nbsp;open&nbsp;relationship.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"widowed"&nbsp;-&nbsp;Person&nbsp;is&nbsp;widowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"in_domestic_partnership"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;a&nbsp;domestic&nbsp;partnership.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"in_civil_union"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;a&nbsp;civil&nbsp;union.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;current&nbsp;or&nbsp;past&nbsp;organizations&nbsp;with&nbsp;which&nbsp;this&nbsp;person&nbsp;is&nbsp;associated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;the&nbsp;person&nbsp;joined&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;the&nbsp;person&nbsp;left&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;description&nbsp;of&nbsp;the&nbsp;person's&nbsp;role&nbsp;in&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;job&nbsp;title&nbsp;or&nbsp;role&nbsp;within&nbsp;the&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;indicates&nbsp;this&nbsp;organization&nbsp;is&nbsp;the&nbsp;person's&nbsp;primary&nbsp;one&nbsp;(typically&nbsp;interpreted&nbsp;as&nbsp;current&nbsp;one).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;location&nbsp;of&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;department&nbsp;within&nbsp;the&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;organization.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"work"&nbsp;-&nbsp;Work.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"school"&nbsp;-&nbsp;School.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#person",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;person.&nbsp;Value:&nbsp;"plus#person".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;person,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;representation&nbsp;of&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;a&nbsp;person's&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"honorificPrefix":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;honorific&nbsp;prefixes&nbsp;(such&nbsp;as&nbsp;"Dr."&nbsp;or&nbsp;"Mrs.")&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"middleName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;middle&nbsp;name&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;full&nbsp;name&nbsp;of&nbsp;this&nbsp;person,&nbsp;including&nbsp;middle&nbsp;names,&nbsp;suffixes,&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"honorificSuffix":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;honorific&nbsp;suffixes&nbsp;(such&nbsp;as&nbsp;"Jr.")&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;this&nbsp;person's&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;gender.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"male"&nbsp;-&nbsp;Male&nbsp;gender.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"female"&nbsp;-&nbsp;Female&nbsp;gender.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"other"&nbsp;-&nbsp;Other.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"aboutMe":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;biography&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"tagline":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;brief&nbsp;description&nbsp;(tagline)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"placesLived":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;places&nbsp;where&nbsp;this&nbsp;person&nbsp;has&nbsp;lived.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;this&nbsp;place&nbsp;of&nbsp;residence&nbsp;is&nbsp;this&nbsp;person's&nbsp;primary&nbsp;residence.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;place&nbsp;where&nbsp;this&nbsp;person&nbsp;has&nbsp;lived.&nbsp;For&nbsp;example:&nbsp;"Seattle,&nbsp;WA",&nbsp;"Near&nbsp;Toronto".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;email&nbsp;addresses&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;address.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"home"&nbsp;-&nbsp;Home&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"work"&nbsp;-&nbsp;Work&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"other"&nbsp;-&nbsp;Other.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;indicates&nbsp;this&nbsp;email&nbsp;address&nbsp;is&nbsp;the&nbsp;person's&nbsp;primary&nbsp;one.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nickname":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;nickname&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;date&nbsp;of&nbsp;birth,&nbsp;represented&nbsp;as&nbsp;YYYY-MM-DD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;representation&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.&nbsp;To&nbsp;re-size&nbsp;the&nbsp;image&nbsp;and&nbsp;crop&nbsp;it&nbsp;to&nbsp;a&nbsp;square,&nbsp;append&nbsp;the&nbsp;query&nbsp;string&nbsp;?sz=x,&nbsp;where&nbsp;x&nbsp;is&nbsp;the&nbsp;dimension&nbsp;in&nbsp;pixels&nbsp;of&nbsp;each&nbsp;side.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hasApp":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;indicates&nbsp;that&nbsp;the&nbsp;person&nbsp;has&nbsp;installed&nbsp;the&nbsp;app&nbsp;that&nbsp;is&nbsp;making&nbsp;the&nbsp;request&nbsp;and&nbsp;has&nbsp;chosen&nbsp;to&nbsp;expose&nbsp;this&nbsp;install&nbsp;state&nbsp;to&nbsp;the&nbsp;caller.&nbsp;A&nbsp;value&nbsp;of&nbsp;"false"&nbsp;indicates&nbsp;that&nbsp;the&nbsp;install&nbsp;state&nbsp;cannot&nbsp;be&nbsp;determined&nbsp;(it&nbsp;is&nbsp;either&nbsp;not&nbsp;installed&nbsp;or&nbsp;the&nbsp;person&nbsp;has&nbsp;chosen&nbsp;to&nbsp;keep&nbsp;this&nbsp;information&nbsp;private).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;URLs&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;URL.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"home"&nbsp;-&nbsp;URL&nbsp;for&nbsp;home.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"work"&nbsp;-&nbsp;URL&nbsp;for&nbsp;work.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"blog"&nbsp;-&nbsp;URL&nbsp;for&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"profile"&nbsp;-&nbsp;URL&nbsp;for&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"other"&nbsp;-&nbsp;Other.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;this&nbsp;URL&nbsp;is&nbsp;the&nbsp;person's&nbsp;primary&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"languagesSpoken":&nbsp;[&nbsp;#&nbsp;The&nbsp;languages&nbsp;spoken&nbsp;by&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"currentLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;location&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;person&nbsp;within&nbsp;Google+.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"person"&nbsp;-&nbsp;represents&nbsp;an&nbsp;actual&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"page"&nbsp;-&nbsp;represents&nbsp;a&nbsp;page.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-listByActivity"><strong>listByActivity</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;all&nbsp;of&nbsp;the&nbsp;people&nbsp;in&nbsp;the&nbsp;specified&nbsp;collection&nbsp;for&nbsp;a&nbsp;particular&nbsp;activity.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;large&nbsp;result&nbsp;sets.&nbsp;To&nbsp;get&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;people&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.&nbsp;For&nbsp;any&nbsp;response,&nbsp;the&nbsp;actual&nbsp;number&nbsp;returned&nbsp;may&nbsp;be&nbsp;less&nbsp;than&nbsp;the&nbsp;specified&nbsp;maxResults.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;activityId:&nbsp;string,&nbsp;The&nbsp;ID&nbsp;of&nbsp;the&nbsp;activity&nbsp;to&nbsp;get&nbsp;the&nbsp;list&nbsp;of&nbsp;people&nbsp;for.&nbsp;(required)<br>
-&nbsp;&nbsp;collection:&nbsp;string,&nbsp;The&nbsp;collection&nbsp;of&nbsp;people&nbsp;to&nbsp;list.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;plusoners&nbsp;-&nbsp;List&nbsp;all&nbsp;people&nbsp;who&nbsp;have&nbsp;+1'd&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;resharers&nbsp;-&nbsp;List&nbsp;all&nbsp;people&nbsp;who&nbsp;have&nbsp;reshared&nbsp;this&nbsp;activity.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;large&nbsp;result&nbsp;sets.&nbsp;Provide&nbsp;this&nbsp;value&nbsp;in&nbsp;a&nbsp;subsequent&nbsp;request&nbsp;to&nbsp;return&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#peopleFeed",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;people.&nbsp;Value:&nbsp;"plus#peopleFeed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;collection&nbsp;of&nbsp;people.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;people&nbsp;in&nbsp;this&nbsp;page&nbsp;of&nbsp;results.&nbsp;Each&nbsp;item&nbsp;will&nbsp;include&nbsp;the&nbsp;id,&nbsp;displayName,&nbsp;image,&nbsp;and&nbsp;url&nbsp;for&nbsp;the&nbsp;person.&nbsp;To&nbsp;retrieve&nbsp;additional&nbsp;profile&nbsp;data,&nbsp;see&nbsp;the&nbsp;people.get&nbsp;method.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"relationshipStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;relationship&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"single"&nbsp;-&nbsp;Person&nbsp;is&nbsp;single.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"in_a_relationship"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;a&nbsp;relationship.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"engaged"&nbsp;-&nbsp;Person&nbsp;is&nbsp;engaged.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"married"&nbsp;-&nbsp;Person&nbsp;is&nbsp;married.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"its_complicated"&nbsp;-&nbsp;The&nbsp;relationship&nbsp;is&nbsp;complicated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"open_relationship"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;an&nbsp;open&nbsp;relationship.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"widowed"&nbsp;-&nbsp;Person&nbsp;is&nbsp;widowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"in_domestic_partnership"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;a&nbsp;domestic&nbsp;partnership.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"in_civil_union"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;a&nbsp;civil&nbsp;union.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;current&nbsp;or&nbsp;past&nbsp;organizations&nbsp;with&nbsp;which&nbsp;this&nbsp;person&nbsp;is&nbsp;associated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;the&nbsp;person&nbsp;joined&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;the&nbsp;person&nbsp;left&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;description&nbsp;of&nbsp;the&nbsp;person's&nbsp;role&nbsp;in&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;job&nbsp;title&nbsp;or&nbsp;role&nbsp;within&nbsp;the&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;indicates&nbsp;this&nbsp;organization&nbsp;is&nbsp;the&nbsp;person's&nbsp;primary&nbsp;one&nbsp;(typically&nbsp;interpreted&nbsp;as&nbsp;current&nbsp;one).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;location&nbsp;of&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;department&nbsp;within&nbsp;the&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;organization.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"work"&nbsp;-&nbsp;Work.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"school"&nbsp;-&nbsp;School.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#person",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;person.&nbsp;Value:&nbsp;"plus#person".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;person,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;representation&nbsp;of&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;a&nbsp;person's&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"honorificPrefix":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;honorific&nbsp;prefixes&nbsp;(such&nbsp;as&nbsp;"Dr."&nbsp;or&nbsp;"Mrs.")&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"middleName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;middle&nbsp;name&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;full&nbsp;name&nbsp;of&nbsp;this&nbsp;person,&nbsp;including&nbsp;middle&nbsp;names,&nbsp;suffixes,&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"honorificSuffix":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;honorific&nbsp;suffixes&nbsp;(such&nbsp;as&nbsp;"Jr.")&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;this&nbsp;person's&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;gender.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"male"&nbsp;-&nbsp;Male&nbsp;gender.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"female"&nbsp;-&nbsp;Female&nbsp;gender.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"other"&nbsp;-&nbsp;Other.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"aboutMe":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;biography&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tagline":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;brief&nbsp;description&nbsp;(tagline)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"placesLived":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;places&nbsp;where&nbsp;this&nbsp;person&nbsp;has&nbsp;lived.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;this&nbsp;place&nbsp;of&nbsp;residence&nbsp;is&nbsp;this&nbsp;person's&nbsp;primary&nbsp;residence.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;place&nbsp;where&nbsp;this&nbsp;person&nbsp;has&nbsp;lived.&nbsp;For&nbsp;example:&nbsp;"Seattle,&nbsp;WA",&nbsp;"Near&nbsp;Toronto".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;email&nbsp;addresses&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;address.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"home"&nbsp;-&nbsp;Home&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"work"&nbsp;-&nbsp;Work&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"other"&nbsp;-&nbsp;Other.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;indicates&nbsp;this&nbsp;email&nbsp;address&nbsp;is&nbsp;the&nbsp;person's&nbsp;primary&nbsp;one.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nickname":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;nickname&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;date&nbsp;of&nbsp;birth,&nbsp;represented&nbsp;as&nbsp;YYYY-MM-DD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;representation&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.&nbsp;To&nbsp;re-size&nbsp;the&nbsp;image&nbsp;and&nbsp;crop&nbsp;it&nbsp;to&nbsp;a&nbsp;square,&nbsp;append&nbsp;the&nbsp;query&nbsp;string&nbsp;?sz=x,&nbsp;where&nbsp;x&nbsp;is&nbsp;the&nbsp;dimension&nbsp;in&nbsp;pixels&nbsp;of&nbsp;each&nbsp;side.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hasApp":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;indicates&nbsp;that&nbsp;the&nbsp;person&nbsp;has&nbsp;installed&nbsp;the&nbsp;app&nbsp;that&nbsp;is&nbsp;making&nbsp;the&nbsp;request&nbsp;and&nbsp;has&nbsp;chosen&nbsp;to&nbsp;expose&nbsp;this&nbsp;install&nbsp;state&nbsp;to&nbsp;the&nbsp;caller.&nbsp;A&nbsp;value&nbsp;of&nbsp;"false"&nbsp;indicates&nbsp;that&nbsp;the&nbsp;install&nbsp;state&nbsp;cannot&nbsp;be&nbsp;determined&nbsp;(it&nbsp;is&nbsp;either&nbsp;not&nbsp;installed&nbsp;or&nbsp;the&nbsp;person&nbsp;has&nbsp;chosen&nbsp;to&nbsp;keep&nbsp;this&nbsp;information&nbsp;private).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;URLs&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;URL.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"home"&nbsp;-&nbsp;URL&nbsp;for&nbsp;home.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"work"&nbsp;-&nbsp;URL&nbsp;for&nbsp;work.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"blog"&nbsp;-&nbsp;URL&nbsp;for&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"profile"&nbsp;-&nbsp;URL&nbsp;for&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"other"&nbsp;-&nbsp;Other.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;this&nbsp;URL&nbsp;is&nbsp;the&nbsp;person's&nbsp;primary&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"languagesSpoken":&nbsp;[&nbsp;#&nbsp;The&nbsp;languages&nbsp;spoken&nbsp;by&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currentLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;location&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;person&nbsp;within&nbsp;Google+.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"person"&nbsp;-&nbsp;represents&nbsp;an&nbsp;actual&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"page"&nbsp;-&nbsp;represents&nbsp;a&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-listByActivity_next"><strong>listByActivity_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-search"><strong>search</strong></a> = method(self, **kwargs)</dt><dd><tt>Search&nbsp;all&nbsp;public&nbsp;profiles.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;The&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;large&nbsp;result&nbsp;sets.&nbsp;To&nbsp;get&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results,&nbsp;set&nbsp;this&nbsp;parameter&nbsp;to&nbsp;the&nbsp;value&nbsp;of&nbsp;"nextPageToken"&nbsp;from&nbsp;the&nbsp;previous&nbsp;response.&nbsp;This&nbsp;token&nbsp;may&nbsp;be&nbsp;of&nbsp;any&nbsp;length.<br>
-&nbsp;&nbsp;language:&nbsp;string,&nbsp;Specify&nbsp;the&nbsp;preferred&nbsp;language&nbsp;to&nbsp;search&nbsp;with.&nbsp;See&nbsp;search&nbsp;language&nbsp;codes&nbsp;for&nbsp;available&nbsp;values.<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;The&nbsp;maximum&nbsp;number&nbsp;of&nbsp;people&nbsp;to&nbsp;include&nbsp;in&nbsp;the&nbsp;response,&nbsp;used&nbsp;for&nbsp;paging.&nbsp;For&nbsp;any&nbsp;response,&nbsp;the&nbsp;actual&nbsp;number&nbsp;returned&nbsp;may&nbsp;be&nbsp;less&nbsp;than&nbsp;the&nbsp;specified&nbsp;maxResults.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;query:&nbsp;string,&nbsp;Specify&nbsp;a&nbsp;query&nbsp;string&nbsp;for&nbsp;full&nbsp;text&nbsp;search&nbsp;of&nbsp;public&nbsp;text&nbsp;in&nbsp;all&nbsp;profiles.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;continuation&nbsp;token,&nbsp;used&nbsp;to&nbsp;page&nbsp;through&nbsp;large&nbsp;result&nbsp;sets.&nbsp;Provide&nbsp;this&nbsp;value&nbsp;in&nbsp;a&nbsp;subsequent&nbsp;request&nbsp;to&nbsp;return&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#peopleFeed",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;collection&nbsp;of&nbsp;people.&nbsp;Value:&nbsp;"plus#peopleFeed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;title&nbsp;of&nbsp;this&nbsp;collection&nbsp;of&nbsp;people.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;people&nbsp;in&nbsp;this&nbsp;page&nbsp;of&nbsp;results.&nbsp;Each&nbsp;item&nbsp;will&nbsp;include&nbsp;the&nbsp;id,&nbsp;displayName,&nbsp;image,&nbsp;and&nbsp;url&nbsp;for&nbsp;the&nbsp;person.&nbsp;To&nbsp;retrieve&nbsp;additional&nbsp;profile&nbsp;data,&nbsp;see&nbsp;the&nbsp;people.get&nbsp;method.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"relationshipStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;relationship&nbsp;status.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"single"&nbsp;-&nbsp;Person&nbsp;is&nbsp;single.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"in_a_relationship"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;a&nbsp;relationship.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"engaged"&nbsp;-&nbsp;Person&nbsp;is&nbsp;engaged.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"married"&nbsp;-&nbsp;Person&nbsp;is&nbsp;married.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"its_complicated"&nbsp;-&nbsp;The&nbsp;relationship&nbsp;is&nbsp;complicated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"open_relationship"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;an&nbsp;open&nbsp;relationship.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"widowed"&nbsp;-&nbsp;Person&nbsp;is&nbsp;widowed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"in_domestic_partnership"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;a&nbsp;domestic&nbsp;partnership.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"in_civil_union"&nbsp;-&nbsp;Person&nbsp;is&nbsp;in&nbsp;a&nbsp;civil&nbsp;union.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"organizations":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;current&nbsp;or&nbsp;past&nbsp;organizations&nbsp;with&nbsp;which&nbsp;this&nbsp;person&nbsp;is&nbsp;associated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"startDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;the&nbsp;person&nbsp;joined&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"endDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;date&nbsp;the&nbsp;person&nbsp;left&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;description&nbsp;of&nbsp;the&nbsp;person's&nbsp;role&nbsp;in&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;job&nbsp;title&nbsp;or&nbsp;role&nbsp;within&nbsp;the&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;indicates&nbsp;this&nbsp;organization&nbsp;is&nbsp;the&nbsp;person's&nbsp;primary&nbsp;one&nbsp;(typically&nbsp;interpreted&nbsp;as&nbsp;current&nbsp;one).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;location&nbsp;of&nbsp;this&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"department":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;department&nbsp;within&nbsp;the&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;organization.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"work"&nbsp;-&nbsp;Work.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"school"&nbsp;-&nbsp;School.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;organization.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"plus#person",&nbsp;#&nbsp;Identifies&nbsp;this&nbsp;resource&nbsp;as&nbsp;a&nbsp;person.&nbsp;Value:&nbsp;"plus#person".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;this&nbsp;person,&nbsp;suitable&nbsp;for&nbsp;display.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;{&nbsp;#&nbsp;An&nbsp;object&nbsp;representation&nbsp;of&nbsp;the&nbsp;individual&nbsp;components&nbsp;of&nbsp;a&nbsp;person's&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"honorificPrefix":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;honorific&nbsp;prefixes&nbsp;(such&nbsp;as&nbsp;"Dr."&nbsp;or&nbsp;"Mrs.")&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"middleName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;middle&nbsp;name&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"familyName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;family&nbsp;name&nbsp;(last&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"formatted":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;full&nbsp;name&nbsp;of&nbsp;this&nbsp;person,&nbsp;including&nbsp;middle&nbsp;names,&nbsp;suffixes,&nbsp;etc.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"givenName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;given&nbsp;name&nbsp;(first&nbsp;name)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"honorificSuffix":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;honorific&nbsp;suffixes&nbsp;(such&nbsp;as&nbsp;"Jr.")&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;this&nbsp;person's&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gender":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;gender.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"male"&nbsp;-&nbsp;Male&nbsp;gender.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"female"&nbsp;-&nbsp;Female&nbsp;gender.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"other"&nbsp;-&nbsp;Other.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"aboutMe":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;short&nbsp;biography&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tagline":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;brief&nbsp;description&nbsp;(tagline)&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"placesLived":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;places&nbsp;where&nbsp;this&nbsp;person&nbsp;has&nbsp;lived.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;this&nbsp;place&nbsp;of&nbsp;residence&nbsp;is&nbsp;this&nbsp;person's&nbsp;primary&nbsp;residence.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;place&nbsp;where&nbsp;this&nbsp;person&nbsp;has&nbsp;lived.&nbsp;For&nbsp;example:&nbsp;"Seattle,&nbsp;WA",&nbsp;"Near&nbsp;Toronto".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"emails":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;email&nbsp;addresses&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;address.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"home"&nbsp;-&nbsp;Home&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"work"&nbsp;-&nbsp;Work&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"other"&nbsp;-&nbsp;Other.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;indicates&nbsp;this&nbsp;email&nbsp;address&nbsp;is&nbsp;the&nbsp;person's&nbsp;primary&nbsp;one.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;email&nbsp;address.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nickname":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;nickname&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"birthday":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;person's&nbsp;date&nbsp;of&nbsp;birth,&nbsp;represented&nbsp;as&nbsp;YYYY-MM-DD.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"image":&nbsp;{&nbsp;#&nbsp;The&nbsp;representation&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;of&nbsp;the&nbsp;person's&nbsp;profile&nbsp;photo.&nbsp;To&nbsp;re-size&nbsp;the&nbsp;image&nbsp;and&nbsp;crop&nbsp;it&nbsp;to&nbsp;a&nbsp;square,&nbsp;append&nbsp;the&nbsp;query&nbsp;string&nbsp;?sz=x,&nbsp;where&nbsp;x&nbsp;is&nbsp;the&nbsp;dimension&nbsp;in&nbsp;pixels&nbsp;of&nbsp;each&nbsp;side.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hasApp":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;indicates&nbsp;that&nbsp;the&nbsp;person&nbsp;has&nbsp;installed&nbsp;the&nbsp;app&nbsp;that&nbsp;is&nbsp;making&nbsp;the&nbsp;request&nbsp;and&nbsp;has&nbsp;chosen&nbsp;to&nbsp;expose&nbsp;this&nbsp;install&nbsp;state&nbsp;to&nbsp;the&nbsp;caller.&nbsp;A&nbsp;value&nbsp;of&nbsp;"false"&nbsp;indicates&nbsp;that&nbsp;the&nbsp;install&nbsp;state&nbsp;cannot&nbsp;be&nbsp;determined&nbsp;(it&nbsp;is&nbsp;either&nbsp;not&nbsp;installed&nbsp;or&nbsp;the&nbsp;person&nbsp;has&nbsp;chosen&nbsp;to&nbsp;keep&nbsp;this&nbsp;information&nbsp;private).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;ID&nbsp;of&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"urls":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;URLs&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;URL.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"home"&nbsp;-&nbsp;URL&nbsp;for&nbsp;home.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"work"&nbsp;-&nbsp;URL&nbsp;for&nbsp;work.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"blog"&nbsp;-&nbsp;URL&nbsp;for&nbsp;blog.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"profile"&nbsp;-&nbsp;URL&nbsp;for&nbsp;profile.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"other"&nbsp;-&nbsp;Other.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"primary":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;If&nbsp;"true",&nbsp;this&nbsp;URL&nbsp;is&nbsp;the&nbsp;person's&nbsp;primary&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"languagesSpoken":&nbsp;[&nbsp;#&nbsp;The&nbsp;languages&nbsp;spoken&nbsp;by&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currentLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;location&nbsp;for&nbsp;this&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"objectType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;person&nbsp;within&nbsp;Google+.&nbsp;Possible&nbsp;values&nbsp;are:<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"person"&nbsp;-&nbsp;represents&nbsp;an&nbsp;actual&nbsp;person.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;-&nbsp;"page"&nbsp;-&nbsp;represents&nbsp;a&nbsp;page.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;this&nbsp;response&nbsp;for&nbsp;caching&nbsp;purposes.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-search_next"><strong>search_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/plus_v1.activities.html b/docs/dyn/plus_v1.activities.html
new file mode 100644
index 0000000..7e3e8c3
--- /dev/null
+++ b/docs/dyn/plus_v1.activities.html
@@ -0,0 +1,514 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="plus_v1.html">Google+ API</a> . <a href="plus_v1.activities.html">activities</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(activityId)</a></code></p>
+<p class="firstline">Get an activity.</p>
+<p class="toc_element">
+  <code><a href="#list">list(userId, collection, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List all of the activities in the specified collection for a particular user.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#search">search(query, orderBy=None, language=None, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Search public activities.</p>
+<p class="toc_element">
+  <code><a href="#search_next">search_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(activityId)</code>
+  <pre>Get an activity.
+
+Args:
+  activityId: string, The ID of the activity to get. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "placeName": "A String", # Name of the place where this activity occurred.
+    "kind": "plus#activity", # Identifies this resource as an activity. Value: "plus#activity".
+    "updated": "A String", # The time at which this activity was last updated. Formatted as an RFC 3339 timestamp.
+    "provider": { # The service provider that initially published this activity.
+      "title": "A String", # Name of the service provider.
+    },
+    "title": "A String", # Title of this activity.
+    "url": "A String", # The link to this activity.
+    "geocode": "A String", # Latitude and longitude where this activity occurred. Format is latitude followed by longitude, space separated.
+    "object": { # The object of this activity.
+      "resharers": { # People who reshared this activity.
+        "totalItems": 42, # Total number of people who reshared this activity.
+        "selfLink": "A String", # The URL for the collection of resharers.
+      },
+      "attachments": [ # The media objects attached to this activity.
+        {
+          "displayName": "A String", # The title of the attachment (such as a photo caption or an article title).
+          "fullImage": { # The full image url for photo attachments.
+            "url": "A String", # URL of the link.
+            "width": 42, # The width, in pixels, of the linked resource.
+            "type": "A String", # Media type of the link.
+            "height": 42, # The height, in pixels, of the linked resource.
+          },
+          "url": "A String", # The link to the attachment, should be of type text/html.
+          "image": { # The preview image for photos or videos.
+            "url": "A String", # URL of the link.
+            "width": 42, # The width, in pixels, of the linked resource.
+            "type": "A String", # Media type of the link.
+            "height": 42, # The height, in pixels, of the linked resource.
+          },
+          "content": "A String", # If the attachment is an article, this property contains a snippet of text from the article.
+          "embed": { # If the attachment is a video, the embeddable link.
+            "url": "A String", # URL of the link.
+            "type": "A String", # Media type of the link.
+          },
+          "id": "A String", # The ID of the media object's resource.
+          "objectType": "A String", # The type of media object. Possible values are:
+              # - "photo" - A photo.
+              # - "video" - A video.
+              # - "article" - An article, specified by a link.
+        },
+      ],
+      "originalContent": "A String", # The content (text) as provided by the author, stored without any HTML formatting. When updating an activity's content, use the value of originalContent as the starting point from which to make edits.
+      "plusoners": { # People who +1'd this activity.
+        "totalItems": 42, # Total number of people who +1'd this activity.
+        "selfLink": "A String", # The URL for the collection of people who +1'd this activity.
+      },
+      "actor": { # If this activity's object is itself another activity (for example, when a person reshares an activity), this property specifies the original activity's actor.
+        "url": "A String", # A link to the original actor's Google profile.
+        "image": { # The image representation of the original actor.
+          "url": "A String", # A URL that points to a thumbnail photo of the original actor.
+        },
+        "displayName": "A String", # The original actor's name, suitable for display.
+        "id": "A String", # ID of the original actor.
+      },
+      "content": "A String", # The HTML-formatted content, suitable for display. When creating or updating an activity, this value must be supplied as plain text in the request. If successful, the response will contain the HTML-formatted content. When updating an activity, use originalContent as the starting value, then assign the updated text to this property.
+      "url": "A String", # The URL that points to the linked resource.
+      "replies": { # Comments in reply to this activity.
+        "totalItems": 42, # Total number of comments on this activity.
+        "selfLink": "A String", # The URL for the collection of comments in reply to this activity.
+      },
+      "id": "A String", # The ID of the object. When resharing an activity, this is the ID of the activity being reshared.
+      "objectType": "A String", # The type of the object. Possible values are:
+          # - "note" - Textual content.
+          # - "activity" - A Google+ activity.
+    },
+    "placeId": "A String", # ID of the place where this activity occurred.
+    "actor": { # The person who performed this activity.
+      "url": "A String", # The link to the actor's Google profile.
+      "image": { # The image representation of the actor.
+        "url": "A String", # The URL of the actor's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
+      },
+      "displayName": "A String", # The name of the actor, suitable for display.
+      "id": "A String", # The ID of the actor's person resource.
+      "name": { # An object representation of the individual components of name.
+        "givenName": "A String", # The given name (first name) of the actor.
+        "familyName": "A String", # The family name (last name) of the actor.
+      },
+    },
+    "id": "A String", # The ID of this activity.
+    "access": { # Identifies who has access to see this activity.
+      "items": [ # The list of access entries.
+        {
+          "type": "A String", # The type of entry describing to whom access is granted. Possible values are:
+              # - "person" - Access to an individual.
+              # - "circle" - Access to members of a circle.
+              # - "myCircles" - Access to members of all the person's circles.
+              # - "extendedCircles" - Access to members of everyone in a person's circles, plus all of the people in their circles.
+              # - "public" - Access to anyone on the web.
+          "id": "A String", # The ID of the entry. For entries of type "person" or "circle", this is the ID of the resource. For other types, this property is not set.
+        },
+      ],
+      "kind": "plus#acl", # Identifies this resource as a collection of access controls. Value: "plus#acl".
+      "description": "A String", # Description of the access granted, suitable for display.
+    },
+    "verb": "A String", # This activity's verb, indicating what action was performed. Possible values are:
+        # - "post" - Publish content to the stream.
+        # - "checkin" - Check in to a location.
+        # - "share" - Reshare an activity.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "radius": "A String", # Radius, in meters, of the region where this activity occurred, centered at the latitude and longitude identified in geocode.
+    "address": "A String", # Street address where this activity occurred.
+    "crosspostSource": "A String", # If this activity is a crosspost from another system, this property specifies the ID of the original activity.
+    "annotation": "A String", # Additional content added by the person who shared this activity, applicable only when resharing an activity.
+    "published": "A String", # The time at which this activity was initially published. Formatted as an RFC 3339 timestamp.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(userId, collection, pageToken=None, maxResults=None)</code>
+  <pre>List all of the activities in the specified collection for a particular user.
+
+Args:
+  userId: string, The ID of the user to get activities for. The special value "me" can be used to indicate the authenticated user. (required)
+  collection: string, The collection of activities to list. (required)
+    Allowed values
+      public - All public activities created by the specified user.
+  pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of activities to include in the response, used for paging. For any response, the actual number returned may be less than the specified maxResults.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
+    "kind": "plus#activityFeed", # Identifies this resource as a collection of activities. Value: "plus#activityFeed".
+    "title": "A String", # The title of this collection of activities.
+    "items": [ # The activities in this page of results.
+      {
+        "placeName": "A String", # Name of the place where this activity occurred.
+        "kind": "plus#activity", # Identifies this resource as an activity. Value: "plus#activity".
+        "updated": "A String", # The time at which this activity was last updated. Formatted as an RFC 3339 timestamp.
+        "provider": { # The service provider that initially published this activity.
+          "title": "A String", # Name of the service provider.
+        },
+        "title": "A String", # Title of this activity.
+        "url": "A String", # The link to this activity.
+        "geocode": "A String", # Latitude and longitude where this activity occurred. Format is latitude followed by longitude, space separated.
+        "object": { # The object of this activity.
+          "resharers": { # People who reshared this activity.
+            "totalItems": 42, # Total number of people who reshared this activity.
+            "selfLink": "A String", # The URL for the collection of resharers.
+          },
+          "attachments": [ # The media objects attached to this activity.
+            {
+              "displayName": "A String", # The title of the attachment (such as a photo caption or an article title).
+              "fullImage": { # The full image url for photo attachments.
+                "url": "A String", # URL of the link.
+                "width": 42, # The width, in pixels, of the linked resource.
+                "type": "A String", # Media type of the link.
+                "height": 42, # The height, in pixels, of the linked resource.
+              },
+              "url": "A String", # The link to the attachment, should be of type text/html.
+              "image": { # The preview image for photos or videos.
+                "url": "A String", # URL of the link.
+                "width": 42, # The width, in pixels, of the linked resource.
+                "type": "A String", # Media type of the link.
+                "height": 42, # The height, in pixels, of the linked resource.
+              },
+              "content": "A String", # If the attachment is an article, this property contains a snippet of text from the article.
+              "embed": { # If the attachment is a video, the embeddable link.
+                "url": "A String", # URL of the link.
+                "type": "A String", # Media type of the link.
+              },
+              "id": "A String", # The ID of the media object's resource.
+              "objectType": "A String", # The type of media object. Possible values are:
+                  # - "photo" - A photo.
+                  # - "video" - A video.
+                  # - "article" - An article, specified by a link.
+            },
+          ],
+          "originalContent": "A String", # The content (text) as provided by the author, stored without any HTML formatting. When updating an activity's content, use the value of originalContent as the starting point from which to make edits.
+          "plusoners": { # People who +1'd this activity.
+            "totalItems": 42, # Total number of people who +1'd this activity.
+            "selfLink": "A String", # The URL for the collection of people who +1'd this activity.
+          },
+          "actor": { # If this activity's object is itself another activity (for example, when a person reshares an activity), this property specifies the original activity's actor.
+            "url": "A String", # A link to the original actor's Google profile.
+            "image": { # The image representation of the original actor.
+              "url": "A String", # A URL that points to a thumbnail photo of the original actor.
+            },
+            "displayName": "A String", # The original actor's name, suitable for display.
+            "id": "A String", # ID of the original actor.
+          },
+          "content": "A String", # The HTML-formatted content, suitable for display. When creating or updating an activity, this value must be supplied as plain text in the request. If successful, the response will contain the HTML-formatted content. When updating an activity, use originalContent as the starting value, then assign the updated text to this property.
+          "url": "A String", # The URL that points to the linked resource.
+          "replies": { # Comments in reply to this activity.
+            "totalItems": 42, # Total number of comments on this activity.
+            "selfLink": "A String", # The URL for the collection of comments in reply to this activity.
+          },
+          "id": "A String", # The ID of the object. When resharing an activity, this is the ID of the activity being reshared.
+          "objectType": "A String", # The type of the object. Possible values are:
+              # - "note" - Textual content.
+              # - "activity" - A Google+ activity.
+        },
+        "placeId": "A String", # ID of the place where this activity occurred.
+        "actor": { # The person who performed this activity.
+          "url": "A String", # The link to the actor's Google profile.
+          "image": { # The image representation of the actor.
+            "url": "A String", # The URL of the actor's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
+          },
+          "displayName": "A String", # The name of the actor, suitable for display.
+          "id": "A String", # The ID of the actor's person resource.
+          "name": { # An object representation of the individual components of name.
+            "givenName": "A String", # The given name (first name) of the actor.
+            "familyName": "A String", # The family name (last name) of the actor.
+          },
+        },
+        "id": "A String", # The ID of this activity.
+        "access": { # Identifies who has access to see this activity.
+          "items": [ # The list of access entries.
+            {
+              "type": "A String", # The type of entry describing to whom access is granted. Possible values are:
+                  # - "person" - Access to an individual.
+                  # - "circle" - Access to members of a circle.
+                  # - "myCircles" - Access to members of all the person's circles.
+                  # - "extendedCircles" - Access to members of everyone in a person's circles, plus all of the people in their circles.
+                  # - "public" - Access to anyone on the web.
+              "id": "A String", # The ID of the entry. For entries of type "person" or "circle", this is the ID of the resource. For other types, this property is not set.
+            },
+          ],
+          "kind": "plus#acl", # Identifies this resource as a collection of access controls. Value: "plus#acl".
+          "description": "A String", # Description of the access granted, suitable for display.
+        },
+        "verb": "A String", # This activity's verb, indicating what action was performed. Possible values are:
+            # - "post" - Publish content to the stream.
+            # - "checkin" - Check in to a location.
+            # - "share" - Reshare an activity.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "radius": "A String", # Radius, in meters, of the region where this activity occurred, centered at the latitude and longitude identified in geocode.
+        "address": "A String", # Street address where this activity occurred.
+        "crosspostSource": "A String", # If this activity is a crosspost from another system, this property specifies the ID of the original activity.
+        "annotation": "A String", # Additional content added by the person who shared this activity, applicable only when resharing an activity.
+        "published": "A String", # The time at which this activity was initially published. Formatted as an RFC 3339 timestamp.
+      },
+    ],
+    "updated": "A String", # The time at which this collection of activities was last updated. Formatted as an RFC 3339 timestamp.
+    "nextLink": "A String", # Link to the next page of activities.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "id": "A String", # The ID of this collection of activities.
+    "selfLink": "A String", # Link to this activity resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="search">search(query, orderBy=None, language=None, pageToken=None, maxResults=None)</code>
+  <pre>Search public activities.
+
+Args:
+  query: string, Full-text search query string. (required)
+  orderBy: string, Specifies how to order search results.
+    Allowed values
+      best - Sort activities by relevance to the user, most relevant first.
+      recent - Sort activities by published date, most recent first.
+  language: string, Specify the preferred language to search with. See search language codes for available values.
+  pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. This token may be of any length.
+  maxResults: integer, The maximum number of activities to include in the response, used for paging. For any response, the actual number returned may be less than the specified maxResults.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
+    "kind": "plus#activityFeed", # Identifies this resource as a collection of activities. Value: "plus#activityFeed".
+    "title": "A String", # The title of this collection of activities.
+    "items": [ # The activities in this page of results.
+      {
+        "placeName": "A String", # Name of the place where this activity occurred.
+        "kind": "plus#activity", # Identifies this resource as an activity. Value: "plus#activity".
+        "updated": "A String", # The time at which this activity was last updated. Formatted as an RFC 3339 timestamp.
+        "provider": { # The service provider that initially published this activity.
+          "title": "A String", # Name of the service provider.
+        },
+        "title": "A String", # Title of this activity.
+        "url": "A String", # The link to this activity.
+        "geocode": "A String", # Latitude and longitude where this activity occurred. Format is latitude followed by longitude, space separated.
+        "object": { # The object of this activity.
+          "resharers": { # People who reshared this activity.
+            "totalItems": 42, # Total number of people who reshared this activity.
+            "selfLink": "A String", # The URL for the collection of resharers.
+          },
+          "attachments": [ # The media objects attached to this activity.
+            {
+              "displayName": "A String", # The title of the attachment (such as a photo caption or an article title).
+              "fullImage": { # The full image url for photo attachments.
+                "url": "A String", # URL of the link.
+                "width": 42, # The width, in pixels, of the linked resource.
+                "type": "A String", # Media type of the link.
+                "height": 42, # The height, in pixels, of the linked resource.
+              },
+              "url": "A String", # The link to the attachment, should be of type text/html.
+              "image": { # The preview image for photos or videos.
+                "url": "A String", # URL of the link.
+                "width": 42, # The width, in pixels, of the linked resource.
+                "type": "A String", # Media type of the link.
+                "height": 42, # The height, in pixels, of the linked resource.
+              },
+              "content": "A String", # If the attachment is an article, this property contains a snippet of text from the article.
+              "embed": { # If the attachment is a video, the embeddable link.
+                "url": "A String", # URL of the link.
+                "type": "A String", # Media type of the link.
+              },
+              "id": "A String", # The ID of the media object's resource.
+              "objectType": "A String", # The type of media object. Possible values are:
+                  # - "photo" - A photo.
+                  # - "video" - A video.
+                  # - "article" - An article, specified by a link.
+            },
+          ],
+          "originalContent": "A String", # The content (text) as provided by the author, stored without any HTML formatting. When updating an activity's content, use the value of originalContent as the starting point from which to make edits.
+          "plusoners": { # People who +1'd this activity.
+            "totalItems": 42, # Total number of people who +1'd this activity.
+            "selfLink": "A String", # The URL for the collection of people who +1'd this activity.
+          },
+          "actor": { # If this activity's object is itself another activity (for example, when a person reshares an activity), this property specifies the original activity's actor.
+            "url": "A String", # A link to the original actor's Google profile.
+            "image": { # The image representation of the original actor.
+              "url": "A String", # A URL that points to a thumbnail photo of the original actor.
+            },
+            "displayName": "A String", # The original actor's name, suitable for display.
+            "id": "A String", # ID of the original actor.
+          },
+          "content": "A String", # The HTML-formatted content, suitable for display. When creating or updating an activity, this value must be supplied as plain text in the request. If successful, the response will contain the HTML-formatted content. When updating an activity, use originalContent as the starting value, then assign the updated text to this property.
+          "url": "A String", # The URL that points to the linked resource.
+          "replies": { # Comments in reply to this activity.
+            "totalItems": 42, # Total number of comments on this activity.
+            "selfLink": "A String", # The URL for the collection of comments in reply to this activity.
+          },
+          "id": "A String", # The ID of the object. When resharing an activity, this is the ID of the activity being reshared.
+          "objectType": "A String", # The type of the object. Possible values are:
+              # - "note" - Textual content.
+              # - "activity" - A Google+ activity.
+        },
+        "placeId": "A String", # ID of the place where this activity occurred.
+        "actor": { # The person who performed this activity.
+          "url": "A String", # The link to the actor's Google profile.
+          "image": { # The image representation of the actor.
+            "url": "A String", # The URL of the actor's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
+          },
+          "displayName": "A String", # The name of the actor, suitable for display.
+          "id": "A String", # The ID of the actor's person resource.
+          "name": { # An object representation of the individual components of name.
+            "givenName": "A String", # The given name (first name) of the actor.
+            "familyName": "A String", # The family name (last name) of the actor.
+          },
+        },
+        "id": "A String", # The ID of this activity.
+        "access": { # Identifies who has access to see this activity.
+          "items": [ # The list of access entries.
+            {
+              "type": "A String", # The type of entry describing to whom access is granted. Possible values are:
+                  # - "person" - Access to an individual.
+                  # - "circle" - Access to members of a circle.
+                  # - "myCircles" - Access to members of all the person's circles.
+                  # - "extendedCircles" - Access to members of everyone in a person's circles, plus all of the people in their circles.
+                  # - "public" - Access to anyone on the web.
+              "id": "A String", # The ID of the entry. For entries of type "person" or "circle", this is the ID of the resource. For other types, this property is not set.
+            },
+          ],
+          "kind": "plus#acl", # Identifies this resource as a collection of access controls. Value: "plus#acl".
+          "description": "A String", # Description of the access granted, suitable for display.
+        },
+        "verb": "A String", # This activity's verb, indicating what action was performed. Possible values are:
+            # - "post" - Publish content to the stream.
+            # - "checkin" - Check in to a location.
+            # - "share" - Reshare an activity.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "radius": "A String", # Radius, in meters, of the region where this activity occurred, centered at the latitude and longitude identified in geocode.
+        "address": "A String", # Street address where this activity occurred.
+        "crosspostSource": "A String", # If this activity is a crosspost from another system, this property specifies the ID of the original activity.
+        "annotation": "A String", # Additional content added by the person who shared this activity, applicable only when resharing an activity.
+        "published": "A String", # The time at which this activity was initially published. Formatted as an RFC 3339 timestamp.
+      },
+    ],
+    "updated": "A String", # The time at which this collection of activities was last updated. Formatted as an RFC 3339 timestamp.
+    "nextLink": "A String", # Link to the next page of activities.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "id": "A String", # The ID of this collection of activities.
+    "selfLink": "A String", # Link to this activity resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="search_next">search_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/plus_v1.comments.html b/docs/dyn/plus_v1.comments.html
new file mode 100644
index 0000000..7dda9e0
--- /dev/null
+++ b/docs/dyn/plus_v1.comments.html
@@ -0,0 +1,200 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="plus_v1.html">Google+ API</a> . <a href="plus_v1.comments.html">comments</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(commentId)</a></code></p>
+<p class="firstline">Get a comment.</p>
+<p class="toc_element">
+  <code><a href="#list">list(activityId, pageToken=None, maxResults=None, sortOrder=None)</a></code></p>
+<p class="firstline">List all of the comments for an activity.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(commentId)</code>
+  <pre>Get a comment.
+
+Args:
+  commentId: string, The ID of the comment to get. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "inReplyTo": [ # The activity this comment replied to.
+      {
+        "url": "A String", # The url of the activity.
+        "id": "A String", # The id of the activity.
+      },
+    ],
+    "kind": "plus#comment", # Identifies this resource as a comment. Value: "plus#comment".
+    "object": { # The object of this comment.
+      "content": "A String", # The content of this comment.
+      "objectType": "comment", # The object type of this comment. Possible values are:
+          # - "comment" - A comment in reply to an activity.
+    },
+    "updated": "A String", # The time at which this comment was last updated. Formatted as an RFC 3339 timestamp.
+    "actor": { # The person who posted this comment.
+      "url": "A String", # A link to the person resource for this actor.
+      "image": { # The image representation of this actor.
+        "url": "A String", # The URL of the actor's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
+      },
+      "displayName": "A String", # The name of this actor, suitable for display.
+      "id": "A String", # The ID of the actor.
+    },
+    "verb": "post", # This comment's verb, indicating what action was performed. Possible values are:
+        # - "post" - Publish content to the stream.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "published": "A String", # The time at which this comment was initially published. Formatted as an RFC 3339 timestamp.
+    "id": "A String", # The ID of this comment.
+    "selfLink": "A String", # Link to this comment resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(activityId, pageToken=None, maxResults=None, sortOrder=None)</code>
+  <pre>List all of the comments for an activity.
+
+Args:
+  activityId: string, The ID of the activity to get comments for. (required)
+  pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of comments to include in the response, used for paging. For any response, the actual number returned may be less than the specified maxResults.
+  sortOrder: string, The order in which to sort the list of comments.
+    Allowed values
+      ascending - Sort oldest comments first.
+      descending - Sort newest comments first.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
+    "kind": "plus#commentFeed", # Identifies this resource as a collection of comments. Value: "plus#commentFeed".
+    "title": "A String", # The title of this collection of comments.
+    "items": [ # The comments in this page of results.
+      {
+        "inReplyTo": [ # The activity this comment replied to.
+          {
+            "url": "A String", # The url of the activity.
+            "id": "A String", # The id of the activity.
+          },
+        ],
+        "kind": "plus#comment", # Identifies this resource as a comment. Value: "plus#comment".
+        "object": { # The object of this comment.
+          "content": "A String", # The content of this comment.
+          "objectType": "comment", # The object type of this comment. Possible values are:
+              # - "comment" - A comment in reply to an activity.
+        },
+        "updated": "A String", # The time at which this comment was last updated. Formatted as an RFC 3339 timestamp.
+        "actor": { # The person who posted this comment.
+          "url": "A String", # A link to the person resource for this actor.
+          "image": { # The image representation of this actor.
+            "url": "A String", # The URL of the actor's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
+          },
+          "displayName": "A String", # The name of this actor, suitable for display.
+          "id": "A String", # The ID of the actor.
+        },
+        "verb": "post", # This comment's verb, indicating what action was performed. Possible values are:
+            # - "post" - Publish content to the stream.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "published": "A String", # The time at which this comment was initially published. Formatted as an RFC 3339 timestamp.
+        "id": "A String", # The ID of this comment.
+        "selfLink": "A String", # Link to this comment resource.
+      },
+    ],
+    "updated": "A String", # The time at which this collection of comments was last updated. Formatted as an RFC 3339 timestamp.
+    "nextLink": "A String", # Link to the next page of activities.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "id": "A String", # The ID of this collection of comments.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/plus_v1.html b/docs/dyn/plus_v1.html
new file mode 100644
index 0000000..53ca3b4
--- /dev/null
+++ b/docs/dyn/plus_v1.html
@@ -0,0 +1,92 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="plus_v1.html">Google+ API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="plus_v1.activities.html">activities()</a></code>
+</p>
+<p class="firstline">Returns the activities Resource.</p>
+
+<p class="toc_element">
+  <code><a href="plus_v1.comments.html">comments()</a></code>
+</p>
+<p class="firstline">Returns the comments Resource.</p>
+
+<p class="toc_element">
+  <code><a href="plus_v1.people.html">people()</a></code>
+</p>
+<p class="firstline">Returns the people Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/plus_v1.people.html b/docs/dyn/plus_v1.people.html
new file mode 100644
index 0000000..08f6212
--- /dev/null
+++ b/docs/dyn/plus_v1.people.html
@@ -0,0 +1,445 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="plus_v1.html">Google+ API</a> . <a href="plus_v1.people.html">people</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(userId)</a></code></p>
+<p class="firstline">Get a person's profile.</p>
+<p class="toc_element">
+  <code><a href="#listByActivity">listByActivity(activityId, collection, pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List all of the people in the specified collection for a particular activity.</p>
+<p class="toc_element">
+  <code><a href="#listByActivity_next">listByActivity_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#search">search(query, pageToken=None, language=None, maxResults=None)</a></code></p>
+<p class="firstline">Search all public profiles.</p>
+<p class="toc_element">
+  <code><a href="#search_next">search_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(userId)</code>
+  <pre>Get a person's profile.
+
+Args:
+  userId: string, The ID of the person to get the profile for. The special value "me" can be used to indicate the authenticated user. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "relationshipStatus": "A String", # The person's relationship status. Possible values are:
+        # - "single" - Person is single.
+        # - "in_a_relationship" - Person is in a relationship.
+        # - "engaged" - Person is engaged.
+        # - "married" - Person is married.
+        # - "its_complicated" - The relationship is complicated.
+        # - "open_relationship" - Person is in an open relationship.
+        # - "widowed" - Person is widowed.
+        # - "in_domestic_partnership" - Person is in a domestic partnership.
+        # - "in_civil_union" - Person is in a civil union.
+    "organizations": [ # A list of current or past organizations with which this person is associated.
+      {
+        "startDate": "A String", # The date the person joined this organization.
+        "endDate": "A String", # The date the person left this organization.
+        "description": "A String", # A short description of the person's role in this organization. Deprecated.
+        "title": "A String", # The person's job title or role within the organization.
+        "primary": True or False, # If "true", indicates this organization is the person's primary one (typically interpreted as current one).
+        "location": "A String", # The location of this organization. Deprecated.
+        "department": "A String", # The department within the organization. Deprecated.
+        "type": "A String", # The type of organization. Possible values are:
+            # - "work" - Work.
+            # - "school" - School.
+        "name": "A String", # The name of the organization.
+      },
+    ],
+    "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
+    "displayName": "A String", # The name of this person, suitable for display.
+    "name": { # An object representation of the individual components of a person's name.
+      "honorificPrefix": "A String", # The honorific prefixes (such as "Dr." or "Mrs.") for this person.
+      "middleName": "A String", # The middle name of this person.
+      "familyName": "A String", # The family name (last name) of this person.
+      "formatted": "A String", # The full name of this person, including middle names, suffixes, etc.
+      "givenName": "A String", # The given name (first name) of this person.
+      "honorificSuffix": "A String", # The honorific suffixes (such as "Jr.") for this person.
+    },
+    "url": "A String", # The URL of this person's profile.
+    "gender": "A String", # The person's gender. Possible values are:
+        # - "male" - Male gender.
+        # - "female" - Female gender.
+        # - "other" - Other.
+    "aboutMe": "A String", # A short biography for this person.
+    "tagline": "A String", # The brief description (tagline) of this person.
+    "placesLived": [ # A list of places where this person has lived.
+      {
+        "primary": True or False, # If "true", this place of residence is this person's primary residence.
+        "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
+      },
+    ],
+    "emails": [ # A list of email addresses for this person.
+      {
+        "type": "A String", # The type of address. Possible values are:
+            # - "home" - Home email address.
+            # - "work" - Work email address.
+            # - "other" - Other.
+        "primary": True or False, # If "true", indicates this email address is the person's primary one.
+        "value": "A String", # The email address.
+      },
+    ],
+    "nickname": "A String", # The nickname of this person.
+    "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+    "etag": "A String", # ETag of this response for caching purposes.
+    "image": { # The representation of the person's profile photo.
+      "url": "A String", # The URL of the person's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
+    },
+    "hasApp": True or False, # If "true", indicates that the person has installed the app that is making the request and has chosen to expose this install state to the caller. A value of "false" indicates that the install state cannot be determined (it is either not installed or the person has chosen to keep this information private).
+    "id": "A String", # The ID of this person.
+    "urls": [ # A list of URLs for this person.
+      {
+        "type": "A String", # The type of URL. Possible values are:
+            # - "home" - URL for home.
+            # - "work" - URL for work.
+            # - "blog" - URL for blog.
+            # - "profile" - URL for profile.
+            # - "other" - Other.
+        "primary": True or False, # If "true", this URL is the person's primary URL.
+        "value": "A String", # The URL value.
+      },
+    ],
+    "languagesSpoken": [ # The languages spoken by this person.
+      "A String",
+    ],
+    "currentLocation": "A String", # The current location for this person.
+    "objectType": "A String", # Type of person within Google+. Possible values are:
+        # - "person" - represents an actual person.
+        # - "page" - represents a page.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="listByActivity">listByActivity(activityId, collection, pageToken=None, maxResults=None)</code>
+  <pre>List all of the people in the specified collection for a particular activity.
+
+Args:
+  activityId: string, The ID of the activity to get the list of people for. (required)
+  collection: string, The collection of people to list. (required)
+    Allowed values
+      plusoners - List all people who have +1'd this activity.
+      resharers - List all people who have reshared this activity.
+  pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.
+  maxResults: integer, The maximum number of people to include in the response, used for paging. For any response, the actual number returned may be less than the specified maxResults.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
+    "kind": "plus#peopleFeed", # Identifies this resource as a collection of people. Value: "plus#peopleFeed".
+    "title": "A String", # The title of this collection of people.
+    "items": [ # The people in this page of results. Each item will include the id, displayName, image, and url for the person. To retrieve additional profile data, see the people.get method.
+      {
+        "relationshipStatus": "A String", # The person's relationship status. Possible values are:
+            # - "single" - Person is single.
+            # - "in_a_relationship" - Person is in a relationship.
+            # - "engaged" - Person is engaged.
+            # - "married" - Person is married.
+            # - "its_complicated" - The relationship is complicated.
+            # - "open_relationship" - Person is in an open relationship.
+            # - "widowed" - Person is widowed.
+            # - "in_domestic_partnership" - Person is in a domestic partnership.
+            # - "in_civil_union" - Person is in a civil union.
+        "organizations": [ # A list of current or past organizations with which this person is associated.
+          {
+            "startDate": "A String", # The date the person joined this organization.
+            "endDate": "A String", # The date the person left this organization.
+            "description": "A String", # A short description of the person's role in this organization. Deprecated.
+            "title": "A String", # The person's job title or role within the organization.
+            "primary": True or False, # If "true", indicates this organization is the person's primary one (typically interpreted as current one).
+            "location": "A String", # The location of this organization. Deprecated.
+            "department": "A String", # The department within the organization. Deprecated.
+            "type": "A String", # The type of organization. Possible values are:
+                # - "work" - Work.
+                # - "school" - School.
+            "name": "A String", # The name of the organization.
+          },
+        ],
+        "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
+        "displayName": "A String", # The name of this person, suitable for display.
+        "name": { # An object representation of the individual components of a person's name.
+          "honorificPrefix": "A String", # The honorific prefixes (such as "Dr." or "Mrs.") for this person.
+          "middleName": "A String", # The middle name of this person.
+          "familyName": "A String", # The family name (last name) of this person.
+          "formatted": "A String", # The full name of this person, including middle names, suffixes, etc.
+          "givenName": "A String", # The given name (first name) of this person.
+          "honorificSuffix": "A String", # The honorific suffixes (such as "Jr.") for this person.
+        },
+        "url": "A String", # The URL of this person's profile.
+        "gender": "A String", # The person's gender. Possible values are:
+            # - "male" - Male gender.
+            # - "female" - Female gender.
+            # - "other" - Other.
+        "aboutMe": "A String", # A short biography for this person.
+        "tagline": "A String", # The brief description (tagline) of this person.
+        "placesLived": [ # A list of places where this person has lived.
+          {
+            "primary": True or False, # If "true", this place of residence is this person's primary residence.
+            "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
+          },
+        ],
+        "emails": [ # A list of email addresses for this person.
+          {
+            "type": "A String", # The type of address. Possible values are:
+                # - "home" - Home email address.
+                # - "work" - Work email address.
+                # - "other" - Other.
+            "primary": True or False, # If "true", indicates this email address is the person's primary one.
+            "value": "A String", # The email address.
+          },
+        ],
+        "nickname": "A String", # The nickname of this person.
+        "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "image": { # The representation of the person's profile photo.
+          "url": "A String", # The URL of the person's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
+        },
+        "hasApp": True or False, # If "true", indicates that the person has installed the app that is making the request and has chosen to expose this install state to the caller. A value of "false" indicates that the install state cannot be determined (it is either not installed or the person has chosen to keep this information private).
+        "id": "A String", # The ID of this person.
+        "urls": [ # A list of URLs for this person.
+          {
+            "type": "A String", # The type of URL. Possible values are:
+                # - "home" - URL for home.
+                # - "work" - URL for work.
+                # - "blog" - URL for blog.
+                # - "profile" - URL for profile.
+                # - "other" - Other.
+            "primary": True or False, # If "true", this URL is the person's primary URL.
+            "value": "A String", # The URL value.
+          },
+        ],
+        "languagesSpoken": [ # The languages spoken by this person.
+          "A String",
+        ],
+        "currentLocation": "A String", # The current location for this person.
+        "objectType": "A String", # Type of person within Google+. Possible values are:
+            # - "person" - represents an actual person.
+            # - "page" - represents a page.
+      },
+    ],
+    "etag": "A String", # ETag of this response for caching purposes.
+    "selfLink": "A String", # Link to this resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="listByActivity_next">listByActivity_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="search">search(query, pageToken=None, language=None, maxResults=None)</code>
+  <pre>Search all public profiles.
+
+Args:
+  query: string, Specify a query string for full text search of public text in all profiles. (required)
+  pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. This token may be of any length.
+  language: string, Specify the preferred language to search with. See search language codes for available values.
+  maxResults: integer, The maximum number of people to include in the response, used for paging. For any response, the actual number returned may be less than the specified maxResults.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
+    "kind": "plus#peopleFeed", # Identifies this resource as a collection of people. Value: "plus#peopleFeed".
+    "title": "A String", # The title of this collection of people.
+    "items": [ # The people in this page of results. Each item will include the id, displayName, image, and url for the person. To retrieve additional profile data, see the people.get method.
+      {
+        "relationshipStatus": "A String", # The person's relationship status. Possible values are:
+            # - "single" - Person is single.
+            # - "in_a_relationship" - Person is in a relationship.
+            # - "engaged" - Person is engaged.
+            # - "married" - Person is married.
+            # - "its_complicated" - The relationship is complicated.
+            # - "open_relationship" - Person is in an open relationship.
+            # - "widowed" - Person is widowed.
+            # - "in_domestic_partnership" - Person is in a domestic partnership.
+            # - "in_civil_union" - Person is in a civil union.
+        "organizations": [ # A list of current or past organizations with which this person is associated.
+          {
+            "startDate": "A String", # The date the person joined this organization.
+            "endDate": "A String", # The date the person left this organization.
+            "description": "A String", # A short description of the person's role in this organization. Deprecated.
+            "title": "A String", # The person's job title or role within the organization.
+            "primary": True or False, # If "true", indicates this organization is the person's primary one (typically interpreted as current one).
+            "location": "A String", # The location of this organization. Deprecated.
+            "department": "A String", # The department within the organization. Deprecated.
+            "type": "A String", # The type of organization. Possible values are:
+                # - "work" - Work.
+                # - "school" - School.
+            "name": "A String", # The name of the organization.
+          },
+        ],
+        "kind": "plus#person", # Identifies this resource as a person. Value: "plus#person".
+        "displayName": "A String", # The name of this person, suitable for display.
+        "name": { # An object representation of the individual components of a person's name.
+          "honorificPrefix": "A String", # The honorific prefixes (such as "Dr." or "Mrs.") for this person.
+          "middleName": "A String", # The middle name of this person.
+          "familyName": "A String", # The family name (last name) of this person.
+          "formatted": "A String", # The full name of this person, including middle names, suffixes, etc.
+          "givenName": "A String", # The given name (first name) of this person.
+          "honorificSuffix": "A String", # The honorific suffixes (such as "Jr.") for this person.
+        },
+        "url": "A String", # The URL of this person's profile.
+        "gender": "A String", # The person's gender. Possible values are:
+            # - "male" - Male gender.
+            # - "female" - Female gender.
+            # - "other" - Other.
+        "aboutMe": "A String", # A short biography for this person.
+        "tagline": "A String", # The brief description (tagline) of this person.
+        "placesLived": [ # A list of places where this person has lived.
+          {
+            "primary": True or False, # If "true", this place of residence is this person's primary residence.
+            "value": "A String", # A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
+          },
+        ],
+        "emails": [ # A list of email addresses for this person.
+          {
+            "type": "A String", # The type of address. Possible values are:
+                # - "home" - Home email address.
+                # - "work" - Work email address.
+                # - "other" - Other.
+            "primary": True or False, # If "true", indicates this email address is the person's primary one.
+            "value": "A String", # The email address.
+          },
+        ],
+        "nickname": "A String", # The nickname of this person.
+        "birthday": "A String", # The person's date of birth, represented as YYYY-MM-DD.
+        "etag": "A String", # ETag of this response for caching purposes.
+        "image": { # The representation of the person's profile photo.
+          "url": "A String", # The URL of the person's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.
+        },
+        "hasApp": True or False, # If "true", indicates that the person has installed the app that is making the request and has chosen to expose this install state to the caller. A value of "false" indicates that the install state cannot be determined (it is either not installed or the person has chosen to keep this information private).
+        "id": "A String", # The ID of this person.
+        "urls": [ # A list of URLs for this person.
+          {
+            "type": "A String", # The type of URL. Possible values are:
+                # - "home" - URL for home.
+                # - "work" - URL for work.
+                # - "blog" - URL for blog.
+                # - "profile" - URL for profile.
+                # - "other" - Other.
+            "primary": True or False, # If "true", this URL is the person's primary URL.
+            "value": "A String", # The URL value.
+          },
+        ],
+        "languagesSpoken": [ # The languages spoken by this person.
+          "A String",
+        ],
+        "currentLocation": "A String", # The current location for this person.
+        "objectType": "A String", # Type of person within Google+. Possible values are:
+            # - "person" - represents an actual person.
+            # - "page" - represents a page.
+      },
+    ],
+    "etag": "A String", # ETag of this response for caching purposes.
+    "selfLink": "A String", # Link to this resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="search_next">search_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.1.html b/docs/dyn/prediction.v1.1.html
deleted file mode 100644
index 623b832..0000000
--- a/docs/dyn/prediction.v1.1.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-predict"><strong>predict</strong></a> = method(self, **kwargs)</dt><dd><tt>A&nbsp;description&nbsp;of&nbsp;how&nbsp;to&nbsp;use&nbsp;this&nbsp;function<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;mybucket%2Fmydata&nbsp;resource&nbsp;in&nbsp;Google&nbsp;Storage&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-training"><strong><a href="prediction.v1.1.training.html">training</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.1.training.html b/docs/dyn/prediction.v1.1.training.html
deleted file mode 100644
index e838e86..0000000
--- a/docs/dyn/prediction.v1.1.training.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>A&nbsp;description&nbsp;of&nbsp;how&nbsp;to&nbsp;use&nbsp;this&nbsp;function<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;mybucket%2Fmydata&nbsp;resource&nbsp;in&nbsp;Google&nbsp;Storage&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>A&nbsp;description&nbsp;of&nbsp;how&nbsp;to&nbsp;use&nbsp;this&nbsp;function<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;mybucket%2Fmydata&nbsp;resource&nbsp;in&nbsp;Google&nbsp;Storage&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>A&nbsp;description&nbsp;of&nbsp;how&nbsp;to&nbsp;use&nbsp;this&nbsp;function<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;mybucket%2Fmydata&nbsp;resource&nbsp;in&nbsp;Google&nbsp;Storage&nbsp;(required)</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.2.hostedmodels.html b/docs/dyn/prediction.v1.2.hostedmodels.html
deleted file mode 100644
index 2886e3d..0000000
--- a/docs/dyn/prediction.v1.2.hostedmodels.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-predict"><strong>predict</strong></a> = method(self, **kwargs)</dt><dd><tt>Submit&nbsp;input&nbsp;and&nbsp;request&nbsp;an&nbsp;output&nbsp;against&nbsp;a&nbsp;hosted&nbsp;model<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;hostedModelName:&nbsp;string,&nbsp;The&nbsp;name&nbsp;of&nbsp;a&nbsp;hosted&nbsp;model&nbsp;(required)</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.2.html b/docs/dyn/prediction.v1.2.html
deleted file mode 100644
index bdbcd15..0000000
--- a/docs/dyn/prediction.v1.2.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-hostedmodels"><strong><a href="prediction.v1.2.hostedmodels.html">hostedmodels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-predict"><strong>predict</strong></a> = method(self, **kwargs)</dt><dd><tt>Submit&nbsp;data&nbsp;and&nbsp;request&nbsp;a&nbsp;prediction<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;mybucket%2Fmydata&nbsp;resource&nbsp;in&nbsp;Google&nbsp;Storage&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-training"><strong><a href="prediction.v1.2.training.html">training</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.2.training.html b/docs/dyn/prediction.v1.2.training.html
deleted file mode 100644
index 81599b8..0000000
--- a/docs/dyn/prediction.v1.2.training.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;a&nbsp;trained&nbsp;model<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;mybucket%2Fmydata&nbsp;resource&nbsp;in&nbsp;Google&nbsp;Storage&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Check&nbsp;training&nbsp;status&nbsp;of&nbsp;your&nbsp;model<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;mybucket%2Fmydata&nbsp;resource&nbsp;in&nbsp;Google&nbsp;Storage&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Begin&nbsp;training&nbsp;your&nbsp;model<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;mybucket%2Fmydata&nbsp;resource&nbsp;in&nbsp;Google&nbsp;Storage</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Add&nbsp;new&nbsp;data&nbsp;to&nbsp;a&nbsp;trained&nbsp;model<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;A&nbsp;parameter&nbsp;(required)</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.3.hostedmodels.html b/docs/dyn/prediction.v1.3.hostedmodels.html
deleted file mode 100644
index 2886e3d..0000000
--- a/docs/dyn/prediction.v1.3.hostedmodels.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-predict"><strong>predict</strong></a> = method(self, **kwargs)</dt><dd><tt>Submit&nbsp;input&nbsp;and&nbsp;request&nbsp;an&nbsp;output&nbsp;against&nbsp;a&nbsp;hosted&nbsp;model<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;hostedModelName:&nbsp;string,&nbsp;The&nbsp;name&nbsp;of&nbsp;a&nbsp;hosted&nbsp;model&nbsp;(required)</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.3.html b/docs/dyn/prediction.v1.3.html
deleted file mode 100644
index 1bd5979..0000000
--- a/docs/dyn/prediction.v1.3.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-hostedmodels"><strong><a href="prediction.v1.3.hostedmodels.html">hostedmodels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-training"><strong><a href="prediction.v1.3.training.html">training</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.3.training.html b/docs/dyn/prediction.v1.3.training.html
deleted file mode 100644
index dc71598..0000000
--- a/docs/dyn/prediction.v1.3.training.html
+++ /dev/null
@@ -1,53 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;a&nbsp;trained&nbsp;model<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;mybucket/mydata&nbsp;resource&nbsp;in&nbsp;Google&nbsp;Storage&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Check&nbsp;training&nbsp;status&nbsp;of&nbsp;your&nbsp;model<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;mybucket/mydata&nbsp;resource&nbsp;in&nbsp;Google&nbsp;Storage&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Begin&nbsp;training&nbsp;your&nbsp;model<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-predict"><strong>predict</strong></a> = method(self, **kwargs)</dt><dd><tt>Submit&nbsp;data&nbsp;and&nbsp;request&nbsp;a&nbsp;prediction<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;mybucket/mydata&nbsp;resource&nbsp;in&nbsp;Google&nbsp;Storage&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Add&nbsp;new&nbsp;data&nbsp;to&nbsp;a&nbsp;trained&nbsp;model<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;data:&nbsp;string,&nbsp;A&nbsp;parameter&nbsp;(required)</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.4.hostedmodels.html b/docs/dyn/prediction.v1.4.hostedmodels.html
deleted file mode 100644
index 8f54203..0000000
--- a/docs/dyn/prediction.v1.4.hostedmodels.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-predict"><strong>predict</strong></a> = method(self, **kwargs)</dt><dd><tt>Submit&nbsp;input&nbsp;and&nbsp;request&nbsp;an&nbsp;output&nbsp;against&nbsp;a&nbsp;hosted&nbsp;model.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"input":&nbsp;{&nbsp;#&nbsp;Input&nbsp;to&nbsp;the&nbsp;model&nbsp;for&nbsp;a&nbsp;prediction<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"csvInstance":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;input&nbsp;features,&nbsp;these&nbsp;can&nbsp;be&nbsp;strings&nbsp;or&nbsp;doubles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;hostedModelName:&nbsp;string,&nbsp;The&nbsp;name&nbsp;of&nbsp;a&nbsp;hosted&nbsp;model.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#output",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputLabel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;most&nbsp;likely&nbsp;class&nbsp;label&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputMulti":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;class&nbsp;labels&nbsp;with&nbsp;their&nbsp;estimated&nbsp;probabilities&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"score":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;probability&nbsp;of&nbsp;the&nbsp;class&nbsp;label.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"label":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;class&nbsp;label.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputValue":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;estimated&nbsp;regression&nbsp;value&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.4.html b/docs/dyn/prediction.v1.4.html
deleted file mode 100644
index a434f65..0000000
--- a/docs/dyn/prediction.v1.4.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-hostedmodels"><strong><a href="prediction.v1.4.hostedmodels.html">hostedmodels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-trainedmodels"><strong><a href="prediction.v1.4.trainedmodels.html">trainedmodels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.4.trainedmodels.html b/docs/dyn/prediction.v1.4.trainedmodels.html
deleted file mode 100644
index 912e83c..0000000
--- a/docs/dyn/prediction.v1.4.trainedmodels.html
+++ /dev/null
@@ -1,224 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;a&nbsp;trained&nbsp;model.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Check&nbsp;training&nbsp;status&nbsp;of&nbsp;your&nbsp;model.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#training",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storageDataLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;training&nbsp;data&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLModelLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;pmml&nbsp;model&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dataAnalysis":&nbsp;{&nbsp;#&nbsp;Data&nbsp;Analysis.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"warnings":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;status&nbsp;of&nbsp;the&nbsp;training&nbsp;job.&nbsp;This&nbsp;can&nbsp;be&nbsp;one&nbsp;of&nbsp;following:&nbsp;RUNNING;&nbsp;DONE;&nbsp;ERROR;&nbsp;ERROR:&nbsp;TRAINING&nbsp;JOB&nbsp;NOT&nbsp;FOUND<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelInfo":&nbsp;{&nbsp;#&nbsp;Model&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confusionMatrixRowTotals":&nbsp;{&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;the&nbsp;confusion&nbsp;matrix&nbsp;row&nbsp;totals<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberLabels":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;class&nbsp;labels&nbsp;in&nbsp;the&nbsp;trained&nbsp;model&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confusionMatrix":&nbsp;{&nbsp;#&nbsp;An&nbsp;output&nbsp;confusion&nbsp;matrix.&nbsp;This&nbsp;shows&nbsp;an&nbsp;estimate&nbsp;for&nbsp;how&nbsp;this&nbsp;model&nbsp;will&nbsp;do&nbsp;in&nbsp;predictions.&nbsp;This&nbsp;is&nbsp;first&nbsp;indexed&nbsp;by&nbsp;the&nbsp;true&nbsp;class&nbsp;label.&nbsp;For&nbsp;each&nbsp;true&nbsp;class&nbsp;label,&nbsp;this&nbsp;provides&nbsp;a&nbsp;pair&nbsp;{predicted_label,&nbsp;count},&nbsp;where&nbsp;count&nbsp;is&nbsp;the&nbsp;estimated&nbsp;number&nbsp;of&nbsp;times&nbsp;the&nbsp;model&nbsp;will&nbsp;predict&nbsp;the&nbsp;predicted&nbsp;label&nbsp;given&nbsp;the&nbsp;true&nbsp;label.&nbsp;Will&nbsp;not&nbsp;output&nbsp;if&nbsp;more&nbsp;then&nbsp;100&nbsp;classes&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"meanSquaredError":&nbsp;3.14,&nbsp;#&nbsp;An&nbsp;estimated&nbsp;mean&nbsp;squared&nbsp;error.&nbsp;The&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;measure&nbsp;the&nbsp;quality&nbsp;of&nbsp;the&nbsp;predicted&nbsp;model&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;predictive&nbsp;model&nbsp;(CLASSIFICATION&nbsp;or&nbsp;REGRESSION)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberInstances":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;valid&nbsp;data&nbsp;instances&nbsp;used&nbsp;in&nbsp;the&nbsp;trained&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classWeightedAccuracy":&nbsp;3.14,&nbsp;#&nbsp;Estimated&nbsp;accuracy&nbsp;of&nbsp;model&nbsp;taking&nbsp;utility&nbsp;weights&nbsp;into&nbsp;account&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classificationAccuracy":&nbsp;3.14,&nbsp;#&nbsp;A&nbsp;number&nbsp;between&nbsp;0.0&nbsp;and&nbsp;1.0,&nbsp;where&nbsp;1.0&nbsp;is&nbsp;100%&nbsp;accurate.&nbsp;This&nbsp;is&nbsp;an&nbsp;estimate,&nbsp;based&nbsp;on&nbsp;the&nbsp;amount&nbsp;and&nbsp;quality&nbsp;of&nbsp;the&nbsp;training&nbsp;data,&nbsp;of&nbsp;the&nbsp;estimated&nbsp;prediction&nbsp;accuracy.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;is&nbsp;a&nbsp;guide&nbsp;to&nbsp;decide&nbsp;whether&nbsp;the&nbsp;results&nbsp;are&nbsp;accurate&nbsp;enough&nbsp;for&nbsp;your&nbsp;needs.&nbsp;This&nbsp;estimate&nbsp;will&nbsp;be&nbsp;more&nbsp;reliable&nbsp;if&nbsp;your&nbsp;real&nbsp;input&nbsp;data&nbsp;is&nbsp;similar&nbsp;to&nbsp;your&nbsp;training&nbsp;data&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;preprocessing&nbsp;pmml&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"utility":&nbsp;[&nbsp;#&nbsp;A&nbsp;class&nbsp;weighting&nbsp;function,&nbsp;which&nbsp;allows&nbsp;the&nbsp;importance&nbsp;weights&nbsp;for&nbsp;class&nbsp;labels&nbsp;to&nbsp;be&nbsp;specified&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Class&nbsp;label&nbsp;(string).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Begin&nbsp;training&nbsp;your&nbsp;model.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#training",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"storageDataLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;training&nbsp;data&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLModelLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;pmml&nbsp;model&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"dataAnalysis":&nbsp;{&nbsp;#&nbsp;Data&nbsp;Analysis.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"warnings":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"trainingStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;status&nbsp;of&nbsp;the&nbsp;training&nbsp;job.&nbsp;This&nbsp;can&nbsp;be&nbsp;one&nbsp;of&nbsp;following:&nbsp;RUNNING;&nbsp;DONE;&nbsp;ERROR;&nbsp;ERROR:&nbsp;TRAINING&nbsp;JOB&nbsp;NOT&nbsp;FOUND<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"modelInfo":&nbsp;{&nbsp;#&nbsp;Model&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confusionMatrixRowTotals":&nbsp;{&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;the&nbsp;confusion&nbsp;matrix&nbsp;row&nbsp;totals<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberLabels":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;class&nbsp;labels&nbsp;in&nbsp;the&nbsp;trained&nbsp;model&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confusionMatrix":&nbsp;{&nbsp;#&nbsp;An&nbsp;output&nbsp;confusion&nbsp;matrix.&nbsp;This&nbsp;shows&nbsp;an&nbsp;estimate&nbsp;for&nbsp;how&nbsp;this&nbsp;model&nbsp;will&nbsp;do&nbsp;in&nbsp;predictions.&nbsp;This&nbsp;is&nbsp;first&nbsp;indexed&nbsp;by&nbsp;the&nbsp;true&nbsp;class&nbsp;label.&nbsp;For&nbsp;each&nbsp;true&nbsp;class&nbsp;label,&nbsp;this&nbsp;provides&nbsp;a&nbsp;pair&nbsp;{predicted_label,&nbsp;count},&nbsp;where&nbsp;count&nbsp;is&nbsp;the&nbsp;estimated&nbsp;number&nbsp;of&nbsp;times&nbsp;the&nbsp;model&nbsp;will&nbsp;predict&nbsp;the&nbsp;predicted&nbsp;label&nbsp;given&nbsp;the&nbsp;true&nbsp;label.&nbsp;Will&nbsp;not&nbsp;output&nbsp;if&nbsp;more&nbsp;then&nbsp;100&nbsp;classes&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"meanSquaredError":&nbsp;3.14,&nbsp;#&nbsp;An&nbsp;estimated&nbsp;mean&nbsp;squared&nbsp;error.&nbsp;The&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;measure&nbsp;the&nbsp;quality&nbsp;of&nbsp;the&nbsp;predicted&nbsp;model&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;predictive&nbsp;model&nbsp;(CLASSIFICATION&nbsp;or&nbsp;REGRESSION)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberInstances":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;valid&nbsp;data&nbsp;instances&nbsp;used&nbsp;in&nbsp;the&nbsp;trained&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classWeightedAccuracy":&nbsp;3.14,&nbsp;#&nbsp;Estimated&nbsp;accuracy&nbsp;of&nbsp;model&nbsp;taking&nbsp;utility&nbsp;weights&nbsp;into&nbsp;account&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classificationAccuracy":&nbsp;3.14,&nbsp;#&nbsp;A&nbsp;number&nbsp;between&nbsp;0.0&nbsp;and&nbsp;1.0,&nbsp;where&nbsp;1.0&nbsp;is&nbsp;100%&nbsp;accurate.&nbsp;This&nbsp;is&nbsp;an&nbsp;estimate,&nbsp;based&nbsp;on&nbsp;the&nbsp;amount&nbsp;and&nbsp;quality&nbsp;of&nbsp;the&nbsp;training&nbsp;data,&nbsp;of&nbsp;the&nbsp;estimated&nbsp;prediction&nbsp;accuracy.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;is&nbsp;a&nbsp;guide&nbsp;to&nbsp;decide&nbsp;whether&nbsp;the&nbsp;results&nbsp;are&nbsp;accurate&nbsp;enough&nbsp;for&nbsp;your&nbsp;needs.&nbsp;This&nbsp;estimate&nbsp;will&nbsp;be&nbsp;more&nbsp;reliable&nbsp;if&nbsp;your&nbsp;real&nbsp;input&nbsp;data&nbsp;is&nbsp;similar&nbsp;to&nbsp;your&nbsp;training&nbsp;data&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;preprocessing&nbsp;pmml&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"utility":&nbsp;[&nbsp;#&nbsp;A&nbsp;class&nbsp;weighting&nbsp;function,&nbsp;which&nbsp;allows&nbsp;the&nbsp;importance&nbsp;weights&nbsp;for&nbsp;class&nbsp;labels&nbsp;to&nbsp;be&nbsp;specified&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Class&nbsp;label&nbsp;(string).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#training",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storageDataLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;training&nbsp;data&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLModelLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;pmml&nbsp;model&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dataAnalysis":&nbsp;{&nbsp;#&nbsp;Data&nbsp;Analysis.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"warnings":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;status&nbsp;of&nbsp;the&nbsp;training&nbsp;job.&nbsp;This&nbsp;can&nbsp;be&nbsp;one&nbsp;of&nbsp;following:&nbsp;RUNNING;&nbsp;DONE;&nbsp;ERROR;&nbsp;ERROR:&nbsp;TRAINING&nbsp;JOB&nbsp;NOT&nbsp;FOUND<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelInfo":&nbsp;{&nbsp;#&nbsp;Model&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confusionMatrixRowTotals":&nbsp;{&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;the&nbsp;confusion&nbsp;matrix&nbsp;row&nbsp;totals<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberLabels":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;class&nbsp;labels&nbsp;in&nbsp;the&nbsp;trained&nbsp;model&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confusionMatrix":&nbsp;{&nbsp;#&nbsp;An&nbsp;output&nbsp;confusion&nbsp;matrix.&nbsp;This&nbsp;shows&nbsp;an&nbsp;estimate&nbsp;for&nbsp;how&nbsp;this&nbsp;model&nbsp;will&nbsp;do&nbsp;in&nbsp;predictions.&nbsp;This&nbsp;is&nbsp;first&nbsp;indexed&nbsp;by&nbsp;the&nbsp;true&nbsp;class&nbsp;label.&nbsp;For&nbsp;each&nbsp;true&nbsp;class&nbsp;label,&nbsp;this&nbsp;provides&nbsp;a&nbsp;pair&nbsp;{predicted_label,&nbsp;count},&nbsp;where&nbsp;count&nbsp;is&nbsp;the&nbsp;estimated&nbsp;number&nbsp;of&nbsp;times&nbsp;the&nbsp;model&nbsp;will&nbsp;predict&nbsp;the&nbsp;predicted&nbsp;label&nbsp;given&nbsp;the&nbsp;true&nbsp;label.&nbsp;Will&nbsp;not&nbsp;output&nbsp;if&nbsp;more&nbsp;then&nbsp;100&nbsp;classes&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"meanSquaredError":&nbsp;3.14,&nbsp;#&nbsp;An&nbsp;estimated&nbsp;mean&nbsp;squared&nbsp;error.&nbsp;The&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;measure&nbsp;the&nbsp;quality&nbsp;of&nbsp;the&nbsp;predicted&nbsp;model&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;predictive&nbsp;model&nbsp;(CLASSIFICATION&nbsp;or&nbsp;REGRESSION)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberInstances":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;valid&nbsp;data&nbsp;instances&nbsp;used&nbsp;in&nbsp;the&nbsp;trained&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classWeightedAccuracy":&nbsp;3.14,&nbsp;#&nbsp;Estimated&nbsp;accuracy&nbsp;of&nbsp;model&nbsp;taking&nbsp;utility&nbsp;weights&nbsp;into&nbsp;account&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classificationAccuracy":&nbsp;3.14,&nbsp;#&nbsp;A&nbsp;number&nbsp;between&nbsp;0.0&nbsp;and&nbsp;1.0,&nbsp;where&nbsp;1.0&nbsp;is&nbsp;100%&nbsp;accurate.&nbsp;This&nbsp;is&nbsp;an&nbsp;estimate,&nbsp;based&nbsp;on&nbsp;the&nbsp;amount&nbsp;and&nbsp;quality&nbsp;of&nbsp;the&nbsp;training&nbsp;data,&nbsp;of&nbsp;the&nbsp;estimated&nbsp;prediction&nbsp;accuracy.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;is&nbsp;a&nbsp;guide&nbsp;to&nbsp;decide&nbsp;whether&nbsp;the&nbsp;results&nbsp;are&nbsp;accurate&nbsp;enough&nbsp;for&nbsp;your&nbsp;needs.&nbsp;This&nbsp;estimate&nbsp;will&nbsp;be&nbsp;more&nbsp;reliable&nbsp;if&nbsp;your&nbsp;real&nbsp;input&nbsp;data&nbsp;is&nbsp;similar&nbsp;to&nbsp;your&nbsp;training&nbsp;data&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;preprocessing&nbsp;pmml&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"utility":&nbsp;[&nbsp;#&nbsp;A&nbsp;class&nbsp;weighting&nbsp;function,&nbsp;which&nbsp;allows&nbsp;the&nbsp;importance&nbsp;weights&nbsp;for&nbsp;class&nbsp;labels&nbsp;to&nbsp;be&nbsp;specified&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Class&nbsp;label&nbsp;(string).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-predict"><strong>predict</strong></a> = method(self, **kwargs)</dt><dd><tt>Submit&nbsp;model&nbsp;id&nbsp;and&nbsp;request&nbsp;a&nbsp;prediction<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"input":&nbsp;{&nbsp;#&nbsp;Input&nbsp;to&nbsp;the&nbsp;model&nbsp;for&nbsp;a&nbsp;prediction<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"csvInstance":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;input&nbsp;features,&nbsp;these&nbsp;can&nbsp;be&nbsp;strings&nbsp;or&nbsp;doubles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#output",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputLabel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;most&nbsp;likely&nbsp;class&nbsp;label&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputMulti":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;class&nbsp;labels&nbsp;with&nbsp;their&nbsp;estimated&nbsp;probabilities&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"score":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;probability&nbsp;of&nbsp;the&nbsp;class&nbsp;label.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"label":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;class&nbsp;label.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputValue":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;estimated&nbsp;regression&nbsp;value&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Add&nbsp;new&nbsp;data&nbsp;to&nbsp;a&nbsp;trained&nbsp;model.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"csvInstance":&nbsp;[&nbsp;#&nbsp;The&nbsp;input&nbsp;features&nbsp;for&nbsp;this&nbsp;instance<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"label":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;true&nbsp;class&nbsp;label&nbsp;of&nbsp;this&nbsp;instance<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#training",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storageDataLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;training&nbsp;data&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLModelLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;pmml&nbsp;model&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"dataAnalysis":&nbsp;{&nbsp;#&nbsp;Data&nbsp;Analysis.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"warnings":&nbsp;[<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;status&nbsp;of&nbsp;the&nbsp;training&nbsp;job.&nbsp;This&nbsp;can&nbsp;be&nbsp;one&nbsp;of&nbsp;following:&nbsp;RUNNING;&nbsp;DONE;&nbsp;ERROR;&nbsp;ERROR:&nbsp;TRAINING&nbsp;JOB&nbsp;NOT&nbsp;FOUND<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelInfo":&nbsp;{&nbsp;#&nbsp;Model&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confusionMatrixRowTotals":&nbsp;{&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;the&nbsp;confusion&nbsp;matrix&nbsp;row&nbsp;totals<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberLabels":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;class&nbsp;labels&nbsp;in&nbsp;the&nbsp;trained&nbsp;model&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confusionMatrix":&nbsp;{&nbsp;#&nbsp;An&nbsp;output&nbsp;confusion&nbsp;matrix.&nbsp;This&nbsp;shows&nbsp;an&nbsp;estimate&nbsp;for&nbsp;how&nbsp;this&nbsp;model&nbsp;will&nbsp;do&nbsp;in&nbsp;predictions.&nbsp;This&nbsp;is&nbsp;first&nbsp;indexed&nbsp;by&nbsp;the&nbsp;true&nbsp;class&nbsp;label.&nbsp;For&nbsp;each&nbsp;true&nbsp;class&nbsp;label,&nbsp;this&nbsp;provides&nbsp;a&nbsp;pair&nbsp;{predicted_label,&nbsp;count},&nbsp;where&nbsp;count&nbsp;is&nbsp;the&nbsp;estimated&nbsp;number&nbsp;of&nbsp;times&nbsp;the&nbsp;model&nbsp;will&nbsp;predict&nbsp;the&nbsp;predicted&nbsp;label&nbsp;given&nbsp;the&nbsp;true&nbsp;label.&nbsp;Will&nbsp;not&nbsp;output&nbsp;if&nbsp;more&nbsp;then&nbsp;100&nbsp;classes&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"meanSquaredError":&nbsp;3.14,&nbsp;#&nbsp;An&nbsp;estimated&nbsp;mean&nbsp;squared&nbsp;error.&nbsp;The&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;measure&nbsp;the&nbsp;quality&nbsp;of&nbsp;the&nbsp;predicted&nbsp;model&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;predictive&nbsp;model&nbsp;(CLASSIFICATION&nbsp;or&nbsp;REGRESSION)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberInstances":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;valid&nbsp;data&nbsp;instances&nbsp;used&nbsp;in&nbsp;the&nbsp;trained&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classWeightedAccuracy":&nbsp;3.14,&nbsp;#&nbsp;Estimated&nbsp;accuracy&nbsp;of&nbsp;model&nbsp;taking&nbsp;utility&nbsp;weights&nbsp;into&nbsp;account&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classificationAccuracy":&nbsp;3.14,&nbsp;#&nbsp;A&nbsp;number&nbsp;between&nbsp;0.0&nbsp;and&nbsp;1.0,&nbsp;where&nbsp;1.0&nbsp;is&nbsp;100%&nbsp;accurate.&nbsp;This&nbsp;is&nbsp;an&nbsp;estimate,&nbsp;based&nbsp;on&nbsp;the&nbsp;amount&nbsp;and&nbsp;quality&nbsp;of&nbsp;the&nbsp;training&nbsp;data,&nbsp;of&nbsp;the&nbsp;estimated&nbsp;prediction&nbsp;accuracy.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;is&nbsp;a&nbsp;guide&nbsp;to&nbsp;decide&nbsp;whether&nbsp;the&nbsp;results&nbsp;are&nbsp;accurate&nbsp;enough&nbsp;for&nbsp;your&nbsp;needs.&nbsp;This&nbsp;estimate&nbsp;will&nbsp;be&nbsp;more&nbsp;reliable&nbsp;if&nbsp;your&nbsp;real&nbsp;input&nbsp;data&nbsp;is&nbsp;similar&nbsp;to&nbsp;your&nbsp;training&nbsp;data&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;preprocessing&nbsp;pmml&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"utility":&nbsp;[&nbsp;#&nbsp;A&nbsp;class&nbsp;weighting&nbsp;function,&nbsp;which&nbsp;allows&nbsp;the&nbsp;importance&nbsp;weights&nbsp;for&nbsp;class&nbsp;labels&nbsp;to&nbsp;be&nbsp;specified&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Class&nbsp;label&nbsp;(string).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.5.hostedmodels.html b/docs/dyn/prediction.v1.5.hostedmodels.html
deleted file mode 100644
index 3f7254d..0000000
--- a/docs/dyn/prediction.v1.5.hostedmodels.html
+++ /dev/null
@@ -1,63 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-predict"><strong>predict</strong></a> = method(self, **kwargs)</dt><dd><tt>Submit&nbsp;input&nbsp;and&nbsp;request&nbsp;an&nbsp;output&nbsp;against&nbsp;a&nbsp;hosted&nbsp;model.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"input":&nbsp;{&nbsp;#&nbsp;Input&nbsp;to&nbsp;the&nbsp;model&nbsp;for&nbsp;a&nbsp;prediction<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"csvInstance":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;input&nbsp;features,&nbsp;these&nbsp;can&nbsp;be&nbsp;strings&nbsp;or&nbsp;doubles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;hostedModelName:&nbsp;string,&nbsp;The&nbsp;name&nbsp;of&nbsp;a&nbsp;hosted&nbsp;model.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#output",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputLabel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;most&nbsp;likely&nbsp;class&nbsp;label&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputMulti":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;class&nbsp;labels&nbsp;with&nbsp;their&nbsp;estimated&nbsp;probabilities&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"score":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;probability&nbsp;of&nbsp;the&nbsp;class&nbsp;label.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"label":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;class&nbsp;label.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputValue":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;estimated&nbsp;regression&nbsp;value&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.5.html b/docs/dyn/prediction.v1.5.html
deleted file mode 100644
index ec60f34..0000000
--- a/docs/dyn/prediction.v1.5.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-hostedmodels"><strong><a href="prediction.v1.5.hostedmodels.html">hostedmodels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-trainedmodels"><strong><a href="prediction.v1.5.trainedmodels.html">trainedmodels</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction.v1.5.trainedmodels.html b/docs/dyn/prediction.v1.5.trainedmodels.html
deleted file mode 100644
index 1942b7f..0000000
--- a/docs/dyn/prediction.v1.5.trainedmodels.html
+++ /dev/null
@@ -1,358 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-analyze"><strong>analyze</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;analysis&nbsp;of&nbsp;the&nbsp;model&nbsp;and&nbsp;the&nbsp;data&nbsp;the&nbsp;model&nbsp;was&nbsp;trained&nbsp;on.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#analyze",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"errors":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;errors&nbsp;with&nbsp;the&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"dataDescription":&nbsp;{&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;data&nbsp;the&nbsp;model&nbsp;was&nbsp;trained&nbsp;on.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"outputFeature":&nbsp;{&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;output&nbsp;value&nbsp;or&nbsp;label.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;[&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;output&nbsp;labels&nbsp;in&nbsp;the&nbsp;data&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;times&nbsp;the&nbsp;output&nbsp;label&nbsp;occurred&nbsp;in&nbsp;the&nbsp;data&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;output&nbsp;label.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numeric":&nbsp;{&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;output&nbsp;values&nbsp;in&nbsp;the&nbsp;data&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;numeric&nbsp;output&nbsp;values&nbsp;in&nbsp;the&nbsp;data&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variance":&nbsp;3.14,&nbsp;#&nbsp;Variance&nbsp;of&nbsp;the&nbsp;output&nbsp;values&nbsp;in&nbsp;the&nbsp;data&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mean":&nbsp;3.14,&nbsp;#&nbsp;Mean&nbsp;of&nbsp;the&nbsp;output&nbsp;values&nbsp;in&nbsp;the&nbsp;data&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"features":&nbsp;[&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;input&nbsp;features&nbsp;in&nbsp;the&nbsp;data&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"index":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;feature&nbsp;index.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"text":&nbsp;{&nbsp;#&nbsp;Description&nbsp;of&nbsp;multiple-word&nbsp;text&nbsp;values&nbsp;of&nbsp;this&nbsp;feature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;multiple-word&nbsp;text&nbsp;values&nbsp;for&nbsp;this&nbsp;feature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numeric":&nbsp;{&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;numeric&nbsp;values&nbsp;of&nbsp;this&nbsp;feature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;numeric&nbsp;values&nbsp;for&nbsp;this&nbsp;feature&nbsp;in&nbsp;the&nbsp;data&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variance":&nbsp;3.14,&nbsp;#&nbsp;Variance&nbsp;of&nbsp;the&nbsp;numeric&nbsp;values&nbsp;of&nbsp;this&nbsp;feature&nbsp;in&nbsp;the&nbsp;data&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mean":&nbsp;3.14,&nbsp;#&nbsp;Mean&nbsp;of&nbsp;the&nbsp;numeric&nbsp;values&nbsp;of&nbsp;this&nbsp;feature&nbsp;in&nbsp;the&nbsp;data&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categorical":&nbsp;{&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;categorical&nbsp;values&nbsp;of&nbsp;this&nbsp;feature.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;categorical&nbsp;values&nbsp;for&nbsp;this&nbsp;feature&nbsp;in&nbsp;the&nbsp;data.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"values":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;categories&nbsp;for&nbsp;this&nbsp;feature&nbsp;in&nbsp;the&nbsp;data&nbsp;set.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;times&nbsp;this&nbsp;feature&nbsp;had&nbsp;this&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;category&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"modelDescription":&nbsp;{&nbsp;#&nbsp;Description&nbsp;of&nbsp;the&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confusionMatrixRowTotals":&nbsp;{&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;the&nbsp;confusion&nbsp;matrix&nbsp;row&nbsp;totals<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confusionMatrix":&nbsp;{&nbsp;#&nbsp;An&nbsp;output&nbsp;confusion&nbsp;matrix.&nbsp;This&nbsp;shows&nbsp;an&nbsp;estimate&nbsp;for&nbsp;how&nbsp;this&nbsp;model&nbsp;will&nbsp;do&nbsp;in&nbsp;predictions.&nbsp;This&nbsp;is&nbsp;first&nbsp;indexed&nbsp;by&nbsp;the&nbsp;true&nbsp;class&nbsp;label.&nbsp;For&nbsp;each&nbsp;true&nbsp;class&nbsp;label,&nbsp;this&nbsp;provides&nbsp;a&nbsp;pair&nbsp;{predicted_label,&nbsp;count},&nbsp;where&nbsp;count&nbsp;is&nbsp;the&nbsp;estimated&nbsp;number&nbsp;of&nbsp;times&nbsp;the&nbsp;model&nbsp;will&nbsp;predict&nbsp;the&nbsp;predicted&nbsp;label&nbsp;given&nbsp;the&nbsp;true&nbsp;label.&nbsp;Will&nbsp;not&nbsp;output&nbsp;if&nbsp;more&nbsp;then&nbsp;100&nbsp;classes&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelinfo":&nbsp;{&nbsp;#&nbsp;Basic&nbsp;information&nbsp;about&nbsp;the&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#training",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Insert&nbsp;time&nbsp;of&nbsp;the&nbsp;model&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingComplete":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Training&nbsp;completion&nbsp;time&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storageDataLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;training&nbsp;data&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLModelLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;pmml&nbsp;model&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;status&nbsp;of&nbsp;the&nbsp;training&nbsp;job.&nbsp;This&nbsp;can&nbsp;be&nbsp;one&nbsp;of&nbsp;following:&nbsp;RUNNING;&nbsp;DONE;&nbsp;ERROR;&nbsp;ERROR:&nbsp;TRAINING&nbsp;JOB&nbsp;NOT&nbsp;FOUND<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelInfo":&nbsp;{&nbsp;#&nbsp;Model&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberLabels":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;class&nbsp;labels&nbsp;in&nbsp;the&nbsp;trained&nbsp;model&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"meanSquaredError":&nbsp;3.14,&nbsp;#&nbsp;An&nbsp;estimated&nbsp;mean&nbsp;squared&nbsp;error.&nbsp;The&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;measure&nbsp;the&nbsp;quality&nbsp;of&nbsp;the&nbsp;predicted&nbsp;model&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;predictive&nbsp;model&nbsp;(CLASSIFICATION&nbsp;or&nbsp;REGRESSION)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberInstances":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;valid&nbsp;data&nbsp;instances&nbsp;used&nbsp;in&nbsp;the&nbsp;trained&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classWeightedAccuracy":&nbsp;3.14,&nbsp;#&nbsp;Estimated&nbsp;accuracy&nbsp;of&nbsp;model&nbsp;taking&nbsp;utility&nbsp;weights&nbsp;into&nbsp;account&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classificationAccuracy":&nbsp;3.14,&nbsp;#&nbsp;A&nbsp;number&nbsp;between&nbsp;0.0&nbsp;and&nbsp;1.0,&nbsp;where&nbsp;1.0&nbsp;is&nbsp;100%&nbsp;accurate.&nbsp;This&nbsp;is&nbsp;an&nbsp;estimate,&nbsp;based&nbsp;on&nbsp;the&nbsp;amount&nbsp;and&nbsp;quality&nbsp;of&nbsp;the&nbsp;training&nbsp;data,&nbsp;of&nbsp;the&nbsp;estimated&nbsp;prediction&nbsp;accuracy.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;is&nbsp;a&nbsp;guide&nbsp;to&nbsp;decide&nbsp;whether&nbsp;the&nbsp;results&nbsp;are&nbsp;accurate&nbsp;enough&nbsp;for&nbsp;your&nbsp;needs.&nbsp;This&nbsp;estimate&nbsp;will&nbsp;be&nbsp;more&nbsp;reliable&nbsp;if&nbsp;your&nbsp;real&nbsp;input&nbsp;data&nbsp;is&nbsp;similar&nbsp;to&nbsp;your&nbsp;training&nbsp;data&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;preprocessing&nbsp;pmml&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"utility":&nbsp;[&nbsp;#&nbsp;A&nbsp;class&nbsp;weighting&nbsp;function,&nbsp;which&nbsp;allows&nbsp;the&nbsp;importance&nbsp;weights&nbsp;for&nbsp;class&nbsp;labels&nbsp;to&nbsp;be&nbsp;specified&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Class&nbsp;label&nbsp;(string).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;a&nbsp;trained&nbsp;model.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Check&nbsp;training&nbsp;status&nbsp;of&nbsp;your&nbsp;model.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#training",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Insert&nbsp;time&nbsp;of&nbsp;the&nbsp;model&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingComplete":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Training&nbsp;completion&nbsp;time&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storageDataLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;training&nbsp;data&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLModelLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;pmml&nbsp;model&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;status&nbsp;of&nbsp;the&nbsp;training&nbsp;job.&nbsp;This&nbsp;can&nbsp;be&nbsp;one&nbsp;of&nbsp;following:&nbsp;RUNNING;&nbsp;DONE;&nbsp;ERROR;&nbsp;ERROR:&nbsp;TRAINING&nbsp;JOB&nbsp;NOT&nbsp;FOUND<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelInfo":&nbsp;{&nbsp;#&nbsp;Model&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberLabels":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;class&nbsp;labels&nbsp;in&nbsp;the&nbsp;trained&nbsp;model&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"meanSquaredError":&nbsp;3.14,&nbsp;#&nbsp;An&nbsp;estimated&nbsp;mean&nbsp;squared&nbsp;error.&nbsp;The&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;measure&nbsp;the&nbsp;quality&nbsp;of&nbsp;the&nbsp;predicted&nbsp;model&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;predictive&nbsp;model&nbsp;(CLASSIFICATION&nbsp;or&nbsp;REGRESSION)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberInstances":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;valid&nbsp;data&nbsp;instances&nbsp;used&nbsp;in&nbsp;the&nbsp;trained&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classWeightedAccuracy":&nbsp;3.14,&nbsp;#&nbsp;Estimated&nbsp;accuracy&nbsp;of&nbsp;model&nbsp;taking&nbsp;utility&nbsp;weights&nbsp;into&nbsp;account&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classificationAccuracy":&nbsp;3.14,&nbsp;#&nbsp;A&nbsp;number&nbsp;between&nbsp;0.0&nbsp;and&nbsp;1.0,&nbsp;where&nbsp;1.0&nbsp;is&nbsp;100%&nbsp;accurate.&nbsp;This&nbsp;is&nbsp;an&nbsp;estimate,&nbsp;based&nbsp;on&nbsp;the&nbsp;amount&nbsp;and&nbsp;quality&nbsp;of&nbsp;the&nbsp;training&nbsp;data,&nbsp;of&nbsp;the&nbsp;estimated&nbsp;prediction&nbsp;accuracy.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;is&nbsp;a&nbsp;guide&nbsp;to&nbsp;decide&nbsp;whether&nbsp;the&nbsp;results&nbsp;are&nbsp;accurate&nbsp;enough&nbsp;for&nbsp;your&nbsp;needs.&nbsp;This&nbsp;estimate&nbsp;will&nbsp;be&nbsp;more&nbsp;reliable&nbsp;if&nbsp;your&nbsp;real&nbsp;input&nbsp;data&nbsp;is&nbsp;similar&nbsp;to&nbsp;your&nbsp;training&nbsp;data&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;preprocessing&nbsp;pmml&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"utility":&nbsp;[&nbsp;#&nbsp;A&nbsp;class&nbsp;weighting&nbsp;function,&nbsp;which&nbsp;allows&nbsp;the&nbsp;importance&nbsp;weights&nbsp;for&nbsp;class&nbsp;labels&nbsp;to&nbsp;be&nbsp;specified&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Class&nbsp;label&nbsp;(string).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Begin&nbsp;training&nbsp;your&nbsp;model.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#training",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Insert&nbsp;time&nbsp;of&nbsp;the&nbsp;model&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"trainingComplete":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Training&nbsp;completion&nbsp;time&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"storageDataLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;training&nbsp;data&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLModelLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;pmml&nbsp;model&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"trainingStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;status&nbsp;of&nbsp;the&nbsp;training&nbsp;job.&nbsp;This&nbsp;can&nbsp;be&nbsp;one&nbsp;of&nbsp;following:&nbsp;RUNNING;&nbsp;DONE;&nbsp;ERROR;&nbsp;ERROR:&nbsp;TRAINING&nbsp;JOB&nbsp;NOT&nbsp;FOUND<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"modelInfo":&nbsp;{&nbsp;#&nbsp;Model&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberLabels":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;class&nbsp;labels&nbsp;in&nbsp;the&nbsp;trained&nbsp;model&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"meanSquaredError":&nbsp;3.14,&nbsp;#&nbsp;An&nbsp;estimated&nbsp;mean&nbsp;squared&nbsp;error.&nbsp;The&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;measure&nbsp;the&nbsp;quality&nbsp;of&nbsp;the&nbsp;predicted&nbsp;model&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;predictive&nbsp;model&nbsp;(CLASSIFICATION&nbsp;or&nbsp;REGRESSION)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberInstances":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;valid&nbsp;data&nbsp;instances&nbsp;used&nbsp;in&nbsp;the&nbsp;trained&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classWeightedAccuracy":&nbsp;3.14,&nbsp;#&nbsp;Estimated&nbsp;accuracy&nbsp;of&nbsp;model&nbsp;taking&nbsp;utility&nbsp;weights&nbsp;into&nbsp;account&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classificationAccuracy":&nbsp;3.14,&nbsp;#&nbsp;A&nbsp;number&nbsp;between&nbsp;0.0&nbsp;and&nbsp;1.0,&nbsp;where&nbsp;1.0&nbsp;is&nbsp;100%&nbsp;accurate.&nbsp;This&nbsp;is&nbsp;an&nbsp;estimate,&nbsp;based&nbsp;on&nbsp;the&nbsp;amount&nbsp;and&nbsp;quality&nbsp;of&nbsp;the&nbsp;training&nbsp;data,&nbsp;of&nbsp;the&nbsp;estimated&nbsp;prediction&nbsp;accuracy.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;is&nbsp;a&nbsp;guide&nbsp;to&nbsp;decide&nbsp;whether&nbsp;the&nbsp;results&nbsp;are&nbsp;accurate&nbsp;enough&nbsp;for&nbsp;your&nbsp;needs.&nbsp;This&nbsp;estimate&nbsp;will&nbsp;be&nbsp;more&nbsp;reliable&nbsp;if&nbsp;your&nbsp;real&nbsp;input&nbsp;data&nbsp;is&nbsp;similar&nbsp;to&nbsp;your&nbsp;training&nbsp;data&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;preprocessing&nbsp;pmml&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"utility":&nbsp;[&nbsp;#&nbsp;A&nbsp;class&nbsp;weighting&nbsp;function,&nbsp;which&nbsp;allows&nbsp;the&nbsp;importance&nbsp;weights&nbsp;for&nbsp;class&nbsp;labels&nbsp;to&nbsp;be&nbsp;specified&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Class&nbsp;label&nbsp;(string).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#training",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Insert&nbsp;time&nbsp;of&nbsp;the&nbsp;model&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingComplete":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Training&nbsp;completion&nbsp;time&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storageDataLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;training&nbsp;data&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLModelLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;pmml&nbsp;model&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;status&nbsp;of&nbsp;the&nbsp;training&nbsp;job.&nbsp;This&nbsp;can&nbsp;be&nbsp;one&nbsp;of&nbsp;following:&nbsp;RUNNING;&nbsp;DONE;&nbsp;ERROR;&nbsp;ERROR:&nbsp;TRAINING&nbsp;JOB&nbsp;NOT&nbsp;FOUND<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelInfo":&nbsp;{&nbsp;#&nbsp;Model&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberLabels":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;class&nbsp;labels&nbsp;in&nbsp;the&nbsp;trained&nbsp;model&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"meanSquaredError":&nbsp;3.14,&nbsp;#&nbsp;An&nbsp;estimated&nbsp;mean&nbsp;squared&nbsp;error.&nbsp;The&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;measure&nbsp;the&nbsp;quality&nbsp;of&nbsp;the&nbsp;predicted&nbsp;model&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;predictive&nbsp;model&nbsp;(CLASSIFICATION&nbsp;or&nbsp;REGRESSION)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberInstances":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;valid&nbsp;data&nbsp;instances&nbsp;used&nbsp;in&nbsp;the&nbsp;trained&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classWeightedAccuracy":&nbsp;3.14,&nbsp;#&nbsp;Estimated&nbsp;accuracy&nbsp;of&nbsp;model&nbsp;taking&nbsp;utility&nbsp;weights&nbsp;into&nbsp;account&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classificationAccuracy":&nbsp;3.14,&nbsp;#&nbsp;A&nbsp;number&nbsp;between&nbsp;0.0&nbsp;and&nbsp;1.0,&nbsp;where&nbsp;1.0&nbsp;is&nbsp;100%&nbsp;accurate.&nbsp;This&nbsp;is&nbsp;an&nbsp;estimate,&nbsp;based&nbsp;on&nbsp;the&nbsp;amount&nbsp;and&nbsp;quality&nbsp;of&nbsp;the&nbsp;training&nbsp;data,&nbsp;of&nbsp;the&nbsp;estimated&nbsp;prediction&nbsp;accuracy.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;is&nbsp;a&nbsp;guide&nbsp;to&nbsp;decide&nbsp;whether&nbsp;the&nbsp;results&nbsp;are&nbsp;accurate&nbsp;enough&nbsp;for&nbsp;your&nbsp;needs.&nbsp;This&nbsp;estimate&nbsp;will&nbsp;be&nbsp;more&nbsp;reliable&nbsp;if&nbsp;your&nbsp;real&nbsp;input&nbsp;data&nbsp;is&nbsp;similar&nbsp;to&nbsp;your&nbsp;training&nbsp;data&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;preprocessing&nbsp;pmml&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"utility":&nbsp;[&nbsp;#&nbsp;A&nbsp;class&nbsp;weighting&nbsp;function,&nbsp;which&nbsp;allows&nbsp;the&nbsp;importance&nbsp;weights&nbsp;for&nbsp;class&nbsp;labels&nbsp;to&nbsp;be&nbsp;specified&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Class&nbsp;label&nbsp;(string).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;available&nbsp;models.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Pagination&nbsp;token<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Pagination&nbsp;token&nbsp;to&nbsp;fetch&nbsp;the&nbsp;next&nbsp;page,&nbsp;if&nbsp;one&nbsp;exists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;models.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#training",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Insert&nbsp;time&nbsp;of&nbsp;the&nbsp;model&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingComplete":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Training&nbsp;completion&nbsp;time&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storageDataLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;training&nbsp;data&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLModelLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;pmml&nbsp;model&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;status&nbsp;of&nbsp;the&nbsp;training&nbsp;job.&nbsp;This&nbsp;can&nbsp;be&nbsp;one&nbsp;of&nbsp;following:&nbsp;RUNNING;&nbsp;DONE;&nbsp;ERROR;&nbsp;ERROR:&nbsp;TRAINING&nbsp;JOB&nbsp;NOT&nbsp;FOUND<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelInfo":&nbsp;{&nbsp;#&nbsp;Model&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberLabels":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;class&nbsp;labels&nbsp;in&nbsp;the&nbsp;trained&nbsp;model&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"meanSquaredError":&nbsp;3.14,&nbsp;#&nbsp;An&nbsp;estimated&nbsp;mean&nbsp;squared&nbsp;error.&nbsp;The&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;measure&nbsp;the&nbsp;quality&nbsp;of&nbsp;the&nbsp;predicted&nbsp;model&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;predictive&nbsp;model&nbsp;(CLASSIFICATION&nbsp;or&nbsp;REGRESSION)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberInstances":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;valid&nbsp;data&nbsp;instances&nbsp;used&nbsp;in&nbsp;the&nbsp;trained&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classWeightedAccuracy":&nbsp;3.14,&nbsp;#&nbsp;Estimated&nbsp;accuracy&nbsp;of&nbsp;model&nbsp;taking&nbsp;utility&nbsp;weights&nbsp;into&nbsp;account&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classificationAccuracy":&nbsp;3.14,&nbsp;#&nbsp;A&nbsp;number&nbsp;between&nbsp;0.0&nbsp;and&nbsp;1.0,&nbsp;where&nbsp;1.0&nbsp;is&nbsp;100%&nbsp;accurate.&nbsp;This&nbsp;is&nbsp;an&nbsp;estimate,&nbsp;based&nbsp;on&nbsp;the&nbsp;amount&nbsp;and&nbsp;quality&nbsp;of&nbsp;the&nbsp;training&nbsp;data,&nbsp;of&nbsp;the&nbsp;estimated&nbsp;prediction&nbsp;accuracy.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;is&nbsp;a&nbsp;guide&nbsp;to&nbsp;decide&nbsp;whether&nbsp;the&nbsp;results&nbsp;are&nbsp;accurate&nbsp;enough&nbsp;for&nbsp;your&nbsp;needs.&nbsp;This&nbsp;estimate&nbsp;will&nbsp;be&nbsp;more&nbsp;reliable&nbsp;if&nbsp;your&nbsp;real&nbsp;input&nbsp;data&nbsp;is&nbsp;similar&nbsp;to&nbsp;your&nbsp;training&nbsp;data&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;preprocessing&nbsp;pmml&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"utility":&nbsp;[&nbsp;#&nbsp;A&nbsp;class&nbsp;weighting&nbsp;function,&nbsp;which&nbsp;allows&nbsp;the&nbsp;importance&nbsp;weights&nbsp;for&nbsp;class&nbsp;labels&nbsp;to&nbsp;be&nbsp;specified&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Class&nbsp;label&nbsp;(string).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#list",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-predict"><strong>predict</strong></a> = method(self, **kwargs)</dt><dd><tt>Submit&nbsp;model&nbsp;id&nbsp;and&nbsp;request&nbsp;a&nbsp;prediction.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"input":&nbsp;{&nbsp;#&nbsp;Input&nbsp;to&nbsp;the&nbsp;model&nbsp;for&nbsp;a&nbsp;prediction<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"csvInstance":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;input&nbsp;features,&nbsp;these&nbsp;can&nbsp;be&nbsp;strings&nbsp;or&nbsp;doubles.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#output",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputLabel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;most&nbsp;likely&nbsp;class&nbsp;label&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputMulti":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;class&nbsp;labels&nbsp;with&nbsp;their&nbsp;estimated&nbsp;probabilities&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"score":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;probability&nbsp;of&nbsp;the&nbsp;class&nbsp;label.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"label":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;class&nbsp;label.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"outputValue":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;estimated&nbsp;regression&nbsp;value&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Add&nbsp;new&nbsp;data&nbsp;to&nbsp;a&nbsp;trained&nbsp;model.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"csvInstance":&nbsp;[&nbsp;#&nbsp;The&nbsp;input&nbsp;features&nbsp;for&nbsp;this&nbsp;instance<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"label":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;true&nbsp;class&nbsp;label&nbsp;of&nbsp;this&nbsp;instance<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"prediction#training",&nbsp;#&nbsp;What&nbsp;kind&nbsp;of&nbsp;resource&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Insert&nbsp;time&nbsp;of&nbsp;the&nbsp;model&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingComplete":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Training&nbsp;completion&nbsp;time&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storageDataLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;training&nbsp;data&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLModelLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;pmml&nbsp;model&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"trainingStatus":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;current&nbsp;status&nbsp;of&nbsp;the&nbsp;training&nbsp;job.&nbsp;This&nbsp;can&nbsp;be&nbsp;one&nbsp;of&nbsp;following:&nbsp;RUNNING;&nbsp;DONE;&nbsp;ERROR;&nbsp;ERROR:&nbsp;TRAINING&nbsp;JOB&nbsp;NOT&nbsp;FOUND<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelInfo":&nbsp;{&nbsp;#&nbsp;Model&nbsp;metadata.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberLabels":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;class&nbsp;labels&nbsp;in&nbsp;the&nbsp;trained&nbsp;model&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"meanSquaredError":&nbsp;3.14,&nbsp;#&nbsp;An&nbsp;estimated&nbsp;mean&nbsp;squared&nbsp;error.&nbsp;The&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;measure&nbsp;the&nbsp;quality&nbsp;of&nbsp;the&nbsp;predicted&nbsp;model&nbsp;[Regression&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modelType":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;predictive&nbsp;model&nbsp;(CLASSIFICATION&nbsp;or&nbsp;REGRESSION)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"numberInstances":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;valid&nbsp;data&nbsp;instances&nbsp;used&nbsp;in&nbsp;the&nbsp;trained&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classWeightedAccuracy":&nbsp;3.14,&nbsp;#&nbsp;Estimated&nbsp;accuracy&nbsp;of&nbsp;model&nbsp;taking&nbsp;utility&nbsp;weights&nbsp;into&nbsp;account&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"classificationAccuracy":&nbsp;3.14,&nbsp;#&nbsp;A&nbsp;number&nbsp;between&nbsp;0.0&nbsp;and&nbsp;1.0,&nbsp;where&nbsp;1.0&nbsp;is&nbsp;100%&nbsp;accurate.&nbsp;This&nbsp;is&nbsp;an&nbsp;estimate,&nbsp;based&nbsp;on&nbsp;the&nbsp;amount&nbsp;and&nbsp;quality&nbsp;of&nbsp;the&nbsp;training&nbsp;data,&nbsp;of&nbsp;the&nbsp;estimated&nbsp;prediction&nbsp;accuracy.&nbsp;You&nbsp;can&nbsp;use&nbsp;this&nbsp;is&nbsp;a&nbsp;guide&nbsp;to&nbsp;decide&nbsp;whether&nbsp;the&nbsp;results&nbsp;are&nbsp;accurate&nbsp;enough&nbsp;for&nbsp;your&nbsp;needs.&nbsp;This&nbsp;estimate&nbsp;will&nbsp;be&nbsp;more&nbsp;reliable&nbsp;if&nbsp;your&nbsp;real&nbsp;input&nbsp;data&nbsp;is&nbsp;similar&nbsp;to&nbsp;your&nbsp;training&nbsp;data&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storagePMMLLocation":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;storage&nbsp;location&nbsp;of&nbsp;the&nbsp;preprocessing&nbsp;pmml&nbsp;file.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;unique&nbsp;name&nbsp;for&nbsp;the&nbsp;predictive&nbsp;model.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;URL&nbsp;to&nbsp;re-request&nbsp;this&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"utility":&nbsp;[&nbsp;#&nbsp;A&nbsp;class&nbsp;weighting&nbsp;function,&nbsp;which&nbsp;allows&nbsp;the&nbsp;importance&nbsp;weights&nbsp;for&nbsp;class&nbsp;labels&nbsp;to&nbsp;be&nbsp;specified&nbsp;[Categorical&nbsp;models&nbsp;only].<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{&nbsp;#&nbsp;Class&nbsp;label&nbsp;(string).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction_v1_5.hostedmodels.html b/docs/dyn/prediction_v1_5.hostedmodels.html
new file mode 100644
index 0000000..6fedb91
--- /dev/null
+++ b/docs/dyn/prediction_v1_5.hostedmodels.html
@@ -0,0 +1,117 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="prediction_v1_5.html">Prediction API</a> . <a href="prediction_v1_5.hostedmodels.html">hostedmodels</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#predict">predict(hostedModelName, body)</a></code></p>
+<p class="firstline">Submit input and request an output against a hosted model.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="predict">predict(hostedModelName, body)</code>
+  <pre>Submit input and request an output against a hosted model.
+
+Args:
+  hostedModelName: string, The name of a hosted model. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "input": { # Input to the model for a prediction
+      "csvInstance": [ # A list of input features, these can be strings or doubles.
+        "",
+      ],
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "prediction#output", # What kind of resource this is.
+    "outputLabel": "A String", # The most likely class label [Categorical models only].
+    "id": "A String", # The unique name for the predictive model.
+    "outputMulti": [ # A list of class labels with their estimated probabilities [Categorical models only].
+      {
+        "score": 3.14, # The probability of the class label.
+        "label": "A String", # The class label.
+      },
+    ],
+    "outputValue": 3.14, # The estimated regression value [Regression models only].
+    "selfLink": "A String", # A URL to re-request this resource.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction_v1_5.html b/docs/dyn/prediction_v1_5.html
new file mode 100644
index 0000000..dca9e48
--- /dev/null
+++ b/docs/dyn/prediction_v1_5.html
@@ -0,0 +1,87 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="prediction_v1_5.html">Prediction API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="prediction_v1_5.hostedmodels.html">hostedmodels()</a></code>
+</p>
+<p class="firstline">Returns the hostedmodels Resource.</p>
+
+<p class="toc_element">
+  <code><a href="prediction_v1_5.trainedmodels.html">trainedmodels()</a></code>
+</p>
+<p class="firstline">Returns the trainedmodels Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/prediction_v1_5.trainedmodels.html b/docs/dyn/prediction_v1_5.trainedmodels.html
new file mode 100644
index 0000000..d4f6c06
--- /dev/null
+++ b/docs/dyn/prediction_v1_5.trainedmodels.html
@@ -0,0 +1,432 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="prediction_v1_5.html">Prediction API</a> . <a href="prediction_v1_5.trainedmodels.html">trainedmodels</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#analyze">analyze(id)</a></code></p>
+<p class="firstline">Get analysis of the model and the data the model was trained on.</p>
+<p class="toc_element">
+  <code><a href="#delete">delete(id)</a></code></p>
+<p class="firstline">Delete a trained model.</p>
+<p class="toc_element">
+  <code><a href="#get">get(id)</a></code></p>
+<p class="firstline">Check training status of your model.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body)</a></code></p>
+<p class="firstline">Begin training your model.</p>
+<p class="toc_element">
+  <code><a href="#list">list(pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">List available models.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#predict">predict(id, body)</a></code></p>
+<p class="firstline">Submit model id and request a prediction.</p>
+<p class="toc_element">
+  <code><a href="#update">update(id, body)</a></code></p>
+<p class="firstline">Add new data to a trained model.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="analyze">analyze(id)</code>
+  <pre>Get analysis of the model and the data the model was trained on.
+
+Args:
+  id: string, The unique name for the predictive model. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "prediction#analyze", # What kind of resource this is.
+    "errors": [ # List of errors with the data.
+      {
+      },
+    ],
+    "dataDescription": { # Description of the data the model was trained on.
+      "outputFeature": { # Description of the output value or label.
+        "text": [ # Description of the output labels in the data set.
+          {
+            "count": "A String", # Number of times the output label occurred in the data set.
+            "value": "A String", # The output label.
+          },
+        ],
+        "numeric": { # Description of the output values in the data set.
+          "count": "A String", # Number of numeric output values in the data set.
+          "variance": 3.14, # Variance of the output values in the data set.
+          "mean": 3.14, # Mean of the output values in the data set.
+        },
+      },
+      "features": [ # Description of the input features in the data set.
+        {
+          "index": "A String", # The feature index.
+          "text": { # Description of multiple-word text values of this feature.
+            "count": "A String", # Number of multiple-word text values for this feature.
+          },
+          "numeric": { # Description of the numeric values of this feature.
+            "count": "A String", # Number of numeric values for this feature in the data set.
+            "variance": 3.14, # Variance of the numeric values of this feature in the data set.
+            "mean": 3.14, # Mean of the numeric values of this feature in the data set.
+          },
+          "categorical": { # Description of the categorical values of this feature.
+            "count": "A String", # Number of categorical values for this feature in the data.
+            "values": [ # List of all the categories for this feature in the data set.
+              {
+                "count": "A String", # Number of times this feature had this value.
+                "value": "A String", # The category name.
+              },
+            ],
+          },
+        },
+      ],
+    },
+    "modelDescription": { # Description of the model.
+      "confusionMatrixRowTotals": { # A list of the confusion matrix row totals
+      },
+      "confusionMatrix": { # An output confusion matrix. This shows an estimate for how this model will do in predictions. This is first indexed by the true class label. For each true class label, this provides a pair {predicted_label, count}, where count is the estimated number of times the model will predict the predicted label given the true label. Will not output if more then 100 classes [Categorical models only].
+      },
+      "modelinfo": { # Basic information about the model.
+          "kind": "prediction#training", # What kind of resource this is.
+          "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
+          "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
+          "storageDataLocation": "A String", # Google storage location of the training data file.
+          "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
+          "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
+          "modelInfo": { # Model metadata.
+            "numberLabels": "A String", # Number of class labels in the trained model [Categorical models only].
+            "meanSquaredError": 3.14, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].
+            "modelType": "A String", # Type of predictive model (CLASSIFICATION or REGRESSION)
+            "numberInstances": "A String", # Number of valid data instances used in the trained model.
+            "classWeightedAccuracy": 3.14, # Estimated accuracy of model taking utility weights into account [Categorical models only].
+            "classificationAccuracy": 3.14, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].
+          },
+          "storagePMMLLocation": "A String", # Google storage location of the preprocessing pmml file.
+          "id": "A String", # The unique name for the predictive model.
+          "selfLink": "A String", # A URL to re-request this resource.
+          "utility": [ # A class weighting function, which allows the importance weights for class labels to be specified [Categorical models only].
+            { # Class label (string).
+            },
+          ],
+        },
+    },
+    "id": "A String", # The unique name for the predictive model.
+    "selfLink": "A String", # A URL to re-request this resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="delete">delete(id)</code>
+  <pre>Delete a trained model.
+
+Args:
+  id: string, The unique name for the predictive model. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(id)</code>
+  <pre>Check training status of your model.
+
+Args:
+  id: string, The unique name for the predictive model. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "prediction#training", # What kind of resource this is.
+      "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
+      "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
+      "storageDataLocation": "A String", # Google storage location of the training data file.
+      "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
+      "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
+      "modelInfo": { # Model metadata.
+        "numberLabels": "A String", # Number of class labels in the trained model [Categorical models only].
+        "meanSquaredError": 3.14, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].
+        "modelType": "A String", # Type of predictive model (CLASSIFICATION or REGRESSION)
+        "numberInstances": "A String", # Number of valid data instances used in the trained model.
+        "classWeightedAccuracy": 3.14, # Estimated accuracy of model taking utility weights into account [Categorical models only].
+        "classificationAccuracy": 3.14, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].
+      },
+      "storagePMMLLocation": "A String", # Google storage location of the preprocessing pmml file.
+      "id": "A String", # The unique name for the predictive model.
+      "selfLink": "A String", # A URL to re-request this resource.
+      "utility": [ # A class weighting function, which allows the importance weights for class labels to be specified [Categorical models only].
+        { # Class label (string).
+        },
+      ],
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body)</code>
+  <pre>Begin training your model.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "prediction#training", # What kind of resource this is.
+    "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
+    "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
+    "storageDataLocation": "A String", # Google storage location of the training data file.
+    "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
+    "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
+    "modelInfo": { # Model metadata.
+      "numberLabels": "A String", # Number of class labels in the trained model [Categorical models only].
+      "meanSquaredError": 3.14, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].
+      "modelType": "A String", # Type of predictive model (CLASSIFICATION or REGRESSION)
+      "numberInstances": "A String", # Number of valid data instances used in the trained model.
+      "classWeightedAccuracy": 3.14, # Estimated accuracy of model taking utility weights into account [Categorical models only].
+      "classificationAccuracy": 3.14, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].
+    },
+    "storagePMMLLocation": "A String", # Google storage location of the preprocessing pmml file.
+    "id": "A String", # The unique name for the predictive model.
+    "selfLink": "A String", # A URL to re-request this resource.
+    "utility": [ # A class weighting function, which allows the importance weights for class labels to be specified [Categorical models only].
+      { # Class label (string).
+      },
+    ],
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "prediction#training", # What kind of resource this is.
+      "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
+      "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
+      "storageDataLocation": "A String", # Google storage location of the training data file.
+      "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
+      "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
+      "modelInfo": { # Model metadata.
+        "numberLabels": "A String", # Number of class labels in the trained model [Categorical models only].
+        "meanSquaredError": 3.14, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].
+        "modelType": "A String", # Type of predictive model (CLASSIFICATION or REGRESSION)
+        "numberInstances": "A String", # Number of valid data instances used in the trained model.
+        "classWeightedAccuracy": 3.14, # Estimated accuracy of model taking utility weights into account [Categorical models only].
+        "classificationAccuracy": 3.14, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].
+      },
+      "storagePMMLLocation": "A String", # Google storage location of the preprocessing pmml file.
+      "id": "A String", # The unique name for the predictive model.
+      "selfLink": "A String", # A URL to re-request this resource.
+      "utility": [ # A class weighting function, which allows the importance weights for class labels to be specified [Categorical models only].
+        { # Class label (string).
+        },
+      ],
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(pageToken=None, maxResults=None)</code>
+  <pre>List available models.
+
+Args:
+  pageToken: string, Pagination token
+  maxResults: integer, Maximum number of results to return
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists.
+    "items": [ # List of models.
+      {
+          "kind": "prediction#training", # What kind of resource this is.
+          "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
+          "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
+          "storageDataLocation": "A String", # Google storage location of the training data file.
+          "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
+          "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
+          "modelInfo": { # Model metadata.
+            "numberLabels": "A String", # Number of class labels in the trained model [Categorical models only].
+            "meanSquaredError": 3.14, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].
+            "modelType": "A String", # Type of predictive model (CLASSIFICATION or REGRESSION)
+            "numberInstances": "A String", # Number of valid data instances used in the trained model.
+            "classWeightedAccuracy": 3.14, # Estimated accuracy of model taking utility weights into account [Categorical models only].
+            "classificationAccuracy": 3.14, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].
+          },
+          "storagePMMLLocation": "A String", # Google storage location of the preprocessing pmml file.
+          "id": "A String", # The unique name for the predictive model.
+          "selfLink": "A String", # A URL to re-request this resource.
+          "utility": [ # A class weighting function, which allows the importance weights for class labels to be specified [Categorical models only].
+            { # Class label (string).
+            },
+          ],
+        },
+    ],
+    "kind": "prediction#list", # What kind of resource this is.
+    "selfLink": "A String", # A URL to re-request this resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="predict">predict(id, body)</code>
+  <pre>Submit model id and request a prediction.
+
+Args:
+  id: string, The unique name for the predictive model. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "input": { # Input to the model for a prediction
+      "csvInstance": [ # A list of input features, these can be strings or doubles.
+        "",
+      ],
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "prediction#output", # What kind of resource this is.
+    "outputLabel": "A String", # The most likely class label [Categorical models only].
+    "id": "A String", # The unique name for the predictive model.
+    "outputMulti": [ # A list of class labels with their estimated probabilities [Categorical models only].
+      {
+        "score": 3.14, # The probability of the class label.
+        "label": "A String", # The class label.
+      },
+    ],
+    "outputValue": 3.14, # The estimated regression value [Regression models only].
+    "selfLink": "A String", # A URL to re-request this resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(id, body)</code>
+  <pre>Add new data to a trained model.
+
+Args:
+  id: string, The unique name for the predictive model. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "csvInstance": [ # The input features for this instance
+      "",
+    ],
+    "label": "A String", # The true class label of this instance
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "prediction#training", # What kind of resource this is.
+      "created": "A String", # Insert time of the model (as a RFC 3339 timestamp).
+      "trainingComplete": "A String", # Training completion time (as a RFC 3339 timestamp).
+      "storageDataLocation": "A String", # Google storage location of the training data file.
+      "storagePMMLModelLocation": "A String", # Google storage location of the pmml model file.
+      "trainingStatus": "A String", # The current status of the training job. This can be one of following: RUNNING; DONE; ERROR; ERROR: TRAINING JOB NOT FOUND
+      "modelInfo": { # Model metadata.
+        "numberLabels": "A String", # Number of class labels in the trained model [Categorical models only].
+        "meanSquaredError": 3.14, # An estimated mean squared error. The can be used to measure the quality of the predicted model [Regression models only].
+        "modelType": "A String", # Type of predictive model (CLASSIFICATION or REGRESSION)
+        "numberInstances": "A String", # Number of valid data instances used in the trained model.
+        "classWeightedAccuracy": 3.14, # Estimated accuracy of model taking utility weights into account [Categorical models only].
+        "classificationAccuracy": 3.14, # A number between 0.0 and 1.0, where 1.0 is 100% accurate. This is an estimate, based on the amount and quality of the training data, of the estimated prediction accuracy. You can use this is a guide to decide whether the results are accurate enough for your needs. This estimate will be more reliable if your real input data is similar to your training data [Categorical models only].
+      },
+      "storagePMMLLocation": "A String", # Google storage location of the preprocessing pmml file.
+      "id": "A String", # The unique name for the predictive model.
+      "selfLink": "A String", # A URL to re-request this resource.
+      "utility": [ # A class weighting function, which allows the importance weights for class labels to be specified [Categorical models only].
+        { # Class label (string).
+        },
+      ],
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/shopping.v1.html b/docs/dyn/shopping.v1.html
deleted file mode 100644
index 7307146..0000000
--- a/docs/dyn/shopping.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-products"><strong><a href="shopping.v1.products.html">products</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/shopping.v1.products.html b/docs/dyn/shopping.v1.products.html
deleted file mode 100644
index 38c1ae0..0000000
--- a/docs/dyn/shopping.v1.products.html
+++ /dev/null
@@ -1,892 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;a&nbsp;single&nbsp;product<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;taxonomy:&nbsp;string,&nbsp;Merchant&nbsp;taxonomy<br>
-&nbsp;&nbsp;recommendations_useGcsConfig:&nbsp;boolean,&nbsp;This&nbsp;parameter&nbsp;is&nbsp;currently&nbsp;ignored<br>
-&nbsp;&nbsp;accountId:&nbsp;integer,&nbsp;Merchant&nbsp;center&nbsp;account&nbsp;id&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;plusOne_enabled:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;+1&nbsp;button&nbsp;code<br>
-&nbsp;&nbsp;recommendations_include:&nbsp;string,&nbsp;Recommendation&nbsp;specification<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;Query&nbsp;source&nbsp;(required)<br>
-&nbsp;&nbsp;location:&nbsp;string,&nbsp;Location&nbsp;used&nbsp;to&nbsp;determine&nbsp;tax&nbsp;and&nbsp;shipping<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;productId:&nbsp;string,&nbsp;Id&nbsp;of&nbsp;product&nbsp;(required)<br>
-&nbsp;&nbsp;productIdType:&nbsp;string,&nbsp;Type&nbsp;of&nbsp;productId&nbsp;(required)<br>
-&nbsp;&nbsp;recommendations_enabled:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;recommendation&nbsp;information<br>
-&nbsp;&nbsp;categories_enabled:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;category&nbsp;information<br>
-&nbsp;&nbsp;attributeFilter:&nbsp;string,&nbsp;Comma&nbsp;separated&nbsp;list&nbsp;of&nbsp;attributes&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;categories_useGcsConfig:&nbsp;boolean,&nbsp;This&nbsp;parameter&nbsp;is&nbsp;currently&nbsp;ignored<br>
-&nbsp;&nbsp;plusOne_styles:&nbsp;string,&nbsp;+1&nbsp;button&nbsp;rendering&nbsp;styles<br>
-&nbsp;&nbsp;thumbnails:&nbsp;string,&nbsp;Thumbnail&nbsp;specification<br>
-&nbsp;&nbsp;categories_include:&nbsp;string,&nbsp;Category&nbsp;specification<br>
-&nbsp;&nbsp;plusOne_useGcsConfig:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;use&nbsp;+1&nbsp;button&nbsp;styles&nbsp;configured&nbsp;in&nbsp;the&nbsp;GCS&nbsp;account<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"shopping#product",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;item,&nbsp;always&nbsp;shopping#product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"product":&nbsp;{&nbsp;#&nbsp;Product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queryMatched":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;product&nbsp;matched&nbsp;the&nbsp;user&nbsp;query.&nbsp;Only&nbsp;set&nbsp;for&nbsp;the&nbsp;variant&nbsp;offers&nbsp;(if&nbsp;any)&nbsp;attached&nbsp;to&nbsp;a&nbsp;product&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;first&nbsp;GTIN&nbsp;of&nbsp;the&nbsp;product.&nbsp;Deprecated&nbsp;in&nbsp;favor&nbsp;of&nbsp;"gtins".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"images":&nbsp;[&nbsp;#&nbsp;Images&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnails":&nbsp;[&nbsp;#&nbsp;Thumbnails&nbsp;of&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;of&nbsp;thumbnail&nbsp;(only&nbsp;available&nbsp;for&nbsp;the&nbsp;first&nbsp;thumbnail&nbsp;of&nbsp;the&nbsp;top&nbsp;results&nbsp;if&nbsp;SAYT&nbsp;is&nbsp;enabled).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;Width&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;thumbnail.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;Height&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inventories":&nbsp;[&nbsp;#&nbsp;Inventories&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentPrice":&nbsp;3.14,&nbsp;#&nbsp;Installment&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentMonths":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;months&nbsp;for&nbsp;installment&nbsp;price.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distance":&nbsp;3.14,&nbsp;#&nbsp;Distance&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"price":&nbsp;3.14,&nbsp;#&nbsp;Price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Store&nbsp;ID&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tax":&nbsp;3.14,&nbsp;#&nbsp;Tax&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shipping":&nbsp;3.14,&nbsp;#&nbsp;Shipping&nbsp;cost&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Currency&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(an&nbsp;ISO&nbsp;4217&nbsp;alphabetic&nbsp;code).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"salePrice":&nbsp;3.14,&nbsp;#&nbsp;Sale&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalPrice":&nbsp;3.14,&nbsp;#&nbsp;Original&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.&nbsp;Only&nbsp;returned&nbsp;for&nbsp;products&nbsp;that&nbsp;are&nbsp;on&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distanceUnit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Distance&nbsp;unit&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleStartDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;start&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"availability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Availability&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"channel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Channel&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(one&nbsp;of:&nbsp;online,&nbsp;local).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleEndDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;end&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;id&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"condition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Condition&nbsp;of&nbsp;product&nbsp;(one&nbsp;of:&nbsp;new,&nbsp;refurbished,&nbsp;used).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"providedId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Merchant-provided&nbsp;id&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal8":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtins":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;GTINs&nbsp;(in&nbsp;GTIN-14&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal1":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"brand":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Brand&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal3":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal4":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"node":&nbsp;42,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confidence":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal6":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal7":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mpns":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;MPNs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attributes":&nbsp;[&nbsp;#&nbsp;Attributes&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;product&nbsp;attribute&nbsp;(one&nbsp;of:&nbsp;text,&nbsp;bool,&nbsp;int,&nbsp;float,&nbsp;dateRange,&nbsp;url).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"",&nbsp;#&nbsp;Value&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Display&nbsp;Name&nbsp;of&nbsp;prodct&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unit&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalMatchingVariants":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;variant&nbsp;offers&nbsp;returned&nbsp;that&nbsp;matched&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variants":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;variant&nbsp;offers&nbsp;associated&nbsp;with&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variant":&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;ShoppingModelProductJsonV1&nbsp;#&nbsp;The&nbsp;detailed&nbsp;offer&nbsp;data&nbsp;for&nbsp;a&nbsp;particular&nbsp;variant&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modificationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;modification&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;Categories&nbsp;of&nbsp;product&nbsp;according&nbsp;to&nbsp;the&nbsp;selected&nbsp;taxonomy,&nbsp;omitted&nbsp;if&nbsp;no&nbsp;taxonomy&nbsp;is&nbsp;selected.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;BCP&nbsp;47&nbsp;language&nbsp;tag&nbsp;of&nbsp;language&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ISO&nbsp;3166&nbsp;code&nbsp;of&nbsp;target&nbsp;country&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;creation&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal14":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal12":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal13":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal10":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusOne":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;to&nbsp;add&nbsp;to&nbsp;the&nbsp;page&nbsp;to&nbsp;render&nbsp;the&nbsp;+1&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"googleId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;id&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal15":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"requestId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;for&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"recommendations":&nbsp;[&nbsp;#&nbsp;Recommendations&nbsp;for&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recommendationList":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;recommendations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"product":&nbsp;{&nbsp;#&nbsp;Recommended&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queryMatched":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;product&nbsp;matched&nbsp;the&nbsp;user&nbsp;query.&nbsp;Only&nbsp;set&nbsp;for&nbsp;the&nbsp;variant&nbsp;offers&nbsp;(if&nbsp;any)&nbsp;attached&nbsp;to&nbsp;a&nbsp;product&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;first&nbsp;GTIN&nbsp;of&nbsp;the&nbsp;product.&nbsp;Deprecated&nbsp;in&nbsp;favor&nbsp;of&nbsp;"gtins".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"images":&nbsp;[&nbsp;#&nbsp;Images&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnails":&nbsp;[&nbsp;#&nbsp;Thumbnails&nbsp;of&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;of&nbsp;thumbnail&nbsp;(only&nbsp;available&nbsp;for&nbsp;the&nbsp;first&nbsp;thumbnail&nbsp;of&nbsp;the&nbsp;top&nbsp;results&nbsp;if&nbsp;SAYT&nbsp;is&nbsp;enabled).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;Width&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;thumbnail.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;Height&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inventories":&nbsp;[&nbsp;#&nbsp;Inventories&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentPrice":&nbsp;3.14,&nbsp;#&nbsp;Installment&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentMonths":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;months&nbsp;for&nbsp;installment&nbsp;price.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distance":&nbsp;3.14,&nbsp;#&nbsp;Distance&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"price":&nbsp;3.14,&nbsp;#&nbsp;Price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Store&nbsp;ID&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tax":&nbsp;3.14,&nbsp;#&nbsp;Tax&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shipping":&nbsp;3.14,&nbsp;#&nbsp;Shipping&nbsp;cost&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Currency&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(an&nbsp;ISO&nbsp;4217&nbsp;alphabetic&nbsp;code).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"salePrice":&nbsp;3.14,&nbsp;#&nbsp;Sale&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalPrice":&nbsp;3.14,&nbsp;#&nbsp;Original&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.&nbsp;Only&nbsp;returned&nbsp;for&nbsp;products&nbsp;that&nbsp;are&nbsp;on&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distanceUnit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Distance&nbsp;unit&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleStartDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;start&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"availability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Availability&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"channel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Channel&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(one&nbsp;of:&nbsp;online,&nbsp;local).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleEndDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;end&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;id&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"condition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Condition&nbsp;of&nbsp;product&nbsp;(one&nbsp;of:&nbsp;new,&nbsp;refurbished,&nbsp;used).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"providedId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Merchant-provided&nbsp;id&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal8":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtins":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;GTINs&nbsp;(in&nbsp;GTIN-14&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal1":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"brand":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Brand&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal3":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal4":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"node":&nbsp;42,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confidence":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal6":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal7":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mpns":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;MPNs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attributes":&nbsp;[&nbsp;#&nbsp;Attributes&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;product&nbsp;attribute&nbsp;(one&nbsp;of:&nbsp;text,&nbsp;bool,&nbsp;int,&nbsp;float,&nbsp;dateRange,&nbsp;url).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"",&nbsp;#&nbsp;Value&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Display&nbsp;Name&nbsp;of&nbsp;prodct&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unit&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalMatchingVariants":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;variant&nbsp;offers&nbsp;returned&nbsp;that&nbsp;matched&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variants":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;variant&nbsp;offers&nbsp;associated&nbsp;with&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variant":&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;ShoppingModelProductJsonV1&nbsp;#&nbsp;The&nbsp;detailed&nbsp;offer&nbsp;data&nbsp;for&nbsp;a&nbsp;particular&nbsp;variant&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modificationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;modification&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;Categories&nbsp;of&nbsp;product&nbsp;according&nbsp;to&nbsp;the&nbsp;selected&nbsp;taxonomy,&nbsp;omitted&nbsp;if&nbsp;no&nbsp;taxonomy&nbsp;is&nbsp;selected.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;BCP&nbsp;47&nbsp;language&nbsp;tag&nbsp;of&nbsp;language&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ISO&nbsp;3166&nbsp;code&nbsp;of&nbsp;target&nbsp;country&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;creation&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal14":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal12":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal13":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal10":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusOne":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;to&nbsp;add&nbsp;to&nbsp;the&nbsp;page&nbsp;to&nbsp;render&nbsp;the&nbsp;+1&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"googleId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;id&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal15":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;recommendation&nbsp;list&nbsp;(for&nbsp;offer-based&nbsp;recommendations,&nbsp;one&nbsp;of:&nbsp;all,&nbsp;purchaseToPurchase,&nbsp;visitToVisit,&nbsp;visitToPurchase,&nbsp;relatedItems;&nbsp;for&nbsp;category-based&nbsp;recommendations,&nbsp;one&nbsp;of:&nbsp;all,&nbsp;categoryMostVisited,&nbsp;categoryBestSeller).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"debug":&nbsp;{&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchRequest":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rdcResponse":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"facetsRequest":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchResponse":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"elapsedMillis":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"facetsResponse":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"backendTimes":&nbsp;[&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"serverMillis":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hostName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"elapsedMillis":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;categories&nbsp;for&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parents":&nbsp;[&nbsp;#&nbsp;Ids&nbsp;of&nbsp;the&nbsp;parents&nbsp;of&nbsp;the&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;a&nbsp;list&nbsp;of&nbsp;products&nbsp;and&nbsp;content&nbsp;modules<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;facets_enabled:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;facet&nbsp;information<br>
-&nbsp;&nbsp;rankBy:&nbsp;string,&nbsp;Ranking&nbsp;specification<br>
-&nbsp;&nbsp;taxonomy:&nbsp;string,&nbsp;Taxonomy&nbsp;name<br>
-&nbsp;&nbsp;promotions_enabled:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;promotion&nbsp;information<br>
-&nbsp;&nbsp;channels:&nbsp;string,&nbsp;Channels&nbsp;specification<br>
-&nbsp;&nbsp;currency:&nbsp;string,&nbsp;Currency&nbsp;restriction&nbsp;(ISO&nbsp;4217)<br>
-&nbsp;&nbsp;startIndex:&nbsp;integer,&nbsp;Index&nbsp;(1-based)&nbsp;of&nbsp;first&nbsp;product&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;availability:&nbsp;string,&nbsp;Comma&nbsp;separated&nbsp;list&nbsp;of&nbsp;availabilities&nbsp;(outOfStock,&nbsp;limited,&nbsp;inStock,&nbsp;backOrder,&nbsp;preOrder,&nbsp;onDisplayToOrder)&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;crowdBy:&nbsp;string,&nbsp;Crowding&nbsp;specification<br>
-&nbsp;&nbsp;spelling_enabled:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;spelling&nbsp;suggestions<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;categoryRecommendations_category:&nbsp;string,&nbsp;Category&nbsp;for&nbsp;which&nbsp;to&nbsp;retrieve&nbsp;recommendations<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;Query&nbsp;source&nbsp;(required)<br>
-&nbsp;&nbsp;categoryRecommendations_enabled:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;category&nbsp;recommendation&nbsp;information<br>
-&nbsp;&nbsp;spelling_useGcsConfig:&nbsp;boolean,&nbsp;This&nbsp;parameter&nbsp;is&nbsp;currently&nbsp;ignored<br>
-&nbsp;&nbsp;plusOne_enabled:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;+1&nbsp;button&nbsp;code<br>
-&nbsp;&nbsp;useCase:&nbsp;string,&nbsp;One&nbsp;of&nbsp;CommerceSearchUseCase,&nbsp;ShoppingApiUseCase<br>
-&nbsp;&nbsp;location:&nbsp;string,&nbsp;Location&nbsp;used&nbsp;to&nbsp;determine&nbsp;tax&nbsp;and&nbsp;shipping<br>
-&nbsp;&nbsp;maxVariants:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;variant&nbsp;results&nbsp;to&nbsp;return&nbsp;per&nbsp;result<br>
-&nbsp;&nbsp;plusOne_styles:&nbsp;string,&nbsp;+1&nbsp;button&nbsp;rendering&nbsp;styles<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;relatedQueries_enabled:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;related&nbsp;queries<br>
-&nbsp;&nbsp;facets_useGcsConfig:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;facet&nbsp;information&nbsp;as&nbsp;configured&nbsp;in&nbsp;the&nbsp;GCS&nbsp;account<br>
-&nbsp;&nbsp;categoryRecommendations_useGcsConfig:&nbsp;boolean,&nbsp;This&nbsp;parameter&nbsp;is&nbsp;currently&nbsp;ignored<br>
-&nbsp;&nbsp;boostBy:&nbsp;string,&nbsp;Boosting&nbsp;specification<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;safe:&nbsp;boolean,&nbsp;Whether&nbsp;safe&nbsp;search&nbsp;is&nbsp;enabled.&nbsp;Default:&nbsp;true<br>
-&nbsp;&nbsp;maxResults:&nbsp;integer,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;results&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;categories_enabled:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;category&nbsp;information<br>
-&nbsp;&nbsp;attributeFilter:&nbsp;string,&nbsp;Comma&nbsp;separated&nbsp;list&nbsp;of&nbsp;attributes&nbsp;to&nbsp;return<br>
-&nbsp;&nbsp;categoryRecommendations_include:&nbsp;string,&nbsp;Category&nbsp;recommendation&nbsp;specification<br>
-&nbsp;&nbsp;categories_useGcsConfig:&nbsp;boolean,&nbsp;This&nbsp;parameter&nbsp;is&nbsp;currently&nbsp;ignored<br>
-&nbsp;&nbsp;clickTracking:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;add&nbsp;a&nbsp;click&nbsp;tracking&nbsp;parameter&nbsp;to&nbsp;offer&nbsp;URLs<br>
-&nbsp;&nbsp;facets_include:&nbsp;string,&nbsp;Facets&nbsp;to&nbsp;include&nbsp;(applies&nbsp;when&nbsp;useGcsConfig&nbsp;==&nbsp;false)<br>
-&nbsp;&nbsp;thumbnails:&nbsp;string,&nbsp;Image&nbsp;thumbnails&nbsp;specification<br>
-&nbsp;&nbsp;language:&nbsp;string,&nbsp;Language&nbsp;restriction&nbsp;(BCP&nbsp;47)<br>
-&nbsp;&nbsp;facets_discover:&nbsp;string,&nbsp;Facets&nbsp;to&nbsp;discover<br>
-&nbsp;&nbsp;categories_include:&nbsp;string,&nbsp;Category&nbsp;specification<br>
-&nbsp;&nbsp;redirects_enabled:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;redirect&nbsp;information<br>
-&nbsp;&nbsp;restrictBy:&nbsp;string,&nbsp;Restriction&nbsp;specification<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;Search&nbsp;query<br>
-&nbsp;&nbsp;redirects_useGcsConfig:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;redirect&nbsp;information&nbsp;as&nbsp;configured&nbsp;in&nbsp;the&nbsp;GCS&nbsp;account<br>
-&nbsp;&nbsp;plusOne_useGcsConfig:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;use&nbsp;+1&nbsp;button&nbsp;styles&nbsp;configured&nbsp;in&nbsp;the&nbsp;GCS&nbsp;account<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;relatedQueries_useGcsConfig:&nbsp;boolean,&nbsp;This&nbsp;parameter&nbsp;is&nbsp;currently&nbsp;ignored<br>
-&nbsp;&nbsp;promotions_useGcsConfig:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;return&nbsp;promotion&nbsp;information&nbsp;as&nbsp;configured&nbsp;in&nbsp;the&nbsp;GCS&nbsp;account<br>
-&nbsp;&nbsp;country:&nbsp;string,&nbsp;Country&nbsp;restriction&nbsp;(ISO&nbsp;3166)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"promotions":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;promotions.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"product":&nbsp;{&nbsp;#&nbsp;Product&nbsp;of&nbsp;promotion&nbsp;(omitted&nbsp;if&nbsp;type&nbsp;is&nbsp;not&nbsp;product).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queryMatched":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;product&nbsp;matched&nbsp;the&nbsp;user&nbsp;query.&nbsp;Only&nbsp;set&nbsp;for&nbsp;the&nbsp;variant&nbsp;offers&nbsp;(if&nbsp;any)&nbsp;attached&nbsp;to&nbsp;a&nbsp;product&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;first&nbsp;GTIN&nbsp;of&nbsp;the&nbsp;product.&nbsp;Deprecated&nbsp;in&nbsp;favor&nbsp;of&nbsp;"gtins".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"images":&nbsp;[&nbsp;#&nbsp;Images&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnails":&nbsp;[&nbsp;#&nbsp;Thumbnails&nbsp;of&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;of&nbsp;thumbnail&nbsp;(only&nbsp;available&nbsp;for&nbsp;the&nbsp;first&nbsp;thumbnail&nbsp;of&nbsp;the&nbsp;top&nbsp;results&nbsp;if&nbsp;SAYT&nbsp;is&nbsp;enabled).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;Width&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;thumbnail.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;Height&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inventories":&nbsp;[&nbsp;#&nbsp;Inventories&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentPrice":&nbsp;3.14,&nbsp;#&nbsp;Installment&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentMonths":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;months&nbsp;for&nbsp;installment&nbsp;price.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distance":&nbsp;3.14,&nbsp;#&nbsp;Distance&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"price":&nbsp;3.14,&nbsp;#&nbsp;Price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Store&nbsp;ID&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tax":&nbsp;3.14,&nbsp;#&nbsp;Tax&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shipping":&nbsp;3.14,&nbsp;#&nbsp;Shipping&nbsp;cost&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Currency&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(an&nbsp;ISO&nbsp;4217&nbsp;alphabetic&nbsp;code).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"salePrice":&nbsp;3.14,&nbsp;#&nbsp;Sale&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalPrice":&nbsp;3.14,&nbsp;#&nbsp;Original&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.&nbsp;Only&nbsp;returned&nbsp;for&nbsp;products&nbsp;that&nbsp;are&nbsp;on&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distanceUnit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Distance&nbsp;unit&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleStartDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;start&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"availability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Availability&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"channel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Channel&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(one&nbsp;of:&nbsp;online,&nbsp;local).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleEndDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;end&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;id&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"condition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Condition&nbsp;of&nbsp;product&nbsp;(one&nbsp;of:&nbsp;new,&nbsp;refurbished,&nbsp;used).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"providedId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Merchant-provided&nbsp;id&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal8":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtins":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;GTINs&nbsp;(in&nbsp;GTIN-14&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal1":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"brand":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Brand&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal3":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal4":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"node":&nbsp;42,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confidence":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal6":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal7":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mpns":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;MPNs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attributes":&nbsp;[&nbsp;#&nbsp;Attributes&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;product&nbsp;attribute&nbsp;(one&nbsp;of:&nbsp;text,&nbsp;bool,&nbsp;int,&nbsp;float,&nbsp;dateRange,&nbsp;url).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"",&nbsp;#&nbsp;Value&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Display&nbsp;Name&nbsp;of&nbsp;prodct&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unit&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalMatchingVariants":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;variant&nbsp;offers&nbsp;returned&nbsp;that&nbsp;matched&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variants":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;variant&nbsp;offers&nbsp;associated&nbsp;with&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variant":&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;ShoppingModelProductJsonV1&nbsp;#&nbsp;The&nbsp;detailed&nbsp;offer&nbsp;data&nbsp;for&nbsp;a&nbsp;particular&nbsp;variant&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modificationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;modification&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;Categories&nbsp;of&nbsp;product&nbsp;according&nbsp;to&nbsp;the&nbsp;selected&nbsp;taxonomy,&nbsp;omitted&nbsp;if&nbsp;no&nbsp;taxonomy&nbsp;is&nbsp;selected.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;BCP&nbsp;47&nbsp;language&nbsp;tag&nbsp;of&nbsp;language&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ISO&nbsp;3166&nbsp;code&nbsp;of&nbsp;target&nbsp;country&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;creation&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal14":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal12":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal13":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal10":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusOne":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;to&nbsp;add&nbsp;to&nbsp;the&nbsp;page&nbsp;to&nbsp;render&nbsp;the&nbsp;+1&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"googleId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;id&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal15":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;promotion&nbsp;(omitted&nbsp;if&nbsp;type&nbsp;is&nbsp;not&nbsp;standard).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"imageLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;promotion&nbsp;image&nbsp;(omitted&nbsp;if&nbsp;type&nbsp;is&nbsp;not&nbsp;standard).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"destLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;promotion&nbsp;(omitted&nbsp;if&nbsp;type&nbsp;is&nbsp;not&nbsp;standard).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customHtml":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Custom&nbsp;HTML&nbsp;of&nbsp;promotion&nbsp;(omitted&nbsp;if&nbsp;type&nbsp;is&nbsp;not&nbsp;custom).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"customFields":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;custom&nbsp;fields&nbsp;of&nbsp;promotion.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Value&nbsp;of&nbsp;field.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;promotion&nbsp;(one&nbsp;of:&nbsp;standard,&nbsp;product,&nbsp;custom).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;promotion&nbsp;(omitted&nbsp;if&nbsp;type&nbsp;is&nbsp;not&nbsp;standard).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Self&nbsp;link&nbsp;of&nbsp;feed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"shopping#products",&nbsp;#&nbsp;The&nbsp;fixed&nbsp;string&nbsp;"shopping#products".&nbsp;The&nbsp;kind&nbsp;of&nbsp;feed&nbsp;returned.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"stores":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;returned&nbsp;stores.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storeCode":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Merchant-supplied&nbsp;store&nbsp;code.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;merchant.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storeName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;store.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;store.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"telephone":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Telephone&nbsp;number&nbsp;of&nbsp;store.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"location":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Location&nbsp;of&nbsp;store.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"address":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Address&nbsp;of&nbsp;store.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"currentItemCount":&nbsp;42,&nbsp;#&nbsp;Current&nbsp;item&nbsp;count.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;returned&nbsp;products.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"shopping#product",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;item,&nbsp;always&nbsp;shopping#product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"product":&nbsp;{&nbsp;#&nbsp;Product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queryMatched":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;product&nbsp;matched&nbsp;the&nbsp;user&nbsp;query.&nbsp;Only&nbsp;set&nbsp;for&nbsp;the&nbsp;variant&nbsp;offers&nbsp;(if&nbsp;any)&nbsp;attached&nbsp;to&nbsp;a&nbsp;product&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;first&nbsp;GTIN&nbsp;of&nbsp;the&nbsp;product.&nbsp;Deprecated&nbsp;in&nbsp;favor&nbsp;of&nbsp;"gtins".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"images":&nbsp;[&nbsp;#&nbsp;Images&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnails":&nbsp;[&nbsp;#&nbsp;Thumbnails&nbsp;of&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;of&nbsp;thumbnail&nbsp;(only&nbsp;available&nbsp;for&nbsp;the&nbsp;first&nbsp;thumbnail&nbsp;of&nbsp;the&nbsp;top&nbsp;results&nbsp;if&nbsp;SAYT&nbsp;is&nbsp;enabled).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;Width&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;thumbnail.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;Height&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inventories":&nbsp;[&nbsp;#&nbsp;Inventories&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentPrice":&nbsp;3.14,&nbsp;#&nbsp;Installment&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentMonths":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;months&nbsp;for&nbsp;installment&nbsp;price.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distance":&nbsp;3.14,&nbsp;#&nbsp;Distance&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"price":&nbsp;3.14,&nbsp;#&nbsp;Price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Store&nbsp;ID&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tax":&nbsp;3.14,&nbsp;#&nbsp;Tax&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shipping":&nbsp;3.14,&nbsp;#&nbsp;Shipping&nbsp;cost&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Currency&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(an&nbsp;ISO&nbsp;4217&nbsp;alphabetic&nbsp;code).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"salePrice":&nbsp;3.14,&nbsp;#&nbsp;Sale&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalPrice":&nbsp;3.14,&nbsp;#&nbsp;Original&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.&nbsp;Only&nbsp;returned&nbsp;for&nbsp;products&nbsp;that&nbsp;are&nbsp;on&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distanceUnit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Distance&nbsp;unit&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleStartDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;start&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"availability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Availability&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"channel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Channel&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(one&nbsp;of:&nbsp;online,&nbsp;local).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleEndDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;end&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;id&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"condition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Condition&nbsp;of&nbsp;product&nbsp;(one&nbsp;of:&nbsp;new,&nbsp;refurbished,&nbsp;used).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"providedId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Merchant-provided&nbsp;id&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal8":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtins":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;GTINs&nbsp;(in&nbsp;GTIN-14&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal1":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"brand":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Brand&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal3":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal4":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"node":&nbsp;42,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confidence":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal6":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal7":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mpns":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;MPNs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attributes":&nbsp;[&nbsp;#&nbsp;Attributes&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;product&nbsp;attribute&nbsp;(one&nbsp;of:&nbsp;text,&nbsp;bool,&nbsp;int,&nbsp;float,&nbsp;dateRange,&nbsp;url).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"",&nbsp;#&nbsp;Value&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Display&nbsp;Name&nbsp;of&nbsp;prodct&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unit&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalMatchingVariants":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;variant&nbsp;offers&nbsp;returned&nbsp;that&nbsp;matched&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variants":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;variant&nbsp;offers&nbsp;associated&nbsp;with&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variant":&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;ShoppingModelProductJsonV1&nbsp;#&nbsp;The&nbsp;detailed&nbsp;offer&nbsp;data&nbsp;for&nbsp;a&nbsp;particular&nbsp;variant&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modificationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;modification&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;Categories&nbsp;of&nbsp;product&nbsp;according&nbsp;to&nbsp;the&nbsp;selected&nbsp;taxonomy,&nbsp;omitted&nbsp;if&nbsp;no&nbsp;taxonomy&nbsp;is&nbsp;selected.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;BCP&nbsp;47&nbsp;language&nbsp;tag&nbsp;of&nbsp;language&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ISO&nbsp;3166&nbsp;code&nbsp;of&nbsp;target&nbsp;country&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;creation&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal14":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal12":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal13":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal10":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusOne":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;to&nbsp;add&nbsp;to&nbsp;the&nbsp;page&nbsp;to&nbsp;render&nbsp;the&nbsp;+1&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"googleId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;id&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal15":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"requestId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;for&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recommendations":&nbsp;[&nbsp;#&nbsp;Recommendations&nbsp;for&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recommendationList":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;recommendations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"product":&nbsp;{&nbsp;#&nbsp;Recommended&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queryMatched":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;product&nbsp;matched&nbsp;the&nbsp;user&nbsp;query.&nbsp;Only&nbsp;set&nbsp;for&nbsp;the&nbsp;variant&nbsp;offers&nbsp;(if&nbsp;any)&nbsp;attached&nbsp;to&nbsp;a&nbsp;product&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;first&nbsp;GTIN&nbsp;of&nbsp;the&nbsp;product.&nbsp;Deprecated&nbsp;in&nbsp;favor&nbsp;of&nbsp;"gtins".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"images":&nbsp;[&nbsp;#&nbsp;Images&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnails":&nbsp;[&nbsp;#&nbsp;Thumbnails&nbsp;of&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;of&nbsp;thumbnail&nbsp;(only&nbsp;available&nbsp;for&nbsp;the&nbsp;first&nbsp;thumbnail&nbsp;of&nbsp;the&nbsp;top&nbsp;results&nbsp;if&nbsp;SAYT&nbsp;is&nbsp;enabled).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;Width&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;thumbnail.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;Height&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inventories":&nbsp;[&nbsp;#&nbsp;Inventories&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentPrice":&nbsp;3.14,&nbsp;#&nbsp;Installment&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentMonths":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;months&nbsp;for&nbsp;installment&nbsp;price.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distance":&nbsp;3.14,&nbsp;#&nbsp;Distance&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"price":&nbsp;3.14,&nbsp;#&nbsp;Price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Store&nbsp;ID&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tax":&nbsp;3.14,&nbsp;#&nbsp;Tax&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shipping":&nbsp;3.14,&nbsp;#&nbsp;Shipping&nbsp;cost&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Currency&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(an&nbsp;ISO&nbsp;4217&nbsp;alphabetic&nbsp;code).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"salePrice":&nbsp;3.14,&nbsp;#&nbsp;Sale&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalPrice":&nbsp;3.14,&nbsp;#&nbsp;Original&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.&nbsp;Only&nbsp;returned&nbsp;for&nbsp;products&nbsp;that&nbsp;are&nbsp;on&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distanceUnit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Distance&nbsp;unit&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleStartDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;start&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"availability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Availability&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"channel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Channel&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(one&nbsp;of:&nbsp;online,&nbsp;local).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleEndDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;end&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;id&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"condition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Condition&nbsp;of&nbsp;product&nbsp;(one&nbsp;of:&nbsp;new,&nbsp;refurbished,&nbsp;used).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"providedId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Merchant-provided&nbsp;id&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal8":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtins":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;GTINs&nbsp;(in&nbsp;GTIN-14&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal1":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"brand":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Brand&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal3":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal4":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"node":&nbsp;42,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confidence":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal6":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal7":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mpns":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;MPNs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attributes":&nbsp;[&nbsp;#&nbsp;Attributes&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;product&nbsp;attribute&nbsp;(one&nbsp;of:&nbsp;text,&nbsp;bool,&nbsp;int,&nbsp;float,&nbsp;dateRange,&nbsp;url).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"",&nbsp;#&nbsp;Value&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Display&nbsp;Name&nbsp;of&nbsp;prodct&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unit&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalMatchingVariants":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;variant&nbsp;offers&nbsp;returned&nbsp;that&nbsp;matched&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variants":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;variant&nbsp;offers&nbsp;associated&nbsp;with&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variant":&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;ShoppingModelProductJsonV1&nbsp;#&nbsp;The&nbsp;detailed&nbsp;offer&nbsp;data&nbsp;for&nbsp;a&nbsp;particular&nbsp;variant&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modificationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;modification&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;Categories&nbsp;of&nbsp;product&nbsp;according&nbsp;to&nbsp;the&nbsp;selected&nbsp;taxonomy,&nbsp;omitted&nbsp;if&nbsp;no&nbsp;taxonomy&nbsp;is&nbsp;selected.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;BCP&nbsp;47&nbsp;language&nbsp;tag&nbsp;of&nbsp;language&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ISO&nbsp;3166&nbsp;code&nbsp;of&nbsp;target&nbsp;country&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;creation&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal14":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal12":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal13":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal10":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusOne":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;to&nbsp;add&nbsp;to&nbsp;the&nbsp;page&nbsp;to&nbsp;render&nbsp;the&nbsp;+1&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"googleId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;id&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal15":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;recommendation&nbsp;list&nbsp;(for&nbsp;offer-based&nbsp;recommendations,&nbsp;one&nbsp;of:&nbsp;all,&nbsp;purchaseToPurchase,&nbsp;visitToVisit,&nbsp;visitToPurchase,&nbsp;relatedItems;&nbsp;for&nbsp;category-based&nbsp;recommendations,&nbsp;one&nbsp;of:&nbsp;all,&nbsp;categoryMostVisited,&nbsp;categoryBestSeller).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"debug":&nbsp;{&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchRequest":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rdcResponse":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"facetsRequest":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchResponse":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"elapsedMillis":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"facetsResponse":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"backendTimes":&nbsp;[&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"serverMillis":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hostName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"elapsedMillis":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;categories&nbsp;for&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parents":&nbsp;[&nbsp;#&nbsp;Ids&nbsp;of&nbsp;the&nbsp;parents&nbsp;of&nbsp;the&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"facets":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;facets.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;products&nbsp;matching&nbsp;the&nbsp;query&nbsp;that&nbsp;have&nbsp;a&nbsp;value&nbsp;for&nbsp;the&nbsp;facet's&nbsp;property&nbsp;or&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Display&nbsp;name&nbsp;of&nbsp;facet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;facet's&nbsp;attribute&nbsp;(omitted&nbsp;for&nbsp;property&nbsp;facets).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"buckets":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;Buckets&nbsp;within&nbsp;facet.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;products&nbsp;matching&nbsp;the&nbsp;query&nbsp;that&nbsp;have&nbsp;a&nbsp;value&nbsp;for&nbsp;the&nbsp;facet's&nbsp;property&nbsp;or&nbsp;attribute&nbsp;that&nbsp;matches&nbsp;the&nbsp;bucket.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"minExclusive":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;lower&nbsp;bound&nbsp;of&nbsp;the&nbsp;bucket&nbsp;is&nbsp;exclusive&nbsp;(omitted&nbsp;for&nbsp;value&nbsp;buckets&nbsp;or&nbsp;if&nbsp;the&nbsp;range&nbsp;has&nbsp;no&nbsp;lower&nbsp;bound).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"min":&nbsp;"",&nbsp;#&nbsp;Lower&nbsp;bound&nbsp;of&nbsp;the&nbsp;bucket&nbsp;(omitted&nbsp;for&nbsp;value&nbsp;buckets&nbsp;or&nbsp;if&nbsp;the&nbsp;range&nbsp;has&nbsp;no&nbsp;lower&nbsp;bound).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"max":&nbsp;"",&nbsp;#&nbsp;Upper&nbsp;bound&nbsp;of&nbsp;the&nbsp;bucket&nbsp;(omitted&nbsp;for&nbsp;value&nbsp;buckets&nbsp;or&nbsp;if&nbsp;the&nbsp;range&nbsp;has&nbsp;no&nbsp;upper&nbsp;bound).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"",&nbsp;#&nbsp;Value&nbsp;of&nbsp;the&nbsp;bucket&nbsp;(omitted&nbsp;for&nbsp;range&nbsp;buckets).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"maxExclusive":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;the&nbsp;upper&nbsp;bound&nbsp;of&nbsp;the&nbsp;bucket&nbsp;is&nbsp;exclusive&nbsp;(omitted&nbsp;for&nbsp;value&nbsp;buckets&nbsp;or&nbsp;if&nbsp;the&nbsp;range&nbsp;has&nbsp;no&nbsp;upper&nbsp;bound).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"property":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Property&nbsp;of&nbsp;facet&nbsp;(omitted&nbsp;for&nbsp;attribute&nbsp;facets).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;facet's&nbsp;attribute&nbsp;(omitted&nbsp;for&nbsp;property&nbsp;facets,&nbsp;one&nbsp;of:&nbsp;text,&nbsp;bool,&nbsp;int,&nbsp;float).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unit&nbsp;of&nbsp;the&nbsp;facet's&nbsp;property&nbsp;or&nbsp;attribute&nbsp;(omitted&nbsp;if&nbsp;the&nbsp;facet's&nbsp;property&nbsp;or&nbsp;attribute&nbsp;has&nbsp;no&nbsp;unit).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"itemsPerPage":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;items&nbsp;per&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"redirects":&nbsp;[&nbsp;#&nbsp;Redirects.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Next&nbsp;link&nbsp;of&nbsp;feed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"relatedQueries":&nbsp;[&nbsp;#&nbsp;Related&nbsp;queries.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;search&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"startIndex":&nbsp;42,&nbsp;#&nbsp;1-based&nbsp;index&nbsp;of&nbsp;the&nbsp;first&nbsp;item&nbsp;in&nbsp;the&nbsp;search&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Etag&nbsp;of&nbsp;feed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"requestId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unique&nbsp;identifier&nbsp;for&nbsp;this&nbsp;request.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"categoryRecommendations":&nbsp;[&nbsp;#&nbsp;Recommendations&nbsp;for&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"recommendationList":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;recommendations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"product":&nbsp;{&nbsp;#&nbsp;Recommended&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queryMatched":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Whether&nbsp;this&nbsp;product&nbsp;matched&nbsp;the&nbsp;user&nbsp;query.&nbsp;Only&nbsp;set&nbsp;for&nbsp;the&nbsp;variant&nbsp;offers&nbsp;(if&nbsp;any)&nbsp;attached&nbsp;to&nbsp;a&nbsp;product&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtin":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;first&nbsp;GTIN&nbsp;of&nbsp;the&nbsp;product.&nbsp;Deprecated&nbsp;in&nbsp;favor&nbsp;of&nbsp;"gtins".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"images":&nbsp;[&nbsp;#&nbsp;Images&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"thumbnails":&nbsp;[&nbsp;#&nbsp;Thumbnails&nbsp;of&nbsp;product&nbsp;image.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"content":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Content&nbsp;of&nbsp;thumbnail&nbsp;(only&nbsp;available&nbsp;for&nbsp;the&nbsp;first&nbsp;thumbnail&nbsp;of&nbsp;the&nbsp;top&nbsp;results&nbsp;if&nbsp;SAYT&nbsp;is&nbsp;enabled).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"width":&nbsp;42,&nbsp;#&nbsp;Width&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;thumbnail.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"height":&nbsp;42,&nbsp;#&nbsp;Height&nbsp;of&nbsp;thumbnail&nbsp;(omitted&nbsp;if&nbsp;not&nbsp;specified&nbsp;in&nbsp;the&nbsp;request).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"inventories":&nbsp;[&nbsp;#&nbsp;Inventories&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentPrice":&nbsp;3.14,&nbsp;#&nbsp;Installment&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"installmentMonths":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;months&nbsp;for&nbsp;installment&nbsp;price.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distance":&nbsp;3.14,&nbsp;#&nbsp;Distance&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"price":&nbsp;3.14,&nbsp;#&nbsp;Price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"storeId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Store&nbsp;ID&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tax":&nbsp;3.14,&nbsp;#&nbsp;Tax&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shipping":&nbsp;3.14,&nbsp;#&nbsp;Shipping&nbsp;cost&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"currency":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Currency&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(an&nbsp;ISO&nbsp;4217&nbsp;alphabetic&nbsp;code).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"salePrice":&nbsp;3.14,&nbsp;#&nbsp;Sale&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"originalPrice":&nbsp;3.14,&nbsp;#&nbsp;Original&nbsp;price&nbsp;of&nbsp;product&nbsp;inventory.&nbsp;Only&nbsp;returned&nbsp;for&nbsp;products&nbsp;that&nbsp;are&nbsp;on&nbsp;sale.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"distanceUnit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Distance&nbsp;unit&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleStartDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;start&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"availability":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Availability&nbsp;of&nbsp;product&nbsp;inventory.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"channel":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Channel&nbsp;of&nbsp;product&nbsp;inventory&nbsp;(one&nbsp;of:&nbsp;online,&nbsp;local).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"saleEndDate":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Sale&nbsp;end&nbsp;date.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"author":&nbsp;{&nbsp;#&nbsp;Author&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"accountId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Account&nbsp;id&nbsp;of&nbsp;product&nbsp;author.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"condition":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Condition&nbsp;of&nbsp;product&nbsp;(one&nbsp;of:&nbsp;new,&nbsp;refurbished,&nbsp;used).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"providedId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Merchant-provided&nbsp;id&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal8":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Description&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"gtins":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;GTINs&nbsp;(in&nbsp;GTIN-14&nbsp;format).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal1":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"brand":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Brand&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal3":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal4":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"node":&nbsp;42,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confidence":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal6":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal7":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Link&nbsp;to&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mpns":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;all&nbsp;the&nbsp;product's&nbsp;MPNs.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"attributes":&nbsp;[&nbsp;#&nbsp;Attributes&nbsp;of&nbsp;product&nbsp;(available&nbsp;only&nbsp;with&nbsp;a&nbsp;cx&nbsp;source).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;product&nbsp;attribute&nbsp;(one&nbsp;of:&nbsp;text,&nbsp;bool,&nbsp;int,&nbsp;float,&nbsp;dateRange,&nbsp;url).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"value":&nbsp;"",&nbsp;#&nbsp;Value&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"displayName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Display&nbsp;Name&nbsp;of&nbsp;prodct&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"unit":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Unit&nbsp;of&nbsp;product&nbsp;attribute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalMatchingVariants":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;variant&nbsp;offers&nbsp;returned&nbsp;that&nbsp;matched&nbsp;the&nbsp;query.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variants":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;variant&nbsp;offers&nbsp;associated&nbsp;with&nbsp;this&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variant":&nbsp;#&nbsp;Object&nbsp;with&nbsp;schema&nbsp;name:&nbsp;ShoppingModelProductJsonV1&nbsp;#&nbsp;The&nbsp;detailed&nbsp;offer&nbsp;data&nbsp;for&nbsp;a&nbsp;particular&nbsp;variant&nbsp;offer.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"modificationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;modification&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;Categories&nbsp;of&nbsp;product&nbsp;according&nbsp;to&nbsp;the&nbsp;selected&nbsp;taxonomy,&nbsp;omitted&nbsp;if&nbsp;no&nbsp;taxonomy&nbsp;is&nbsp;selected.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;BCP&nbsp;47&nbsp;language&nbsp;tag&nbsp;of&nbsp;language&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"country":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ISO&nbsp;3166&nbsp;code&nbsp;of&nbsp;target&nbsp;country&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"creationTime":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;formatted&nbsp;creation&nbsp;time&nbsp;and&nbsp;date&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal14":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal12":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal13":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal10":&nbsp;[&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"plusOne":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Code&nbsp;to&nbsp;add&nbsp;to&nbsp;the&nbsp;page&nbsp;to&nbsp;render&nbsp;the&nbsp;+1&nbsp;content.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"googleId":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;id&nbsp;of&nbsp;product.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"internal15":&nbsp;3.14,&nbsp;#&nbsp;Google&nbsp;Internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;recommendation&nbsp;list&nbsp;(for&nbsp;offer-based&nbsp;recommendations,&nbsp;one&nbsp;of:&nbsp;all,&nbsp;purchaseToPurchase,&nbsp;visitToVisit,&nbsp;visitToPurchase,&nbsp;relatedItems;&nbsp;for&nbsp;category-based&nbsp;recommendations,&nbsp;one&nbsp;of:&nbsp;all,&nbsp;categoryMostVisited,&nbsp;categoryBestSeller).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"debug":&nbsp;{&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchRequest":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"rdcResponse":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"facetsRequest":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"searchResponse":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"elapsedMillis":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"facetsResponse":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"backendTimes":&nbsp;[&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"serverMillis":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hostName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"elapsedMillis":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Google&nbsp;internal<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"spelling":&nbsp;{&nbsp;#&nbsp;Spelling.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"suggestion":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Suggestion&nbsp;for&nbsp;spelling.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"previousLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Previous&nbsp;link&nbsp;of&nbsp;feed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"tag:google.com,2010:shopping/products",&nbsp;#&nbsp;Id&nbsp;of&nbsp;feed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"categories":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;categories.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"url":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;of&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;name&nbsp;of&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parents":&nbsp;[&nbsp;#&nbsp;Ids&nbsp;of&nbsp;the&nbsp;parents&nbsp;of&nbsp;the&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Id&nbsp;of&nbsp;category.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/shopping_v1.html b/docs/dyn/shopping_v1.html
new file mode 100644
index 0000000..8a65e2d
--- /dev/null
+++ b/docs/dyn/shopping_v1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="shopping_v1.html">Search API For Shopping</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="shopping_v1.products.html">products()</a></code>
+</p>
+<p class="firstline">Returns the products Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/shopping_v1.products.html b/docs/dyn/shopping_v1.products.html
new file mode 100644
index 0000000..44db993
--- /dev/null
+++ b/docs/dyn/shopping_v1.products.html
@@ -0,0 +1,954 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="shopping_v1.html">Search API For Shopping</a> . <a href="shopping_v1.products.html">products</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(source, accountId, productIdType, productId, taxonomy=None, recommendations_useGcsConfig=None, plusOne_enabled=None, recommendations_include=None, location=None, recommendations_enabled=None, categories_enabled=None, attributeFilter=None, categories_useGcsConfig=None, plusOne_styles=None, thumbnails=None, categories_include=None, plusOne_useGcsConfig=None)</a></code></p>
+<p class="firstline">Returns a single product</p>
+<p class="toc_element">
+  <code><a href="#list">list(source, facets_enabled=None, rankBy=None, taxonomy=None, promotions_enabled=None, channels=None, currency=None, startIndex=None, availability=None, crowdBy=None, spelling_enabled=None, categoryRecommendations_category=None, categoryRecommendations_enabled=None, spelling_useGcsConfig=None, plusOne_enabled=None, useCase=None, location=None, maxVariants=None, plusOne_styles=None, relatedQueries_enabled=None, facets_useGcsConfig=None, categoryRecommendations_useGcsConfig=None, boostBy=None, safe=None, maxResults=None, categories_enabled=None, attributeFilter=None, categoryRecommendations_include=None, categories_useGcsConfig=None, clickTracking=None, facets_include=None, thumbnails=None, language=None, facets_discover=None, categories_include=None, redirects_enabled=None, restrictBy=None, q=None, redirects_useGcsConfig=None, plusOne_useGcsConfig=None, relatedQueries_useGcsConfig=None, promotions_useGcsConfig=None, country=None)</a></code></p>
+<p class="firstline">Returns a list of products and content modules</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(source, accountId, productIdType, productId, taxonomy=None, recommendations_useGcsConfig=None, plusOne_enabled=None, recommendations_include=None, location=None, recommendations_enabled=None, categories_enabled=None, attributeFilter=None, categories_useGcsConfig=None, plusOne_styles=None, thumbnails=None, categories_include=None, plusOne_useGcsConfig=None)</code>
+  <pre>Returns a single product
+
+Args:
+  source: string, Query source (required)
+  accountId: integer, Merchant center account id (required)
+  productIdType: string, Type of productId (required)
+  productId: string, Id of product (required)
+  taxonomy: string, Merchant taxonomy
+  recommendations_useGcsConfig: boolean, This parameter is currently ignored
+  plusOne_enabled: boolean, Whether to return +1 button code
+  recommendations_include: string, Recommendation specification
+  location: string, Location used to determine tax and shipping
+  recommendations_enabled: boolean, Whether to return recommendation information
+  categories_enabled: boolean, Whether to return category information
+  attributeFilter: string, Comma separated list of attributes to return
+  categories_useGcsConfig: boolean, This parameter is currently ignored
+  plusOne_styles: string, +1 button rendering styles
+  thumbnails: string, Thumbnail specification
+  categories_include: string, Category specification
+  plusOne_useGcsConfig: boolean, Whether to use +1 button styles configured in the GCS account
+
+Returns:
+  An object of the form:
+
+    {
+    "selfLink": "A String", # Self link of product when generated for a search request. Self link of product when generated for a lookup request.
+    "kind": "shopping#product", # The kind of item, always shopping#product.
+    "product": { # Product.
+      "queryMatched": True or False, # Whether this product matched the user query. Only set for the variant offers (if any) attached to a product offer.
+      "gtin": "A String", # The first GTIN of the product. Deprecated in favor of "gtins".
+      "images": [ # Images of product.
+        {
+          "status": "A String",
+          "link": "A String", # Link to product image.
+          "thumbnails": [ # Thumbnails of product image.
+            {
+              "content": "A String", # Content of thumbnail (only available for the first thumbnail of the top results if SAYT is enabled).
+              "width": 42, # Width of thumbnail (omitted if not specified in the request).
+              "link": "A String", # Link to thumbnail.
+              "height": 42, # Height of thumbnail (omitted if not specified in the request).
+            },
+          ],
+        },
+      ],
+      "inventories": [ # Inventories of product.
+        {
+          "installmentPrice": 3.14, # Installment price of product inventory.
+          "installmentMonths": 42, # Number of months for installment price.
+          "distance": 3.14, # Distance of product inventory.
+          "price": 3.14, # Price of product inventory.
+          "storeId": "A String", # Store ID of product inventory.
+          "tax": 3.14, # Tax of product inventory.
+          "shipping": 3.14, # Shipping cost of product inventory.
+          "currency": "A String", # Currency of product inventory (an ISO 4217 alphabetic code).
+          "salePrice": 3.14, # Sale price of product inventory.
+          "originalPrice": 3.14, # Original price of product inventory. Only returned for products that are on sale.
+          "distanceUnit": "A String", # Distance unit of product inventory.
+          "saleStartDate": "A String", # Sale start date.
+          "availability": "A String", # Availability of product inventory.
+          "channel": "A String", # Channel of product inventory (one of: online, local).
+          "saleEndDate": "A String", # Sale end date.
+        },
+      ],
+      "author": { # Author of product.
+        "name": "A String", # Name of product author.
+        "accountId": "A String", # Account id of product author.
+      },
+      "score": 3.14, # Google Internal
+      "condition": "A String", # Condition of product (one of: new, refurbished, used).
+      "providedId": "A String", # Merchant-provided id of product (available only with a cx source).
+      "internal8": [ # Google Internal.
+        "A String",
+      ],
+      "description": "A String", # Description of product.
+      "gtins": [ # List of all the product's GTINs (in GTIN-14 format).
+        "A String",
+      ],
+      "internal1": [ # Google Internal.
+        "A String",
+      ],
+      "brand": "A String", # Brand of product.
+      "internal3": "A String", # Google Internal.
+      "internal4": [ # Google Internal.
+        {
+          "node": 42, # Google Internal.
+          "confidence": 3.14, # Google Internal.
+        },
+      ],
+      "internal6": "A String", # Google Internal.
+      "internal7": True or False, # Google Internal.
+      "link": "A String", # Link to product.
+      "mpns": [ # List of all the product's MPNs.
+        "A String",
+      ],
+      "attributes": [ # Attributes of product (available only with a cx source).
+        {
+          "type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).
+          "value": "", # Value of product attribute.
+          "displayName": "A String", # Display Name of prodct attribute.
+          "name": "A String", # Name of product attribute.
+          "unit": "A String", # Unit of product attribute.
+        },
+      ],
+      "totalMatchingVariants": 42, # The number of variant offers returned that matched the query.
+      "variants": [ # A list of variant offers associated with this product.
+        {
+          "variant": # Object with schema name: ShoppingModelProductJsonV1 # The detailed offer data for a particular variant offer.
+        },
+      ],
+      "modificationTime": "A String", # RFC 3339 formatted modification time and date of product.
+      "categories": [ # Categories of product according to the selected taxonomy, omitted if no taxonomy is selected.
+        "A String",
+      ],
+      "language": "A String", # BCP 47 language tag of language of product.
+      "country": "A String", # ISO 3166 code of target country of product.
+      "title": "A String", # Title of product.
+      "creationTime": "A String", # RFC 3339 formatted creation time and date of product.
+      "internal14": 3.14, # Google Internal.
+      "internal12": "A String", # Google Internal.
+      "internal13": 3.14, # Google Internal.
+      "internal10": [ # Google Internal.
+        "A String",
+      ],
+      "plusOne": "A String", # Code to add to the page to render the +1 content.
+      "googleId": "A String", # Google id of product.
+      "internal15": 3.14, # Google Internal.
+    },
+    "requestId": "A String", # Unique identifier for this request.
+    "recommendations": [ # Recommendations for product.
+      {
+        "recommendationList": [ # List of recommendations.
+          {
+            "product": { # Recommended product.
+              "queryMatched": True or False, # Whether this product matched the user query. Only set for the variant offers (if any) attached to a product offer.
+              "gtin": "A String", # The first GTIN of the product. Deprecated in favor of "gtins".
+              "images": [ # Images of product.
+                {
+                  "status": "A String",
+                  "link": "A String", # Link to product image.
+                  "thumbnails": [ # Thumbnails of product image.
+                    {
+                      "content": "A String", # Content of thumbnail (only available for the first thumbnail of the top results if SAYT is enabled).
+                      "width": 42, # Width of thumbnail (omitted if not specified in the request).
+                      "link": "A String", # Link to thumbnail.
+                      "height": 42, # Height of thumbnail (omitted if not specified in the request).
+                    },
+                  ],
+                },
+              ],
+              "inventories": [ # Inventories of product.
+                {
+                  "installmentPrice": 3.14, # Installment price of product inventory.
+                  "installmentMonths": 42, # Number of months for installment price.
+                  "distance": 3.14, # Distance of product inventory.
+                  "price": 3.14, # Price of product inventory.
+                  "storeId": "A String", # Store ID of product inventory.
+                  "tax": 3.14, # Tax of product inventory.
+                  "shipping": 3.14, # Shipping cost of product inventory.
+                  "currency": "A String", # Currency of product inventory (an ISO 4217 alphabetic code).
+                  "salePrice": 3.14, # Sale price of product inventory.
+                  "originalPrice": 3.14, # Original price of product inventory. Only returned for products that are on sale.
+                  "distanceUnit": "A String", # Distance unit of product inventory.
+                  "saleStartDate": "A String", # Sale start date.
+                  "availability": "A String", # Availability of product inventory.
+                  "channel": "A String", # Channel of product inventory (one of: online, local).
+                  "saleEndDate": "A String", # Sale end date.
+                },
+              ],
+              "author": { # Author of product.
+                "name": "A String", # Name of product author.
+                "accountId": "A String", # Account id of product author.
+              },
+              "score": 3.14, # Google Internal
+              "condition": "A String", # Condition of product (one of: new, refurbished, used).
+              "providedId": "A String", # Merchant-provided id of product (available only with a cx source).
+              "internal8": [ # Google Internal.
+                "A String",
+              ],
+              "description": "A String", # Description of product.
+              "gtins": [ # List of all the product's GTINs (in GTIN-14 format).
+                "A String",
+              ],
+              "internal1": [ # Google Internal.
+                "A String",
+              ],
+              "brand": "A String", # Brand of product.
+              "internal3": "A String", # Google Internal.
+              "internal4": [ # Google Internal.
+                {
+                  "node": 42, # Google Internal.
+                  "confidence": 3.14, # Google Internal.
+                },
+              ],
+              "internal6": "A String", # Google Internal.
+              "internal7": True or False, # Google Internal.
+              "link": "A String", # Link to product.
+              "mpns": [ # List of all the product's MPNs.
+                "A String",
+              ],
+              "attributes": [ # Attributes of product (available only with a cx source).
+                {
+                  "type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).
+                  "value": "", # Value of product attribute.
+                  "displayName": "A String", # Display Name of prodct attribute.
+                  "name": "A String", # Name of product attribute.
+                  "unit": "A String", # Unit of product attribute.
+                },
+              ],
+              "totalMatchingVariants": 42, # The number of variant offers returned that matched the query.
+              "variants": [ # A list of variant offers associated with this product.
+                {
+                  "variant": # Object with schema name: ShoppingModelProductJsonV1 # The detailed offer data for a particular variant offer.
+                },
+              ],
+              "modificationTime": "A String", # RFC 3339 formatted modification time and date of product.
+              "categories": [ # Categories of product according to the selected taxonomy, omitted if no taxonomy is selected.
+                "A String",
+              ],
+              "language": "A String", # BCP 47 language tag of language of product.
+              "country": "A String", # ISO 3166 code of target country of product.
+              "title": "A String", # Title of product.
+              "creationTime": "A String", # RFC 3339 formatted creation time and date of product.
+              "internal14": 3.14, # Google Internal.
+              "internal12": "A String", # Google Internal.
+              "internal13": 3.14, # Google Internal.
+              "internal10": [ # Google Internal.
+                "A String",
+              ],
+              "plusOne": "A String", # Code to add to the page to render the +1 content.
+              "googleId": "A String", # Google id of product.
+              "internal15": 3.14, # Google Internal.
+            },
+          },
+        ],
+        "type": "A String", # Type of recommendation list (for offer-based recommendations, one of: all, purchaseToPurchase, visitToVisit, visitToPurchase, relatedItems; for category-based recommendations, one of: all, categoryMostVisited, categoryBestSeller).
+      },
+    ],
+    "debug": { # Google internal.
+      "searchRequest": "A String", # Google internal.
+      "rdcResponse": "A String", # Google internal.
+      "facetsRequest": "A String", # Google internal.
+      "searchResponse": "A String", # Google internal.
+      "elapsedMillis": "A String", # Google internal.
+      "facetsResponse": "A String", # Google internal.
+      "backendTimes": [ # Google internal
+        {
+          "serverMillis": "A String", # Google internal
+          "hostName": "A String", # Google internal
+          "name": "A String", # Google internal
+          "elapsedMillis": "A String", # Google internal
+        },
+      ],
+    },
+    "id": "A String", # Id of product.
+    "categories": [ # List of categories for product.
+      {
+        "url": "A String", # URL of category.
+        "shortName": "A String", # Short name of category.
+        "parents": [ # Ids of the parents of the category.
+          "A String",
+        ],
+        "id": "A String", # Id of category.
+      },
+    ],
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(source, facets_enabled=None, rankBy=None, taxonomy=None, promotions_enabled=None, channels=None, currency=None, startIndex=None, availability=None, crowdBy=None, spelling_enabled=None, categoryRecommendations_category=None, categoryRecommendations_enabled=None, spelling_useGcsConfig=None, plusOne_enabled=None, useCase=None, location=None, maxVariants=None, plusOne_styles=None, relatedQueries_enabled=None, facets_useGcsConfig=None, categoryRecommendations_useGcsConfig=None, boostBy=None, safe=None, maxResults=None, categories_enabled=None, attributeFilter=None, categoryRecommendations_include=None, categories_useGcsConfig=None, clickTracking=None, facets_include=None, thumbnails=None, language=None, facets_discover=None, categories_include=None, redirects_enabled=None, restrictBy=None, q=None, redirects_useGcsConfig=None, plusOne_useGcsConfig=None, relatedQueries_useGcsConfig=None, promotions_useGcsConfig=None, country=None)</code>
+  <pre>Returns a list of products and content modules
+
+Args:
+  source: string, Query source (required)
+  facets_enabled: boolean, Whether to return facet information
+  rankBy: string, Ranking specification
+  taxonomy: string, Taxonomy name
+  promotions_enabled: boolean, Whether to return promotion information
+  channels: string, Channels specification
+  currency: string, Currency restriction (ISO 4217)
+  startIndex: integer, Index (1-based) of first product to return
+  availability: string, Comma separated list of availabilities (outOfStock, limited, inStock, backOrder, preOrder, onDisplayToOrder) to return
+  crowdBy: string, Crowding specification
+  spelling_enabled: boolean, Whether to return spelling suggestions
+  categoryRecommendations_category: string, Category for which to retrieve recommendations
+  categoryRecommendations_enabled: boolean, Whether to return category recommendation information
+  spelling_useGcsConfig: boolean, This parameter is currently ignored
+  plusOne_enabled: boolean, Whether to return +1 button code
+  useCase: string, One of CommerceSearchUseCase, ShoppingApiUseCase
+  location: string, Location used to determine tax and shipping
+  maxVariants: integer, Maximum number of variant results to return per result
+  plusOne_styles: string, +1 button rendering styles
+  relatedQueries_enabled: boolean, Whether to return related queries
+  facets_useGcsConfig: boolean, Whether to return facet information as configured in the GCS account
+  categoryRecommendations_useGcsConfig: boolean, This parameter is currently ignored
+  boostBy: string, Boosting specification
+  safe: boolean, Whether safe search is enabled. Default: true
+  maxResults: integer, Maximum number of results to return
+  categories_enabled: boolean, Whether to return category information
+  attributeFilter: string, Comma separated list of attributes to return
+  categoryRecommendations_include: string, Category recommendation specification
+  categories_useGcsConfig: boolean, This parameter is currently ignored
+  clickTracking: boolean, Whether to add a click tracking parameter to offer URLs
+  facets_include: string, Facets to include (applies when useGcsConfig == false)
+  thumbnails: string, Image thumbnails specification
+  language: string, Language restriction (BCP 47)
+  facets_discover: string, Facets to discover
+  categories_include: string, Category specification
+  redirects_enabled: boolean, Whether to return redirect information
+  restrictBy: string, Restriction specification
+  q: string, Search query
+  redirects_useGcsConfig: boolean, Whether to return redirect information as configured in the GCS account
+  plusOne_useGcsConfig: boolean, Whether to use +1 button styles configured in the GCS account
+  relatedQueries_useGcsConfig: boolean, This parameter is currently ignored
+  promotions_useGcsConfig: boolean, Whether to return promotion information as configured in the GCS account
+  country: string, Country restriction (ISO 3166)
+
+Returns:
+  An object of the form:
+
+    {
+    "promotions": [ # List of promotions.
+      {
+        "product": { # Product of promotion (omitted if type is not product).
+          "queryMatched": True or False, # Whether this product matched the user query. Only set for the variant offers (if any) attached to a product offer.
+          "gtin": "A String", # The first GTIN of the product. Deprecated in favor of "gtins".
+          "images": [ # Images of product.
+            {
+              "status": "A String",
+              "link": "A String", # Link to product image.
+              "thumbnails": [ # Thumbnails of product image.
+                {
+                  "content": "A String", # Content of thumbnail (only available for the first thumbnail of the top results if SAYT is enabled).
+                  "width": 42, # Width of thumbnail (omitted if not specified in the request).
+                  "link": "A String", # Link to thumbnail.
+                  "height": 42, # Height of thumbnail (omitted if not specified in the request).
+                },
+              ],
+            },
+          ],
+          "inventories": [ # Inventories of product.
+            {
+              "installmentPrice": 3.14, # Installment price of product inventory.
+              "installmentMonths": 42, # Number of months for installment price.
+              "distance": 3.14, # Distance of product inventory.
+              "price": 3.14, # Price of product inventory.
+              "storeId": "A String", # Store ID of product inventory.
+              "tax": 3.14, # Tax of product inventory.
+              "shipping": 3.14, # Shipping cost of product inventory.
+              "currency": "A String", # Currency of product inventory (an ISO 4217 alphabetic code).
+              "salePrice": 3.14, # Sale price of product inventory.
+              "originalPrice": 3.14, # Original price of product inventory. Only returned for products that are on sale.
+              "distanceUnit": "A String", # Distance unit of product inventory.
+              "saleStartDate": "A String", # Sale start date.
+              "availability": "A String", # Availability of product inventory.
+              "channel": "A String", # Channel of product inventory (one of: online, local).
+              "saleEndDate": "A String", # Sale end date.
+            },
+          ],
+          "author": { # Author of product.
+            "name": "A String", # Name of product author.
+            "accountId": "A String", # Account id of product author.
+          },
+          "score": 3.14, # Google Internal
+          "condition": "A String", # Condition of product (one of: new, refurbished, used).
+          "providedId": "A String", # Merchant-provided id of product (available only with a cx source).
+          "internal8": [ # Google Internal.
+            "A String",
+          ],
+          "description": "A String", # Description of product.
+          "gtins": [ # List of all the product's GTINs (in GTIN-14 format).
+            "A String",
+          ],
+          "internal1": [ # Google Internal.
+            "A String",
+          ],
+          "brand": "A String", # Brand of product.
+          "internal3": "A String", # Google Internal.
+          "internal4": [ # Google Internal.
+            {
+              "node": 42, # Google Internal.
+              "confidence": 3.14, # Google Internal.
+            },
+          ],
+          "internal6": "A String", # Google Internal.
+          "internal7": True or False, # Google Internal.
+          "link": "A String", # Link to product.
+          "mpns": [ # List of all the product's MPNs.
+            "A String",
+          ],
+          "attributes": [ # Attributes of product (available only with a cx source).
+            {
+              "type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).
+              "value": "", # Value of product attribute.
+              "displayName": "A String", # Display Name of prodct attribute.
+              "name": "A String", # Name of product attribute.
+              "unit": "A String", # Unit of product attribute.
+            },
+          ],
+          "totalMatchingVariants": 42, # The number of variant offers returned that matched the query.
+          "variants": [ # A list of variant offers associated with this product.
+            {
+              "variant": # Object with schema name: ShoppingModelProductJsonV1 # The detailed offer data for a particular variant offer.
+            },
+          ],
+          "modificationTime": "A String", # RFC 3339 formatted modification time and date of product.
+          "categories": [ # Categories of product according to the selected taxonomy, omitted if no taxonomy is selected.
+            "A String",
+          ],
+          "language": "A String", # BCP 47 language tag of language of product.
+          "country": "A String", # ISO 3166 code of target country of product.
+          "title": "A String", # Title of product.
+          "creationTime": "A String", # RFC 3339 formatted creation time and date of product.
+          "internal14": 3.14, # Google Internal.
+          "internal12": "A String", # Google Internal.
+          "internal13": 3.14, # Google Internal.
+          "internal10": [ # Google Internal.
+            "A String",
+          ],
+          "plusOne": "A String", # Code to add to the page to render the +1 content.
+          "googleId": "A String", # Google id of product.
+          "internal15": 3.14, # Google Internal.
+        },
+        "description": "A String", # Description of promotion (omitted if type is not standard).
+        "imageLink": "A String", # Link to promotion image (omitted if type is not standard).
+        "destLink": "A String", # Link to promotion (omitted if type is not standard).
+        "customHtml": "A String", # Custom HTML of promotion (omitted if type is not custom).
+        "customFields": [ # List of custom fields of promotion.
+          {
+            "name": "A String", # Name of field.
+            "value": "A String", # Value of field.
+          },
+        ],
+        "type": "A String", # Type of promotion (one of: standard, product, custom).
+        "name": "A String", # Name of promotion (omitted if type is not standard).
+      },
+    ],
+    "selfLink": "A String", # Self link of feed.
+    "kind": "shopping#products", # The fixed string "shopping#products". The kind of feed returned.
+    "stores": [ # List of returned stores.
+      {
+        "storeCode": "A String", # Merchant-supplied store code.
+        "name": "A String", # Name of merchant.
+        "storeName": "A String", # Name of store.
+        "storeId": "A String", # Id of store.
+        "telephone": "A String", # Telephone number of store.
+        "location": "A String", # Location of store.
+        "address": "A String", # Address of store.
+      },
+    ],
+    "currentItemCount": 42, # Current item count.
+    "items": [ # List of returned products.
+      {
+        "selfLink": "A String", # Self link of product when generated for a search request. Self link of product when generated for a lookup request.
+        "kind": "shopping#product", # The kind of item, always shopping#product.
+        "product": { # Product.
+          "queryMatched": True or False, # Whether this product matched the user query. Only set for the variant offers (if any) attached to a product offer.
+          "gtin": "A String", # The first GTIN of the product. Deprecated in favor of "gtins".
+          "images": [ # Images of product.
+            {
+              "status": "A String",
+              "link": "A String", # Link to product image.
+              "thumbnails": [ # Thumbnails of product image.
+                {
+                  "content": "A String", # Content of thumbnail (only available for the first thumbnail of the top results if SAYT is enabled).
+                  "width": 42, # Width of thumbnail (omitted if not specified in the request).
+                  "link": "A String", # Link to thumbnail.
+                  "height": 42, # Height of thumbnail (omitted if not specified in the request).
+                },
+              ],
+            },
+          ],
+          "inventories": [ # Inventories of product.
+            {
+              "installmentPrice": 3.14, # Installment price of product inventory.
+              "installmentMonths": 42, # Number of months for installment price.
+              "distance": 3.14, # Distance of product inventory.
+              "price": 3.14, # Price of product inventory.
+              "storeId": "A String", # Store ID of product inventory.
+              "tax": 3.14, # Tax of product inventory.
+              "shipping": 3.14, # Shipping cost of product inventory.
+              "currency": "A String", # Currency of product inventory (an ISO 4217 alphabetic code).
+              "salePrice": 3.14, # Sale price of product inventory.
+              "originalPrice": 3.14, # Original price of product inventory. Only returned for products that are on sale.
+              "distanceUnit": "A String", # Distance unit of product inventory.
+              "saleStartDate": "A String", # Sale start date.
+              "availability": "A String", # Availability of product inventory.
+              "channel": "A String", # Channel of product inventory (one of: online, local).
+              "saleEndDate": "A String", # Sale end date.
+            },
+          ],
+          "author": { # Author of product.
+            "name": "A String", # Name of product author.
+            "accountId": "A String", # Account id of product author.
+          },
+          "score": 3.14, # Google Internal
+          "condition": "A String", # Condition of product (one of: new, refurbished, used).
+          "providedId": "A String", # Merchant-provided id of product (available only with a cx source).
+          "internal8": [ # Google Internal.
+            "A String",
+          ],
+          "description": "A String", # Description of product.
+          "gtins": [ # List of all the product's GTINs (in GTIN-14 format).
+            "A String",
+          ],
+          "internal1": [ # Google Internal.
+            "A String",
+          ],
+          "brand": "A String", # Brand of product.
+          "internal3": "A String", # Google Internal.
+          "internal4": [ # Google Internal.
+            {
+              "node": 42, # Google Internal.
+              "confidence": 3.14, # Google Internal.
+            },
+          ],
+          "internal6": "A String", # Google Internal.
+          "internal7": True or False, # Google Internal.
+          "link": "A String", # Link to product.
+          "mpns": [ # List of all the product's MPNs.
+            "A String",
+          ],
+          "attributes": [ # Attributes of product (available only with a cx source).
+            {
+              "type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).
+              "value": "", # Value of product attribute.
+              "displayName": "A String", # Display Name of prodct attribute.
+              "name": "A String", # Name of product attribute.
+              "unit": "A String", # Unit of product attribute.
+            },
+          ],
+          "totalMatchingVariants": 42, # The number of variant offers returned that matched the query.
+          "variants": [ # A list of variant offers associated with this product.
+            {
+              "variant": # Object with schema name: ShoppingModelProductJsonV1 # The detailed offer data for a particular variant offer.
+            },
+          ],
+          "modificationTime": "A String", # RFC 3339 formatted modification time and date of product.
+          "categories": [ # Categories of product according to the selected taxonomy, omitted if no taxonomy is selected.
+            "A String",
+          ],
+          "language": "A String", # BCP 47 language tag of language of product.
+          "country": "A String", # ISO 3166 code of target country of product.
+          "title": "A String", # Title of product.
+          "creationTime": "A String", # RFC 3339 formatted creation time and date of product.
+          "internal14": 3.14, # Google Internal.
+          "internal12": "A String", # Google Internal.
+          "internal13": 3.14, # Google Internal.
+          "internal10": [ # Google Internal.
+            "A String",
+          ],
+          "plusOne": "A String", # Code to add to the page to render the +1 content.
+          "googleId": "A String", # Google id of product.
+          "internal15": 3.14, # Google Internal.
+        },
+        "requestId": "A String", # Unique identifier for this request.
+        "recommendations": [ # Recommendations for product.
+          {
+            "recommendationList": [ # List of recommendations.
+              {
+                "product": { # Recommended product.
+                  "queryMatched": True or False, # Whether this product matched the user query. Only set for the variant offers (if any) attached to a product offer.
+                  "gtin": "A String", # The first GTIN of the product. Deprecated in favor of "gtins".
+                  "images": [ # Images of product.
+                    {
+                      "status": "A String",
+                      "link": "A String", # Link to product image.
+                      "thumbnails": [ # Thumbnails of product image.
+                        {
+                          "content": "A String", # Content of thumbnail (only available for the first thumbnail of the top results if SAYT is enabled).
+                          "width": 42, # Width of thumbnail (omitted if not specified in the request).
+                          "link": "A String", # Link to thumbnail.
+                          "height": 42, # Height of thumbnail (omitted if not specified in the request).
+                        },
+                      ],
+                    },
+                  ],
+                  "inventories": [ # Inventories of product.
+                    {
+                      "installmentPrice": 3.14, # Installment price of product inventory.
+                      "installmentMonths": 42, # Number of months for installment price.
+                      "distance": 3.14, # Distance of product inventory.
+                      "price": 3.14, # Price of product inventory.
+                      "storeId": "A String", # Store ID of product inventory.
+                      "tax": 3.14, # Tax of product inventory.
+                      "shipping": 3.14, # Shipping cost of product inventory.
+                      "currency": "A String", # Currency of product inventory (an ISO 4217 alphabetic code).
+                      "salePrice": 3.14, # Sale price of product inventory.
+                      "originalPrice": 3.14, # Original price of product inventory. Only returned for products that are on sale.
+                      "distanceUnit": "A String", # Distance unit of product inventory.
+                      "saleStartDate": "A String", # Sale start date.
+                      "availability": "A String", # Availability of product inventory.
+                      "channel": "A String", # Channel of product inventory (one of: online, local).
+                      "saleEndDate": "A String", # Sale end date.
+                    },
+                  ],
+                  "author": { # Author of product.
+                    "name": "A String", # Name of product author.
+                    "accountId": "A String", # Account id of product author.
+                  },
+                  "score": 3.14, # Google Internal
+                  "condition": "A String", # Condition of product (one of: new, refurbished, used).
+                  "providedId": "A String", # Merchant-provided id of product (available only with a cx source).
+                  "internal8": [ # Google Internal.
+                    "A String",
+                  ],
+                  "description": "A String", # Description of product.
+                  "gtins": [ # List of all the product's GTINs (in GTIN-14 format).
+                    "A String",
+                  ],
+                  "internal1": [ # Google Internal.
+                    "A String",
+                  ],
+                  "brand": "A String", # Brand of product.
+                  "internal3": "A String", # Google Internal.
+                  "internal4": [ # Google Internal.
+                    {
+                      "node": 42, # Google Internal.
+                      "confidence": 3.14, # Google Internal.
+                    },
+                  ],
+                  "internal6": "A String", # Google Internal.
+                  "internal7": True or False, # Google Internal.
+                  "link": "A String", # Link to product.
+                  "mpns": [ # List of all the product's MPNs.
+                    "A String",
+                  ],
+                  "attributes": [ # Attributes of product (available only with a cx source).
+                    {
+                      "type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).
+                      "value": "", # Value of product attribute.
+                      "displayName": "A String", # Display Name of prodct attribute.
+                      "name": "A String", # Name of product attribute.
+                      "unit": "A String", # Unit of product attribute.
+                    },
+                  ],
+                  "totalMatchingVariants": 42, # The number of variant offers returned that matched the query.
+                  "variants": [ # A list of variant offers associated with this product.
+                    {
+                      "variant": # Object with schema name: ShoppingModelProductJsonV1 # The detailed offer data for a particular variant offer.
+                    },
+                  ],
+                  "modificationTime": "A String", # RFC 3339 formatted modification time and date of product.
+                  "categories": [ # Categories of product according to the selected taxonomy, omitted if no taxonomy is selected.
+                    "A String",
+                  ],
+                  "language": "A String", # BCP 47 language tag of language of product.
+                  "country": "A String", # ISO 3166 code of target country of product.
+                  "title": "A String", # Title of product.
+                  "creationTime": "A String", # RFC 3339 formatted creation time and date of product.
+                  "internal14": 3.14, # Google Internal.
+                  "internal12": "A String", # Google Internal.
+                  "internal13": 3.14, # Google Internal.
+                  "internal10": [ # Google Internal.
+                    "A String",
+                  ],
+                  "plusOne": "A String", # Code to add to the page to render the +1 content.
+                  "googleId": "A String", # Google id of product.
+                  "internal15": 3.14, # Google Internal.
+                },
+              },
+            ],
+            "type": "A String", # Type of recommendation list (for offer-based recommendations, one of: all, purchaseToPurchase, visitToVisit, visitToPurchase, relatedItems; for category-based recommendations, one of: all, categoryMostVisited, categoryBestSeller).
+          },
+        ],
+        "debug": { # Google internal.
+          "searchRequest": "A String", # Google internal.
+          "rdcResponse": "A String", # Google internal.
+          "facetsRequest": "A String", # Google internal.
+          "searchResponse": "A String", # Google internal.
+          "elapsedMillis": "A String", # Google internal.
+          "facetsResponse": "A String", # Google internal.
+          "backendTimes": [ # Google internal
+            {
+              "serverMillis": "A String", # Google internal
+              "hostName": "A String", # Google internal
+              "name": "A String", # Google internal
+              "elapsedMillis": "A String", # Google internal
+            },
+          ],
+        },
+        "id": "A String", # Id of product.
+        "categories": [ # List of categories for product.
+          {
+            "url": "A String", # URL of category.
+            "shortName": "A String", # Short name of category.
+            "parents": [ # Ids of the parents of the category.
+              "A String",
+            ],
+            "id": "A String", # Id of category.
+          },
+        ],
+      },
+    ],
+    "facets": [ # List of facets.
+      {
+        "count": 42, # Number of products matching the query that have a value for the facet's property or attribute.
+        "displayName": "A String", # Display name of facet.
+        "name": "A String", # Name of the facet's attribute (omitted for property facets).
+        "buckets": [ # List of Buckets within facet.
+          {
+            "count": 42, # Number of products matching the query that have a value for the facet's property or attribute that matches the bucket.
+            "minExclusive": True or False, # Whether the lower bound of the bucket is exclusive (omitted for value buckets or if the range has no lower bound).
+            "min": "", # Lower bound of the bucket (omitted for value buckets or if the range has no lower bound).
+            "max": "", # Upper bound of the bucket (omitted for value buckets or if the range has no upper bound).
+            "value": "", # Value of the bucket (omitted for range buckets).
+            "maxExclusive": True or False, # Whether the upper bound of the bucket is exclusive (omitted for value buckets or if the range has no upper bound).
+          },
+        ],
+        "property": "A String", # Property of facet (omitted for attribute facets).
+        "type": "A String", # Type of facet's attribute (omitted for property facets, one of: text, bool, int, float).
+        "unit": "A String", # Unit of the facet's property or attribute (omitted if the facet's property or attribute has no unit).
+      },
+    ],
+    "itemsPerPage": 42, # Number of items per page of results.
+    "redirects": [ # Redirects.
+      "A String",
+    ],
+    "nextLink": "A String", # Next link of feed.
+    "relatedQueries": [ # Related queries.
+      "A String",
+    ],
+    "totalItems": 42, # Total number of search results.
+    "startIndex": 42, # 1-based index of the first item in the search results.
+    "etag": "A String", # Etag of feed.
+    "requestId": "A String", # Unique identifier for this request.
+    "categoryRecommendations": [ # Recommendations for category.
+      {
+        "recommendationList": [ # List of recommendations.
+          {
+            "product": { # Recommended product.
+              "queryMatched": True or False, # Whether this product matched the user query. Only set for the variant offers (if any) attached to a product offer.
+              "gtin": "A String", # The first GTIN of the product. Deprecated in favor of "gtins".
+              "images": [ # Images of product.
+                {
+                  "status": "A String",
+                  "link": "A String", # Link to product image.
+                  "thumbnails": [ # Thumbnails of product image.
+                    {
+                      "content": "A String", # Content of thumbnail (only available for the first thumbnail of the top results if SAYT is enabled).
+                      "width": 42, # Width of thumbnail (omitted if not specified in the request).
+                      "link": "A String", # Link to thumbnail.
+                      "height": 42, # Height of thumbnail (omitted if not specified in the request).
+                    },
+                  ],
+                },
+              ],
+              "inventories": [ # Inventories of product.
+                {
+                  "installmentPrice": 3.14, # Installment price of product inventory.
+                  "installmentMonths": 42, # Number of months for installment price.
+                  "distance": 3.14, # Distance of product inventory.
+                  "price": 3.14, # Price of product inventory.
+                  "storeId": "A String", # Store ID of product inventory.
+                  "tax": 3.14, # Tax of product inventory.
+                  "shipping": 3.14, # Shipping cost of product inventory.
+                  "currency": "A String", # Currency of product inventory (an ISO 4217 alphabetic code).
+                  "salePrice": 3.14, # Sale price of product inventory.
+                  "originalPrice": 3.14, # Original price of product inventory. Only returned for products that are on sale.
+                  "distanceUnit": "A String", # Distance unit of product inventory.
+                  "saleStartDate": "A String", # Sale start date.
+                  "availability": "A String", # Availability of product inventory.
+                  "channel": "A String", # Channel of product inventory (one of: online, local).
+                  "saleEndDate": "A String", # Sale end date.
+                },
+              ],
+              "author": { # Author of product.
+                "name": "A String", # Name of product author.
+                "accountId": "A String", # Account id of product author.
+              },
+              "score": 3.14, # Google Internal
+              "condition": "A String", # Condition of product (one of: new, refurbished, used).
+              "providedId": "A String", # Merchant-provided id of product (available only with a cx source).
+              "internal8": [ # Google Internal.
+                "A String",
+              ],
+              "description": "A String", # Description of product.
+              "gtins": [ # List of all the product's GTINs (in GTIN-14 format).
+                "A String",
+              ],
+              "internal1": [ # Google Internal.
+                "A String",
+              ],
+              "brand": "A String", # Brand of product.
+              "internal3": "A String", # Google Internal.
+              "internal4": [ # Google Internal.
+                {
+                  "node": 42, # Google Internal.
+                  "confidence": 3.14, # Google Internal.
+                },
+              ],
+              "internal6": "A String", # Google Internal.
+              "internal7": True or False, # Google Internal.
+              "link": "A String", # Link to product.
+              "mpns": [ # List of all the product's MPNs.
+                "A String",
+              ],
+              "attributes": [ # Attributes of product (available only with a cx source).
+                {
+                  "type": "A String", # Type of product attribute (one of: text, bool, int, float, dateRange, url).
+                  "value": "", # Value of product attribute.
+                  "displayName": "A String", # Display Name of prodct attribute.
+                  "name": "A String", # Name of product attribute.
+                  "unit": "A String", # Unit of product attribute.
+                },
+              ],
+              "totalMatchingVariants": 42, # The number of variant offers returned that matched the query.
+              "variants": [ # A list of variant offers associated with this product.
+                {
+                  "variant": # Object with schema name: ShoppingModelProductJsonV1 # The detailed offer data for a particular variant offer.
+                },
+              ],
+              "modificationTime": "A String", # RFC 3339 formatted modification time and date of product.
+              "categories": [ # Categories of product according to the selected taxonomy, omitted if no taxonomy is selected.
+                "A String",
+              ],
+              "language": "A String", # BCP 47 language tag of language of product.
+              "country": "A String", # ISO 3166 code of target country of product.
+              "title": "A String", # Title of product.
+              "creationTime": "A String", # RFC 3339 formatted creation time and date of product.
+              "internal14": 3.14, # Google Internal.
+              "internal12": "A String", # Google Internal.
+              "internal13": 3.14, # Google Internal.
+              "internal10": [ # Google Internal.
+                "A String",
+              ],
+              "plusOne": "A String", # Code to add to the page to render the +1 content.
+              "googleId": "A String", # Google id of product.
+              "internal15": 3.14, # Google Internal.
+            },
+          },
+        ],
+        "type": "A String", # Type of recommendation list (for offer-based recommendations, one of: all, purchaseToPurchase, visitToVisit, visitToPurchase, relatedItems; for category-based recommendations, one of: all, categoryMostVisited, categoryBestSeller).
+      },
+    ],
+    "debug": { # Google internal.
+      "searchRequest": "A String", # Google internal.
+      "rdcResponse": "A String", # Google internal.
+      "facetsRequest": "A String", # Google internal.
+      "searchResponse": "A String", # Google internal.
+      "elapsedMillis": "A String", # Google internal.
+      "facetsResponse": "A String", # Google internal.
+      "backendTimes": [ # Google internal
+        {
+          "serverMillis": "A String", # Google internal
+          "hostName": "A String", # Google internal
+          "name": "A String", # Google internal
+          "elapsedMillis": "A String", # Google internal
+        },
+      ],
+    },
+    "spelling": { # Spelling.
+      "suggestion": "A String", # Suggestion for spelling.
+    },
+    "previousLink": "A String", # Previous link of feed.
+    "id": "tag:google.com,2010:shopping/products", # Id of feed.
+    "categories": [ # List of categories.
+      {
+        "url": "A String", # URL of category.
+        "shortName": "A String", # Short name of category.
+        "parents": [ # Ids of the parents of the category.
+          "A String",
+        ],
+        "id": "A String", # Id of category.
+      },
+    ],
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/siteVerification.v1.html b/docs/dyn/siteVerification.v1.html
deleted file mode 100644
index 10fa3fd..0000000
--- a/docs/dyn/siteVerification.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-webResource"><strong><a href="siteVerification.v1.webResource.html">webResource</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/siteVerification.v1.webResource.html b/docs/dyn/siteVerification.v1.webResource.html
deleted file mode 100644
index 826e173..0000000
--- a/docs/dyn/siteVerification.v1.webResource.html
+++ /dev/null
@@ -1,222 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Relinquish&nbsp;ownership&nbsp;of&nbsp;a&nbsp;website&nbsp;or&nbsp;domain.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;a&nbsp;verified&nbsp;site&nbsp;or&nbsp;domain.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;the&nbsp;most&nbsp;current&nbsp;data&nbsp;for&nbsp;a&nbsp;website&nbsp;or&nbsp;domain.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;a&nbsp;verified&nbsp;site&nbsp;or&nbsp;domain.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;email&nbsp;addresses&nbsp;of&nbsp;all&nbsp;verified&nbsp;owners.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;string&nbsp;used&nbsp;to&nbsp;identify&nbsp;this&nbsp;site.&nbsp;This&nbsp;value&nbsp;should&nbsp;be&nbsp;used&nbsp;in&nbsp;the&nbsp;"id"&nbsp;portion&nbsp;of&nbsp;the&nbsp;REST&nbsp;URL&nbsp;for&nbsp;the&nbsp;Get,&nbsp;Update,&nbsp;and&nbsp;Delete&nbsp;operations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"site":&nbsp;{&nbsp;#&nbsp;The&nbsp;address&nbsp;and&nbsp;type&nbsp;of&nbsp;a&nbsp;site&nbsp;that&nbsp;is&nbsp;verified&nbsp;or&nbsp;will&nbsp;be&nbsp;verified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;SITE,&nbsp;the&nbsp;identifier&nbsp;is&nbsp;a&nbsp;URL.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;INET_DOMAIN,&nbsp;the&nbsp;site&nbsp;identifier&nbsp;is&nbsp;a&nbsp;domain&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;type.&nbsp;Can&nbsp;be&nbsp;SITE&nbsp;or&nbsp;INET_DOMAIN&nbsp;(domain&nbsp;name).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-getToken"><strong>getToken</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;a&nbsp;verification&nbsp;token&nbsp;for&nbsp;placing&nbsp;on&nbsp;a&nbsp;website&nbsp;or&nbsp;domain.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"verificationMethod":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;verification&nbsp;method&nbsp;that&nbsp;will&nbsp;be&nbsp;used&nbsp;to&nbsp;verify&nbsp;this&nbsp;site.&nbsp;For&nbsp;sites,&nbsp;'FILE'&nbsp;or&nbsp;'META'&nbsp;methods&nbsp;may&nbsp;be&nbsp;used.&nbsp;For&nbsp;domains,&nbsp;only&nbsp;'DNS'&nbsp;may&nbsp;be&nbsp;used.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"site":&nbsp;{&nbsp;#&nbsp;The&nbsp;site&nbsp;for&nbsp;which&nbsp;a&nbsp;verification&nbsp;token&nbsp;will&nbsp;be&nbsp;generated.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;SITE,&nbsp;the&nbsp;identifier&nbsp;is&nbsp;a&nbsp;URL.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;INET_DOMAIN,&nbsp;the&nbsp;site&nbsp;identifier&nbsp;is&nbsp;a&nbsp;domain&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;type&nbsp;of&nbsp;resource&nbsp;to&nbsp;be&nbsp;verified.&nbsp;Can&nbsp;be&nbsp;SITE&nbsp;or&nbsp;INET_DOMAIN&nbsp;(domain&nbsp;name).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"token":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;verification&nbsp;token.&nbsp;The&nbsp;token&nbsp;must&nbsp;be&nbsp;placed&nbsp;appropriately&nbsp;in&nbsp;order&nbsp;for&nbsp;verification&nbsp;to&nbsp;succeed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"method":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;verification&nbsp;method&nbsp;to&nbsp;use&nbsp;in&nbsp;conjunction&nbsp;with&nbsp;this&nbsp;token.&nbsp;For&nbsp;FILE,&nbsp;the&nbsp;token&nbsp;should&nbsp;be&nbsp;placed&nbsp;in&nbsp;the&nbsp;top-level&nbsp;directory&nbsp;of&nbsp;the&nbsp;site,&nbsp;stored&nbsp;inside&nbsp;a&nbsp;file&nbsp;of&nbsp;the&nbsp;same&nbsp;name.&nbsp;For&nbsp;META,&nbsp;the&nbsp;token&nbsp;should&nbsp;be&nbsp;placed&nbsp;in&nbsp;the&nbsp;HEAD&nbsp;tag&nbsp;of&nbsp;the&nbsp;default&nbsp;page&nbsp;that&nbsp;is&nbsp;loaded&nbsp;for&nbsp;the&nbsp;site.&nbsp;For&nbsp;DNS,&nbsp;the&nbsp;token&nbsp;should&nbsp;be&nbsp;placed&nbsp;in&nbsp;a&nbsp;TXT&nbsp;record&nbsp;of&nbsp;the&nbsp;domain.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Attempt&nbsp;verification&nbsp;of&nbsp;a&nbsp;website&nbsp;or&nbsp;domain.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;email&nbsp;addresses&nbsp;of&nbsp;all&nbsp;verified&nbsp;owners.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;string&nbsp;used&nbsp;to&nbsp;identify&nbsp;this&nbsp;site.&nbsp;This&nbsp;value&nbsp;should&nbsp;be&nbsp;used&nbsp;in&nbsp;the&nbsp;"id"&nbsp;portion&nbsp;of&nbsp;the&nbsp;REST&nbsp;URL&nbsp;for&nbsp;the&nbsp;Get,&nbsp;Update,&nbsp;and&nbsp;Delete&nbsp;operations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"site":&nbsp;{&nbsp;#&nbsp;The&nbsp;address&nbsp;and&nbsp;type&nbsp;of&nbsp;a&nbsp;site&nbsp;that&nbsp;is&nbsp;verified&nbsp;or&nbsp;will&nbsp;be&nbsp;verified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;SITE,&nbsp;the&nbsp;identifier&nbsp;is&nbsp;a&nbsp;URL.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;INET_DOMAIN,&nbsp;the&nbsp;site&nbsp;identifier&nbsp;is&nbsp;a&nbsp;domain&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;type.&nbsp;Can&nbsp;be&nbsp;SITE&nbsp;or&nbsp;INET_DOMAIN&nbsp;(domain&nbsp;name).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;verificationMethod:&nbsp;string,&nbsp;The&nbsp;method&nbsp;to&nbsp;use&nbsp;for&nbsp;verifying&nbsp;a&nbsp;site&nbsp;or&nbsp;domain.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;email&nbsp;addresses&nbsp;of&nbsp;all&nbsp;verified&nbsp;owners.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;string&nbsp;used&nbsp;to&nbsp;identify&nbsp;this&nbsp;site.&nbsp;This&nbsp;value&nbsp;should&nbsp;be&nbsp;used&nbsp;in&nbsp;the&nbsp;"id"&nbsp;portion&nbsp;of&nbsp;the&nbsp;REST&nbsp;URL&nbsp;for&nbsp;the&nbsp;Get,&nbsp;Update,&nbsp;and&nbsp;Delete&nbsp;operations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"site":&nbsp;{&nbsp;#&nbsp;The&nbsp;address&nbsp;and&nbsp;type&nbsp;of&nbsp;a&nbsp;site&nbsp;that&nbsp;is&nbsp;verified&nbsp;or&nbsp;will&nbsp;be&nbsp;verified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;SITE,&nbsp;the&nbsp;identifier&nbsp;is&nbsp;a&nbsp;URL.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;INET_DOMAIN,&nbsp;the&nbsp;site&nbsp;identifier&nbsp;is&nbsp;a&nbsp;domain&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;type.&nbsp;Can&nbsp;be&nbsp;SITE&nbsp;or&nbsp;INET_DOMAIN&nbsp;(domain&nbsp;name).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;the&nbsp;list&nbsp;of&nbsp;your&nbsp;verified&nbsp;websites&nbsp;and&nbsp;domains.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;sites&nbsp;that&nbsp;are&nbsp;owned&nbsp;by&nbsp;the&nbsp;authenticated&nbsp;user.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;email&nbsp;addresses&nbsp;of&nbsp;all&nbsp;verified&nbsp;owners.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;string&nbsp;used&nbsp;to&nbsp;identify&nbsp;this&nbsp;site.&nbsp;This&nbsp;value&nbsp;should&nbsp;be&nbsp;used&nbsp;in&nbsp;the&nbsp;"id"&nbsp;portion&nbsp;of&nbsp;the&nbsp;REST&nbsp;URL&nbsp;for&nbsp;the&nbsp;Get,&nbsp;Update,&nbsp;and&nbsp;Delete&nbsp;operations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"site":&nbsp;{&nbsp;#&nbsp;The&nbsp;address&nbsp;and&nbsp;type&nbsp;of&nbsp;a&nbsp;site&nbsp;that&nbsp;is&nbsp;verified&nbsp;or&nbsp;will&nbsp;be&nbsp;verified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;SITE,&nbsp;the&nbsp;identifier&nbsp;is&nbsp;a&nbsp;URL.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;INET_DOMAIN,&nbsp;the&nbsp;site&nbsp;identifier&nbsp;is&nbsp;a&nbsp;domain&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;type.&nbsp;Can&nbsp;be&nbsp;SITE&nbsp;or&nbsp;INET_DOMAIN&nbsp;(domain&nbsp;name).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Modify&nbsp;the&nbsp;list&nbsp;of&nbsp;owners&nbsp;for&nbsp;your&nbsp;website&nbsp;or&nbsp;domain.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;email&nbsp;addresses&nbsp;of&nbsp;all&nbsp;verified&nbsp;owners.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;string&nbsp;used&nbsp;to&nbsp;identify&nbsp;this&nbsp;site.&nbsp;This&nbsp;value&nbsp;should&nbsp;be&nbsp;used&nbsp;in&nbsp;the&nbsp;"id"&nbsp;portion&nbsp;of&nbsp;the&nbsp;REST&nbsp;URL&nbsp;for&nbsp;the&nbsp;Get,&nbsp;Update,&nbsp;and&nbsp;Delete&nbsp;operations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"site":&nbsp;{&nbsp;#&nbsp;The&nbsp;address&nbsp;and&nbsp;type&nbsp;of&nbsp;a&nbsp;site&nbsp;that&nbsp;is&nbsp;verified&nbsp;or&nbsp;will&nbsp;be&nbsp;verified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;SITE,&nbsp;the&nbsp;identifier&nbsp;is&nbsp;a&nbsp;URL.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;INET_DOMAIN,&nbsp;the&nbsp;site&nbsp;identifier&nbsp;is&nbsp;a&nbsp;domain&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;type.&nbsp;Can&nbsp;be&nbsp;SITE&nbsp;or&nbsp;INET_DOMAIN&nbsp;(domain&nbsp;name).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;a&nbsp;verified&nbsp;site&nbsp;or&nbsp;domain.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;email&nbsp;addresses&nbsp;of&nbsp;all&nbsp;verified&nbsp;owners.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;string&nbsp;used&nbsp;to&nbsp;identify&nbsp;this&nbsp;site.&nbsp;This&nbsp;value&nbsp;should&nbsp;be&nbsp;used&nbsp;in&nbsp;the&nbsp;"id"&nbsp;portion&nbsp;of&nbsp;the&nbsp;REST&nbsp;URL&nbsp;for&nbsp;the&nbsp;Get,&nbsp;Update,&nbsp;and&nbsp;Delete&nbsp;operations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"site":&nbsp;{&nbsp;#&nbsp;The&nbsp;address&nbsp;and&nbsp;type&nbsp;of&nbsp;a&nbsp;site&nbsp;that&nbsp;is&nbsp;verified&nbsp;or&nbsp;will&nbsp;be&nbsp;verified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;SITE,&nbsp;the&nbsp;identifier&nbsp;is&nbsp;a&nbsp;URL.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;INET_DOMAIN,&nbsp;the&nbsp;site&nbsp;identifier&nbsp;is&nbsp;a&nbsp;domain&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;type.&nbsp;Can&nbsp;be&nbsp;SITE&nbsp;or&nbsp;INET_DOMAIN&nbsp;(domain&nbsp;name).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Modify&nbsp;the&nbsp;list&nbsp;of&nbsp;owners&nbsp;for&nbsp;your&nbsp;website&nbsp;or&nbsp;domain.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;email&nbsp;addresses&nbsp;of&nbsp;all&nbsp;verified&nbsp;owners.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;string&nbsp;used&nbsp;to&nbsp;identify&nbsp;this&nbsp;site.&nbsp;This&nbsp;value&nbsp;should&nbsp;be&nbsp;used&nbsp;in&nbsp;the&nbsp;"id"&nbsp;portion&nbsp;of&nbsp;the&nbsp;REST&nbsp;URL&nbsp;for&nbsp;the&nbsp;Get,&nbsp;Update,&nbsp;and&nbsp;Delete&nbsp;operations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"site":&nbsp;{&nbsp;#&nbsp;The&nbsp;address&nbsp;and&nbsp;type&nbsp;of&nbsp;a&nbsp;site&nbsp;that&nbsp;is&nbsp;verified&nbsp;or&nbsp;will&nbsp;be&nbsp;verified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;SITE,&nbsp;the&nbsp;identifier&nbsp;is&nbsp;a&nbsp;URL.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;INET_DOMAIN,&nbsp;the&nbsp;site&nbsp;identifier&nbsp;is&nbsp;a&nbsp;domain&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;type.&nbsp;Can&nbsp;be&nbsp;SITE&nbsp;or&nbsp;INET_DOMAIN&nbsp;(domain&nbsp;name).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;id:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;a&nbsp;verified&nbsp;site&nbsp;or&nbsp;domain.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"owners":&nbsp;[&nbsp;#&nbsp;The&nbsp;email&nbsp;addresses&nbsp;of&nbsp;all&nbsp;verified&nbsp;owners.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;string&nbsp;used&nbsp;to&nbsp;identify&nbsp;this&nbsp;site.&nbsp;This&nbsp;value&nbsp;should&nbsp;be&nbsp;used&nbsp;in&nbsp;the&nbsp;"id"&nbsp;portion&nbsp;of&nbsp;the&nbsp;REST&nbsp;URL&nbsp;for&nbsp;the&nbsp;Get,&nbsp;Update,&nbsp;and&nbsp;Delete&nbsp;operations.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"site":&nbsp;{&nbsp;#&nbsp;The&nbsp;address&nbsp;and&nbsp;type&nbsp;of&nbsp;a&nbsp;site&nbsp;that&nbsp;is&nbsp;verified&nbsp;or&nbsp;will&nbsp;be&nbsp;verified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"identifier":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;SITE,&nbsp;the&nbsp;identifier&nbsp;is&nbsp;a&nbsp;URL.&nbsp;If&nbsp;the&nbsp;type&nbsp;is&nbsp;set&nbsp;to&nbsp;INET_DOMAIN,&nbsp;the&nbsp;site&nbsp;identifier&nbsp;is&nbsp;a&nbsp;domain&nbsp;name.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;site&nbsp;type.&nbsp;Can&nbsp;be&nbsp;SITE&nbsp;or&nbsp;INET_DOMAIN&nbsp;(domain&nbsp;name).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/siteVerification_v1.html b/docs/dyn/siteVerification_v1.html
new file mode 100644
index 0000000..a9eb596
--- /dev/null
+++ b/docs/dyn/siteVerification_v1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="siteVerification_v1.html">Google Site Verification API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="siteVerification_v1.webResource.html">webResource()</a></code>
+</p>
+<p class="firstline">Returns the webResource Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/siteVerification_v1.webResource.html b/docs/dyn/siteVerification_v1.webResource.html
new file mode 100644
index 0000000..7149825
--- /dev/null
+++ b/docs/dyn/siteVerification_v1.webResource.html
@@ -0,0 +1,289 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="siteVerification_v1.html">Google Site Verification API</a> . <a href="siteVerification_v1.webResource.html">webResource</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(id)</a></code></p>
+<p class="firstline">Relinquish ownership of a website or domain.</p>
+<p class="toc_element">
+  <code><a href="#get">get(id)</a></code></p>
+<p class="firstline">Get the most current data for a website or domain.</p>
+<p class="toc_element">
+  <code><a href="#getToken">getToken(body)</a></code></p>
+<p class="firstline">Get a verification token for placing on a website or domain.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(verificationMethod, body)</a></code></p>
+<p class="firstline">Attempt verification of a website or domain.</p>
+<p class="toc_element">
+  <code><a href="#list">list()</a></code></p>
+<p class="firstline">Get the list of your verified websites and domains.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(id, body)</a></code></p>
+<p class="firstline">Modify the list of owners for your website or domain. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(id, body)</a></code></p>
+<p class="firstline">Modify the list of owners for your website or domain.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(id)</code>
+  <pre>Relinquish ownership of a website or domain.
+
+Args:
+  id: string, The id of a verified site or domain. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(id)</code>
+  <pre>Get the most current data for a website or domain.
+
+Args:
+  id: string, The id of a verified site or domain. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "owners": [ # The email addresses of all verified owners.
+        "A String",
+      ],
+      "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+      "site": { # The address and type of a site that is verified or will be verified.
+        "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+        "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="getToken">getToken(body)</code>
+  <pre>Get a verification token for placing on a website or domain.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "verificationMethod": "A String", # The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.
+    "site": { # The site for which a verification token will be generated.
+      "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+      "type": "A String", # The type of resource to be verified. Can be SITE or INET_DOMAIN (domain name).
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+    "token": "A String", # The verification token. The token must be placed appropriately in order for verification to succeed.
+    "method": "A String", # The verification method to use in conjunction with this token. For FILE, the token should be placed in the top-level directory of the site, stored inside a file of the same name. For META, the token should be placed in the HEAD tag of the default page that is loaded for the site. For DNS, the token should be placed in a TXT record of the domain.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(verificationMethod, body)</code>
+  <pre>Attempt verification of a website or domain.
+
+Args:
+  verificationMethod: string, The method to use for verifying a site or domain. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "owners": [ # The email addresses of all verified owners.
+      "A String",
+    ],
+    "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+    "site": { # The address and type of a site that is verified or will be verified.
+      "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+      "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "owners": [ # The email addresses of all verified owners.
+        "A String",
+      ],
+      "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+      "site": { # The address and type of a site that is verified or will be verified.
+        "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+        "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list()</code>
+  <pre>Get the list of your verified websites and domains.
+
+Args:
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # The list of sites that are owned by the authenticated user.
+      {
+          "owners": [ # The email addresses of all verified owners.
+            "A String",
+          ],
+          "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+          "site": { # The address and type of a site that is verified or will be verified.
+            "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+            "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+          },
+        },
+    ],
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(id, body)</code>
+  <pre>Modify the list of owners for your website or domain. This method supports patch semantics.
+
+Args:
+  id: string, The id of a verified site or domain. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "owners": [ # The email addresses of all verified owners.
+      "A String",
+    ],
+    "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+    "site": { # The address and type of a site that is verified or will be verified.
+      "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+      "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "owners": [ # The email addresses of all verified owners.
+        "A String",
+      ],
+      "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+      "site": { # The address and type of a site that is verified or will be verified.
+        "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+        "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(id, body)</code>
+  <pre>Modify the list of owners for your website or domain.
+
+Args:
+  id: string, The id of a verified site or domain. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "owners": [ # The email addresses of all verified owners.
+      "A String",
+    ],
+    "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+    "site": { # The address and type of a site that is verified or will be verified.
+      "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+      "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+    },
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "owners": [ # The email addresses of all verified owners.
+        "A String",
+      ],
+      "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+      "site": { # The address and type of a site that is verified or will be verified.
+        "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+        "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+      },
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/storage_v1beta1.bucketAccessControls.html b/docs/dyn/storage_v1beta1.bucketAccessControls.html
new file mode 100644
index 0000000..7232669
--- /dev/null
+++ b/docs/dyn/storage_v1beta1.bucketAccessControls.html
@@ -0,0 +1,322 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="storage_v1beta1.html">Cloud Storage API</a> . <a href="storage_v1beta1.bucketAccessControls.html">bucketAccessControls</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(bucket, entity)</a></code></p>
+<p class="firstline">Deletes the ACL entry for the specified entity on the specified bucket.</p>
+<p class="toc_element">
+  <code><a href="#get">get(bucket, entity)</a></code></p>
+<p class="firstline">Returns the ACL entry for the specified entity on the specified bucket.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(bucket, body)</a></code></p>
+<p class="firstline">Creates a new ACL entry on the specified bucket.</p>
+<p class="toc_element">
+  <code><a href="#list">list(bucket)</a></code></p>
+<p class="firstline">Retrieves ACL entries on the specified bucket.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(bucket, entity, body)</a></code></p>
+<p class="firstline">Updates an ACL entry on the specified bucket. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(bucket, entity, body)</a></code></p>
+<p class="firstline">Updates an ACL entry on the specified bucket.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(bucket, entity)</code>
+  <pre>Deletes the ACL entry for the specified entity on the specified bucket.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  entity: string, The entity holding the permission. Can be user-userId, group-groupId, allUsers, or allAuthenticatedUsers. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(bucket, entity)</code>
+  <pre>Returns the ACL entry for the specified entity on the specified bucket.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  entity: string, The entity holding the permission. Can be user-userId, group-groupId, allUsers, or allAuthenticatedUsers. (required)
+
+Returns:
+  An object of the form:
+
+    { # An access-control entry.
+      "domain": "A String", # The domain associated with the entity, if any.
+      "bucket": "A String", # The name of the bucket.
+      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+      "id": "A String", # The ID of the access-control entry.
+      "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+      "entityId": "A String", # The ID for the entity, if any.
+      "entity": "A String", # The entity holding the permission, in one of the following forms:
+          # - user-userId
+          # - user-email
+          # - group-groupId
+          # - group-email
+          # - allUsers
+          # - allAuthenticatedUsers
+      "email": "A String", # The email address associated with the entity, if any.
+      "selfLink": "A String", # The link to this access-control entry.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(bucket, body)</code>
+  <pre>Creates a new ACL entry on the specified bucket.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # An access-control entry.
+    "domain": "A String", # The domain associated with the entity, if any.
+    "bucket": "A String", # The name of the bucket.
+    "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+    "id": "A String", # The ID of the access-control entry.
+    "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+    "entityId": "A String", # The ID for the entity, if any.
+    "entity": "A String", # The entity holding the permission, in one of the following forms:
+        # - user-userId
+        # - user-email
+        # - group-groupId
+        # - group-email
+        # - allUsers
+        # - allAuthenticatedUsers
+    "email": "A String", # The email address associated with the entity, if any.
+    "selfLink": "A String", # The link to this access-control entry.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # An access-control entry.
+      "domain": "A String", # The domain associated with the entity, if any.
+      "bucket": "A String", # The name of the bucket.
+      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+      "id": "A String", # The ID of the access-control entry.
+      "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+      "entityId": "A String", # The ID for the entity, if any.
+      "entity": "A String", # The entity holding the permission, in one of the following forms:
+          # - user-userId
+          # - user-email
+          # - group-groupId
+          # - group-email
+          # - allUsers
+          # - allAuthenticatedUsers
+      "email": "A String", # The email address associated with the entity, if any.
+      "selfLink": "A String", # The link to this access-control entry.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(bucket)</code>
+  <pre>Retrieves ACL entries on the specified bucket.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+
+Returns:
+  An object of the form:
+
+    { # An access-control list.
+    "items": [ # The list of items.
+      { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+    ],
+    "kind": "storage#bucketAccessControls", # The kind of item this is. For lists of bucket access control entries, this is always storage#bucketAccessControls.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(bucket, entity, body)</code>
+  <pre>Updates an ACL entry on the specified bucket. This method supports patch semantics.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  entity: string, The entity holding the permission. Can be user-userId, group-groupId, allUsers, or allAuthenticatedUsers. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # An access-control entry.
+    "domain": "A String", # The domain associated with the entity, if any.
+    "bucket": "A String", # The name of the bucket.
+    "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+    "id": "A String", # The ID of the access-control entry.
+    "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+    "entityId": "A String", # The ID for the entity, if any.
+    "entity": "A String", # The entity holding the permission, in one of the following forms:
+        # - user-userId
+        # - user-email
+        # - group-groupId
+        # - group-email
+        # - allUsers
+        # - allAuthenticatedUsers
+    "email": "A String", # The email address associated with the entity, if any.
+    "selfLink": "A String", # The link to this access-control entry.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # An access-control entry.
+      "domain": "A String", # The domain associated with the entity, if any.
+      "bucket": "A String", # The name of the bucket.
+      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+      "id": "A String", # The ID of the access-control entry.
+      "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+      "entityId": "A String", # The ID for the entity, if any.
+      "entity": "A String", # The entity holding the permission, in one of the following forms:
+          # - user-userId
+          # - user-email
+          # - group-groupId
+          # - group-email
+          # - allUsers
+          # - allAuthenticatedUsers
+      "email": "A String", # The email address associated with the entity, if any.
+      "selfLink": "A String", # The link to this access-control entry.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(bucket, entity, body)</code>
+  <pre>Updates an ACL entry on the specified bucket.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  entity: string, The entity holding the permission. Can be user-userId, group-groupId, allUsers, or allAuthenticatedUsers. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # An access-control entry.
+    "domain": "A String", # The domain associated with the entity, if any.
+    "bucket": "A String", # The name of the bucket.
+    "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+    "id": "A String", # The ID of the access-control entry.
+    "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+    "entityId": "A String", # The ID for the entity, if any.
+    "entity": "A String", # The entity holding the permission, in one of the following forms:
+        # - user-userId
+        # - user-email
+        # - group-groupId
+        # - group-email
+        # - allUsers
+        # - allAuthenticatedUsers
+    "email": "A String", # The email address associated with the entity, if any.
+    "selfLink": "A String", # The link to this access-control entry.
+  }
+
+
+Returns:
+  An object of the form:
+
+    { # An access-control entry.
+      "domain": "A String", # The domain associated with the entity, if any.
+      "bucket": "A String", # The name of the bucket.
+      "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+      "id": "A String", # The ID of the access-control entry.
+      "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+      "entityId": "A String", # The ID for the entity, if any.
+      "entity": "A String", # The entity holding the permission, in one of the following forms:
+          # - user-userId
+          # - user-email
+          # - group-groupId
+          # - group-email
+          # - allUsers
+          # - allAuthenticatedUsers
+      "email": "A String", # The email address associated with the entity, if any.
+      "selfLink": "A String", # The link to this access-control entry.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/storage_v1beta1.buckets.html b/docs/dyn/storage_v1beta1.buckets.html
new file mode 100644
index 0000000..dda38d1
--- /dev/null
+++ b/docs/dyn/storage_v1beta1.buckets.html
@@ -0,0 +1,661 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="storage_v1beta1.html">Cloud Storage API</a> . <a href="storage_v1beta1.buckets.html">buckets</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(bucket)</a></code></p>
+<p class="firstline">Deletes an empty bucket.</p>
+<p class="toc_element">
+  <code><a href="#get">get(bucket, projection=None)</a></code></p>
+<p class="firstline">Returns metadata for the specified bucket.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body, projection=None)</a></code></p>
+<p class="firstline">Creates a new bucket.</p>
+<p class="toc_element">
+  <code><a href="#list">list(projectId, projection=None, pageToken=None, max_results=None)</a></code></p>
+<p class="firstline">Retrieves a list of buckets for a given project.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(bucket, body, projection=None)</a></code></p>
+<p class="firstline">Updates a bucket. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(bucket, body, projection=None)</a></code></p>
+<p class="firstline">Updates a bucket.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(bucket)</code>
+  <pre>Deletes an empty bucket.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(bucket, projection=None)</code>
+  <pre>Returns metadata for the specified bucket.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  projection: string, Set of properties to return. Defaults to no_acl.
+    Allowed values
+      full - Include all properties.
+      no_acl - Omit acl and defaultObjectAcl properties.
+
+Returns:
+  An object of the form:
+
+    { # A bucket.
+      "website": { # The bucket's website configuration.
+        "notFoundPage": "A String", # The custom object to return when a requested resource is not found.
+        "mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are treated as potential directories.
+      },
+      "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
+      "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
+      "projectId": "A String", # The project the bucket belongs to.
+      "acl": [ # Access controls on the bucket.
+        { # An access-control entry.
+            "domain": "A String", # The domain associated with the entity, if any.
+            "bucket": "A String", # The name of the bucket.
+            "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+            "id": "A String", # The ID of the access-control entry.
+            "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+            "entityId": "A String", # The ID for the entity, if any.
+            "entity": "A String", # The entity holding the permission, in one of the following forms:
+                # - user-userId
+                # - user-email
+                # - group-groupId
+                # - group-email
+                # - allUsers
+                # - allAuthenticatedUsers
+            "email": "A String", # The email address associated with the entity, if any.
+            "selfLink": "A String", # The link to this access-control entry.
+          },
+      ],
+      "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
+        { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "object": "A String", # The name of the object.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+      ],
+      "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage in this location. Can be US or EU. Defaults to US.
+      "owner": { # The owner of the bucket. This will always be the project team's owner group.
+        "entityId": "A String", # The ID for the entity.
+        "entity": "A String", # The entity, in the form group-groupId.
+      },
+      "id": "A String", # The name of the bucket.
+      "selfLink": "A String", # The URI of this bucket.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body, projection=None)</code>
+  <pre>Creates a new bucket.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A bucket.
+    "website": { # The bucket's website configuration.
+      "notFoundPage": "A String", # The custom object to return when a requested resource is not found.
+      "mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are treated as potential directories.
+    },
+    "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
+    "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
+    "projectId": "A String", # The project the bucket belongs to.
+    "acl": [ # Access controls on the bucket.
+      { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+    ],
+    "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
+      { # An access-control entry.
+        "domain": "A String", # The domain associated with the entity, if any.
+        "object": "A String", # The name of the object.
+        "bucket": "A String", # The name of the bucket.
+        "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+        "id": "A String", # The ID of the access-control entry.
+        "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+        "entityId": "A String", # The ID for the entity, if any.
+        "entity": "A String", # The entity holding the permission, in one of the following forms:
+            # - user-userId
+            # - user-email
+            # - group-groupId
+            # - group-email
+            # - allUsers
+            # - allAuthenticatedUsers
+        "email": "A String", # The email address associated with the entity, if any.
+        "selfLink": "A String", # The link to this access-control entry.
+      },
+    ],
+    "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage in this location. Can be US or EU. Defaults to US.
+    "owner": { # The owner of the bucket. This will always be the project team's owner group.
+      "entityId": "A String", # The ID for the entity.
+      "entity": "A String", # The entity, in the form group-groupId.
+    },
+    "id": "A String", # The name of the bucket.
+    "selfLink": "A String", # The URI of this bucket.
+  }
+
+  projection: string, Set of properties to return. Defaults to no_acl, unless the bucket resource specifies acl or defaultObjectAcl properties, when it defaults to full.
+    Allowed values
+      full - Include all properties.
+      no_acl - Omit acl and defaultObjectAcl properties.
+
+Returns:
+  An object of the form:
+
+    { # A bucket.
+      "website": { # The bucket's website configuration.
+        "notFoundPage": "A String", # The custom object to return when a requested resource is not found.
+        "mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are treated as potential directories.
+      },
+      "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
+      "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
+      "projectId": "A String", # The project the bucket belongs to.
+      "acl": [ # Access controls on the bucket.
+        { # An access-control entry.
+            "domain": "A String", # The domain associated with the entity, if any.
+            "bucket": "A String", # The name of the bucket.
+            "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+            "id": "A String", # The ID of the access-control entry.
+            "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+            "entityId": "A String", # The ID for the entity, if any.
+            "entity": "A String", # The entity holding the permission, in one of the following forms:
+                # - user-userId
+                # - user-email
+                # - group-groupId
+                # - group-email
+                # - allUsers
+                # - allAuthenticatedUsers
+            "email": "A String", # The email address associated with the entity, if any.
+            "selfLink": "A String", # The link to this access-control entry.
+          },
+      ],
+      "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
+        { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "object": "A String", # The name of the object.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+      ],
+      "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage in this location. Can be US or EU. Defaults to US.
+      "owner": { # The owner of the bucket. This will always be the project team's owner group.
+        "entityId": "A String", # The ID for the entity.
+        "entity": "A String", # The entity, in the form group-groupId.
+      },
+      "id": "A String", # The name of the bucket.
+      "selfLink": "A String", # The URI of this bucket.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(projectId, projection=None, pageToken=None, max_results=None)</code>
+  <pre>Retrieves a list of buckets for a given project.
+
+Args:
+  projectId: string, A valid API project identifier. (required)
+  projection: string, Set of properties to return. Defaults to no_acl.
+    Allowed values
+      full - Include all properties.
+      no_acl - Omit acl and defaultObjectAcl properties.
+  pageToken: string, A previously-returned page token representing part of the larger set of results to view.
+  max_results: integer, Maximum number of buckets to return.
+
+Returns:
+  An object of the form:
+
+    { # A list of buckets.
+    "nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
+    "items": [ # The list of items.
+      { # A bucket.
+          "website": { # The bucket's website configuration.
+            "notFoundPage": "A String", # The custom object to return when a requested resource is not found.
+            "mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are treated as potential directories.
+          },
+          "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
+          "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
+          "projectId": "A String", # The project the bucket belongs to.
+          "acl": [ # Access controls on the bucket.
+            { # An access-control entry.
+                "domain": "A String", # The domain associated with the entity, if any.
+                "bucket": "A String", # The name of the bucket.
+                "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+                "id": "A String", # The ID of the access-control entry.
+                "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+                "entityId": "A String", # The ID for the entity, if any.
+                "entity": "A String", # The entity holding the permission, in one of the following forms:
+                    # - user-userId
+                    # - user-email
+                    # - group-groupId
+                    # - group-email
+                    # - allUsers
+                    # - allAuthenticatedUsers
+                "email": "A String", # The email address associated with the entity, if any.
+                "selfLink": "A String", # The link to this access-control entry.
+              },
+          ],
+          "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
+            { # An access-control entry.
+              "domain": "A String", # The domain associated with the entity, if any.
+              "object": "A String", # The name of the object.
+              "bucket": "A String", # The name of the bucket.
+              "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+              "id": "A String", # The ID of the access-control entry.
+              "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+              "entityId": "A String", # The ID for the entity, if any.
+              "entity": "A String", # The entity holding the permission, in one of the following forms:
+                  # - user-userId
+                  # - user-email
+                  # - group-groupId
+                  # - group-email
+                  # - allUsers
+                  # - allAuthenticatedUsers
+              "email": "A String", # The email address associated with the entity, if any.
+              "selfLink": "A String", # The link to this access-control entry.
+            },
+          ],
+          "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage in this location. Can be US or EU. Defaults to US.
+          "owner": { # The owner of the bucket. This will always be the project team's owner group.
+            "entityId": "A String", # The ID for the entity.
+            "entity": "A String", # The entity, in the form group-groupId.
+          },
+          "id": "A String", # The name of the bucket.
+          "selfLink": "A String", # The URI of this bucket.
+        },
+    ],
+    "kind": "storage#buckets", # The kind of item this is. For lists of buckets, this is always storage#buckets.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(bucket, body, projection=None)</code>
+  <pre>Updates a bucket. This method supports patch semantics.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A bucket.
+    "website": { # The bucket's website configuration.
+      "notFoundPage": "A String", # The custom object to return when a requested resource is not found.
+      "mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are treated as potential directories.
+    },
+    "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
+    "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
+    "projectId": "A String", # The project the bucket belongs to.
+    "acl": [ # Access controls on the bucket.
+      { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+    ],
+    "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
+      { # An access-control entry.
+        "domain": "A String", # The domain associated with the entity, if any.
+        "object": "A String", # The name of the object.
+        "bucket": "A String", # The name of the bucket.
+        "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+        "id": "A String", # The ID of the access-control entry.
+        "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+        "entityId": "A String", # The ID for the entity, if any.
+        "entity": "A String", # The entity holding the permission, in one of the following forms:
+            # - user-userId
+            # - user-email
+            # - group-groupId
+            # - group-email
+            # - allUsers
+            # - allAuthenticatedUsers
+        "email": "A String", # The email address associated with the entity, if any.
+        "selfLink": "A String", # The link to this access-control entry.
+      },
+    ],
+    "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage in this location. Can be US or EU. Defaults to US.
+    "owner": { # The owner of the bucket. This will always be the project team's owner group.
+      "entityId": "A String", # The ID for the entity.
+      "entity": "A String", # The entity, in the form group-groupId.
+    },
+    "id": "A String", # The name of the bucket.
+    "selfLink": "A String", # The URI of this bucket.
+  }
+
+  projection: string, Set of properties to return. Defaults to full.
+    Allowed values
+      full - Include all properties.
+      no_acl - Omit acl and defaultObjectAcl properties.
+
+Returns:
+  An object of the form:
+
+    { # A bucket.
+      "website": { # The bucket's website configuration.
+        "notFoundPage": "A String", # The custom object to return when a requested resource is not found.
+        "mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are treated as potential directories.
+      },
+      "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
+      "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
+      "projectId": "A String", # The project the bucket belongs to.
+      "acl": [ # Access controls on the bucket.
+        { # An access-control entry.
+            "domain": "A String", # The domain associated with the entity, if any.
+            "bucket": "A String", # The name of the bucket.
+            "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+            "id": "A String", # The ID of the access-control entry.
+            "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+            "entityId": "A String", # The ID for the entity, if any.
+            "entity": "A String", # The entity holding the permission, in one of the following forms:
+                # - user-userId
+                # - user-email
+                # - group-groupId
+                # - group-email
+                # - allUsers
+                # - allAuthenticatedUsers
+            "email": "A String", # The email address associated with the entity, if any.
+            "selfLink": "A String", # The link to this access-control entry.
+          },
+      ],
+      "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
+        { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "object": "A String", # The name of the object.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+      ],
+      "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage in this location. Can be US or EU. Defaults to US.
+      "owner": { # The owner of the bucket. This will always be the project team's owner group.
+        "entityId": "A String", # The ID for the entity.
+        "entity": "A String", # The entity, in the form group-groupId.
+      },
+      "id": "A String", # The name of the bucket.
+      "selfLink": "A String", # The URI of this bucket.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(bucket, body, projection=None)</code>
+  <pre>Updates a bucket.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # A bucket.
+    "website": { # The bucket's website configuration.
+      "notFoundPage": "A String", # The custom object to return when a requested resource is not found.
+      "mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are treated as potential directories.
+    },
+    "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
+    "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
+    "projectId": "A String", # The project the bucket belongs to.
+    "acl": [ # Access controls on the bucket.
+      { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+    ],
+    "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
+      { # An access-control entry.
+        "domain": "A String", # The domain associated with the entity, if any.
+        "object": "A String", # The name of the object.
+        "bucket": "A String", # The name of the bucket.
+        "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+        "id": "A String", # The ID of the access-control entry.
+        "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+        "entityId": "A String", # The ID for the entity, if any.
+        "entity": "A String", # The entity holding the permission, in one of the following forms:
+            # - user-userId
+            # - user-email
+            # - group-groupId
+            # - group-email
+            # - allUsers
+            # - allAuthenticatedUsers
+        "email": "A String", # The email address associated with the entity, if any.
+        "selfLink": "A String", # The link to this access-control entry.
+      },
+    ],
+    "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage in this location. Can be US or EU. Defaults to US.
+    "owner": { # The owner of the bucket. This will always be the project team's owner group.
+      "entityId": "A String", # The ID for the entity.
+      "entity": "A String", # The entity, in the form group-groupId.
+    },
+    "id": "A String", # The name of the bucket.
+    "selfLink": "A String", # The URI of this bucket.
+  }
+
+  projection: string, Set of properties to return. Defaults to full.
+    Allowed values
+      full - Include all properties.
+      no_acl - Omit acl and defaultObjectAcl properties.
+
+Returns:
+  An object of the form:
+
+    { # A bucket.
+      "website": { # The bucket's website configuration.
+        "notFoundPage": "A String", # The custom object to return when a requested resource is not found.
+        "mainPageSuffix": "A String", # Behaves as the bucket's directory index where missing objects are treated as potential directories.
+      },
+      "kind": "storage#bucket", # The kind of item this is. For buckets, this is always storage#bucket.
+      "timeCreated": "A String", # Creation time of the bucket in RFC 3339 format.
+      "projectId": "A String", # The project the bucket belongs to.
+      "acl": [ # Access controls on the bucket.
+        { # An access-control entry.
+            "domain": "A String", # The domain associated with the entity, if any.
+            "bucket": "A String", # The name of the bucket.
+            "kind": "storage#bucketAccessControl", # The kind of item this is. For bucket access control entries, this is always storage#bucketAccessControl.
+            "id": "A String", # The ID of the access-control entry.
+            "role": "A String", # The access permission for the entity. Can be READER, WRITER, or OWNER.
+            "entityId": "A String", # The ID for the entity, if any.
+            "entity": "A String", # The entity holding the permission, in one of the following forms:
+                # - user-userId
+                # - user-email
+                # - group-groupId
+                # - group-email
+                # - allUsers
+                # - allAuthenticatedUsers
+            "email": "A String", # The email address associated with the entity, if any.
+            "selfLink": "A String", # The link to this access-control entry.
+          },
+      ],
+      "defaultObjectAcl": [ # Default access controls to apply to new objects when no ACL is provided.
+        { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "object": "A String", # The name of the object.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+      ],
+      "location": "A String", # The location of the bucket. Object data for objects in the bucket resides in physical storage in this location. Can be US or EU. Defaults to US.
+      "owner": { # The owner of the bucket. This will always be the project team's owner group.
+        "entityId": "A String", # The ID for the entity.
+        "entity": "A String", # The entity, in the form group-groupId.
+      },
+      "id": "A String", # The name of the bucket.
+      "selfLink": "A String", # The URI of this bucket.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/storage_v1beta1.html b/docs/dyn/storage_v1beta1.html
new file mode 100644
index 0000000..7a135e9
--- /dev/null
+++ b/docs/dyn/storage_v1beta1.html
@@ -0,0 +1,97 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="storage_v1beta1.html">Cloud Storage API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="storage_v1beta1.bucketAccessControls.html">bucketAccessControls()</a></code>
+</p>
+<p class="firstline">Returns the bucketAccessControls Resource.</p>
+
+<p class="toc_element">
+  <code><a href="storage_v1beta1.buckets.html">buckets()</a></code>
+</p>
+<p class="firstline">Returns the buckets Resource.</p>
+
+<p class="toc_element">
+  <code><a href="storage_v1beta1.objectAccessControls.html">objectAccessControls()</a></code>
+</p>
+<p class="firstline">Returns the objectAccessControls Resource.</p>
+
+<p class="toc_element">
+  <code><a href="storage_v1beta1.objects.html">objects()</a></code>
+</p>
+<p class="firstline">Returns the objects Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/storage_v1beta1.objectAccessControls.html b/docs/dyn/storage_v1beta1.objectAccessControls.html
new file mode 100644
index 0000000..89e7624
--- /dev/null
+++ b/docs/dyn/storage_v1beta1.objectAccessControls.html
@@ -0,0 +1,336 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="storage_v1beta1.html">Cloud Storage API</a> . <a href="storage_v1beta1.objectAccessControls.html">objectAccessControls</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(bucket, object, entity)</a></code></p>
+<p class="firstline">Deletes the ACL entry for the specified entity on the specified object.</p>
+<p class="toc_element">
+  <code><a href="#get">get(bucket, object, entity)</a></code></p>
+<p class="firstline">Returns the ACL entry for the specified entity on the specified object.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(bucket, object, body)</a></code></p>
+<p class="firstline">Creates a new ACL entry on the specified object.</p>
+<p class="toc_element">
+  <code><a href="#list">list(bucket, object)</a></code></p>
+<p class="firstline">Retrieves ACL entries on the specified object.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(bucket, object, entity, body)</a></code></p>
+<p class="firstline">Updates an ACL entry on the specified object. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(bucket, object, entity, body)</a></code></p>
+<p class="firstline">Updates an ACL entry on the specified object.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(bucket, object, entity)</code>
+  <pre>Deletes the ACL entry for the specified entity on the specified object.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  object: string, Name of the object. (required)
+  entity: string, The entity holding the permission. Can be user-userId, group-groupId, allUsers, or allAuthenticatedUsers. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(bucket, object, entity)</code>
+  <pre>Returns the ACL entry for the specified entity on the specified object.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  object: string, Name of the object. (required)
+  entity: string, The entity holding the permission. Can be user-userId, group-groupId, allUsers, or allAuthenticatedUsers. (required)
+
+Returns:
+  An object of the form:
+
+    { # An access-control entry.
+    "domain": "A String", # The domain associated with the entity, if any.
+    "object": "A String", # The name of the object.
+    "bucket": "A String", # The name of the bucket.
+    "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+    "id": "A String", # The ID of the access-control entry.
+    "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+    "entityId": "A String", # The ID for the entity, if any.
+    "entity": "A String", # The entity holding the permission, in one of the following forms:
+        # - user-userId
+        # - user-email
+        # - group-groupId
+        # - group-email
+        # - allUsers
+        # - allAuthenticatedUsers
+    "email": "A String", # The email address associated with the entity, if any.
+    "selfLink": "A String", # The link to this access-control entry.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(bucket, object, body)</code>
+  <pre>Creates a new ACL entry on the specified object.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  object: string, Name of the object. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # An access-control entry.
+  "domain": "A String", # The domain associated with the entity, if any.
+  "object": "A String", # The name of the object.
+  "bucket": "A String", # The name of the bucket.
+  "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+  "id": "A String", # The ID of the access-control entry.
+  "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+  "entityId": "A String", # The ID for the entity, if any.
+  "entity": "A String", # The entity holding the permission, in one of the following forms:
+      # - user-userId
+      # - user-email
+      # - group-groupId
+      # - group-email
+      # - allUsers
+      # - allAuthenticatedUsers
+  "email": "A String", # The email address associated with the entity, if any.
+  "selfLink": "A String", # The link to this access-control entry.
+}
+
+
+Returns:
+  An object of the form:
+
+    { # An access-control entry.
+    "domain": "A String", # The domain associated with the entity, if any.
+    "object": "A String", # The name of the object.
+    "bucket": "A String", # The name of the bucket.
+    "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+    "id": "A String", # The ID of the access-control entry.
+    "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+    "entityId": "A String", # The ID for the entity, if any.
+    "entity": "A String", # The entity holding the permission, in one of the following forms:
+        # - user-userId
+        # - user-email
+        # - group-groupId
+        # - group-email
+        # - allUsers
+        # - allAuthenticatedUsers
+    "email": "A String", # The email address associated with the entity, if any.
+    "selfLink": "A String", # The link to this access-control entry.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(bucket, object)</code>
+  <pre>Retrieves ACL entries on the specified object.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  object: string, Name of the object. (required)
+
+Returns:
+  An object of the form:
+
+    { # An access-control list.
+    "items": [ # The list of items.
+      { # An access-control entry.
+        "domain": "A String", # The domain associated with the entity, if any.
+        "object": "A String", # The name of the object.
+        "bucket": "A String", # The name of the bucket.
+        "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+        "id": "A String", # The ID of the access-control entry.
+        "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+        "entityId": "A String", # The ID for the entity, if any.
+        "entity": "A String", # The entity holding the permission, in one of the following forms:
+            # - user-userId
+            # - user-email
+            # - group-groupId
+            # - group-email
+            # - allUsers
+            # - allAuthenticatedUsers
+        "email": "A String", # The email address associated with the entity, if any.
+        "selfLink": "A String", # The link to this access-control entry.
+      },
+    ],
+    "kind": "storage#objectAccessControls", # The kind of item this is. For lists of object access control entries, this is always storage#objectAccessControls.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(bucket, object, entity, body)</code>
+  <pre>Updates an ACL entry on the specified object. This method supports patch semantics.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  object: string, Name of the object. (required)
+  entity: string, The entity holding the permission. Can be user-userId, group-groupId, allUsers, or allAuthenticatedUsers. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # An access-control entry.
+  "domain": "A String", # The domain associated with the entity, if any.
+  "object": "A String", # The name of the object.
+  "bucket": "A String", # The name of the bucket.
+  "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+  "id": "A String", # The ID of the access-control entry.
+  "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+  "entityId": "A String", # The ID for the entity, if any.
+  "entity": "A String", # The entity holding the permission, in one of the following forms:
+      # - user-userId
+      # - user-email
+      # - group-groupId
+      # - group-email
+      # - allUsers
+      # - allAuthenticatedUsers
+  "email": "A String", # The email address associated with the entity, if any.
+  "selfLink": "A String", # The link to this access-control entry.
+}
+
+
+Returns:
+  An object of the form:
+
+    { # An access-control entry.
+    "domain": "A String", # The domain associated with the entity, if any.
+    "object": "A String", # The name of the object.
+    "bucket": "A String", # The name of the bucket.
+    "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+    "id": "A String", # The ID of the access-control entry.
+    "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+    "entityId": "A String", # The ID for the entity, if any.
+    "entity": "A String", # The entity holding the permission, in one of the following forms:
+        # - user-userId
+        # - user-email
+        # - group-groupId
+        # - group-email
+        # - allUsers
+        # - allAuthenticatedUsers
+    "email": "A String", # The email address associated with the entity, if any.
+    "selfLink": "A String", # The link to this access-control entry.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(bucket, object, entity, body)</code>
+  <pre>Updates an ACL entry on the specified object.
+
+Args:
+  bucket: string, Name of a bucket. (required)
+  object: string, Name of the object. (required)
+  entity: string, The entity holding the permission. Can be user-userId, group-groupId, allUsers, or allAuthenticatedUsers. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # An access-control entry.
+  "domain": "A String", # The domain associated with the entity, if any.
+  "object": "A String", # The name of the object.
+  "bucket": "A String", # The name of the bucket.
+  "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+  "id": "A String", # The ID of the access-control entry.
+  "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+  "entityId": "A String", # The ID for the entity, if any.
+  "entity": "A String", # The entity holding the permission, in one of the following forms:
+      # - user-userId
+      # - user-email
+      # - group-groupId
+      # - group-email
+      # - allUsers
+      # - allAuthenticatedUsers
+  "email": "A String", # The email address associated with the entity, if any.
+  "selfLink": "A String", # The link to this access-control entry.
+}
+
+
+Returns:
+  An object of the form:
+
+    { # An access-control entry.
+    "domain": "A String", # The domain associated with the entity, if any.
+    "object": "A String", # The name of the object.
+    "bucket": "A String", # The name of the bucket.
+    "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+    "id": "A String", # The ID of the access-control entry.
+    "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+    "entityId": "A String", # The ID for the entity, if any.
+    "entity": "A String", # The entity holding the permission, in one of the following forms:
+        # - user-userId
+        # - user-email
+        # - group-groupId
+        # - group-email
+        # - allUsers
+        # - allAuthenticatedUsers
+    "email": "A String", # The email address associated with the entity, if any.
+    "selfLink": "A String", # The link to this access-control entry.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/storage_v1beta1.objects.html b/docs/dyn/storage_v1beta1.objects.html
new file mode 100644
index 0000000..9ac216d
--- /dev/null
+++ b/docs/dyn/storage_v1beta1.objects.html
@@ -0,0 +1,614 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="storage_v1beta1.html">Cloud Storage API</a> . <a href="storage_v1beta1.objects.html">objects</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(bucket, object)</a></code></p>
+<p class="firstline">Deletes data blobs and associated metadata.</p>
+<p class="toc_element">
+  <code><a href="#get">get(bucket, object, projection=None)</a></code></p>
+<p class="firstline">Retrieves objects or their associated metadata.</p>
+<p class="toc_element">
+  <code><a href="#get_media">get_media(bucket, object, projection=None)</a></code></p>
+<p class="firstline">Retrieves objects or their associated metadata.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(bucket, body=None, media_body=None, name=None, projection=None)</a></code></p>
+<p class="firstline">Stores new data blobs and associated metadata.</p>
+<p class="toc_element">
+  <code><a href="#list">list(bucket, projection=None, pageToken=None, delimiter=None, prefix=None, max_results=None)</a></code></p>
+<p class="firstline">Retrieves a list of objects matching the criteria.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(bucket, object, body, projection=None)</a></code></p>
+<p class="firstline">Updates a data blob's associated metadata. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(bucket, object, body, projection=None)</a></code></p>
+<p class="firstline">Updates a data blob's associated metadata.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(bucket, object)</code>
+  <pre>Deletes data blobs and associated metadata.
+
+Args:
+  bucket: string, Name of the bucket in which the object resides. (required)
+  object: string, Name of the object. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(bucket, object, projection=None)</code>
+  <pre>Retrieves objects or their associated metadata.
+
+Args:
+  bucket: string, Name of the bucket in which the object resides. (required)
+  object: string, Name of the object. (required)
+  projection: string, Set of properties to return. Defaults to no_acl.
+    Allowed values
+      full - Include all properties.
+      no_acl - Omit the acl property.
+
+Returns:
+  An object of the form:
+
+    { # An object.
+      "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
+      "name": "A String", # The name of this object. Required if not specified by URL parameter.
+      "media": { # Object media data. Provided on your behalf when uploading raw media or multipart/related with an auxiliary media part.
+        "contentType": "A String", # Content-Type of the object data.
+        "timeCreated": "A String", # Creation time of the data in RFC 3339 format.
+        "algorithm": "A String", # Hash algorithm used. Currently only MD5 is supported. Required if a hash is provided.
+        "length": "A String", # Content-Length of the data in bytes.
+        "link": "A String", # Media download link.
+        "hash": "A String", # Hash of the data. Required if a hash algorithm is provided.
+        "data": "A String", # URL-safe Base64-encoded data. This property can be used to insert objects under 64KB in size, and will only be returned in response to the get method for objects so created. When this resource is returned in response to the list method, this property is omitted.
+      },
+      "bucket": "A String", # The bucket containing this object.
+      "contentEncoding": "A String", # Content-Encoding of the object data.
+      "selfLink": "A String", # The link to this object.
+      "owner": { # The owner of the object. This will always be the uploader of the object.
+        "entityId": "A String", # The ID for the entity.
+        "entity": "A String", # The entity, in the form user-userId.
+      },
+      "cacheControl": "A String", # Cache-Control directive for the object data.
+      "acl": [ # Access controls on the object.
+        { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "object": "A String", # The name of the object.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+      ],
+      "id": "A String", # The ID of the object.
+      "contentDisposition": "A String", # Content-Disposition of the object data.
+      "metadata": { # User-provided metadata, in key/value pairs.
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get_media">get_media(bucket, object, projection=None)</code>
+  <pre>Retrieves objects or their associated metadata.
+
+Args:
+  bucket: string, Name of the bucket in which the object resides. (required)
+  object: string, Name of the object. (required)
+  projection: string, Set of properties to return. Defaults to no_acl.
+    Allowed values
+      full - Include all properties.
+      no_acl - Omit the acl property.
+
+Returns:
+  The media object as a string.
+
+    </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(bucket, body=None, media_body=None, name=None, projection=None)</code>
+  <pre>Stores new data blobs and associated metadata.
+
+Args:
+  bucket: string, Name of the bucket in which to store the new object. Overrides the provided object metadata's bucket value, if any. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # An object.
+    "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
+    "name": "A String", # The name of this object. Required if not specified by URL parameter.
+    "media": { # Object media data. Provided on your behalf when uploading raw media or multipart/related with an auxiliary media part.
+      "contentType": "A String", # Content-Type of the object data.
+      "timeCreated": "A String", # Creation time of the data in RFC 3339 format.
+      "algorithm": "A String", # Hash algorithm used. Currently only MD5 is supported. Required if a hash is provided.
+      "length": "A String", # Content-Length of the data in bytes.
+      "link": "A String", # Media download link.
+      "hash": "A String", # Hash of the data. Required if a hash algorithm is provided.
+      "data": "A String", # URL-safe Base64-encoded data. This property can be used to insert objects under 64KB in size, and will only be returned in response to the get method for objects so created. When this resource is returned in response to the list method, this property is omitted.
+    },
+    "bucket": "A String", # The bucket containing this object.
+    "contentEncoding": "A String", # Content-Encoding of the object data.
+    "selfLink": "A String", # The link to this object.
+    "owner": { # The owner of the object. This will always be the uploader of the object.
+      "entityId": "A String", # The ID for the entity.
+      "entity": "A String", # The entity, in the form user-userId.
+    },
+    "cacheControl": "A String", # Cache-Control directive for the object data.
+    "acl": [ # Access controls on the object.
+      { # An access-control entry.
+        "domain": "A String", # The domain associated with the entity, if any.
+        "object": "A String", # The name of the object.
+        "bucket": "A String", # The name of the bucket.
+        "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+        "id": "A String", # The ID of the access-control entry.
+        "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+        "entityId": "A String", # The ID for the entity, if any.
+        "entity": "A String", # The entity holding the permission, in one of the following forms:
+            # - user-userId
+            # - user-email
+            # - group-groupId
+            # - group-email
+            # - allUsers
+            # - allAuthenticatedUsers
+        "email": "A String", # The email address associated with the entity, if any.
+        "selfLink": "A String", # The link to this access-control entry.
+      },
+    ],
+    "id": "A String", # The ID of the object.
+    "contentDisposition": "A String", # Content-Disposition of the object data.
+    "metadata": { # User-provided metadata, in key/value pairs.
+    },
+  }
+
+  media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
+  name: string, Name of the object. Required when the object metadata is not otherwise provided. Overrides the object metadata's name value, if any.
+  projection: string, Set of properties to return. Defaults to no_acl, unless the object resource specifies the acl property, when it defaults to full.
+    Allowed values
+      full - Include all properties.
+      no_acl - Omit the acl property.
+
+Returns:
+  An object of the form:
+
+    { # An object.
+      "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
+      "name": "A String", # The name of this object. Required if not specified by URL parameter.
+      "media": { # Object media data. Provided on your behalf when uploading raw media or multipart/related with an auxiliary media part.
+        "contentType": "A String", # Content-Type of the object data.
+        "timeCreated": "A String", # Creation time of the data in RFC 3339 format.
+        "algorithm": "A String", # Hash algorithm used. Currently only MD5 is supported. Required if a hash is provided.
+        "length": "A String", # Content-Length of the data in bytes.
+        "link": "A String", # Media download link.
+        "hash": "A String", # Hash of the data. Required if a hash algorithm is provided.
+        "data": "A String", # URL-safe Base64-encoded data. This property can be used to insert objects under 64KB in size, and will only be returned in response to the get method for objects so created. When this resource is returned in response to the list method, this property is omitted.
+      },
+      "bucket": "A String", # The bucket containing this object.
+      "contentEncoding": "A String", # Content-Encoding of the object data.
+      "selfLink": "A String", # The link to this object.
+      "owner": { # The owner of the object. This will always be the uploader of the object.
+        "entityId": "A String", # The ID for the entity.
+        "entity": "A String", # The entity, in the form user-userId.
+      },
+      "cacheControl": "A String", # Cache-Control directive for the object data.
+      "acl": [ # Access controls on the object.
+        { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "object": "A String", # The name of the object.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+      ],
+      "id": "A String", # The ID of the object.
+      "contentDisposition": "A String", # Content-Disposition of the object data.
+      "metadata": { # User-provided metadata, in key/value pairs.
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(bucket, projection=None, pageToken=None, delimiter=None, prefix=None, max_results=None)</code>
+  <pre>Retrieves a list of objects matching the criteria.
+
+Args:
+  bucket: string, Name of the bucket in which to look for objects. (required)
+  projection: string, Set of properties to return. Defaults to no_acl.
+    Allowed values
+      full - Include all properties.
+      no_acl - Omit the acl property.
+  pageToken: string, A previously-returned page token representing part of the larger set of results to view.
+  delimiter: string, Returns results in a directory-like mode. items will contain only objects whose names, aside from the prefix, do not contain delimiter. Objects whose names, aside from the prefix, contain delimiter will have their name, truncated after the delimiter, returned in prefixes. Duplicate prefixes are omitted.
+  prefix: string, Filter results to objects whose names begin with this prefix.
+  max_results: integer, Maximum number of items plus prefixes to return. As duplicate prefixes are omitted, fewer total results may be returned than requested.
+
+Returns:
+  An object of the form:
+
+    { # A list of objects.
+    "nextPageToken": "A String", # The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
+    "items": [ # The list of items.
+      { # An object.
+          "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
+          "name": "A String", # The name of this object. Required if not specified by URL parameter.
+          "media": { # Object media data. Provided on your behalf when uploading raw media or multipart/related with an auxiliary media part.
+            "contentType": "A String", # Content-Type of the object data.
+            "timeCreated": "A String", # Creation time of the data in RFC 3339 format.
+            "algorithm": "A String", # Hash algorithm used. Currently only MD5 is supported. Required if a hash is provided.
+            "length": "A String", # Content-Length of the data in bytes.
+            "link": "A String", # Media download link.
+            "hash": "A String", # Hash of the data. Required if a hash algorithm is provided.
+            "data": "A String", # URL-safe Base64-encoded data. This property can be used to insert objects under 64KB in size, and will only be returned in response to the get method for objects so created. When this resource is returned in response to the list method, this property is omitted.
+          },
+          "bucket": "A String", # The bucket containing this object.
+          "contentEncoding": "A String", # Content-Encoding of the object data.
+          "selfLink": "A String", # The link to this object.
+          "owner": { # The owner of the object. This will always be the uploader of the object.
+            "entityId": "A String", # The ID for the entity.
+            "entity": "A String", # The entity, in the form user-userId.
+          },
+          "cacheControl": "A String", # Cache-Control directive for the object data.
+          "acl": [ # Access controls on the object.
+            { # An access-control entry.
+              "domain": "A String", # The domain associated with the entity, if any.
+              "object": "A String", # The name of the object.
+              "bucket": "A String", # The name of the bucket.
+              "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+              "id": "A String", # The ID of the access-control entry.
+              "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+              "entityId": "A String", # The ID for the entity, if any.
+              "entity": "A String", # The entity holding the permission, in one of the following forms:
+                  # - user-userId
+                  # - user-email
+                  # - group-groupId
+                  # - group-email
+                  # - allUsers
+                  # - allAuthenticatedUsers
+              "email": "A String", # The email address associated with the entity, if any.
+              "selfLink": "A String", # The link to this access-control entry.
+            },
+          ],
+          "id": "A String", # The ID of the object.
+          "contentDisposition": "A String", # Content-Disposition of the object data.
+          "metadata": { # User-provided metadata, in key/value pairs.
+          },
+        },
+    ],
+    "kind": "storage#objects", # The kind of item this is. For lists of objects, this is always storage#objects.
+    "prefixes": [ # The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
+      "A String",
+    ],
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(bucket, object, body, projection=None)</code>
+  <pre>Updates a data blob's associated metadata. This method supports patch semantics.
+
+Args:
+  bucket: string, Name of the bucket in which the object resides. (required)
+  object: string, Name of the object. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # An object.
+    "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
+    "name": "A String", # The name of this object. Required if not specified by URL parameter.
+    "media": { # Object media data. Provided on your behalf when uploading raw media or multipart/related with an auxiliary media part.
+      "contentType": "A String", # Content-Type of the object data.
+      "timeCreated": "A String", # Creation time of the data in RFC 3339 format.
+      "algorithm": "A String", # Hash algorithm used. Currently only MD5 is supported. Required if a hash is provided.
+      "length": "A String", # Content-Length of the data in bytes.
+      "link": "A String", # Media download link.
+      "hash": "A String", # Hash of the data. Required if a hash algorithm is provided.
+      "data": "A String", # URL-safe Base64-encoded data. This property can be used to insert objects under 64KB in size, and will only be returned in response to the get method for objects so created. When this resource is returned in response to the list method, this property is omitted.
+    },
+    "bucket": "A String", # The bucket containing this object.
+    "contentEncoding": "A String", # Content-Encoding of the object data.
+    "selfLink": "A String", # The link to this object.
+    "owner": { # The owner of the object. This will always be the uploader of the object.
+      "entityId": "A String", # The ID for the entity.
+      "entity": "A String", # The entity, in the form user-userId.
+    },
+    "cacheControl": "A String", # Cache-Control directive for the object data.
+    "acl": [ # Access controls on the object.
+      { # An access-control entry.
+        "domain": "A String", # The domain associated with the entity, if any.
+        "object": "A String", # The name of the object.
+        "bucket": "A String", # The name of the bucket.
+        "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+        "id": "A String", # The ID of the access-control entry.
+        "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+        "entityId": "A String", # The ID for the entity, if any.
+        "entity": "A String", # The entity holding the permission, in one of the following forms:
+            # - user-userId
+            # - user-email
+            # - group-groupId
+            # - group-email
+            # - allUsers
+            # - allAuthenticatedUsers
+        "email": "A String", # The email address associated with the entity, if any.
+        "selfLink": "A String", # The link to this access-control entry.
+      },
+    ],
+    "id": "A String", # The ID of the object.
+    "contentDisposition": "A String", # Content-Disposition of the object data.
+    "metadata": { # User-provided metadata, in key/value pairs.
+    },
+  }
+
+  projection: string, Set of properties to return. Defaults to full.
+    Allowed values
+      full - Include all properties.
+      no_acl - Omit the acl property.
+
+Returns:
+  An object of the form:
+
+    { # An object.
+      "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
+      "name": "A String", # The name of this object. Required if not specified by URL parameter.
+      "media": { # Object media data. Provided on your behalf when uploading raw media or multipart/related with an auxiliary media part.
+        "contentType": "A String", # Content-Type of the object data.
+        "timeCreated": "A String", # Creation time of the data in RFC 3339 format.
+        "algorithm": "A String", # Hash algorithm used. Currently only MD5 is supported. Required if a hash is provided.
+        "length": "A String", # Content-Length of the data in bytes.
+        "link": "A String", # Media download link.
+        "hash": "A String", # Hash of the data. Required if a hash algorithm is provided.
+        "data": "A String", # URL-safe Base64-encoded data. This property can be used to insert objects under 64KB in size, and will only be returned in response to the get method for objects so created. When this resource is returned in response to the list method, this property is omitted.
+      },
+      "bucket": "A String", # The bucket containing this object.
+      "contentEncoding": "A String", # Content-Encoding of the object data.
+      "selfLink": "A String", # The link to this object.
+      "owner": { # The owner of the object. This will always be the uploader of the object.
+        "entityId": "A String", # The ID for the entity.
+        "entity": "A String", # The entity, in the form user-userId.
+      },
+      "cacheControl": "A String", # Cache-Control directive for the object data.
+      "acl": [ # Access controls on the object.
+        { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "object": "A String", # The name of the object.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+      ],
+      "id": "A String", # The ID of the object.
+      "contentDisposition": "A String", # Content-Disposition of the object data.
+      "metadata": { # User-provided metadata, in key/value pairs.
+      },
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(bucket, object, body, projection=None)</code>
+  <pre>Updates a data blob's associated metadata.
+
+Args:
+  bucket: string, Name of the bucket in which the object resides. (required)
+  object: string, Name of the object. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{ # An object.
+    "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
+    "name": "A String", # The name of this object. Required if not specified by URL parameter.
+    "media": { # Object media data. Provided on your behalf when uploading raw media or multipart/related with an auxiliary media part.
+      "contentType": "A String", # Content-Type of the object data.
+      "timeCreated": "A String", # Creation time of the data in RFC 3339 format.
+      "algorithm": "A String", # Hash algorithm used. Currently only MD5 is supported. Required if a hash is provided.
+      "length": "A String", # Content-Length of the data in bytes.
+      "link": "A String", # Media download link.
+      "hash": "A String", # Hash of the data. Required if a hash algorithm is provided.
+      "data": "A String", # URL-safe Base64-encoded data. This property can be used to insert objects under 64KB in size, and will only be returned in response to the get method for objects so created. When this resource is returned in response to the list method, this property is omitted.
+    },
+    "bucket": "A String", # The bucket containing this object.
+    "contentEncoding": "A String", # Content-Encoding of the object data.
+    "selfLink": "A String", # The link to this object.
+    "owner": { # The owner of the object. This will always be the uploader of the object.
+      "entityId": "A String", # The ID for the entity.
+      "entity": "A String", # The entity, in the form user-userId.
+    },
+    "cacheControl": "A String", # Cache-Control directive for the object data.
+    "acl": [ # Access controls on the object.
+      { # An access-control entry.
+        "domain": "A String", # The domain associated with the entity, if any.
+        "object": "A String", # The name of the object.
+        "bucket": "A String", # The name of the bucket.
+        "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+        "id": "A String", # The ID of the access-control entry.
+        "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+        "entityId": "A String", # The ID for the entity, if any.
+        "entity": "A String", # The entity holding the permission, in one of the following forms:
+            # - user-userId
+            # - user-email
+            # - group-groupId
+            # - group-email
+            # - allUsers
+            # - allAuthenticatedUsers
+        "email": "A String", # The email address associated with the entity, if any.
+        "selfLink": "A String", # The link to this access-control entry.
+      },
+    ],
+    "id": "A String", # The ID of the object.
+    "contentDisposition": "A String", # Content-Disposition of the object data.
+    "metadata": { # User-provided metadata, in key/value pairs.
+    },
+  }
+
+  projection: string, Set of properties to return. Defaults to full.
+    Allowed values
+      full - Include all properties.
+      no_acl - Omit the acl property.
+
+Returns:
+  An object of the form:
+
+    { # An object.
+      "kind": "storage#object", # The kind of item this is. For objects, this is always storage#object.
+      "name": "A String", # The name of this object. Required if not specified by URL parameter.
+      "media": { # Object media data. Provided on your behalf when uploading raw media or multipart/related with an auxiliary media part.
+        "contentType": "A String", # Content-Type of the object data.
+        "timeCreated": "A String", # Creation time of the data in RFC 3339 format.
+        "algorithm": "A String", # Hash algorithm used. Currently only MD5 is supported. Required if a hash is provided.
+        "length": "A String", # Content-Length of the data in bytes.
+        "link": "A String", # Media download link.
+        "hash": "A String", # Hash of the data. Required if a hash algorithm is provided.
+        "data": "A String", # URL-safe Base64-encoded data. This property can be used to insert objects under 64KB in size, and will only be returned in response to the get method for objects so created. When this resource is returned in response to the list method, this property is omitted.
+      },
+      "bucket": "A String", # The bucket containing this object.
+      "contentEncoding": "A String", # Content-Encoding of the object data.
+      "selfLink": "A String", # The link to this object.
+      "owner": { # The owner of the object. This will always be the uploader of the object.
+        "entityId": "A String", # The ID for the entity.
+        "entity": "A String", # The entity, in the form user-userId.
+      },
+      "cacheControl": "A String", # Cache-Control directive for the object data.
+      "acl": [ # Access controls on the object.
+        { # An access-control entry.
+          "domain": "A String", # The domain associated with the entity, if any.
+          "object": "A String", # The name of the object.
+          "bucket": "A String", # The name of the bucket.
+          "kind": "storage#objectAccessControl", # The kind of item this is. For object access control entries, this is always storage#objectAccessControl.
+          "id": "A String", # The ID of the access-control entry.
+          "role": "A String", # The access permission for the entity. Can be READER or OWNER.
+          "entityId": "A String", # The ID for the entity, if any.
+          "entity": "A String", # The entity holding the permission, in one of the following forms:
+              # - user-userId
+              # - user-email
+              # - group-groupId
+              # - group-email
+              # - allUsers
+              # - allAuthenticatedUsers
+          "email": "A String", # The email address associated with the entity, if any.
+          "selfLink": "A String", # The link to this access-control entry.
+        },
+      ],
+      "id": "A String", # The ID of the object.
+      "contentDisposition": "A String", # Content-Disposition of the object data.
+      "metadata": { # User-provided metadata, in key/value pairs.
+      },
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/taskqueue.v1beta1.html b/docs/dyn/taskqueue.v1beta1.html
deleted file mode 100644
index 74c85bb..0000000
--- a/docs/dyn/taskqueue.v1beta1.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-taskqueues"><strong><a href="taskqueue.v1beta1.taskqueues.html">taskqueues</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-tasks"><strong><a href="taskqueue.v1beta1.tasks.html">tasks</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/taskqueue.v1beta1.taskqueues.html b/docs/dyn/taskqueue.v1beta1.taskqueues.html
deleted file mode 100644
index acedcd7..0000000
--- a/docs/dyn/taskqueue.v1beta1.taskqueues.html
+++ /dev/null
@@ -1,59 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;detailed&nbsp;information&nbsp;about&nbsp;a&nbsp;TaskQueue.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;taskqueue&nbsp;to&nbsp;get&nbsp;the&nbsp;properties&nbsp;of.&nbsp;(required)<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)<br>
-&nbsp;&nbsp;getStats:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;get&nbsp;stats.&nbsp;Optional.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#taskqueue",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;REST&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;taskqueue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"stats":&nbsp;{&nbsp;#&nbsp;Statistics&nbsp;for&nbsp;the&nbsp;TaskQueue&nbsp;object&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"oldestTask":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;of&nbsp;the&nbsp;oldest&nbsp;unfinished&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leasedLastMinute":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;tasks&nbsp;leased&nbsp;in&nbsp;the&nbsp;last&nbsp;minute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalTasks":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;tasks&nbsp;in&nbsp;the&nbsp;queue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leasedLastHour":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;tasks&nbsp;leased&nbsp;in&nbsp;the&nbsp;last&nbsp;hour.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;taskqueue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maxLeases":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;times&nbsp;we&nbsp;should&nbsp;lease&nbsp;out&nbsp;tasks&nbsp;before&nbsp;giving&nbsp;up&nbsp;on&nbsp;them.&nbsp;If&nbsp;unset&nbsp;we&nbsp;lease&nbsp;them&nbsp;out&nbsp;forever&nbsp;until&nbsp;a&nbsp;worker&nbsp;deletes&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"acl":&nbsp;{&nbsp;#&nbsp;ACLs&nbsp;that&nbsp;are&nbsp;applicable&nbsp;to&nbsp;this&nbsp;TaskQueue&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"consumerEmails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;addresses&nbsp;of&nbsp;users&nbsp;who&nbsp;can&nbsp;"consume"&nbsp;tasks&nbsp;from&nbsp;the&nbsp;TaskQueue.&nbsp;This&nbsp;means&nbsp;they&nbsp;can&nbsp;Dequeue&nbsp;and&nbsp;Delete&nbsp;tasks&nbsp;from&nbsp;the&nbsp;queue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"producerEmails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;addresses&nbsp;of&nbsp;users&nbsp;who&nbsp;can&nbsp;"produce"&nbsp;tasks&nbsp;into&nbsp;the&nbsp;TaskQueue.&nbsp;This&nbsp;means&nbsp;they&nbsp;can&nbsp;Insert&nbsp;tasks&nbsp;into&nbsp;the&nbsp;queue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"adminEmails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;addresses&nbsp;of&nbsp;users&nbsp;who&nbsp;are&nbsp;"admins"&nbsp;of&nbsp;the&nbsp;TaskQueue.&nbsp;This&nbsp;means&nbsp;they&nbsp;can&nbsp;control&nbsp;the&nbsp;queue,&nbsp;eg&nbsp;set&nbsp;ACLs&nbsp;for&nbsp;the&nbsp;queue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/taskqueue.v1beta1.tasks.html b/docs/dyn/taskqueue.v1beta1.tasks.html
deleted file mode 100644
index ebf7f33..0000000
--- a/docs/dyn/taskqueue.v1beta1.tasks.html
+++ /dev/null
@@ -1,100 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;a&nbsp;task&nbsp;from&nbsp;a&nbsp;TaskQueue.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;task:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;task&nbsp;to&nbsp;delete.&nbsp;(required)<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;The&nbsp;taskqueue&nbsp;to&nbsp;delete&nbsp;a&nbsp;task&nbsp;from.&nbsp;(required)<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;a&nbsp;particular&nbsp;task&nbsp;from&nbsp;a&nbsp;TaskQueue.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;task:&nbsp;string,&nbsp;The&nbsp;task&nbsp;to&nbsp;get&nbsp;properties&nbsp;of.&nbsp;(required)<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;The&nbsp;taskqueue&nbsp;in&nbsp;which&nbsp;the&nbsp;task&nbsp;belongs.&nbsp;(required)<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-lease"><strong>lease</strong></a> = method(self, **kwargs)</dt><dd><tt>Lease&nbsp;1&nbsp;or&nbsp;more&nbsp;tasks&nbsp;from&nbsp;a&nbsp;TaskQueue.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;leaseSecs:&nbsp;integer,&nbsp;The&nbsp;lease&nbsp;in&nbsp;seconds.&nbsp;(required)<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;The&nbsp;taskqueue&nbsp;to&nbsp;lease&nbsp;a&nbsp;task&nbsp;from.&nbsp;(required)<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)<br>
-&nbsp;&nbsp;numTasks:&nbsp;integer,&nbsp;The&nbsp;number&nbsp;of&nbsp;tasks&nbsp;to&nbsp;lease.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;actual&nbsp;list&nbsp;of&nbsp;tasks&nbsp;returned&nbsp;as&nbsp;a&nbsp;result&nbsp;of&nbsp;the&nbsp;lease&nbsp;operation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueue#tasks",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;a&nbsp;list&nbsp;of&nbsp;tasks.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;Tasks&nbsp;in&nbsp;a&nbsp;TaskQueue<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;taskqueue&nbsp;to&nbsp;list&nbsp;tasks&nbsp;from.&nbsp;(required)<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;actual&nbsp;list&nbsp;of&nbsp;tasks&nbsp;currently&nbsp;active&nbsp;in&nbsp;the&nbsp;TaskQueue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#tasks",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;a&nbsp;list&nbsp;of&nbsp;tasks.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/taskqueue.v1beta2.html b/docs/dyn/taskqueue.v1beta2.html
deleted file mode 100644
index de5877c..0000000
--- a/docs/dyn/taskqueue.v1beta2.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-taskqueues"><strong><a href="taskqueue.v1beta2.taskqueues.html">taskqueues</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-tasks"><strong><a href="taskqueue.v1beta2.tasks.html">tasks</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/taskqueue.v1beta2.taskqueues.html b/docs/dyn/taskqueue.v1beta2.taskqueues.html
deleted file mode 100644
index e3a9d0c..0000000
--- a/docs/dyn/taskqueue.v1beta2.taskqueues.html
+++ /dev/null
@@ -1,63 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;detailed&nbsp;information&nbsp;about&nbsp;a&nbsp;TaskQueue.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;taskqueue&nbsp;to&nbsp;get&nbsp;the&nbsp;properties&nbsp;of.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;getStats:&nbsp;boolean,&nbsp;Whether&nbsp;to&nbsp;get&nbsp;stats.&nbsp;Optional.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#taskqueue",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;REST&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;taskqueue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"stats":&nbsp;{&nbsp;#&nbsp;Statistics&nbsp;for&nbsp;the&nbsp;TaskQueue&nbsp;object&nbsp;in&nbsp;question.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"oldestTask":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;timestamp&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;of&nbsp;the&nbsp;oldest&nbsp;unfinished&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leasedLastMinute":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;tasks&nbsp;leased&nbsp;in&nbsp;the&nbsp;last&nbsp;minute.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"totalTasks":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;tasks&nbsp;in&nbsp;the&nbsp;queue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leasedLastHour":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;tasks&nbsp;leased&nbsp;in&nbsp;the&nbsp;last&nbsp;hour.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;taskqueue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"maxLeases":&nbsp;42,&nbsp;#&nbsp;The&nbsp;number&nbsp;of&nbsp;times&nbsp;we&nbsp;should&nbsp;lease&nbsp;out&nbsp;tasks&nbsp;before&nbsp;giving&nbsp;up&nbsp;on&nbsp;them.&nbsp;If&nbsp;unset&nbsp;we&nbsp;lease&nbsp;them&nbsp;out&nbsp;forever&nbsp;until&nbsp;a&nbsp;worker&nbsp;deletes&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"acl":&nbsp;{&nbsp;#&nbsp;ACLs&nbsp;that&nbsp;are&nbsp;applicable&nbsp;to&nbsp;this&nbsp;TaskQueue&nbsp;object.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"consumerEmails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;addresses&nbsp;of&nbsp;users&nbsp;who&nbsp;can&nbsp;"consume"&nbsp;tasks&nbsp;from&nbsp;the&nbsp;TaskQueue.&nbsp;This&nbsp;means&nbsp;they&nbsp;can&nbsp;Dequeue&nbsp;and&nbsp;Delete&nbsp;tasks&nbsp;from&nbsp;the&nbsp;queue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"producerEmails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;addresses&nbsp;of&nbsp;users&nbsp;who&nbsp;can&nbsp;"produce"&nbsp;tasks&nbsp;into&nbsp;the&nbsp;TaskQueue.&nbsp;This&nbsp;means&nbsp;they&nbsp;can&nbsp;Insert&nbsp;tasks&nbsp;into&nbsp;the&nbsp;queue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"adminEmails":&nbsp;[&nbsp;#&nbsp;Email&nbsp;addresses&nbsp;of&nbsp;users&nbsp;who&nbsp;are&nbsp;"admins"&nbsp;of&nbsp;the&nbsp;TaskQueue.&nbsp;This&nbsp;means&nbsp;they&nbsp;can&nbsp;control&nbsp;the&nbsp;queue,&nbsp;eg&nbsp;set&nbsp;ACLs&nbsp;for&nbsp;the&nbsp;queue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"A&nbsp;String",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/taskqueue.v1beta2.tasks.html b/docs/dyn/taskqueue.v1beta2.tasks.html
deleted file mode 100644
index 94af291..0000000
--- a/docs/dyn/taskqueue.v1beta2.tasks.html
+++ /dev/null
@@ -1,233 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Delete&nbsp;a&nbsp;task&nbsp;from&nbsp;a&nbsp;TaskQueue.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;task:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;task&nbsp;to&nbsp;delete.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;The&nbsp;taskqueue&nbsp;to&nbsp;delete&nbsp;a&nbsp;task&nbsp;from.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get&nbsp;a&nbsp;particular&nbsp;task&nbsp;from&nbsp;a&nbsp;TaskQueue.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;task:&nbsp;string,&nbsp;The&nbsp;task&nbsp;to&nbsp;get&nbsp;properties&nbsp;of.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;The&nbsp;taskqueue&nbsp;in&nbsp;which&nbsp;the&nbsp;task&nbsp;belongs.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Tag&nbsp;for&nbsp;the&nbsp;task,&nbsp;could&nbsp;be&nbsp;used&nbsp;later&nbsp;to&nbsp;lease&nbsp;tasks&nbsp;grouped&nbsp;by&nbsp;a&nbsp;specific&nbsp;tag.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Insert&nbsp;a&nbsp;new&nbsp;task&nbsp;in&nbsp;a&nbsp;TaskQueue<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"tag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Tag&nbsp;for&nbsp;the&nbsp;task,&nbsp;could&nbsp;be&nbsp;used&nbsp;later&nbsp;to&nbsp;lease&nbsp;tasks&nbsp;grouped&nbsp;by&nbsp;a&nbsp;specific&nbsp;tag.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;The&nbsp;taskqueue&nbsp;to&nbsp;insert&nbsp;the&nbsp;task&nbsp;into&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Tag&nbsp;for&nbsp;the&nbsp;task,&nbsp;could&nbsp;be&nbsp;used&nbsp;later&nbsp;to&nbsp;lease&nbsp;tasks&nbsp;grouped&nbsp;by&nbsp;a&nbsp;specific&nbsp;tag.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-lease"><strong>lease</strong></a> = method(self, **kwargs)</dt><dd><tt>Lease&nbsp;1&nbsp;or&nbsp;more&nbsp;tasks&nbsp;from&nbsp;a&nbsp;TaskQueue.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;groupByTag:&nbsp;boolean,&nbsp;When&nbsp;true,&nbsp;all&nbsp;returned&nbsp;tasks&nbsp;will&nbsp;have&nbsp;the&nbsp;same&nbsp;tag<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;leaseSecs:&nbsp;integer,&nbsp;The&nbsp;lease&nbsp;in&nbsp;seconds.&nbsp;(required)<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;The&nbsp;taskqueue&nbsp;to&nbsp;lease&nbsp;a&nbsp;task&nbsp;from.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tag:&nbsp;string,&nbsp;The&nbsp;tag&nbsp;allowed&nbsp;for&nbsp;tasks&nbsp;in&nbsp;the&nbsp;response.&nbsp;Must&nbsp;only&nbsp;be&nbsp;specified&nbsp;if&nbsp;group_by_tag&nbsp;is&nbsp;true.&nbsp;If&nbsp;group_by_tag&nbsp;is&nbsp;true&nbsp;and&nbsp;tag&nbsp;is&nbsp;not&nbsp;specified&nbsp;the&nbsp;tag&nbsp;will&nbsp;be&nbsp;that&nbsp;of&nbsp;the&nbsp;oldest&nbsp;task&nbsp;by&nbsp;eta,&nbsp;i.e.&nbsp;the&nbsp;first&nbsp;available&nbsp;tag<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;numTasks:&nbsp;integer,&nbsp;The&nbsp;number&nbsp;of&nbsp;tasks&nbsp;to&nbsp;lease.&nbsp;(required)<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;actual&nbsp;list&nbsp;of&nbsp;tasks&nbsp;returned&nbsp;as&nbsp;a&nbsp;result&nbsp;of&nbsp;the&nbsp;lease&nbsp;operation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Tag&nbsp;for&nbsp;the&nbsp;task,&nbsp;could&nbsp;be&nbsp;used&nbsp;later&nbsp;to&nbsp;lease&nbsp;tasks&nbsp;grouped&nbsp;by&nbsp;a&nbsp;specific&nbsp;tag.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueue#tasks",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;a&nbsp;list&nbsp;of&nbsp;tasks.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;Tasks&nbsp;in&nbsp;a&nbsp;TaskQueue<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;The&nbsp;id&nbsp;of&nbsp;the&nbsp;taskqueue&nbsp;to&nbsp;list&nbsp;tasks&nbsp;from.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;actual&nbsp;list&nbsp;of&nbsp;tasks&nbsp;currently&nbsp;active&nbsp;in&nbsp;the&nbsp;TaskQueue.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Tag&nbsp;for&nbsp;the&nbsp;task,&nbsp;could&nbsp;be&nbsp;used&nbsp;later&nbsp;to&nbsp;lease&nbsp;tasks&nbsp;grouped&nbsp;by&nbsp;a&nbsp;specific&nbsp;tag.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#tasks",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;a&nbsp;list&nbsp;of&nbsp;tasks.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Update&nbsp;tasks&nbsp;that&nbsp;are&nbsp;leased&nbsp;out&nbsp;of&nbsp;a&nbsp;TaskQueue.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"tag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Tag&nbsp;for&nbsp;the&nbsp;task,&nbsp;could&nbsp;be&nbsp;used&nbsp;later&nbsp;to&nbsp;lease&nbsp;tasks&nbsp;grouped&nbsp;by&nbsp;a&nbsp;specific&nbsp;tag.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;task:&nbsp;string,&nbsp;A&nbsp;parameter&nbsp;(required)<br>
-&nbsp;&nbsp;newLeaseSeconds:&nbsp;integer,&nbsp;The&nbsp;new&nbsp;lease&nbsp;in&nbsp;seconds.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;A&nbsp;parameter&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Tag&nbsp;for&nbsp;the&nbsp;task,&nbsp;could&nbsp;be&nbsp;used&nbsp;later&nbsp;to&nbsp;lease&nbsp;tasks&nbsp;grouped&nbsp;by&nbsp;a&nbsp;specific&nbsp;tag.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Update&nbsp;tasks&nbsp;that&nbsp;are&nbsp;leased&nbsp;out&nbsp;of&nbsp;a&nbsp;TaskQueue.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"tag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Tag&nbsp;for&nbsp;the&nbsp;task,&nbsp;could&nbsp;be&nbsp;used&nbsp;later&nbsp;to&nbsp;lease&nbsp;tasks&nbsp;grouped&nbsp;by&nbsp;a&nbsp;specific&nbsp;tag.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;project:&nbsp;string,&nbsp;The&nbsp;project&nbsp;under&nbsp;which&nbsp;the&nbsp;queue&nbsp;lies.&nbsp;(required)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;task:&nbsp;string,&nbsp;A&nbsp;parameter&nbsp;(required)<br>
-&nbsp;&nbsp;newLeaseSeconds:&nbsp;integer,&nbsp;The&nbsp;new&nbsp;lease&nbsp;in&nbsp;seconds.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;taskqueue:&nbsp;string,&nbsp;A&nbsp;parameter&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"taskqueues#task",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;object&nbsp;returned,&nbsp;in&nbsp;this&nbsp;case&nbsp;set&nbsp;to&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"leaseTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;lease&nbsp;will&nbsp;expire.&nbsp;This&nbsp;value&nbsp;is&nbsp;0&nbsp;if&nbsp;the&nbsp;task&nbsp;isnt&nbsp;currently&nbsp;leased&nbsp;out&nbsp;to&nbsp;a&nbsp;worker.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"tag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Tag&nbsp;for&nbsp;the&nbsp;task,&nbsp;could&nbsp;be&nbsp;used&nbsp;later&nbsp;to&nbsp;lease&nbsp;tasks&nbsp;grouped&nbsp;by&nbsp;a&nbsp;specific&nbsp;tag.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"payloadBase64":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;bag&nbsp;of&nbsp;bytes&nbsp;which&nbsp;is&nbsp;the&nbsp;task&nbsp;payload.&nbsp;The&nbsp;payload&nbsp;on&nbsp;the&nbsp;JSON&nbsp;side&nbsp;is&nbsp;always&nbsp;Base64&nbsp;encoded.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"queueName":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Name&nbsp;of&nbsp;the&nbsp;queue&nbsp;that&nbsp;the&nbsp;task&nbsp;is&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"enqueueTimestamp":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;(in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch)&nbsp;at&nbsp;which&nbsp;the&nbsp;task&nbsp;was&nbsp;enqueued.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/taskqueue_v1beta2.html b/docs/dyn/taskqueue_v1beta2.html
new file mode 100644
index 0000000..243bcdf
--- /dev/null
+++ b/docs/dyn/taskqueue_v1beta2.html
@@ -0,0 +1,87 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="taskqueue_v1beta2.html">TaskQueue API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="taskqueue_v1beta2.taskqueues.html">taskqueues()</a></code>
+</p>
+<p class="firstline">Returns the taskqueues Resource.</p>
+
+<p class="toc_element">
+  <code><a href="taskqueue_v1beta2.tasks.html">tasks()</a></code>
+</p>
+<p class="firstline">Returns the tasks Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/taskqueue_v1beta2.taskqueues.html b/docs/dyn/taskqueue_v1beta2.taskqueues.html
new file mode 100644
index 0000000..3b78252
--- /dev/null
+++ b/docs/dyn/taskqueue_v1beta2.taskqueues.html
@@ -0,0 +1,117 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="taskqueue_v1beta2.html">TaskQueue API</a> . <a href="taskqueue_v1beta2.taskqueues.html">taskqueues</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(project, taskqueue, getStats=None)</a></code></p>
+<p class="firstline">Get detailed information about a TaskQueue.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(project, taskqueue, getStats=None)</code>
+  <pre>Get detailed information about a TaskQueue.
+
+Args:
+  project: string, The project under which the queue lies. (required)
+  taskqueue: string, The id of the taskqueue to get the properties of. (required)
+  getStats: boolean, Whether to get stats. Optional.
+
+Returns:
+  An object of the form:
+
+    {
+    "kind": "taskqueues#taskqueue", # The kind of REST object returned, in this case taskqueue.
+    "stats": { # Statistics for the TaskQueue object in question.
+      "oldestTask": "A String", # The timestamp (in seconds since the epoch) of the oldest unfinished task.
+      "leasedLastMinute": "A String", # Number of tasks leased in the last minute.
+      "totalTasks": 42, # Number of tasks in the queue.
+      "leasedLastHour": "A String", # Number of tasks leased in the last hour.
+    },
+    "id": "A String", # Name of the taskqueue.
+    "maxLeases": 42, # The number of times we should lease out tasks before giving up on them. If unset we lease them out forever until a worker deletes the task.
+    "acl": { # ACLs that are applicable to this TaskQueue object.
+      "consumerEmails": [ # Email addresses of users who can "consume" tasks from the TaskQueue. This means they can Dequeue and Delete tasks from the queue.
+        "A String",
+      ],
+      "producerEmails": [ # Email addresses of users who can "produce" tasks into the TaskQueue. This means they can Insert tasks into the queue.
+        "A String",
+      ],
+      "adminEmails": [ # Email addresses of users who are "admins" of the TaskQueue. This means they can control the queue, eg set ACLs for the queue.
+        "A String",
+      ],
+    },
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/taskqueue_v1beta2.tasks.html b/docs/dyn/taskqueue_v1beta2.tasks.html
new file mode 100644
index 0000000..939311e
--- /dev/null
+++ b/docs/dyn/taskqueue_v1beta2.tasks.html
@@ -0,0 +1,300 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="taskqueue_v1beta2.html">TaskQueue API</a> . <a href="taskqueue_v1beta2.tasks.html">tasks</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(project, taskqueue, task)</a></code></p>
+<p class="firstline">Delete a task from a TaskQueue.</p>
+<p class="toc_element">
+  <code><a href="#get">get(project, taskqueue, task)</a></code></p>
+<p class="firstline">Get a particular task from a TaskQueue.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(project, taskqueue, body)</a></code></p>
+<p class="firstline">Insert a new task in a TaskQueue</p>
+<p class="toc_element">
+  <code><a href="#lease">lease(project, taskqueue, numTasks, leaseSecs, groupByTag=None, tag=None)</a></code></p>
+<p class="firstline">Lease 1 or more tasks from a TaskQueue.</p>
+<p class="toc_element">
+  <code><a href="#list">list(project, taskqueue)</a></code></p>
+<p class="firstline">List Tasks in a TaskQueue</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(project, taskqueue, task, newLeaseSeconds, body)</a></code></p>
+<p class="firstline">Update tasks that are leased out of a TaskQueue. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(project, taskqueue, task, newLeaseSeconds, body)</a></code></p>
+<p class="firstline">Update tasks that are leased out of a TaskQueue.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(project, taskqueue, task)</code>
+  <pre>Delete a task from a TaskQueue.
+
+Args:
+  project: string, The project under which the queue lies. (required)
+  taskqueue: string, The taskqueue to delete a task from. (required)
+  task: string, The id of the task to delete. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(project, taskqueue, task)</code>
+  <pre>Get a particular task from a TaskQueue.
+
+Args:
+  project: string, The project under which the queue lies. (required)
+  taskqueue: string, The taskqueue in which the task belongs. (required)
+  task: string, The task to get properties of. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "taskqueues#task", # The kind of object returned, in this case set to task.
+      "leaseTimestamp": "A String", # Time (in seconds since the epoch) at which the task lease will expire. This value is 0 if the task isnt currently leased out to a worker.
+      "id": "A String", # Name of the task.
+      "tag": "A String", # Tag for the task, could be used later to lease tasks grouped by a specific tag.
+      "payloadBase64": "A String", # A bag of bytes which is the task payload. The payload on the JSON side is always Base64 encoded.
+      "queueName": "A String", # Name of the queue that the task is in.
+      "enqueueTimestamp": "A String", # Time (in seconds since the epoch) at which the task was enqueued.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(project, taskqueue, body)</code>
+  <pre>Insert a new task in a TaskQueue
+
+Args:
+  project: string, The project under which the queue lies (required)
+  taskqueue: string, The taskqueue to insert the task into (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "taskqueues#task", # The kind of object returned, in this case set to task.
+    "leaseTimestamp": "A String", # Time (in seconds since the epoch) at which the task lease will expire. This value is 0 if the task isnt currently leased out to a worker.
+    "id": "A String", # Name of the task.
+    "tag": "A String", # Tag for the task, could be used later to lease tasks grouped by a specific tag.
+    "payloadBase64": "A String", # A bag of bytes which is the task payload. The payload on the JSON side is always Base64 encoded.
+    "queueName": "A String", # Name of the queue that the task is in.
+    "enqueueTimestamp": "A String", # Time (in seconds since the epoch) at which the task was enqueued.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "taskqueues#task", # The kind of object returned, in this case set to task.
+      "leaseTimestamp": "A String", # Time (in seconds since the epoch) at which the task lease will expire. This value is 0 if the task isnt currently leased out to a worker.
+      "id": "A String", # Name of the task.
+      "tag": "A String", # Tag for the task, could be used later to lease tasks grouped by a specific tag.
+      "payloadBase64": "A String", # A bag of bytes which is the task payload. The payload on the JSON side is always Base64 encoded.
+      "queueName": "A String", # Name of the queue that the task is in.
+      "enqueueTimestamp": "A String", # Time (in seconds since the epoch) at which the task was enqueued.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="lease">lease(project, taskqueue, numTasks, leaseSecs, groupByTag=None, tag=None)</code>
+  <pre>Lease 1 or more tasks from a TaskQueue.
+
+Args:
+  project: string, The project under which the queue lies. (required)
+  taskqueue: string, The taskqueue to lease a task from. (required)
+  numTasks: integer, The number of tasks to lease. (required)
+  leaseSecs: integer, The lease in seconds. (required)
+  groupByTag: boolean, When true, all returned tasks will have the same tag
+  tag: string, The tag allowed for tasks in the response. Must only be specified if group_by_tag is true. If group_by_tag is true and tag is not specified the tag will be that of the oldest task by eta, i.e. the first available tag
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # The actual list of tasks returned as a result of the lease operation.
+      {
+          "kind": "taskqueues#task", # The kind of object returned, in this case set to task.
+          "leaseTimestamp": "A String", # Time (in seconds since the epoch) at which the task lease will expire. This value is 0 if the task isnt currently leased out to a worker.
+          "id": "A String", # Name of the task.
+          "tag": "A String", # Tag for the task, could be used later to lease tasks grouped by a specific tag.
+          "payloadBase64": "A String", # A bag of bytes which is the task payload. The payload on the JSON side is always Base64 encoded.
+          "queueName": "A String", # Name of the queue that the task is in.
+          "enqueueTimestamp": "A String", # Time (in seconds since the epoch) at which the task was enqueued.
+        },
+    ],
+    "kind": "taskqueue#tasks", # The kind of object returned, a list of tasks.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(project, taskqueue)</code>
+  <pre>List Tasks in a TaskQueue
+
+Args:
+  project: string, The project under which the queue lies. (required)
+  taskqueue: string, The id of the taskqueue to list tasks from. (required)
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # The actual list of tasks currently active in the TaskQueue.
+      {
+          "kind": "taskqueues#task", # The kind of object returned, in this case set to task.
+          "leaseTimestamp": "A String", # Time (in seconds since the epoch) at which the task lease will expire. This value is 0 if the task isnt currently leased out to a worker.
+          "id": "A String", # Name of the task.
+          "tag": "A String", # Tag for the task, could be used later to lease tasks grouped by a specific tag.
+          "payloadBase64": "A String", # A bag of bytes which is the task payload. The payload on the JSON side is always Base64 encoded.
+          "queueName": "A String", # Name of the queue that the task is in.
+          "enqueueTimestamp": "A String", # Time (in seconds since the epoch) at which the task was enqueued.
+        },
+    ],
+    "kind": "taskqueues#tasks", # The kind of object returned, a list of tasks.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(project, taskqueue, task, newLeaseSeconds, body)</code>
+  <pre>Update tasks that are leased out of a TaskQueue. This method supports patch semantics.
+
+Args:
+  project: string, The project under which the queue lies. (required)
+  taskqueue: string, A parameter (required)
+  task: string, A parameter (required)
+  newLeaseSeconds: integer, The new lease in seconds. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "taskqueues#task", # The kind of object returned, in this case set to task.
+    "leaseTimestamp": "A String", # Time (in seconds since the epoch) at which the task lease will expire. This value is 0 if the task isnt currently leased out to a worker.
+    "id": "A String", # Name of the task.
+    "tag": "A String", # Tag for the task, could be used later to lease tasks grouped by a specific tag.
+    "payloadBase64": "A String", # A bag of bytes which is the task payload. The payload on the JSON side is always Base64 encoded.
+    "queueName": "A String", # Name of the queue that the task is in.
+    "enqueueTimestamp": "A String", # Time (in seconds since the epoch) at which the task was enqueued.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "taskqueues#task", # The kind of object returned, in this case set to task.
+      "leaseTimestamp": "A String", # Time (in seconds since the epoch) at which the task lease will expire. This value is 0 if the task isnt currently leased out to a worker.
+      "id": "A String", # Name of the task.
+      "tag": "A String", # Tag for the task, could be used later to lease tasks grouped by a specific tag.
+      "payloadBase64": "A String", # A bag of bytes which is the task payload. The payload on the JSON side is always Base64 encoded.
+      "queueName": "A String", # Name of the queue that the task is in.
+      "enqueueTimestamp": "A String", # Time (in seconds since the epoch) at which the task was enqueued.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(project, taskqueue, task, newLeaseSeconds, body)</code>
+  <pre>Update tasks that are leased out of a TaskQueue.
+
+Args:
+  project: string, The project under which the queue lies. (required)
+  taskqueue: string, A parameter (required)
+  task: string, A parameter (required)
+  newLeaseSeconds: integer, The new lease in seconds. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "taskqueues#task", # The kind of object returned, in this case set to task.
+    "leaseTimestamp": "A String", # Time (in seconds since the epoch) at which the task lease will expire. This value is 0 if the task isnt currently leased out to a worker.
+    "id": "A String", # Name of the task.
+    "tag": "A String", # Tag for the task, could be used later to lease tasks grouped by a specific tag.
+    "payloadBase64": "A String", # A bag of bytes which is the task payload. The payload on the JSON side is always Base64 encoded.
+    "queueName": "A String", # Name of the queue that the task is in.
+    "enqueueTimestamp": "A String", # Time (in seconds since the epoch) at which the task was enqueued.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "taskqueues#task", # The kind of object returned, in this case set to task.
+      "leaseTimestamp": "A String", # Time (in seconds since the epoch) at which the task lease will expire. This value is 0 if the task isnt currently leased out to a worker.
+      "id": "A String", # Name of the task.
+      "tag": "A String", # Tag for the task, could be used later to lease tasks grouped by a specific tag.
+      "payloadBase64": "A String", # A bag of bytes which is the task payload. The payload on the JSON side is always Base64 encoded.
+      "queueName": "A String", # Name of the queue that the task is in.
+      "enqueueTimestamp": "A String", # Time (in seconds since the epoch) at which the task was enqueued.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/tasks.v1.html b/docs/dyn/tasks.v1.html
deleted file mode 100644
index 9829758..0000000
--- a/docs/dyn/tasks.v1.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-tasklists"><strong><a href="tasks.v1.tasklists.html">tasklists</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-tasks"><strong><a href="tasks.v1.tasks.html">tasks</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/tasks.v1.tasklists.html b/docs/dyn/tasks.v1.tasklists.html
deleted file mode 100644
index 9434b71..0000000
--- a/docs/dyn/tasks.v1.tasklists.html
+++ /dev/null
@@ -1,193 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;the&nbsp;authenticated&nbsp;user's&nbsp;specified&nbsp;task&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;authenticated&nbsp;user's&nbsp;specified&nbsp;task&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#taskList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#taskList".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;list&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;list&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task&nbsp;list.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates&nbsp;a&nbsp;new&nbsp;task&nbsp;list&nbsp;and&nbsp;adds&nbsp;it&nbsp;to&nbsp;the&nbsp;authenticated&nbsp;user's&nbsp;task&nbsp;lists.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#taskList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#taskList".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;list&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;list&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task&nbsp;list.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#taskList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#taskList".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;list&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;list&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task&nbsp;list.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;all&nbsp;the&nbsp;authenticated&nbsp;user's&nbsp;task&nbsp;lists.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Token&nbsp;specifying&nbsp;the&nbsp;result&nbsp;page&nbsp;to&nbsp;return.&nbsp;Optional.<br>
-&nbsp;&nbsp;maxResults:&nbsp;string,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;task&nbsp;lists&nbsp;returned&nbsp;on&nbsp;one&nbsp;page.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;100.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Token&nbsp;that&nbsp;can&nbsp;be&nbsp;used&nbsp;to&nbsp;request&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;this&nbsp;result.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;task&nbsp;lists.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#taskList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#taskList".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;list&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;list&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task&nbsp;list.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#taskLists",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#taskLists".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;authenticated&nbsp;user's&nbsp;specified&nbsp;task&nbsp;list.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#taskList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#taskList".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;list&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;list&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task&nbsp;list.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#taskList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#taskList".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;list&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;list&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task&nbsp;list.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;authenticated&nbsp;user's&nbsp;specified&nbsp;task&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#taskList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#taskList".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;list&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;list&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task&nbsp;list.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#taskList",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#taskList".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;list&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;list&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task&nbsp;list.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/tasks.v1.tasks.html b/docs/dyn/tasks.v1.tasks.html
deleted file mode 100644
index f9effc4..0000000
--- a/docs/dyn/tasks.v1.tasks.html
+++ /dev/null
@@ -1,377 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-clear"><strong>clear</strong></a> = method(self, **kwargs)</dt><dd><tt>Clears&nbsp;all&nbsp;completed&nbsp;tasks&nbsp;from&nbsp;the&nbsp;specified&nbsp;task&nbsp;list.&nbsp;The&nbsp;affected&nbsp;tasks&nbsp;will&nbsp;be&nbsp;marked&nbsp;as&nbsp;'hidden'&nbsp;and&nbsp;no&nbsp;longer&nbsp;be&nbsp;returned&nbsp;by&nbsp;default&nbsp;when&nbsp;retrieving&nbsp;all&nbsp;tasks&nbsp;for&nbsp;a&nbsp;task&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes&nbsp;the&nbsp;specified&nbsp;task&nbsp;from&nbsp;the&nbsp;task&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;task:&nbsp;string,&nbsp;Task&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter</tt></dd></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;the&nbsp;specified&nbsp;task.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;task:&nbsp;string,&nbsp;Task&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;task.&nbsp;This&nbsp;is&nbsp;either&nbsp;"needsAction"&nbsp;or&nbsp;"completed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#task",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#task".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Parent&nbsp;task&nbsp;identifier.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;it&nbsp;is&nbsp;a&nbsp;top-level&nbsp;task.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;under&nbsp;a&nbsp;different&nbsp;parent&nbsp;or&nbsp;to&nbsp;the&nbsp;top&nbsp;level.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;links.&nbsp;This&nbsp;collection&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;link,&nbsp;e.g.&nbsp;"email".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description.&nbsp;In&nbsp;HTML&nbsp;speak:&nbsp;Everything&nbsp;between&nbsp;&lt;a&gt;&nbsp;and&nbsp;&lt;/a&gt;.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;has&nbsp;been&nbsp;deleted.&nbsp;The&nbsp;default&nbsp;if&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"completed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Completion&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;the&nbsp;task&nbsp;has&nbsp;not&nbsp;been&nbsp;completed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"due":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Due&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"notes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Notes&nbsp;describing&nbsp;the&nbsp;task.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"position":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;String&nbsp;indicating&nbsp;the&nbsp;position&nbsp;of&nbsp;the&nbsp;task&nbsp;among&nbsp;its&nbsp;sibling&nbsp;tasks&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;or&nbsp;at&nbsp;the&nbsp;top&nbsp;level.&nbsp;If&nbsp;this&nbsp;string&nbsp;is&nbsp;greater&nbsp;than&nbsp;another&nbsp;task's&nbsp;corresponding&nbsp;position&nbsp;string&nbsp;according&nbsp;to&nbsp;lexicographical&nbsp;ordering,&nbsp;the&nbsp;task&nbsp;is&nbsp;positioned&nbsp;after&nbsp;the&nbsp;other&nbsp;task&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;(or&nbsp;at&nbsp;the&nbsp;top&nbsp;level).&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;to&nbsp;another&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;is&nbsp;hidden.&nbsp;This&nbsp;is&nbsp;the&nbsp;case&nbsp;if&nbsp;the&nbsp;task&nbsp;had&nbsp;been&nbsp;marked&nbsp;completed&nbsp;when&nbsp;the&nbsp;task&nbsp;list&nbsp;was&nbsp;last&nbsp;cleared.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates&nbsp;a&nbsp;new&nbsp;task&nbsp;on&nbsp;the&nbsp;specified&nbsp;task&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;task.&nbsp;This&nbsp;is&nbsp;either&nbsp;"needsAction"&nbsp;or&nbsp;"completed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#task",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#task".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"parent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Parent&nbsp;task&nbsp;identifier.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;it&nbsp;is&nbsp;a&nbsp;top-level&nbsp;task.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;under&nbsp;a&nbsp;different&nbsp;parent&nbsp;or&nbsp;to&nbsp;the&nbsp;top&nbsp;level.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;links.&nbsp;This&nbsp;collection&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;link,&nbsp;e.g.&nbsp;"email".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description.&nbsp;In&nbsp;HTML&nbsp;speak:&nbsp;Everything&nbsp;between&nbsp;&lt;a&gt;&nbsp;and&nbsp;&lt;/a&gt;.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;has&nbsp;been&nbsp;deleted.&nbsp;The&nbsp;default&nbsp;if&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"completed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Completion&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;the&nbsp;task&nbsp;has&nbsp;not&nbsp;been&nbsp;completed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"due":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Due&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"notes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Notes&nbsp;describing&nbsp;the&nbsp;task.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"position":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;String&nbsp;indicating&nbsp;the&nbsp;position&nbsp;of&nbsp;the&nbsp;task&nbsp;among&nbsp;its&nbsp;sibling&nbsp;tasks&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;or&nbsp;at&nbsp;the&nbsp;top&nbsp;level.&nbsp;If&nbsp;this&nbsp;string&nbsp;is&nbsp;greater&nbsp;than&nbsp;another&nbsp;task's&nbsp;corresponding&nbsp;position&nbsp;string&nbsp;according&nbsp;to&nbsp;lexicographical&nbsp;ordering,&nbsp;the&nbsp;task&nbsp;is&nbsp;positioned&nbsp;after&nbsp;the&nbsp;other&nbsp;task&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;(or&nbsp;at&nbsp;the&nbsp;top&nbsp;level).&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;to&nbsp;another&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;is&nbsp;hidden.&nbsp;This&nbsp;is&nbsp;the&nbsp;case&nbsp;if&nbsp;the&nbsp;task&nbsp;had&nbsp;been&nbsp;marked&nbsp;completed&nbsp;when&nbsp;the&nbsp;task&nbsp;list&nbsp;was&nbsp;last&nbsp;cleared.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;parent:&nbsp;string,&nbsp;Parent&nbsp;task&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;task&nbsp;is&nbsp;created&nbsp;at&nbsp;the&nbsp;top&nbsp;level,&nbsp;this&nbsp;parameter&nbsp;is&nbsp;omitted.&nbsp;Optional.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;previous:&nbsp;string,&nbsp;Previous&nbsp;sibling&nbsp;task&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;task&nbsp;is&nbsp;created&nbsp;at&nbsp;the&nbsp;first&nbsp;position&nbsp;among&nbsp;its&nbsp;siblings,&nbsp;this&nbsp;parameter&nbsp;is&nbsp;omitted.&nbsp;Optional.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;task.&nbsp;This&nbsp;is&nbsp;either&nbsp;"needsAction"&nbsp;or&nbsp;"completed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#task",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#task".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Parent&nbsp;task&nbsp;identifier.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;it&nbsp;is&nbsp;a&nbsp;top-level&nbsp;task.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;under&nbsp;a&nbsp;different&nbsp;parent&nbsp;or&nbsp;to&nbsp;the&nbsp;top&nbsp;level.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;links.&nbsp;This&nbsp;collection&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;link,&nbsp;e.g.&nbsp;"email".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description.&nbsp;In&nbsp;HTML&nbsp;speak:&nbsp;Everything&nbsp;between&nbsp;&lt;a&gt;&nbsp;and&nbsp;&lt;/a&gt;.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;has&nbsp;been&nbsp;deleted.&nbsp;The&nbsp;default&nbsp;if&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"completed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Completion&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;the&nbsp;task&nbsp;has&nbsp;not&nbsp;been&nbsp;completed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"due":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Due&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"notes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Notes&nbsp;describing&nbsp;the&nbsp;task.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"position":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;String&nbsp;indicating&nbsp;the&nbsp;position&nbsp;of&nbsp;the&nbsp;task&nbsp;among&nbsp;its&nbsp;sibling&nbsp;tasks&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;or&nbsp;at&nbsp;the&nbsp;top&nbsp;level.&nbsp;If&nbsp;this&nbsp;string&nbsp;is&nbsp;greater&nbsp;than&nbsp;another&nbsp;task's&nbsp;corresponding&nbsp;position&nbsp;string&nbsp;according&nbsp;to&nbsp;lexicographical&nbsp;ordering,&nbsp;the&nbsp;task&nbsp;is&nbsp;positioned&nbsp;after&nbsp;the&nbsp;other&nbsp;task&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;(or&nbsp;at&nbsp;the&nbsp;top&nbsp;level).&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;to&nbsp;another&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;is&nbsp;hidden.&nbsp;This&nbsp;is&nbsp;the&nbsp;case&nbsp;if&nbsp;the&nbsp;task&nbsp;had&nbsp;been&nbsp;marked&nbsp;completed&nbsp;when&nbsp;the&nbsp;task&nbsp;list&nbsp;was&nbsp;last&nbsp;cleared.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;all&nbsp;tasks&nbsp;in&nbsp;the&nbsp;specified&nbsp;task&nbsp;list.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;showCompleted:&nbsp;boolean,&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;completed&nbsp;tasks&nbsp;are&nbsp;returned&nbsp;in&nbsp;the&nbsp;result.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;True.<br>
-&nbsp;&nbsp;dueMin:&nbsp;string,&nbsp;Lower&nbsp;bound&nbsp;for&nbsp;a&nbsp;task's&nbsp;due&nbsp;date&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp)&nbsp;to&nbsp;filter&nbsp;by.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;not&nbsp;to&nbsp;filter&nbsp;by&nbsp;due&nbsp;date.<br>
-&nbsp;&nbsp;dueMax:&nbsp;string,&nbsp;Upper&nbsp;bound&nbsp;for&nbsp;a&nbsp;task's&nbsp;due&nbsp;date&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp)&nbsp;to&nbsp;filter&nbsp;by.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;not&nbsp;to&nbsp;filter&nbsp;by&nbsp;due&nbsp;date.<br>
-&nbsp;&nbsp;pageToken:&nbsp;string,&nbsp;Token&nbsp;specifying&nbsp;the&nbsp;result&nbsp;page&nbsp;to&nbsp;return.&nbsp;Optional.<br>
-&nbsp;&nbsp;updatedMin:&nbsp;string,&nbsp;Lower&nbsp;bound&nbsp;for&nbsp;a&nbsp;task's&nbsp;last&nbsp;modification&nbsp;time&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp)&nbsp;to&nbsp;filter&nbsp;by.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;not&nbsp;to&nbsp;filter&nbsp;by&nbsp;last&nbsp;modification&nbsp;time.<br>
-&nbsp;&nbsp;showDeleted:&nbsp;boolean,&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;deleted&nbsp;tasks&nbsp;are&nbsp;returned&nbsp;in&nbsp;the&nbsp;result.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;completedMax:&nbsp;string,&nbsp;Upper&nbsp;bound&nbsp;for&nbsp;a&nbsp;task's&nbsp;completion&nbsp;date&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp)&nbsp;to&nbsp;filter&nbsp;by.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;not&nbsp;to&nbsp;filter&nbsp;by&nbsp;completion&nbsp;date.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;maxResults:&nbsp;string,&nbsp;Maximum&nbsp;number&nbsp;of&nbsp;task&nbsp;lists&nbsp;returned&nbsp;on&nbsp;one&nbsp;page.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;100.<br>
-&nbsp;&nbsp;completedMin:&nbsp;string,&nbsp;Lower&nbsp;bound&nbsp;for&nbsp;a&nbsp;task's&nbsp;completion&nbsp;date&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp)&nbsp;to&nbsp;filter&nbsp;by.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;not&nbsp;to&nbsp;filter&nbsp;by&nbsp;completion&nbsp;date.<br>
-&nbsp;&nbsp;showHidden:&nbsp;boolean,&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;hidden&nbsp;tasks&nbsp;are&nbsp;returned&nbsp;in&nbsp;the&nbsp;result.&nbsp;Optional.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Token&nbsp;used&nbsp;to&nbsp;access&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;this&nbsp;result.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;tasks.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;task.&nbsp;This&nbsp;is&nbsp;either&nbsp;"needsAction"&nbsp;or&nbsp;"completed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#task",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#task".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Parent&nbsp;task&nbsp;identifier.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;it&nbsp;is&nbsp;a&nbsp;top-level&nbsp;task.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;under&nbsp;a&nbsp;different&nbsp;parent&nbsp;or&nbsp;to&nbsp;the&nbsp;top&nbsp;level.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;links.&nbsp;This&nbsp;collection&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;link,&nbsp;e.g.&nbsp;"email".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description.&nbsp;In&nbsp;HTML&nbsp;speak:&nbsp;Everything&nbsp;between&nbsp;&lt;a&gt;&nbsp;and&nbsp;&lt;/a&gt;.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;has&nbsp;been&nbsp;deleted.&nbsp;The&nbsp;default&nbsp;if&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"completed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Completion&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;the&nbsp;task&nbsp;has&nbsp;not&nbsp;been&nbsp;completed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"due":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Due&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"notes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Notes&nbsp;describing&nbsp;the&nbsp;task.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"position":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;String&nbsp;indicating&nbsp;the&nbsp;position&nbsp;of&nbsp;the&nbsp;task&nbsp;among&nbsp;its&nbsp;sibling&nbsp;tasks&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;or&nbsp;at&nbsp;the&nbsp;top&nbsp;level.&nbsp;If&nbsp;this&nbsp;string&nbsp;is&nbsp;greater&nbsp;than&nbsp;another&nbsp;task's&nbsp;corresponding&nbsp;position&nbsp;string&nbsp;according&nbsp;to&nbsp;lexicographical&nbsp;ordering,&nbsp;the&nbsp;task&nbsp;is&nbsp;positioned&nbsp;after&nbsp;the&nbsp;other&nbsp;task&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;(or&nbsp;at&nbsp;the&nbsp;top&nbsp;level).&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;to&nbsp;another&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;is&nbsp;hidden.&nbsp;This&nbsp;is&nbsp;the&nbsp;case&nbsp;if&nbsp;the&nbsp;task&nbsp;had&nbsp;been&nbsp;marked&nbsp;completed&nbsp;when&nbsp;the&nbsp;task&nbsp;list&nbsp;was&nbsp;last&nbsp;cleared.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#tasks",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#tasks".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list_next"><strong>list_next</strong></a> = methodNext(self, previous_request, previous_response)</dt><dd><tt>Retrieves&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;previous_request:&nbsp;The&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;&nbsp;previous_response:&nbsp;The&nbsp;response&nbsp;from&nbsp;the&nbsp;request&nbsp;for&nbsp;the&nbsp;previous&nbsp;page.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;A&nbsp;request&nbsp;object&nbsp;that&nbsp;you&nbsp;can&nbsp;call&nbsp;'execute()'&nbsp;on&nbsp;to&nbsp;request&nbsp;the&nbsp;next<br>
-&nbsp;&nbsp;page.&nbsp;Returns&nbsp;None&nbsp;if&nbsp;there&nbsp;are&nbsp;no&nbsp;more&nbsp;items&nbsp;in&nbsp;the&nbsp;collection.</tt></dd></dl>
-
-<dl><dt><a name="Resource-move"><strong>move</strong></a> = method(self, **kwargs)</dt><dd><tt>Moves&nbsp;the&nbsp;specified&nbsp;task&nbsp;to&nbsp;another&nbsp;position&nbsp;in&nbsp;the&nbsp;task&nbsp;list.&nbsp;This&nbsp;can&nbsp;include&nbsp;putting&nbsp;it&nbsp;as&nbsp;a&nbsp;child&nbsp;task&nbsp;under&nbsp;a&nbsp;new&nbsp;parent&nbsp;and/or&nbsp;move&nbsp;it&nbsp;to&nbsp;a&nbsp;different&nbsp;position&nbsp;among&nbsp;its&nbsp;sibling&nbsp;tasks.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;parent:&nbsp;string,&nbsp;New&nbsp;parent&nbsp;task&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;task&nbsp;is&nbsp;moved&nbsp;to&nbsp;the&nbsp;top&nbsp;level,&nbsp;this&nbsp;parameter&nbsp;is&nbsp;omitted.&nbsp;Optional.<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;task:&nbsp;string,&nbsp;Task&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;previous:&nbsp;string,&nbsp;New&nbsp;previous&nbsp;sibling&nbsp;task&nbsp;identifier.&nbsp;If&nbsp;the&nbsp;task&nbsp;is&nbsp;moved&nbsp;to&nbsp;the&nbsp;first&nbsp;position&nbsp;among&nbsp;its&nbsp;siblings,&nbsp;this&nbsp;parameter&nbsp;is&nbsp;omitted.&nbsp;Optional.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;task.&nbsp;This&nbsp;is&nbsp;either&nbsp;"needsAction"&nbsp;or&nbsp;"completed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#task",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#task".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Parent&nbsp;task&nbsp;identifier.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;it&nbsp;is&nbsp;a&nbsp;top-level&nbsp;task.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;under&nbsp;a&nbsp;different&nbsp;parent&nbsp;or&nbsp;to&nbsp;the&nbsp;top&nbsp;level.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;links.&nbsp;This&nbsp;collection&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;link,&nbsp;e.g.&nbsp;"email".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description.&nbsp;In&nbsp;HTML&nbsp;speak:&nbsp;Everything&nbsp;between&nbsp;&lt;a&gt;&nbsp;and&nbsp;&lt;/a&gt;.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;has&nbsp;been&nbsp;deleted.&nbsp;The&nbsp;default&nbsp;if&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"completed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Completion&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;the&nbsp;task&nbsp;has&nbsp;not&nbsp;been&nbsp;completed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"due":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Due&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"notes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Notes&nbsp;describing&nbsp;the&nbsp;task.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"position":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;String&nbsp;indicating&nbsp;the&nbsp;position&nbsp;of&nbsp;the&nbsp;task&nbsp;among&nbsp;its&nbsp;sibling&nbsp;tasks&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;or&nbsp;at&nbsp;the&nbsp;top&nbsp;level.&nbsp;If&nbsp;this&nbsp;string&nbsp;is&nbsp;greater&nbsp;than&nbsp;another&nbsp;task's&nbsp;corresponding&nbsp;position&nbsp;string&nbsp;according&nbsp;to&nbsp;lexicographical&nbsp;ordering,&nbsp;the&nbsp;task&nbsp;is&nbsp;positioned&nbsp;after&nbsp;the&nbsp;other&nbsp;task&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;(or&nbsp;at&nbsp;the&nbsp;top&nbsp;level).&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;to&nbsp;another&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;is&nbsp;hidden.&nbsp;This&nbsp;is&nbsp;the&nbsp;case&nbsp;if&nbsp;the&nbsp;task&nbsp;had&nbsp;been&nbsp;marked&nbsp;completed&nbsp;when&nbsp;the&nbsp;task&nbsp;list&nbsp;was&nbsp;last&nbsp;cleared.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;specified&nbsp;task.&nbsp;This&nbsp;method&nbsp;supports&nbsp;patch&nbsp;semantics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;task.&nbsp;This&nbsp;is&nbsp;either&nbsp;"needsAction"&nbsp;or&nbsp;"completed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#task",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#task".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"parent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Parent&nbsp;task&nbsp;identifier.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;it&nbsp;is&nbsp;a&nbsp;top-level&nbsp;task.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;under&nbsp;a&nbsp;different&nbsp;parent&nbsp;or&nbsp;to&nbsp;the&nbsp;top&nbsp;level.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;links.&nbsp;This&nbsp;collection&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;link,&nbsp;e.g.&nbsp;"email".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description.&nbsp;In&nbsp;HTML&nbsp;speak:&nbsp;Everything&nbsp;between&nbsp;&lt;a&gt;&nbsp;and&nbsp;&lt;/a&gt;.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;has&nbsp;been&nbsp;deleted.&nbsp;The&nbsp;default&nbsp;if&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"completed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Completion&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;the&nbsp;task&nbsp;has&nbsp;not&nbsp;been&nbsp;completed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"due":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Due&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"notes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Notes&nbsp;describing&nbsp;the&nbsp;task.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"position":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;String&nbsp;indicating&nbsp;the&nbsp;position&nbsp;of&nbsp;the&nbsp;task&nbsp;among&nbsp;its&nbsp;sibling&nbsp;tasks&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;or&nbsp;at&nbsp;the&nbsp;top&nbsp;level.&nbsp;If&nbsp;this&nbsp;string&nbsp;is&nbsp;greater&nbsp;than&nbsp;another&nbsp;task's&nbsp;corresponding&nbsp;position&nbsp;string&nbsp;according&nbsp;to&nbsp;lexicographical&nbsp;ordering,&nbsp;the&nbsp;task&nbsp;is&nbsp;positioned&nbsp;after&nbsp;the&nbsp;other&nbsp;task&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;(or&nbsp;at&nbsp;the&nbsp;top&nbsp;level).&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;to&nbsp;another&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;is&nbsp;hidden.&nbsp;This&nbsp;is&nbsp;the&nbsp;case&nbsp;if&nbsp;the&nbsp;task&nbsp;had&nbsp;been&nbsp;marked&nbsp;completed&nbsp;when&nbsp;the&nbsp;task&nbsp;list&nbsp;was&nbsp;last&nbsp;cleared.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;task:&nbsp;string,&nbsp;Task&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;task.&nbsp;This&nbsp;is&nbsp;either&nbsp;"needsAction"&nbsp;or&nbsp;"completed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#task",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#task".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Parent&nbsp;task&nbsp;identifier.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;it&nbsp;is&nbsp;a&nbsp;top-level&nbsp;task.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;under&nbsp;a&nbsp;different&nbsp;parent&nbsp;or&nbsp;to&nbsp;the&nbsp;top&nbsp;level.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;links.&nbsp;This&nbsp;collection&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;link,&nbsp;e.g.&nbsp;"email".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description.&nbsp;In&nbsp;HTML&nbsp;speak:&nbsp;Everything&nbsp;between&nbsp;&lt;a&gt;&nbsp;and&nbsp;&lt;/a&gt;.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;has&nbsp;been&nbsp;deleted.&nbsp;The&nbsp;default&nbsp;if&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"completed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Completion&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;the&nbsp;task&nbsp;has&nbsp;not&nbsp;been&nbsp;completed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"due":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Due&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"notes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Notes&nbsp;describing&nbsp;the&nbsp;task.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"position":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;String&nbsp;indicating&nbsp;the&nbsp;position&nbsp;of&nbsp;the&nbsp;task&nbsp;among&nbsp;its&nbsp;sibling&nbsp;tasks&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;or&nbsp;at&nbsp;the&nbsp;top&nbsp;level.&nbsp;If&nbsp;this&nbsp;string&nbsp;is&nbsp;greater&nbsp;than&nbsp;another&nbsp;task's&nbsp;corresponding&nbsp;position&nbsp;string&nbsp;according&nbsp;to&nbsp;lexicographical&nbsp;ordering,&nbsp;the&nbsp;task&nbsp;is&nbsp;positioned&nbsp;after&nbsp;the&nbsp;other&nbsp;task&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;(or&nbsp;at&nbsp;the&nbsp;top&nbsp;level).&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;to&nbsp;another&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;is&nbsp;hidden.&nbsp;This&nbsp;is&nbsp;the&nbsp;case&nbsp;if&nbsp;the&nbsp;task&nbsp;had&nbsp;been&nbsp;marked&nbsp;completed&nbsp;when&nbsp;the&nbsp;task&nbsp;list&nbsp;was&nbsp;last&nbsp;cleared.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates&nbsp;the&nbsp;specified&nbsp;task.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;task.&nbsp;This&nbsp;is&nbsp;either&nbsp;"needsAction"&nbsp;or&nbsp;"completed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#task",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#task".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"parent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Parent&nbsp;task&nbsp;identifier.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;it&nbsp;is&nbsp;a&nbsp;top-level&nbsp;task.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;under&nbsp;a&nbsp;different&nbsp;parent&nbsp;or&nbsp;to&nbsp;the&nbsp;top&nbsp;level.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;links.&nbsp;This&nbsp;collection&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;link,&nbsp;e.g.&nbsp;"email".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description.&nbsp;In&nbsp;HTML&nbsp;speak:&nbsp;Everything&nbsp;between&nbsp;&lt;a&gt;&nbsp;and&nbsp;&lt;/a&gt;.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;has&nbsp;been&nbsp;deleted.&nbsp;The&nbsp;default&nbsp;if&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"completed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Completion&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;the&nbsp;task&nbsp;has&nbsp;not&nbsp;been&nbsp;completed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"due":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Due&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"notes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Notes&nbsp;describing&nbsp;the&nbsp;task.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"position":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;String&nbsp;indicating&nbsp;the&nbsp;position&nbsp;of&nbsp;the&nbsp;task&nbsp;among&nbsp;its&nbsp;sibling&nbsp;tasks&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;or&nbsp;at&nbsp;the&nbsp;top&nbsp;level.&nbsp;If&nbsp;this&nbsp;string&nbsp;is&nbsp;greater&nbsp;than&nbsp;another&nbsp;task's&nbsp;corresponding&nbsp;position&nbsp;string&nbsp;according&nbsp;to&nbsp;lexicographical&nbsp;ordering,&nbsp;the&nbsp;task&nbsp;is&nbsp;positioned&nbsp;after&nbsp;the&nbsp;other&nbsp;task&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;(or&nbsp;at&nbsp;the&nbsp;top&nbsp;level).&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;to&nbsp;another&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;is&nbsp;hidden.&nbsp;This&nbsp;is&nbsp;the&nbsp;case&nbsp;if&nbsp;the&nbsp;task&nbsp;had&nbsp;been&nbsp;marked&nbsp;completed&nbsp;when&nbsp;the&nbsp;task&nbsp;list&nbsp;was&nbsp;last&nbsp;cleared.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task.<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;tasklist:&nbsp;string,&nbsp;Task&nbsp;list&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;task:&nbsp;string,&nbsp;Task&nbsp;identifier.&nbsp;(required)<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;task.&nbsp;This&nbsp;is&nbsp;either&nbsp;"needsAction"&nbsp;or&nbsp;"completed".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"tasks#task",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;resource.&nbsp;This&nbsp;is&nbsp;always&nbsp;"tasks#task".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"updated":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Last&nbsp;modification&nbsp;time&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"parent":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Parent&nbsp;task&nbsp;identifier.&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;it&nbsp;is&nbsp;a&nbsp;top-level&nbsp;task.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;under&nbsp;a&nbsp;different&nbsp;parent&nbsp;or&nbsp;to&nbsp;the&nbsp;top&nbsp;level.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"links":&nbsp;[&nbsp;#&nbsp;Collection&nbsp;of&nbsp;links.&nbsp;This&nbsp;collection&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Type&nbsp;of&nbsp;the&nbsp;link,&nbsp;e.g.&nbsp;"email".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"link":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"description":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;description.&nbsp;In&nbsp;HTML&nbsp;speak:&nbsp;Everything&nbsp;between&nbsp;&lt;a&gt;&nbsp;and&nbsp;&lt;/a&gt;.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"title":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Title&nbsp;of&nbsp;the&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"deleted":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;has&nbsp;been&nbsp;deleted.&nbsp;The&nbsp;default&nbsp;if&nbsp;False.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"completed":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Completion&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;This&nbsp;field&nbsp;is&nbsp;omitted&nbsp;if&nbsp;the&nbsp;task&nbsp;has&nbsp;not&nbsp;been&nbsp;completed.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"due":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Due&nbsp;date&nbsp;of&nbsp;the&nbsp;task&nbsp;(as&nbsp;a&nbsp;<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC&nbsp;3339</a>&nbsp;timestamp).&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"etag":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;ETag&nbsp;of&nbsp;the&nbsp;resource.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"notes":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Notes&nbsp;describing&nbsp;the&nbsp;task.&nbsp;Optional.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"position":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;String&nbsp;indicating&nbsp;the&nbsp;position&nbsp;of&nbsp;the&nbsp;task&nbsp;among&nbsp;its&nbsp;sibling&nbsp;tasks&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;or&nbsp;at&nbsp;the&nbsp;top&nbsp;level.&nbsp;If&nbsp;this&nbsp;string&nbsp;is&nbsp;greater&nbsp;than&nbsp;another&nbsp;task's&nbsp;corresponding&nbsp;position&nbsp;string&nbsp;according&nbsp;to&nbsp;lexicographical&nbsp;ordering,&nbsp;the&nbsp;task&nbsp;is&nbsp;positioned&nbsp;after&nbsp;the&nbsp;other&nbsp;task&nbsp;under&nbsp;the&nbsp;same&nbsp;parent&nbsp;task&nbsp;(or&nbsp;at&nbsp;the&nbsp;top&nbsp;level).&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.&nbsp;Use&nbsp;the&nbsp;"move"&nbsp;method&nbsp;to&nbsp;move&nbsp;the&nbsp;task&nbsp;to&nbsp;another&nbsp;position.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"hidden":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;Flag&nbsp;indicating&nbsp;whether&nbsp;the&nbsp;task&nbsp;is&nbsp;hidden.&nbsp;This&nbsp;is&nbsp;the&nbsp;case&nbsp;if&nbsp;the&nbsp;task&nbsp;had&nbsp;been&nbsp;marked&nbsp;completed&nbsp;when&nbsp;the&nbsp;task&nbsp;list&nbsp;was&nbsp;last&nbsp;cleared.&nbsp;The&nbsp;default&nbsp;is&nbsp;False.&nbsp;This&nbsp;field&nbsp;is&nbsp;read-only.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Task&nbsp;identifier.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"selfLink":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;URL&nbsp;pointing&nbsp;to&nbsp;this&nbsp;task.&nbsp;Used&nbsp;to&nbsp;retrieve,&nbsp;update,&nbsp;or&nbsp;delete&nbsp;this&nbsp;task.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/tasks_v1.html b/docs/dyn/tasks_v1.html
new file mode 100644
index 0000000..5acf5d4
--- /dev/null
+++ b/docs/dyn/tasks_v1.html
@@ -0,0 +1,87 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="tasks_v1.html">Tasks API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="tasks_v1.tasklists.html">tasklists()</a></code>
+</p>
+<p class="firstline">Returns the tasklists Resource.</p>
+
+<p class="toc_element">
+  <code><a href="tasks_v1.tasks.html">tasks()</a></code>
+</p>
+<p class="firstline">Returns the tasks Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/tasks_v1.tasklists.html b/docs/dyn/tasks_v1.tasklists.html
new file mode 100644
index 0000000..df3e1ac
--- /dev/null
+++ b/docs/dyn/tasks_v1.tasklists.html
@@ -0,0 +1,265 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="tasks_v1.html">Tasks API</a> . <a href="tasks_v1.tasklists.html">tasklists</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#delete">delete(tasklist)</a></code></p>
+<p class="firstline">Deletes the authenticated user's specified task list.</p>
+<p class="toc_element">
+  <code><a href="#get">get(tasklist)</a></code></p>
+<p class="firstline">Returns the authenticated user's specified task list.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body)</a></code></p>
+<p class="firstline">Creates a new task list and adds it to the authenticated user's task lists.</p>
+<p class="toc_element">
+  <code><a href="#list">list(pageToken=None, maxResults=None)</a></code></p>
+<p class="firstline">Returns all the authenticated user's task lists.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(tasklist, body)</a></code></p>
+<p class="firstline">Updates the authenticated user's specified task list. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(tasklist, body)</a></code></p>
+<p class="firstline">Updates the authenticated user's specified task list.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="delete">delete(tasklist)</code>
+  <pre>Deletes the authenticated user's specified task list.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(tasklist)</code>
+  <pre>Returns the authenticated user's specified task list.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "tasks#taskList", # Type of the resource. This is always "tasks#taskList".
+      "title": "A String", # Title of the task list.
+      "updated": "A String", # Last modification time of the task list (as a RFC 3339 timestamp).
+      "etag": "A String", # ETag of the resource.
+      "id": "A String", # Task list identifier.
+      "selfLink": "A String", # URL pointing to this task list. Used to retrieve, update, or delete this task list.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body)</code>
+  <pre>Creates a new task list and adds it to the authenticated user's task lists.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "tasks#taskList", # Type of the resource. This is always "tasks#taskList".
+    "title": "A String", # Title of the task list.
+    "updated": "A String", # Last modification time of the task list (as a RFC 3339 timestamp).
+    "etag": "A String", # ETag of the resource.
+    "id": "A String", # Task list identifier.
+    "selfLink": "A String", # URL pointing to this task list. Used to retrieve, update, or delete this task list.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "tasks#taskList", # Type of the resource. This is always "tasks#taskList".
+      "title": "A String", # Title of the task list.
+      "updated": "A String", # Last modification time of the task list (as a RFC 3339 timestamp).
+      "etag": "A String", # ETag of the resource.
+      "id": "A String", # Task list identifier.
+      "selfLink": "A String", # URL pointing to this task list. Used to retrieve, update, or delete this task list.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(pageToken=None, maxResults=None)</code>
+  <pre>Returns all the authenticated user's task lists.
+
+Args:
+  pageToken: string, Token specifying the result page to return. Optional.
+  maxResults: string, Maximum number of task lists returned on one page. Optional. The default is 100.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Token that can be used to request the next page of this result.
+    "items": [ # Collection of task lists.
+      {
+          "kind": "tasks#taskList", # Type of the resource. This is always "tasks#taskList".
+          "title": "A String", # Title of the task list.
+          "updated": "A String", # Last modification time of the task list (as a RFC 3339 timestamp).
+          "etag": "A String", # ETag of the resource.
+          "id": "A String", # Task list identifier.
+          "selfLink": "A String", # URL pointing to this task list. Used to retrieve, update, or delete this task list.
+        },
+    ],
+    "kind": "tasks#taskLists", # Type of the resource. This is always "tasks#taskLists".
+    "etag": "A String", # ETag of the resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(tasklist, body)</code>
+  <pre>Updates the authenticated user's specified task list. This method supports patch semantics.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "tasks#taskList", # Type of the resource. This is always "tasks#taskList".
+    "title": "A String", # Title of the task list.
+    "updated": "A String", # Last modification time of the task list (as a RFC 3339 timestamp).
+    "etag": "A String", # ETag of the resource.
+    "id": "A String", # Task list identifier.
+    "selfLink": "A String", # URL pointing to this task list. Used to retrieve, update, or delete this task list.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "tasks#taskList", # Type of the resource. This is always "tasks#taskList".
+      "title": "A String", # Title of the task list.
+      "updated": "A String", # Last modification time of the task list (as a RFC 3339 timestamp).
+      "etag": "A String", # ETag of the resource.
+      "id": "A String", # Task list identifier.
+      "selfLink": "A String", # URL pointing to this task list. Used to retrieve, update, or delete this task list.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(tasklist, body)</code>
+  <pre>Updates the authenticated user's specified task list.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "kind": "tasks#taskList", # Type of the resource. This is always "tasks#taskList".
+    "title": "A String", # Title of the task list.
+    "updated": "A String", # Last modification time of the task list (as a RFC 3339 timestamp).
+    "etag": "A String", # ETag of the resource.
+    "id": "A String", # Task list identifier.
+    "selfLink": "A String", # URL pointing to this task list. Used to retrieve, update, or delete this task list.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "kind": "tasks#taskList", # Type of the resource. This is always "tasks#taskList".
+      "title": "A String", # Title of the task list.
+      "updated": "A String", # Last modification time of the task list (as a RFC 3339 timestamp).
+      "etag": "A String", # ETag of the resource.
+      "id": "A String", # Task list identifier.
+      "selfLink": "A String", # URL pointing to this task list. Used to retrieve, update, or delete this task list.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/tasks_v1.tasks.html b/docs/dyn/tasks_v1.tasks.html
new file mode 100644
index 0000000..efb7267
--- /dev/null
+++ b/docs/dyn/tasks_v1.tasks.html
@@ -0,0 +1,454 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="tasks_v1.html">Tasks API</a> . <a href="tasks_v1.tasks.html">tasks</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#clear">clear(tasklist)</a></code></p>
+<p class="firstline">Clears all completed tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list.</p>
+<p class="toc_element">
+  <code><a href="#delete">delete(tasklist, task)</a></code></p>
+<p class="firstline">Deletes the specified task from the task list.</p>
+<p class="toc_element">
+  <code><a href="#get">get(tasklist, task)</a></code></p>
+<p class="firstline">Returns the specified task.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(tasklist, body, parent=None, previous=None)</a></code></p>
+<p class="firstline">Creates a new task on the specified task list.</p>
+<p class="toc_element">
+  <code><a href="#list">list(tasklist, showCompleted=None, dueMin=None, dueMax=None, pageToken=None, updatedMin=None, showDeleted=None, completedMax=None, maxResults=None, completedMin=None, showHidden=None)</a></code></p>
+<p class="firstline">Returns all tasks in the specified task list.</p>
+<p class="toc_element">
+  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
+<p class="firstline">Retrieves the next page of results.</p>
+<p class="toc_element">
+  <code><a href="#move">move(tasklist, task, parent=None, previous=None)</a></code></p>
+<p class="firstline">Moves the specified task to another position in the task list. This can include putting it as a child task under a new parent and/or move it to a different position among its sibling tasks.</p>
+<p class="toc_element">
+  <code><a href="#patch">patch(tasklist, task, body)</a></code></p>
+<p class="firstline">Updates the specified task. This method supports patch semantics.</p>
+<p class="toc_element">
+  <code><a href="#update">update(tasklist, task, body)</a></code></p>
+<p class="firstline">Updates the specified task.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="clear">clear(tasklist)</code>
+  <pre>Clears all completed tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="delete">delete(tasklist, task)</code>
+  <pre>Deletes the specified task from the task list.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+  task: string, Task identifier. (required)
+</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="get">get(tasklist, task)</code>
+  <pre>Returns the specified task.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+  task: string, Task identifier. (required)
+
+Returns:
+  An object of the form:
+
+    {
+      "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+      "kind": "tasks#task", # Type of the resource. This is always "tasks#task".
+      "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+      "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.
+      "links": [ # Collection of links. This collection is read-only.
+        {
+          "type": "A String", # Type of the link, e.g. "email".
+          "link": "A String", # The URL.
+          "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+        },
+      ],
+      "title": "A String", # Title of the task.
+      "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
+      "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+      "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+      "etag": "A String", # ETag of the resource.
+      "notes": "A String", # Notes describing the task. Optional.
+      "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
+      "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.
+      "id": "A String", # Task identifier.
+      "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(tasklist, body, parent=None, previous=None)</code>
+  <pre>Creates a new task on the specified task list.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+    "kind": "tasks#task", # Type of the resource. This is always "tasks#task".
+    "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+    "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.
+    "links": [ # Collection of links. This collection is read-only.
+      {
+        "type": "A String", # Type of the link, e.g. "email".
+        "link": "A String", # The URL.
+        "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+      },
+    ],
+    "title": "A String", # Title of the task.
+    "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
+    "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+    "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+    "etag": "A String", # ETag of the resource.
+    "notes": "A String", # Notes describing the task. Optional.
+    "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
+    "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.
+    "id": "A String", # Task identifier.
+    "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+  }
+
+  parent: string, Parent task identifier. If the task is created at the top level, this parameter is omitted. Optional.
+  previous: string, Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted. Optional.
+
+Returns:
+  An object of the form:
+
+    {
+      "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+      "kind": "tasks#task", # Type of the resource. This is always "tasks#task".
+      "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+      "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.
+      "links": [ # Collection of links. This collection is read-only.
+        {
+          "type": "A String", # Type of the link, e.g. "email".
+          "link": "A String", # The URL.
+          "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+        },
+      ],
+      "title": "A String", # Title of the task.
+      "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
+      "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+      "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+      "etag": "A String", # ETag of the resource.
+      "notes": "A String", # Notes describing the task. Optional.
+      "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
+      "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.
+      "id": "A String", # Task identifier.
+      "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(tasklist, showCompleted=None, dueMin=None, dueMax=None, pageToken=None, updatedMin=None, showDeleted=None, completedMax=None, maxResults=None, completedMin=None, showHidden=None)</code>
+  <pre>Returns all tasks in the specified task list.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+  showCompleted: boolean, Flag indicating whether completed tasks are returned in the result. Optional. The default is True.
+  dueMin: string, Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by due date.
+  dueMax: string, Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by due date.
+  pageToken: string, Token specifying the result page to return. Optional.
+  updatedMin: string, Lower bound for a task's last modification time (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by last modification time.
+  showDeleted: boolean, Flag indicating whether deleted tasks are returned in the result. Optional. The default is False.
+  completedMax: string, Upper bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by completion date.
+  maxResults: string, Maximum number of task lists returned on one page. Optional. The default is 100.
+  completedMin: string, Lower bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by completion date.
+  showHidden: boolean, Flag indicating whether hidden tasks are returned in the result. Optional. The default is False.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # Token used to access the next page of this result.
+    "items": [ # Collection of tasks.
+      {
+          "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+          "kind": "tasks#task", # Type of the resource. This is always "tasks#task".
+          "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+          "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.
+          "links": [ # Collection of links. This collection is read-only.
+            {
+              "type": "A String", # Type of the link, e.g. "email".
+              "link": "A String", # The URL.
+              "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+            },
+          ],
+          "title": "A String", # Title of the task.
+          "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
+          "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+          "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+          "etag": "A String", # ETag of the resource.
+          "notes": "A String", # Notes describing the task. Optional.
+          "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
+          "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.
+          "id": "A String", # Task identifier.
+          "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+        },
+    ],
+    "kind": "tasks#tasks", # Type of the resource. This is always "tasks#tasks".
+    "etag": "A String", # ETag of the resource.
+  }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
+  <pre>Retrieves the next page of results.
+
+Args:
+  previous_request: The request for the previous page. (required)
+  previous_response: The response from the request for the previous page. (required)
+
+Returns:
+  A request object that you can call 'execute()' on to request the next
+  page. Returns None if there are no more items in the collection.
+      </pre>
+</div>
+
+<div class="method">
+    <code class="details" id="move">move(tasklist, task, parent=None, previous=None)</code>
+  <pre>Moves the specified task to another position in the task list. This can include putting it as a child task under a new parent and/or move it to a different position among its sibling tasks.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+  task: string, Task identifier. (required)
+  parent: string, New parent task identifier. If the task is moved to the top level, this parameter is omitted. Optional.
+  previous: string, New previous sibling task identifier. If the task is moved to the first position among its siblings, this parameter is omitted. Optional.
+
+Returns:
+  An object of the form:
+
+    {
+      "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+      "kind": "tasks#task", # Type of the resource. This is always "tasks#task".
+      "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+      "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.
+      "links": [ # Collection of links. This collection is read-only.
+        {
+          "type": "A String", # Type of the link, e.g. "email".
+          "link": "A String", # The URL.
+          "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+        },
+      ],
+      "title": "A String", # Title of the task.
+      "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
+      "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+      "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+      "etag": "A String", # ETag of the resource.
+      "notes": "A String", # Notes describing the task. Optional.
+      "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
+      "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.
+      "id": "A String", # Task identifier.
+      "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="patch">patch(tasklist, task, body)</code>
+  <pre>Updates the specified task. This method supports patch semantics.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+  task: string, Task identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+    "kind": "tasks#task", # Type of the resource. This is always "tasks#task".
+    "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+    "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.
+    "links": [ # Collection of links. This collection is read-only.
+      {
+        "type": "A String", # Type of the link, e.g. "email".
+        "link": "A String", # The URL.
+        "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+      },
+    ],
+    "title": "A String", # Title of the task.
+    "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
+    "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+    "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+    "etag": "A String", # ETag of the resource.
+    "notes": "A String", # Notes describing the task. Optional.
+    "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
+    "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.
+    "id": "A String", # Task identifier.
+    "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+      "kind": "tasks#task", # Type of the resource. This is always "tasks#task".
+      "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+      "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.
+      "links": [ # Collection of links. This collection is read-only.
+        {
+          "type": "A String", # Type of the link, e.g. "email".
+          "link": "A String", # The URL.
+          "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+        },
+      ],
+      "title": "A String", # Title of the task.
+      "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
+      "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+      "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+      "etag": "A String", # ETag of the resource.
+      "notes": "A String", # Notes describing the task. Optional.
+      "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
+      "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.
+      "id": "A String", # Task identifier.
+      "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="update">update(tasklist, task, body)</code>
+  <pre>Updates the specified task.
+
+Args:
+  tasklist: string, Task list identifier. (required)
+  task: string, Task identifier. (required)
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+    "kind": "tasks#task", # Type of the resource. This is always "tasks#task".
+    "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+    "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.
+    "links": [ # Collection of links. This collection is read-only.
+      {
+        "type": "A String", # Type of the link, e.g. "email".
+        "link": "A String", # The URL.
+        "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+      },
+    ],
+    "title": "A String", # Title of the task.
+    "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
+    "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+    "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+    "etag": "A String", # ETag of the resource.
+    "notes": "A String", # Notes describing the task. Optional.
+    "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
+    "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.
+    "id": "A String", # Task identifier.
+    "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "status": "A String", # Status of the task. This is either "needsAction" or "completed".
+      "kind": "tasks#task", # Type of the resource. This is always "tasks#task".
+      "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp).
+      "parent": "A String", # Parent task identifier. This field is omitted if it is a top-level task. This field is read-only. Use the "move" method to move the task under a different parent or to the top level.
+      "links": [ # Collection of links. This collection is read-only.
+        {
+          "type": "A String", # Type of the link, e.g. "email".
+          "link": "A String", # The URL.
+          "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+        },
+      ],
+      "title": "A String", # Title of the task.
+      "deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
+      "completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
+      "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+      "etag": "A String", # ETag of the resource.
+      "notes": "A String", # Notes describing the task. Optional.
+      "position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
+      "hidden": True or False, # Flag indicating whether the task is hidden. This is the case if the task had been marked completed when the task list was last cleared. The default is False. This field is read-only.
+      "id": "A String", # Task identifier.
+      "selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.
+    }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/translate.v2.detections.html b/docs/dyn/translate.v2.detections.html
deleted file mode 100644
index b0dd6f6..0000000
--- a/docs/dyn/translate.v2.detections.html
+++ /dev/null
@@ -1,50 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Detect&nbsp;the&nbsp;language&nbsp;of&nbsp;text.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;The&nbsp;text&nbsp;to&nbsp;detect&nbsp;(required)&nbsp;(repeated)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"detections":&nbsp;[&nbsp;#&nbsp;A&nbsp;detections&nbsp;contains&nbsp;detection&nbsp;results&nbsp;of&nbsp;several&nbsp;text<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[&nbsp;#&nbsp;An&nbsp;array&nbsp;of&nbsp;languages&nbsp;which&nbsp;we&nbsp;detect&nbsp;for&nbsp;the&nbsp;given&nbsp;text&nbsp;The&nbsp;most&nbsp;likely&nbsp;language&nbsp;list&nbsp;first.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"isReliable":&nbsp;True&nbsp;or&nbsp;False,&nbsp;#&nbsp;A&nbsp;boolean&nbsp;to&nbsp;indicate&nbsp;is&nbsp;the&nbsp;language&nbsp;detection&nbsp;result&nbsp;reliable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"confidence":&nbsp;3.14,&nbsp;#&nbsp;The&nbsp;confidence&nbsp;of&nbsp;the&nbsp;detection&nbsp;resul&nbsp;of&nbsp;this&nbsp;language.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;we&nbsp;detect<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/translate.v2.html b/docs/dyn/translate.v2.html
deleted file mode 100644
index e834dff..0000000
--- a/docs/dyn/translate.v2.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-detections"><strong><a href="translate.v2.detections.html">detections</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-languages"><strong><a href="translate.v2.languages.html">languages</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<dl><dt><a name="Resource-translations"><strong><a href="translate.v2.translations.html">translations</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/translate.v2.languages.html b/docs/dyn/translate.v2.languages.html
deleted file mode 100644
index cbcc451..0000000
--- a/docs/dyn/translate.v2.languages.html
+++ /dev/null
@@ -1,47 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List&nbsp;the&nbsp;source/target&nbsp;languages&nbsp;supported&nbsp;by&nbsp;the&nbsp;API<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;target:&nbsp;string,&nbsp;the&nbsp;language&nbsp;and&nbsp;collation&nbsp;in&nbsp;which&nbsp;the&nbsp;localized&nbsp;results&nbsp;should&nbsp;be&nbsp;returned<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"languages":&nbsp;[&nbsp;#&nbsp;List&nbsp;of&nbsp;source/target&nbsp;languages&nbsp;supported&nbsp;by&nbsp;the&nbsp;translation&nbsp;API.&nbsp;If&nbsp;target&nbsp;parameter&nbsp;is&nbsp;unspecified,&nbsp;the&nbsp;list&nbsp;is&nbsp;sorted&nbsp;by&nbsp;the&nbsp;ASCII&nbsp;code&nbsp;point&nbsp;order&nbsp;of&nbsp;the&nbsp;language&nbsp;code.&nbsp;If&nbsp;target&nbsp;parameter&nbsp;is&nbsp;specified,&nbsp;the&nbsp;list&nbsp;is&nbsp;sorted&nbsp;by&nbsp;the&nbsp;collation&nbsp;order&nbsp;of&nbsp;the&nbsp;language&nbsp;name&nbsp;in&nbsp;the&nbsp;target&nbsp;language.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"name":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;localized&nbsp;name&nbsp;of&nbsp;the&nbsp;language&nbsp;if&nbsp;target&nbsp;parameter&nbsp;is&nbsp;given.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"language":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;language&nbsp;code.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/translate.v2.translations.html b/docs/dyn/translate.v2.translations.html
deleted file mode 100644
index aa78ba9..0000000
--- a/docs/dyn/translate.v2.translations.html
+++ /dev/null
@@ -1,54 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns&nbsp;text&nbsp;translations&nbsp;from&nbsp;one&nbsp;language&nbsp;to&nbsp;another.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;q:&nbsp;string,&nbsp;The&nbsp;text&nbsp;to&nbsp;translate&nbsp;(required)&nbsp;(repeated)<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;target:&nbsp;string,&nbsp;The&nbsp;target&nbsp;language&nbsp;into&nbsp;which&nbsp;the&nbsp;text&nbsp;should&nbsp;be&nbsp;translated&nbsp;(required)<br>
-&nbsp;&nbsp;format:&nbsp;string,&nbsp;The&nbsp;format&nbsp;of&nbsp;the&nbsp;text<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;html&nbsp;-&nbsp;Specifies&nbsp;the&nbsp;input&nbsp;is&nbsp;in&nbsp;HTML<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;text&nbsp;-&nbsp;Specifies&nbsp;the&nbsp;input&nbsp;is&nbsp;in&nbsp;plain&nbsp;textual&nbsp;format<br>
-&nbsp;&nbsp;cid:&nbsp;string,&nbsp;The&nbsp;customization&nbsp;id&nbsp;for&nbsp;translate&nbsp;(repeated)<br>
-&nbsp;&nbsp;source:&nbsp;string,&nbsp;The&nbsp;source&nbsp;language&nbsp;of&nbsp;the&nbsp;text<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"translations":&nbsp;[&nbsp;#&nbsp;Translations&nbsp;contains&nbsp;list&nbsp;of&nbsp;translation&nbsp;results&nbsp;of&nbsp;given&nbsp;text<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"detectedSourceLanguage":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Detected&nbsp;source&nbsp;language&nbsp;if&nbsp;source&nbsp;parameter&nbsp;is&nbsp;unspecified.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"translatedText":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;The&nbsp;translation.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/translate_v2.detections.html b/docs/dyn/translate_v2.detections.html
new file mode 100644
index 0000000..7c20f82
--- /dev/null
+++ b/docs/dyn/translate_v2.detections.html
@@ -0,0 +1,104 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="translate_v2.html">Translate API</a> . <a href="translate_v2.detections.html">detections</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(q)</a></code></p>
+<p class="firstline">Detect the language of text.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(q)</code>
+  <pre>Detect the language of text.
+
+Args:
+  q: string, The text to detect (required) (repeated)
+
+Returns:
+  An object of the form:
+
+    {
+    "detections": [ # A detections contains detection results of several text
+      [ # An array of languages which we detect for the given text The most likely language list first.
+        {
+          "isReliable": True or False, # A boolean to indicate is the language detection result reliable.
+          "confidence": 3.14, # The confidence of the detection resul of this language.
+          "language": "A String", # The language we detect
+        },
+      ],
+    ],
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/translate_v2.html b/docs/dyn/translate_v2.html
new file mode 100644
index 0000000..fbb90f7
--- /dev/null
+++ b/docs/dyn/translate_v2.html
@@ -0,0 +1,92 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="translate_v2.html">Translate API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="translate_v2.detections.html">detections()</a></code>
+</p>
+<p class="firstline">Returns the detections Resource.</p>
+
+<p class="toc_element">
+  <code><a href="translate_v2.languages.html">languages()</a></code>
+</p>
+<p class="firstline">Returns the languages Resource.</p>
+
+<p class="toc_element">
+  <code><a href="translate_v2.translations.html">translations()</a></code>
+</p>
+<p class="firstline">Returns the translations Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/translate_v2.languages.html b/docs/dyn/translate_v2.languages.html
new file mode 100644
index 0000000..9bb4afd
--- /dev/null
+++ b/docs/dyn/translate_v2.languages.html
@@ -0,0 +1,101 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="translate_v2.html">Translate API</a> . <a href="translate_v2.languages.html">languages</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(target=None)</a></code></p>
+<p class="firstline">List the source/target languages supported by the API</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(target=None)</code>
+  <pre>List the source/target languages supported by the API
+
+Args:
+  target: string, the language and collation in which the localized results should be returned
+
+Returns:
+  An object of the form:
+
+    {
+    "languages": [ # List of source/target languages supported by the translation API. If target parameter is unspecified, the list is sorted by the ASCII code point order of the language code. If target parameter is specified, the list is sorted by the collation order of the language name in the target language.
+      {
+        "name": "A String", # The localized name of the language if target parameter is given.
+        "language": "A String", # The language code.
+      },
+    ],
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/translate_v2.translations.html b/docs/dyn/translate_v2.translations.html
new file mode 100644
index 0000000..1783dc6
--- /dev/null
+++ b/docs/dyn/translate_v2.translations.html
@@ -0,0 +1,108 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="translate_v2.html">Translate API</a> . <a href="translate_v2.translations.html">translations</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(q, target, format=None, cid=None, source=None)</a></code></p>
+<p class="firstline">Returns text translations from one language to another.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(q, target, format=None, cid=None, source=None)</code>
+  <pre>Returns text translations from one language to another.
+
+Args:
+  q: string, The text to translate (required) (repeated)
+  target: string, The target language into which the text should be translated (required)
+  format: string, The format of the text
+    Allowed values
+      html - Specifies the input is in HTML
+      text - Specifies the input is in plain textual format
+  cid: string, The customization id for translate (repeated)
+  source: string, The source language of the text
+
+Returns:
+  An object of the form:
+
+    {
+    "translations": [ # Translations contains list of translation results of given text
+      {
+        "detectedSourceLanguage": "A String", # Detected source language if source parameter is unspecified.
+        "translatedText": "A String", # The translation.
+      },
+    ],
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/transparencyreport.v1.html b/docs/dyn/transparencyreport.v1.html
deleted file mode 100644
index 6d794aa..0000000
--- a/docs/dyn/transparencyreport.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-traffic"><strong><a href="transparencyreport.v1.traffic.html">traffic</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/transparencyreport.v1.traffic.html b/docs/dyn/transparencyreport.v1.traffic.html
deleted file mode 100644
index dfd017c..0000000
--- a/docs/dyn/transparencyreport.v1.traffic.html
+++ /dev/null
@@ -1,50 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;list&nbsp;of&nbsp;traffic.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;begin:&nbsp;string,&nbsp;Time&nbsp;to&nbsp;begin&nbsp;the&nbsp;list&nbsp;of&nbsp;traffic&nbsp;after&nbsp;(exclusive).<br>
-&nbsp;&nbsp;end:&nbsp;string,&nbsp;Time&nbsp;to&nbsp;end&nbsp;the&nbsp;list&nbsp;of&nbsp;traffic&nbsp;at&nbsp;(inclusive).<br>
-&nbsp;&nbsp;region:&nbsp;string,&nbsp;Region&nbsp;to&nbsp;list&nbsp;traffic&nbsp;for.<br>
-&nbsp;&nbsp;product:&nbsp;string,&nbsp;Product&nbsp;to&nbsp;list&nbsp;traffic&nbsp;for.<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;children&nbsp;on&nbsp;this&nbsp;item,&nbsp;uses&nbsp;a&nbsp;"loop"&nbsp;command&nbsp;to&nbsp;process&nbsp;the&nbsp;list.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"region":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Region&nbsp;this&nbsp;traffic&nbsp;was&nbsp;in.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"transparencyreport#traffic",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;item&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"traffic":&nbsp;3.140000,&nbsp;#&nbsp;Amount&nbsp;of&nbsp;this&nbsp;traffic.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"product":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Product&nbsp;this&nbsp;traffic&nbsp;was&nbsp;for.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"timestampSeconds":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Timestamp&nbsp;in&nbsp;seconds&nbsp;since&nbsp;the&nbsp;epoch&nbsp;(UTC).<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"transparencyreport#trafficFeed",&nbsp;#&nbsp;The&nbsp;kind&nbsp;of&nbsp;item&nbsp;this&nbsp;is.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/urlshortener.v1.html b/docs/dyn/urlshortener.v1.html
deleted file mode 100644
index f212e59..0000000
--- a/docs/dyn/urlshortener.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-url"><strong><a href="urlshortener.v1.url.html">url</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/urlshortener.v1.url.html b/docs/dyn/urlshortener.v1.url.html
deleted file mode 100644
index f8bc0b5..0000000
--- a/docs/dyn/urlshortener.v1.url.html
+++ /dev/null
@@ -1,681 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Expands&nbsp;a&nbsp;short&nbsp;URL&nbsp;or&nbsp;gets&nbsp;creation&nbsp;time&nbsp;and&nbsp;analytics.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Additional&nbsp;information&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ANALYTICS_CLICKS&nbsp;-&nbsp;Returns&nbsp;only&nbsp;click&nbsp;counts.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ANALYTICS_TOP_STRINGS&nbsp;-&nbsp;Returns&nbsp;only&nbsp;top&nbsp;string&nbsp;counts.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FULL&nbsp;-&nbsp;Returns&nbsp;the&nbsp;creation&nbsp;timestamp&nbsp;and&nbsp;all&nbsp;available&nbsp;analytics.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;shortUrl:&nbsp;string,&nbsp;The&nbsp;short&nbsp;URL,&nbsp;including&nbsp;the&nbsp;protocol.&nbsp;(required)<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;target&nbsp;URL.&nbsp;Possible&nbsp;values:&nbsp;"OK",&nbsp;"MALWARE",&nbsp;"PHISHING",&nbsp;or&nbsp;"REMOVED".&nbsp;A&nbsp;URL&nbsp;might&nbsp;be&nbsp;marked&nbsp;"REMOVED"&nbsp;if&nbsp;it&nbsp;was&nbsp;flagged&nbsp;as&nbsp;spam,&nbsp;for&nbsp;example.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"urlshortener#url",&nbsp;#&nbsp;The&nbsp;fixed&nbsp;string&nbsp;"urlshortener#url".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;the&nbsp;short&nbsp;URL&nbsp;was&nbsp;created;&nbsp;ISO&nbsp;8601&nbsp;representation&nbsp;using&nbsp;the&nbsp;yyyy-MM-dd'T'HH:mm:ss.SSSZZ&nbsp;format,&nbsp;e.g.&nbsp;"2010-10-14T19:01:24.944+00:00".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"analytics":&nbsp;{&nbsp;#&nbsp;A&nbsp;summary&nbsp;of&nbsp;the&nbsp;click&nbsp;analytics&nbsp;for&nbsp;the&nbsp;short&nbsp;and&nbsp;long&nbsp;URL.&nbsp;Might&nbsp;not&nbsp;be&nbsp;present&nbsp;if&nbsp;not&nbsp;requested&nbsp;or&nbsp;currently&nbsp;unavailable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"week":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;week.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allTime":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;all&nbsp;time.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"twoHours":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;two&nbsp;hours.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;day.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;month.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Long&nbsp;URL,&nbsp;e.g.&nbsp;"<a href="http://www.google.com/">http://www.google.com/</a>".&nbsp;Might&nbsp;not&nbsp;be&nbsp;present&nbsp;if&nbsp;the&nbsp;status&nbsp;is&nbsp;"REMOVED".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;URL,&nbsp;e.g.&nbsp;"<a href="http://goo.gl/l6MS">http://goo.gl/l6MS</a>".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates&nbsp;a&nbsp;new&nbsp;short&nbsp;URL.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;body:&nbsp;object,&nbsp;The&nbsp;request&nbsp;body.&nbsp;(required)<br>
-&nbsp;&nbsp;&nbsp;&nbsp;The&nbsp;object&nbsp;takes&nbsp;the&nbsp;form&nbsp;of:<br>
-&nbsp;<br>
-{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;target&nbsp;URL.&nbsp;Possible&nbsp;values:&nbsp;"OK",&nbsp;"MALWARE",&nbsp;"PHISHING",&nbsp;or&nbsp;"REMOVED".&nbsp;A&nbsp;URL&nbsp;might&nbsp;be&nbsp;marked&nbsp;"REMOVED"&nbsp;if&nbsp;it&nbsp;was&nbsp;flagged&nbsp;as&nbsp;spam,&nbsp;for&nbsp;example.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"urlshortener#url",&nbsp;#&nbsp;The&nbsp;fixed&nbsp;string&nbsp;"urlshortener#url".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;the&nbsp;short&nbsp;URL&nbsp;was&nbsp;created;&nbsp;ISO&nbsp;8601&nbsp;representation&nbsp;using&nbsp;the&nbsp;yyyy-MM-dd'T'HH:mm:ss.SSSZZ&nbsp;format,&nbsp;e.g.&nbsp;"2010-10-14T19:01:24.944+00:00".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"analytics":&nbsp;{&nbsp;#&nbsp;A&nbsp;summary&nbsp;of&nbsp;the&nbsp;click&nbsp;analytics&nbsp;for&nbsp;the&nbsp;short&nbsp;and&nbsp;long&nbsp;URL.&nbsp;Might&nbsp;not&nbsp;be&nbsp;present&nbsp;if&nbsp;not&nbsp;requested&nbsp;or&nbsp;currently&nbsp;unavailable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"week":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;week.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allTime":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;all&nbsp;time.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"twoHours":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;two&nbsp;hours.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;day.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;month.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"longUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Long&nbsp;URL,&nbsp;e.g.&nbsp;"<a href="http://www.google.com/">http://www.google.com/</a>".&nbsp;Might&nbsp;not&nbsp;be&nbsp;present&nbsp;if&nbsp;the&nbsp;status&nbsp;is&nbsp;"REMOVED".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;URL,&nbsp;e.g.&nbsp;"<a href="http://goo.gl/l6MS">http://goo.gl/l6MS</a>".<br>
-&nbsp;&nbsp;}<br>
-&nbsp;<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;target&nbsp;URL.&nbsp;Possible&nbsp;values:&nbsp;"OK",&nbsp;"MALWARE",&nbsp;"PHISHING",&nbsp;or&nbsp;"REMOVED".&nbsp;A&nbsp;URL&nbsp;might&nbsp;be&nbsp;marked&nbsp;"REMOVED"&nbsp;if&nbsp;it&nbsp;was&nbsp;flagged&nbsp;as&nbsp;spam,&nbsp;for&nbsp;example.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"urlshortener#url",&nbsp;#&nbsp;The&nbsp;fixed&nbsp;string&nbsp;"urlshortener#url".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;the&nbsp;short&nbsp;URL&nbsp;was&nbsp;created;&nbsp;ISO&nbsp;8601&nbsp;representation&nbsp;using&nbsp;the&nbsp;yyyy-MM-dd'T'HH:mm:ss.SSSZZ&nbsp;format,&nbsp;e.g.&nbsp;"2010-10-14T19:01:24.944+00:00".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"analytics":&nbsp;{&nbsp;#&nbsp;A&nbsp;summary&nbsp;of&nbsp;the&nbsp;click&nbsp;analytics&nbsp;for&nbsp;the&nbsp;short&nbsp;and&nbsp;long&nbsp;URL.&nbsp;Might&nbsp;not&nbsp;be&nbsp;present&nbsp;if&nbsp;not&nbsp;requested&nbsp;or&nbsp;currently&nbsp;unavailable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"week":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;week.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allTime":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;all&nbsp;time.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"twoHours":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;two&nbsp;hours.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;day.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;month.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Long&nbsp;URL,&nbsp;e.g.&nbsp;"<a href="http://www.google.com/">http://www.google.com/</a>".&nbsp;Might&nbsp;not&nbsp;be&nbsp;present&nbsp;if&nbsp;the&nbsp;status&nbsp;is&nbsp;"REMOVED".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;URL,&nbsp;e.g.&nbsp;"<a href="http://goo.gl/l6MS">http://goo.gl/l6MS</a>".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}</tt></dd></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;a&nbsp;list&nbsp;of&nbsp;URLs&nbsp;shortened&nbsp;by&nbsp;a&nbsp;user.<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;start_token:&nbsp;string,&nbsp;Token&nbsp;for&nbsp;requesting&nbsp;successive&nbsp;pages&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;projection:&nbsp;string,&nbsp;Additional&nbsp;information&nbsp;to&nbsp;return.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ANALYTICS_CLICKS&nbsp;-&nbsp;Returns&nbsp;short&nbsp;URL&nbsp;click&nbsp;counts.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FULL&nbsp;-&nbsp;Returns&nbsp;short&nbsp;URL&nbsp;click&nbsp;counts.<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"nextPageToken":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;A&nbsp;token&nbsp;to&nbsp;provide&nbsp;to&nbsp;get&nbsp;the&nbsp;next&nbsp;page&nbsp;of&nbsp;results.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;A&nbsp;list&nbsp;of&nbsp;URL&nbsp;resources.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"status":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Status&nbsp;of&nbsp;the&nbsp;target&nbsp;URL.&nbsp;Possible&nbsp;values:&nbsp;"OK",&nbsp;"MALWARE",&nbsp;"PHISHING",&nbsp;or&nbsp;"REMOVED".&nbsp;A&nbsp;URL&nbsp;might&nbsp;be&nbsp;marked&nbsp;"REMOVED"&nbsp;if&nbsp;it&nbsp;was&nbsp;flagged&nbsp;as&nbsp;spam,&nbsp;for&nbsp;example.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"urlshortener#url",&nbsp;#&nbsp;The&nbsp;fixed&nbsp;string&nbsp;"urlshortener#url".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"created":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Time&nbsp;the&nbsp;short&nbsp;URL&nbsp;was&nbsp;created;&nbsp;ISO&nbsp;8601&nbsp;representation&nbsp;using&nbsp;the&nbsp;yyyy-MM-dd'T'HH:mm:ss.SSSZZ&nbsp;format,&nbsp;e.g.&nbsp;"2010-10-14T19:01:24.944+00:00".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"analytics":&nbsp;{&nbsp;#&nbsp;A&nbsp;summary&nbsp;of&nbsp;the&nbsp;click&nbsp;analytics&nbsp;for&nbsp;the&nbsp;short&nbsp;and&nbsp;long&nbsp;URL.&nbsp;Might&nbsp;not&nbsp;be&nbsp;present&nbsp;if&nbsp;not&nbsp;requested&nbsp;or&nbsp;currently&nbsp;unavailable.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"week":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;week.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"allTime":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;all&nbsp;time.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"twoHours":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;two&nbsp;hours.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"day":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;day.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"month":&nbsp;{&nbsp;#&nbsp;Click&nbsp;analytics&nbsp;over&nbsp;the&nbsp;last&nbsp;month.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"shortUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;this&nbsp;short&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"countries":&nbsp;[&nbsp;#&nbsp;Top&nbsp;countries&nbsp;(expressed&nbsp;as&nbsp;country&nbsp;codes),&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"DE";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"platforms":&nbsp;[&nbsp;#&nbsp;Top&nbsp;platforms&nbsp;or&nbsp;OSes,&nbsp;e.g.&nbsp;"Windows";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"browsers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;browsers,&nbsp;e.g.&nbsp;"Chrome";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"referrers":&nbsp;[&nbsp;#&nbsp;Top&nbsp;referring&nbsp;hosts,&nbsp;e.g.&nbsp;"www.google.com";&nbsp;sorted&nbsp;by&nbsp;(descending)&nbsp;click&nbsp;counts.&nbsp;Only&nbsp;present&nbsp;if&nbsp;this&nbsp;data&nbsp;is&nbsp;available.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"count":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;for&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;for&nbsp;this&nbsp;particular&nbsp;country&nbsp;or&nbsp;browser.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Label&nbsp;assigned&nbsp;to&nbsp;this&nbsp;top&nbsp;entry,&nbsp;e.g.&nbsp;"US"&nbsp;or&nbsp;"Chrome".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrlClicks":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Number&nbsp;of&nbsp;clicks&nbsp;on&nbsp;all&nbsp;goo.gl&nbsp;short&nbsp;URLs&nbsp;pointing&nbsp;to&nbsp;this&nbsp;long&nbsp;URL.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"longUrl":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Long&nbsp;URL,&nbsp;e.g.&nbsp;"<a href="http://www.google.com/">http://www.google.com/</a>".&nbsp;Might&nbsp;not&nbsp;be&nbsp;present&nbsp;if&nbsp;the&nbsp;status&nbsp;is&nbsp;"REMOVED".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"id":&nbsp;"A&nbsp;String",&nbsp;#&nbsp;Short&nbsp;URL,&nbsp;e.g.&nbsp;"<a href="http://goo.gl/l6MS">http://goo.gl/l6MS</a>".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"urlshortener#urlHistory",&nbsp;#&nbsp;The&nbsp;fixed&nbsp;string&nbsp;"urlshortener#urlHistory".<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"itemsPerPage":&nbsp;42,&nbsp;#&nbsp;Number&nbsp;of&nbsp;items&nbsp;returned&nbsp;with&nbsp;each&nbsp;full&nbsp;"page"&nbsp;of&nbsp;results.&nbsp;Note&nbsp;that&nbsp;the&nbsp;last&nbsp;page&nbsp;could&nbsp;have&nbsp;fewer&nbsp;items&nbsp;than&nbsp;the&nbsp;"itemsPerPage"&nbsp;value.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"totalItems":&nbsp;42,&nbsp;#&nbsp;Total&nbsp;number&nbsp;of&nbsp;short&nbsp;URLs&nbsp;associated&nbsp;with&nbsp;this&nbsp;user&nbsp;(may&nbsp;be&nbsp;approximate).<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/urlshortener_v1.html b/docs/dyn/urlshortener_v1.html
new file mode 100644
index 0000000..1ef8ccd
--- /dev/null
+++ b/docs/dyn/urlshortener_v1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="urlshortener_v1.html">URL Shortener API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="urlshortener_v1.url.html">url()</a></code>
+</p>
+<p class="firstline">Returns the url Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/urlshortener_v1.url.html b/docs/dyn/urlshortener_v1.url.html
new file mode 100644
index 0000000..bb004fc
--- /dev/null
+++ b/docs/dyn/urlshortener_v1.url.html
@@ -0,0 +1,739 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="urlshortener_v1.html">URL Shortener API</a> . <a href="urlshortener_v1.url.html">url</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#get">get(shortUrl, projection=None)</a></code></p>
+<p class="firstline">Expands a short URL or gets creation time and analytics.</p>
+<p class="toc_element">
+  <code><a href="#insert">insert(body)</a></code></p>
+<p class="firstline">Creates a new short URL.</p>
+<p class="toc_element">
+  <code><a href="#list">list(start_token=None, projection=None)</a></code></p>
+<p class="firstline">Retrieves a list of URLs shortened by a user.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="get">get(shortUrl, projection=None)</code>
+  <pre>Expands a short URL or gets creation time and analytics.
+
+Args:
+  shortUrl: string, The short URL, including the protocol. (required)
+  projection: string, Additional information to return.
+    Allowed values
+      ANALYTICS_CLICKS - Returns only click counts.
+      ANALYTICS_TOP_STRINGS - Returns only top string counts.
+      FULL - Returns the creation timestamp and all available analytics.
+
+Returns:
+  An object of the form:
+
+    {
+      "status": "A String", # Status of the target URL. Possible values: "OK", "MALWARE", "PHISHING", or "REMOVED". A URL might be marked "REMOVED" if it was flagged as spam, for example.
+      "kind": "urlshortener#url", # The fixed string "urlshortener#url".
+      "created": "A String", # Time the short URL was created; ISO 8601 representation using the yyyy-MM-dd'T'HH:mm:ss.SSSZZ format, e.g. "2010-10-14T19:01:24.944+00:00".
+      "analytics": { # A summary of the click analytics for the short and long URL. Might not be present if not requested or currently unavailable.
+        "week": { # Click analytics over the last week.
+          "shortUrlClicks": "A String", # Number of clicks on this short URL.
+          "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+        },
+        "allTime": { # Click analytics over all time.
+          "shortUrlClicks": "A String", # Number of clicks on this short URL.
+          "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+        },
+        "twoHours": { # Click analytics over the last two hours.
+          "shortUrlClicks": "A String", # Number of clicks on this short URL.
+          "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+        },
+        "day": { # Click analytics over the last day.
+          "shortUrlClicks": "A String", # Number of clicks on this short URL.
+          "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+        },
+        "month": { # Click analytics over the last month.
+          "shortUrlClicks": "A String", # Number of clicks on this short URL.
+          "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+        },
+      },
+      "longUrl": "A String", # Long URL, e.g. "http://www.google.com/". Might not be present if the status is "REMOVED".
+      "id": "A String", # Short URL, e.g. "http://goo.gl/l6MS".
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="insert">insert(body)</code>
+  <pre>Creates a new short URL.
+
+Args:
+  body: object, The request body. (required)
+    The object takes the form of:
+
+{
+    "status": "A String", # Status of the target URL. Possible values: "OK", "MALWARE", "PHISHING", or "REMOVED". A URL might be marked "REMOVED" if it was flagged as spam, for example.
+    "kind": "urlshortener#url", # The fixed string "urlshortener#url".
+    "created": "A String", # Time the short URL was created; ISO 8601 representation using the yyyy-MM-dd'T'HH:mm:ss.SSSZZ format, e.g. "2010-10-14T19:01:24.944+00:00".
+    "analytics": { # A summary of the click analytics for the short and long URL. Might not be present if not requested or currently unavailable.
+      "week": { # Click analytics over the last week.
+        "shortUrlClicks": "A String", # Number of clicks on this short URL.
+        "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+      },
+      "allTime": { # Click analytics over all time.
+        "shortUrlClicks": "A String", # Number of clicks on this short URL.
+        "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+      },
+      "twoHours": { # Click analytics over the last two hours.
+        "shortUrlClicks": "A String", # Number of clicks on this short URL.
+        "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+      },
+      "day": { # Click analytics over the last day.
+        "shortUrlClicks": "A String", # Number of clicks on this short URL.
+        "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+      },
+      "month": { # Click analytics over the last month.
+        "shortUrlClicks": "A String", # Number of clicks on this short URL.
+        "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+          {
+            "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+            "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+          },
+        ],
+        "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+      },
+    },
+    "longUrl": "A String", # Long URL, e.g. "http://www.google.com/". Might not be present if the status is "REMOVED".
+    "id": "A String", # Short URL, e.g. "http://goo.gl/l6MS".
+  }
+
+
+Returns:
+  An object of the form:
+
+    {
+      "status": "A String", # Status of the target URL. Possible values: "OK", "MALWARE", "PHISHING", or "REMOVED". A URL might be marked "REMOVED" if it was flagged as spam, for example.
+      "kind": "urlshortener#url", # The fixed string "urlshortener#url".
+      "created": "A String", # Time the short URL was created; ISO 8601 representation using the yyyy-MM-dd'T'HH:mm:ss.SSSZZ format, e.g. "2010-10-14T19:01:24.944+00:00".
+      "analytics": { # A summary of the click analytics for the short and long URL. Might not be present if not requested or currently unavailable.
+        "week": { # Click analytics over the last week.
+          "shortUrlClicks": "A String", # Number of clicks on this short URL.
+          "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+        },
+        "allTime": { # Click analytics over all time.
+          "shortUrlClicks": "A String", # Number of clicks on this short URL.
+          "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+        },
+        "twoHours": { # Click analytics over the last two hours.
+          "shortUrlClicks": "A String", # Number of clicks on this short URL.
+          "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+        },
+        "day": { # Click analytics over the last day.
+          "shortUrlClicks": "A String", # Number of clicks on this short URL.
+          "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+        },
+        "month": { # Click analytics over the last month.
+          "shortUrlClicks": "A String", # Number of clicks on this short URL.
+          "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+            {
+              "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+              "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+            },
+          ],
+          "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+        },
+      },
+      "longUrl": "A String", # Long URL, e.g. "http://www.google.com/". Might not be present if the status is "REMOVED".
+      "id": "A String", # Short URL, e.g. "http://goo.gl/l6MS".
+    }</pre>
+</div>
+
+<div class="method">
+    <code class="details" id="list">list(start_token=None, projection=None)</code>
+  <pre>Retrieves a list of URLs shortened by a user.
+
+Args:
+  start_token: string, Token for requesting successive pages of results.
+  projection: string, Additional information to return.
+    Allowed values
+      ANALYTICS_CLICKS - Returns short URL click counts.
+      FULL - Returns short URL click counts.
+
+Returns:
+  An object of the form:
+
+    {
+    "nextPageToken": "A String", # A token to provide to get the next page of results.
+    "items": [ # A list of URL resources.
+      {
+          "status": "A String", # Status of the target URL. Possible values: "OK", "MALWARE", "PHISHING", or "REMOVED". A URL might be marked "REMOVED" if it was flagged as spam, for example.
+          "kind": "urlshortener#url", # The fixed string "urlshortener#url".
+          "created": "A String", # Time the short URL was created; ISO 8601 representation using the yyyy-MM-dd'T'HH:mm:ss.SSSZZ format, e.g. "2010-10-14T19:01:24.944+00:00".
+          "analytics": { # A summary of the click analytics for the short and long URL. Might not be present if not requested or currently unavailable.
+            "week": { # Click analytics over the last week.
+              "shortUrlClicks": "A String", # Number of clicks on this short URL.
+              "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+            },
+            "allTime": { # Click analytics over all time.
+              "shortUrlClicks": "A String", # Number of clicks on this short URL.
+              "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+            },
+            "twoHours": { # Click analytics over the last two hours.
+              "shortUrlClicks": "A String", # Number of clicks on this short URL.
+              "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+            },
+            "day": { # Click analytics over the last day.
+              "shortUrlClicks": "A String", # Number of clicks on this short URL.
+              "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+            },
+            "month": { # Click analytics over the last month.
+              "shortUrlClicks": "A String", # Number of clicks on this short URL.
+              "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
+                {
+                  "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.
+                  "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".
+                },
+              ],
+              "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.
+            },
+          },
+          "longUrl": "A String", # Long URL, e.g. "http://www.google.com/". Might not be present if the status is "REMOVED".
+          "id": "A String", # Short URL, e.g. "http://goo.gl/l6MS".
+        },
+    ],
+    "kind": "urlshortener#urlHistory", # The fixed string "urlshortener#urlHistory".
+    "itemsPerPage": 42, # Number of items returned with each full "page" of results. Note that the last page could have fewer items than the "itemsPerPage" value.
+    "totalItems": 42, # Total number of short URLs associated with this user (may be approximate).
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/webfonts.v1.html b/docs/dyn/webfonts.v1.html
deleted file mode 100644
index 9b3741b..0000000
--- a/docs/dyn/webfonts.v1.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-webfonts"><strong><a href="webfonts.v1.webfonts.html">webfonts</a></strong></a> = methodResource(self)</dt><dd><tt>A&nbsp;collection&nbsp;resource.</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/webfonts.v1.webfonts.html b/docs/dyn/webfonts.v1.webfonts.html
deleted file mode 100644
index a3e7e68..0000000
--- a/docs/dyn/webfonts.v1.webfonts.html
+++ /dev/null
@@ -1,56 +0,0 @@
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<html><head><title>Python: class Resource</title>
-</head><body bgcolor="#f0f0f8">
-<p>
-<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
-<tr bgcolor="#ffc8d8">
-<td colspan=3 valign=bottom>&nbsp;<br>
-<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>
-    
-<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
-<td colspan=2><tt>A&nbsp;class&nbsp;for&nbsp;interacting&nbsp;with&nbsp;a&nbsp;resource.<br>&nbsp;</tt></td></tr>
-<tr><td>&nbsp;</td>
-<td width="100%">Methods defined here:<br>
-<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
-
-<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves&nbsp;the&nbsp;list&nbsp;of&nbsp;fonts&nbsp;currently&nbsp;served&nbsp;by&nbsp;the&nbsp;Google&nbsp;Web&nbsp;Fonts&nbsp;Developer&nbsp;API<br>
-&nbsp;<br>
-Args:<br>
-&nbsp;&nbsp;sort:&nbsp;string,&nbsp;Enables&nbsp;sorting&nbsp;of&nbsp;the&nbsp;list<br>
-&nbsp;&nbsp;&nbsp;&nbsp;Allowed&nbsp;values<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;alpha&nbsp;-&nbsp;Sort&nbsp;alphabetically<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;date&nbsp;-&nbsp;Sort&nbsp;by&nbsp;date&nbsp;added<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;popularity&nbsp;-&nbsp;Sort&nbsp;by&nbsp;popularity<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;style&nbsp;-&nbsp;Sort&nbsp;by&nbsp;number&nbsp;of&nbsp;styles<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;trending&nbsp;-&nbsp;Sort&nbsp;by&nbsp;trending<br>
-&nbsp;&nbsp;pp:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;trace:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;strict:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;&nbsp;userip:&nbsp;string,&nbsp;A&nbsp;parameter<br>
-&nbsp;<br>
-Returns:<br>
-&nbsp;&nbsp;An&nbsp;object&nbsp;of&nbsp;the&nbsp;form<br>
-&nbsp;<br>
-&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"items":&nbsp;[&nbsp;#&nbsp;The&nbsp;list&nbsp;of&nbsp;fonts&nbsp;currently&nbsp;served&nbsp;by&nbsp;the&nbsp;Google&nbsp;Fonts&nbsp;API.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"webfonts#webfont",<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"variants":&nbsp;"",&nbsp;#&nbsp;The&nbsp;available&nbsp;variants&nbsp;for&nbsp;the&nbsp;font.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"subsets":&nbsp;"",&nbsp;#&nbsp;The&nbsp;scripts&nbsp;supported&nbsp;by&nbsp;the&nbsp;font.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"family":&nbsp;"",&nbsp;#&nbsp;The&nbsp;name&nbsp;of&nbsp;the&nbsp;font.<br>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;},<br>
-&nbsp;&nbsp;&nbsp;&nbsp;],<br>
-&nbsp;&nbsp;&nbsp;&nbsp;"kind":&nbsp;"webfonts#webfontList",&nbsp;#&nbsp;The&nbsp;object&nbsp;kind.<br>
-&nbsp;&nbsp;}</tt></dd></dl>
-
-<hr>
-Data descriptors defined here:<br>
-<dl><dt><strong>__dict__</strong></dt>
-<dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-<dl><dt><strong>__weakref__</strong></dt>
-<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
-</dl>
-</td></tr></table>
-</body></html>
\ No newline at end of file
diff --git a/docs/dyn/webfonts_v1.html b/docs/dyn/webfonts_v1.html
new file mode 100644
index 0000000..791bdf6
--- /dev/null
+++ b/docs/dyn/webfonts_v1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="webfonts_v1.html">Google Web Fonts Developer API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="webfonts_v1.webfonts.html">webfonts()</a></code>
+</p>
+<p class="firstline">Returns the webfonts Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/webfonts_v1.webfonts.html b/docs/dyn/webfonts_v1.webfonts.html
new file mode 100644
index 0000000..730ecec
--- /dev/null
+++ b/docs/dyn/webfonts_v1.webfonts.html
@@ -0,0 +1,110 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="webfonts_v1.html">Google Web Fonts Developer API</a> . <a href="webfonts_v1.webfonts.html">webfonts</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(sort=None)</a></code></p>
+<p class="firstline">Retrieves the list of fonts currently served by the Google Web Fonts Developer API</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(sort=None)</code>
+  <pre>Retrieves the list of fonts currently served by the Google Web Fonts Developer API
+
+Args:
+  sort: string, Enables sorting of the list
+    Allowed values
+      alpha - Sort alphabetically
+      date - Sort by date added
+      popularity - Sort by popularity
+      style - Sort by number of styles
+      trending - Sort by trending
+
+Returns:
+  An object of the form:
+
+    {
+    "items": [ # The list of fonts currently served by the Google Fonts API.
+      {
+        "kind": "webfonts#webfont", # This kind represents a webfont object in the webfonts service.
+        "variants": "", # The available variants for the font.
+        "subsets": "", # The scripts supported by the font.
+        "family": "", # The name of the font.
+      },
+    ],
+    "kind": "webfonts#webfontList", # This kind represents a list of webfont objects in the webfonts service.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/youtubeAnalytics_v1beta1.html b/docs/dyn/youtubeAnalytics_v1beta1.html
new file mode 100644
index 0000000..e75a5be
--- /dev/null
+++ b/docs/dyn/youtubeAnalytics_v1beta1.html
@@ -0,0 +1,82 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="youtubeAnalytics_v1beta1.html">YouTube Analytics API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="youtubeAnalytics_v1beta1.reports.html">reports()</a></code>
+</p>
+<p class="firstline">Returns the reports Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/youtubeAnalytics_v1beta1.reports.html b/docs/dyn/youtubeAnalytics_v1beta1.reports.html
new file mode 100644
index 0000000..16588e9
--- /dev/null
+++ b/docs/dyn/youtubeAnalytics_v1beta1.reports.html
@@ -0,0 +1,114 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="youtubeAnalytics_v1beta1.html">YouTube Analytics API</a> . <a href="youtubeAnalytics_v1beta1.reports.html">reports</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#query">query(ids, start_date, end_date, metrics, sort=None, dimensions=None, filters=None, max_results=None, start_index=None)</a></code></p>
+<p class="firstline">Retrieve your YouTube Analytics reports.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="query">query(ids, start_date, end_date, metrics, sort=None, dimensions=None, filters=None, max_results=None, start_index=None)</code>
+  <pre>Retrieve your YouTube Analytics reports.
+
+Args:
+  ids: string, Unique channel or content owner ID for retrieving YouTube Analytics data. Either channel==C or contentOwner==O where 'C' is the encrypted channel ID and 'O' is the content owner name. (required)
+  start_date: string, Start date for fetching YouTube Analytics data. All requests should specify a start date formatted as YYYY-MM-DD. (required)
+  end_date: string, End date for fetching YouTube Analytics data. All requests should specify an end date formatted as YYYY-MM-DD. (required)
+  metrics: string, A comma-separated list of YouTube Analytics metrics. E.g., 'views' or 'likes,dislikes' (required)
+  sort: string, A comma-separated list of dimensions or metrics that determine the sort order for YouTube Analytics data. By default the sort order is ascending, '-' prefix causes descending sort order.
+  dimensions: string, A comma-separated list of YouTube Analytics dimensions. E.g., 'video', or 'ageGroup,gender'.
+  filters: string, A list of dimension filters to be applied to YouTube Analytics data. Multiple filters can be joined together with the ';' character. The returned result table will satisfy both filters. E.g., video==dMH0bHeiRNg;country==IT will restrict the returned stats to the given video and the country Italy.
+  max_results: integer, The maximum number of rows to include in the response.
+  start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter (one-based, inclusive).
+
+Returns:
+  An object of the form:
+
+    { # Contains a single result table. The table is returned as an array of rows that contain the values for the cells of the table. Depending on the metric or dimension, the cell can contain a string (video ID, country code) or a number (number of views or number of likes).
+    "kind": "youtubeAnalytics#resultTable", # Identifier used to mark the structure as a result table.
+    "rows": [ # Contains all rows of the result table. Each row contains an array with the values for the columns. The order matches the order of the column information provided in the "columnHeaders" field.
+      [
+        "",
+      ],
+    ],
+    "columnHeaders": [ # Contains information about the columns returned in the "rows" fields. First the dimensions are returned and then the metric columns. Both in the order specified in the request. For example dimensions=ageGroup,gender&metrics=viewerPercentage will return the headers in this order: ageGroup,gender,viewerPercentage
+      {
+        "name": "A String", # The name of the dimension or metric.
+      },
+    ],
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/youtube_v3alpha.channels.html b/docs/dyn/youtube_v3alpha.channels.html
new file mode 100644
index 0000000..113c6d2
--- /dev/null
+++ b/docs/dyn/youtube_v3alpha.channels.html
@@ -0,0 +1,122 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="youtube_v3alpha.html">YouTube API</a> . <a href="youtube_v3alpha.channels.html">channels</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(part, mine=None, id=None)</a></code></p>
+<p class="firstline">Browse the YouTube channel collection. Either the 'id' or 'mine' parameter must be set.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(part, mine=None, id=None)</code>
+  <pre>Browse the YouTube channel collection. Either the 'id' or 'mine' parameter must be set.
+
+Args:
+  part: string, Parts of the channel resource to be returned. (required)
+  mine: string, Flag indicating only return the channel ids of the authenticated user.
+  id: string, YouTube IDs of the channels to be returned.
+
+Returns:
+  An object of the form:
+
+    { # JSON template for a ChannelService.List() response.
+    "channels": [ # List of channels matching the request criteria.
+      { # JSON template for a YouTube Channel.
+        "kind": "youtube#channel", # The type of this API resource.
+        "statistics": { # JSON template for the statistics part of a channel. # Statistics about the channel: number of subscribers, views, and comments.
+          "commentCount": "A String", # Number of comments for this channel.
+          "subscriberCount": "A String", # Number of subscribers to this channel.
+          "videoCount": "A String", # Number of videos in the channel.
+          "viewCount": "A String", # Number of times the channel has been viewed.
+        },
+        "contentDetails": { # JSON template for the content details part of a channel. # Information about the channel content: upload playlist id, privacy status.
+          "privacyStatus": "A String", # Privacy status of the channel.
+          "uploads": "A String", # The unique id of the channel.
+        },
+        "snippet": { # JSON template for the snippet part of a channel. # Basic details about the channel: title, description, and thumbnails.
+          "title": "A String", # Title of the channel.
+          "description": "A String", # Description of the channel.
+          "thumbnails": { # Channel thumbnails.
+          },
+        },
+        "etag": "A String", # The eTag of the channel.
+        "id": "A String", # The unique id of the channel.
+      },
+    ],
+    "kind": "youtube#channelListResponse", # The type of this API response.
+    "etag": "A String", # The eTag of the response.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/youtube_v3alpha.html b/docs/dyn/youtube_v3alpha.html
new file mode 100644
index 0000000..d802ba3
--- /dev/null
+++ b/docs/dyn/youtube_v3alpha.html
@@ -0,0 +1,102 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="youtube_v3alpha.html">YouTube API</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="youtube_v3alpha.channels.html">channels()</a></code>
+</p>
+<p class="firstline">Returns the channels Resource.</p>
+
+<p class="toc_element">
+  <code><a href="youtube_v3alpha.playlistitems.html">playlistitems()</a></code>
+</p>
+<p class="firstline">Returns the playlistitems Resource.</p>
+
+<p class="toc_element">
+  <code><a href="youtube_v3alpha.playlists.html">playlists()</a></code>
+</p>
+<p class="firstline">Returns the playlists Resource.</p>
+
+<p class="toc_element">
+  <code><a href="youtube_v3alpha.search.html">search()</a></code>
+</p>
+<p class="firstline">Returns the search Resource.</p>
+
+<p class="toc_element">
+  <code><a href="youtube_v3alpha.videos.html">videos()</a></code>
+</p>
+<p class="firstline">Returns the videos Resource.</p>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/youtube_v3alpha.playlistitems.html b/docs/dyn/youtube_v3alpha.playlistitems.html
new file mode 100644
index 0000000..0376aa1
--- /dev/null
+++ b/docs/dyn/youtube_v3alpha.playlistitems.html
@@ -0,0 +1,123 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="youtube_v3alpha.html">YouTube API</a> . <a href="youtube_v3alpha.playlistitems.html">playlistitems</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(part, playlistId=None, maxResults=None, startIndex=None, id=None)</a></code></p>
+<p class="firstline">Browse the YouTube playlist collection.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(part, playlistId=None, maxResults=None, startIndex=None, id=None)</code>
+  <pre>Browse the YouTube playlist collection.
+
+Args:
+  part: string, Parts of the playlist resource to be returned. (required)
+  playlistId: string, Retrieves playlist items from the given playlist id.
+  maxResults: integer, Maximum number of results to return
+  startIndex: integer, Index of the first element to return (starts at 0)
+  id: string, YouTube IDs of the playlists to be returned.
+
+Returns:
+  An object of the form:
+
+    { # JSON template for a PlaylistItemService.List() response.
+    "playlistItems": [ # List of playlists matching the request criteria.
+      { # JSON template for a YouTube Playlist item.
+        "snippet": { # JSON template for the snippet part of a playlist item. # Basic details about the playlist item: title, description, thumbnails.
+          "description": "A String", # Description of the playlist item.
+          "author": "A String", # Author of the playlist item.
+          "resourceId": { # JSON template for a resource id. # The resource id contained in this playlist item.
+            "type": "A String", # Type of the resource.
+            "channelId": "A String", # Only set if type == CHANNEL.
+            "playlistId": "A String", # Only set if type == PLAYLIST.
+            "videoId": "A String", # Only set if type == VIDEO.
+          },
+          "timePublished": "A String", # The time the playlist item was created.
+          "playlistId": "A String", # The playlist in which this playlist item is contained.
+          "title": "A String", # Title of the playlist item.
+          "timeUpdated": "A String", # The time the playlist item was updated.
+          "position": 42, # The position of the playlist item within the playlist.
+        },
+        "kind": "youtube#playlistItem", # The type of this API resource.
+        "etag": "A String", # The eTag of the playlist item.
+        "id": "A String", # The unique id of the playlist item.
+      },
+    ],
+    "kind": "youtube#playlistItemListResponse", # The type of this API response.
+    "etag": "A String", # The eTag of the response.
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/youtube_v3alpha.playlists.html b/docs/dyn/youtube_v3alpha.playlists.html
new file mode 100644
index 0000000..e407b55
--- /dev/null
+++ b/docs/dyn/youtube_v3alpha.playlists.html
@@ -0,0 +1,114 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="youtube_v3alpha.html">YouTube API</a> . <a href="youtube_v3alpha.playlists.html">playlists</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(id, part)</a></code></p>
+<p class="firstline">Browse the YouTube playlist collection.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(id, part)</code>
+  <pre>Browse the YouTube playlist collection.
+
+Args:
+  id: string, YouTube IDs of the playlists to be returned. (required)
+  part: string, Parts of the playlist resource to be returned. (required)
+
+Returns:
+  An object of the form:
+
+    { # JSON template for a PlaylistService.List() response.
+    "kind": "youtube#playlistListResponse", # The type of this API response.
+    "etag": "A String", # The eTag of the response.
+    "playlists": [ # List of playlists matching the request criteria.
+      { # JSON template for a YouTube Playlist.
+        "snippet": { # JSON template for the snippet part of a playlist. # Basic details about the playlist: title, description, thumbnails.
+          "title": "A String", # Title of the playlist.
+          "tags": [ # Textual tags associated with the playlist.
+            "A String",
+          ],
+          "description": "A String", # Description of the playlist.
+          "timeCreated": "A String", # The time the playlist was created.
+          "author": "A String", # Author of the playlist.
+        },
+        "kind": "youtube#playlist", # The type of this API resource.
+        "etag": "A String", # The eTag of the playlist.
+        "id": "A String", # The unique id of the playlist.
+      },
+    ],
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/youtube_v3alpha.search.html b/docs/dyn/youtube_v3alpha.search.html
new file mode 100644
index 0000000..326c4d0
--- /dev/null
+++ b/docs/dyn/youtube_v3alpha.search.html
@@ -0,0 +1,133 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="youtube_v3alpha.html">YouTube API</a> . <a href="youtube_v3alpha.search.html">search</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(q=None, maxResults=None, startIndex=None, type=None, order=None)</a></code></p>
+<p class="firstline">Universal search for youtube.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(q=None, maxResults=None, startIndex=None, type=None, order=None)</code>
+  <pre>Universal search for youtube.
+
+Args:
+  q: string, Query to search in Youtube.
+  maxResults: integer, Maximum number of search results to return per page.
+  startIndex: integer, Index of the first search result to return.
+  type: string, Type of resource to search. (repeated)
+    Allowed values
+      channel - Search for channels.
+      playlist - Search for playlists.
+      video - Search for videos.
+  order: string, Sort order.
+    Allowed values
+      date - Sort according to the date.
+      rating - Sort according to the rating.
+      relevance - Sort according to the relevance.
+      view_count - Sort according to the view count.
+
+Returns:
+  An object of the form:
+
+    { # JSON template for a SearchService.List() response.
+    "searchResults": [ # List of results matching the request criteria.
+      { # JSON template for a YouTube Search result.
+        "snippet": { # JSON template for the snippet part of a search result. # Basic details about the search result: title, description, author.
+          "title": "A String", # Title of the search result.
+          "description": "A String", # Description of the search result.
+          "timeCreated": "A String", # The time the resource was created at (milliseconds since epoch).
+          "author": "A String", # Author of the resource.
+        },
+        "kind": "youtube#searchResult", # The type of this API resource.
+        "etag": "A String", # The eTag of the search.
+        "id": { # JSON template for a resource id. # The id of the resource.
+          "type": "A String", # Type of the resource.
+          "channelId": "A String", # Only set if type == CHANNEL.
+          "playlistId": "A String", # Only set if type == PLAYLIST.
+          "videoId": "A String", # Only set if type == VIDEO.
+        },
+      },
+    ],
+    "kind": "youtube#searchListResponse", # The type of this API response.
+    "etag": "A String", # The eTag of the response.
+    "pageInfo": { # JSON template for a page info. # Paging information for the search result.
+      "totalResults": 42, # The total number of results.
+      "startIndex": 42, # The index position of the first result to display.
+      "resultPerPage": 42, # The number of results to display for each page.
+    },
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file
diff --git a/docs/dyn/youtube_v3alpha.videos.html b/docs/dyn/youtube_v3alpha.videos.html
new file mode 100644
index 0000000..b89a224
--- /dev/null
+++ b/docs/dyn/youtube_v3alpha.videos.html
@@ -0,0 +1,136 @@
+<html><body>
+<style>
+
+body, h1, h2, h3, div, span, p, pre, a {
+  margin: 0;
+  padding: 0;
+  border: 0;
+  font-weight: inherit;
+  font-style: inherit;
+  font-size: 100%;
+  font-family: inherit;
+  vertical-align: baseline;
+}
+
+body {
+  font-size: 13px;
+  padding: 1em;
+}
+
+h1 {
+  font-size: 26px;
+  margin-bottom: 1em;
+}
+
+h2 {
+  font-size: 24px;
+  margin-bottom: 1em;
+}
+
+h3 {
+  font-size: 20px;
+  margin-bottom: 1em;
+  margin-top: 1em;
+}
+
+pre, code {
+  line-height: 1.5;
+  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
+}
+
+pre {
+  margin-top: 0.5em;
+}
+
+h1, h2, h3, p {
+  font-family: Arial, sans serif;
+}
+
+h1, h2, h3 {
+  border-bottom: solid #CCC 1px;
+}
+
+.toc_element {
+  margin-top: 0.5em;
+}
+
+.firstline {
+  margin-left: 2 em;
+}
+
+.method  {
+  margin-top: 1em;
+  border: solid 1px #CCC;
+  padding: 1em;
+  background: #EEE;
+}
+
+.details {
+  font-weight: bold;
+  font-size: 14px;
+}
+
+</style>
+
+<h1><a href="youtube_v3alpha.html">YouTube API</a> . <a href="youtube_v3alpha.videos.html">videos</a></h1>
+<h2>Instance Methods</h2>
+<p class="toc_element">
+  <code><a href="#list">list(id, part)</a></code></p>
+<p class="firstline">Browse the YouTube video collection.</p>
+<h3>Method Details</h3>
+<div class="method">
+    <code class="details" id="list">list(id, part)</code>
+  <pre>Browse the YouTube video collection.
+
+Args:
+  id: string, YouTube IDs of the videos to be returned. (required)
+  part: string, Parts of the video resource to be returned. (required)
+
+Returns:
+  An object of the form:
+
+    { # JSON template for a VideoService.List() response.
+    "kind": "youtube#videoListResponse", # The type of this API response.
+    "etag": "A String", # The eTag of the response.
+    "videos": [ # List of videos matching the request criteria.
+      { # JSON template for a YouTube Video.
+        "status": { # JSON template for the status part of a video. # Status of the video upload, privacy status.
+          "privacyStatus": "A String", # Privacy of the video.
+          "uploadStatus": "A String", # Status of the video upload.
+          "rejectionReason": "A String", # Present only if the uploadStatus indicates a rejected upload.
+          "failureReason": "A String", # Present only if the uploadStatus indicates a failed upload.
+        },
+        "kind": "youtube#video", # The type of this API resource.
+        "statistics": { # JSON template for the statistics part of a video. # Statistics about the video: number of views, ratings.
+          "commentCount": "A String", # Number of comments for this video.
+          "viewCount": "A String", # Number of times the video was viewed.
+          "favoriteCount": "A String", # Number of times the video was added to a user's favorites list.
+          "dislikeCount": "A String", # Number of times the video was disliked.
+          "likeCount": "A String", # Number of times the video was liked.
+        },
+        "contentDetails": { # JSON template for the content details part of a video. # Information about the video content, media file.
+          "duration": "A String", # Duration of the video.
+          "aspectRatio": "A String", # The aspect ratio of the video.
+        },
+        "snippet": { # JSON template for the snippet part of a video. # Basic details about the video: title, description, thumbnails.
+          "thumbnails": { # Video thumbnails.
+          },
+          "title": "A String", # Title of the video.
+          "channelId": "A String", # Channel the video was uploaded to.
+          "categoryId": "A String", # Video category the video belongs to.
+          "tags": [ # Textual tags associated with the video.
+            "A String",
+          ],
+          "description": "A String", # Description of the video.
+        },
+        "player": { # JSON template for the player part of a video. # Information used to play the video.
+          "embed": "A String", # Iframe embed for the video.
+        },
+        "etag": "A String", # The eTag of the video.
+        "id": "A String", # The unique id of the video.
+      },
+    ],
+  }</pre>
+</div>
+
+</body></html>
\ No newline at end of file