Updated generated docs
diff --git a/docs/dyn/transparencyreport.v1.traffic.html b/docs/dyn/transparencyreport.v1.traffic.html
index 984b61b..dfd017c 100644
--- a/docs/dyn/transparencyreport.v1.traffic.html
+++ b/docs/dyn/transparencyreport.v1.traffic.html
@@ -20,7 +20,23 @@
begin: string, Time to begin the list of traffic after (exclusive).<br>
end: string, Time to end the list of traffic at (inclusive).<br>
region: string, Region to list traffic for.<br>
- product: string, Product to list traffic for.</tt></dd></dl>
+ product: string, Product to list traffic for.<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "items": [ # The children on this item, uses a "loop" command to process the list.<br>
+ {<br>
+ "region": "A String", # Region this traffic was in.<br>
+ "kind": "transparencyreport#traffic", # The kind of item this is.<br>
+ "traffic": 3.140000, # Amount of this traffic.<br>
+ "product": "A String", # Product this traffic was for.<br>
+ "timestampSeconds": "A String", # Timestamp in seconds since the epoch (UTC).<br>
+ },<br>
+ ],<br>
+ "kind": "transparencyreport#trafficFeed", # The kind of item this is.<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>