imported patch docs
diff --git a/docs/dyn/bigquery.v2.tables.html b/docs/dyn/bigquery.v2.tables.html
index 28165d6..7e69e1a 100644
--- a/docs/dyn/bigquery.v2.tables.html
+++ b/docs/dyn/bigquery.v2.tables.html
@@ -17,15 +17,23 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes the table specified by tableId from the dataset. If the table contains data, all the data will be deleted.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
projectId: string, Project ID of the table to delete (required)<br>
+ strict: string, A parameter<br>
tableId: string, Table ID of the table to delete (required)<br>
+ userip: string, A parameter<br>
datasetId: string, Dataset ID of the table to delete (required)</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>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.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
projectId: string, Project ID of the requested table (required)<br>
+ strict: string, A parameter<br>
tableId: string, Table ID of the requested table (required)<br>
+ userip: string, A parameter<br>
datasetId: string, Dataset ID of the requested table (required)<br>
<br>
Returns:<br>
@@ -33,6 +41,7 @@
<br>
{<br>
"kind": "bigquery#table", # [Output-only] The type of the resource.<br>
+ "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
"description": "A String", # [Optional] A user-friendly description of this table.<br>
"creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.<br>
"tableReference": { # [Required] Reference describing the ID of this table.<br>
@@ -44,7 +53,7 @@
"numBytes": "A String", # [Output-only] The size of the table in bytes.<br>
"etag": "A String", # [Output-only] A hash of this resource.<br>
"friendlyName": "A String", # [Optional] A descriptive name for this table.<br>
- "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
+ "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.<br>
"id": "A String", # [Output-only] An opaque ID uniquely identifying the table.<br>
"selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.<br>
"schema": { # [Optional] Describes the schema of this table.<br>
@@ -69,6 +78,7 @@
<br>
{<br>
"kind": "bigquery#table", # [Output-only] The type of the resource.<br>
+ "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
"description": "A String", # [Optional] A user-friendly description of this table.<br>
"creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.<br>
"tableReference": { # [Required] Reference describing the ID of this table.<br>
@@ -80,7 +90,7 @@
"numBytes": "A String", # [Output-only] The size of the table in bytes.<br>
"etag": "A String", # [Output-only] A hash of this resource.<br>
"friendlyName": "A String", # [Optional] A descriptive name for this table.<br>
- "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
+ "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.<br>
"id": "A String", # [Output-only] An opaque ID uniquely identifying the table.<br>
"selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.<br>
"schema": { # [Optional] Describes the schema of this table.<br>
@@ -97,7 +107,11 @@
},<br>
}<br>
<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
projectId: string, Project ID of the new table (required)<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
datasetId: string, Dataset ID of the new table (required)<br>
<br>
Returns:<br>
@@ -105,6 +119,7 @@
<br>
{<br>
"kind": "bigquery#table", # [Output-only] The type of the resource.<br>
+ "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
"description": "A String", # [Optional] A user-friendly description of this table.<br>
"creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.<br>
"tableReference": { # [Required] Reference describing the ID of this table.<br>
@@ -116,7 +131,7 @@
"numBytes": "A String", # [Output-only] The size of the table in bytes.<br>
"etag": "A String", # [Output-only] A hash of this resource.<br>
"friendlyName": "A String", # [Optional] A descriptive name for this table.<br>
- "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
+ "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.<br>
"id": "A String", # [Output-only] An opaque ID uniquely identifying the table.<br>
"selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.<br>
"schema": { # [Optional] Describes the schema of this table.<br>
@@ -136,9 +151,13 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists all tables in the specified dataset.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
pageToken: string, Page token, returned by a previous call, to request the next page of results<br>
maxResults: integer, Maximum number of results to return<br>
+ strict: string, A parameter<br>
projectId: string, Project ID of the tables to list (required)<br>
+ userip: string, A parameter<br>
datasetId: string, Dataset ID of the tables to list (required)<br>
<br>
Returns:<br>
@@ -181,6 +200,7 @@
<br>
{<br>
"kind": "bigquery#table", # [Output-only] The type of the resource.<br>
+ "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
"description": "A String", # [Optional] A user-friendly description of this table.<br>
"creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.<br>
"tableReference": { # [Required] Reference describing the ID of this table.<br>
@@ -192,7 +212,7 @@
"numBytes": "A String", # [Output-only] The size of the table in bytes.<br>
"etag": "A String", # [Output-only] A hash of this resource.<br>
"friendlyName": "A String", # [Optional] A descriptive name for this table.<br>
- "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
+ "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.<br>
"id": "A String", # [Output-only] An opaque ID uniquely identifying the table.<br>
"selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.<br>
"schema": { # [Optional] Describes the schema of this table.<br>
@@ -209,8 +229,12 @@
},<br>
}<br>
<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
projectId: string, Project ID of the table to update (required)<br>
+ strict: string, A parameter<br>
tableId: string, Table ID of the table to update (required)<br>
+ userip: string, A parameter<br>
datasetId: string, Dataset ID of the table to update (required)<br>
<br>
Returns:<br>
@@ -218,6 +242,7 @@
<br>
{<br>
"kind": "bigquery#table", # [Output-only] The type of the resource.<br>
+ "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
"description": "A String", # [Optional] A user-friendly description of this table.<br>
"creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.<br>
"tableReference": { # [Required] Reference describing the ID of this table.<br>
@@ -229,7 +254,7 @@
"numBytes": "A String", # [Output-only] The size of the table in bytes.<br>
"etag": "A String", # [Output-only] A hash of this resource.<br>
"friendlyName": "A String", # [Optional] A descriptive name for this table.<br>
- "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
+ "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.<br>
"id": "A String", # [Output-only] An opaque ID uniquely identifying the table.<br>
"selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.<br>
"schema": { # [Optional] Describes the schema of this table.<br>
@@ -254,6 +279,7 @@
<br>
{<br>
"kind": "bigquery#table", # [Output-only] The type of the resource.<br>
+ "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
"description": "A String", # [Optional] A user-friendly description of this table.<br>
"creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.<br>
"tableReference": { # [Required] Reference describing the ID of this table.<br>
@@ -265,7 +291,7 @@
"numBytes": "A String", # [Output-only] The size of the table in bytes.<br>
"etag": "A String", # [Output-only] A hash of this resource.<br>
"friendlyName": "A String", # [Optional] A descriptive name for this table.<br>
- "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
+ "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.<br>
"id": "A String", # [Output-only] An opaque ID uniquely identifying the table.<br>
"selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.<br>
"schema": { # [Optional] Describes the schema of this table.<br>
@@ -282,8 +308,12 @@
},<br>
}<br>
<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
projectId: string, Project ID of the table to update (required)<br>
+ strict: string, A parameter<br>
tableId: string, Table ID of the table to update (required)<br>
+ userip: string, A parameter<br>
datasetId: string, Dataset ID of the table to update (required)<br>
<br>
Returns:<br>
@@ -291,6 +321,7 @@
<br>
{<br>
"kind": "bigquery#table", # [Output-only] The type of the resource.<br>
+ "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
"description": "A String", # [Optional] A user-friendly description of this table.<br>
"creationTime": "A String", # [Output-only] The time when this table was created, in milliseconds since the epoch.<br>
"tableReference": { # [Required] Reference describing the ID of this table.<br>
@@ -302,7 +333,7 @@
"numBytes": "A String", # [Output-only] The size of the table in bytes.<br>
"etag": "A String", # [Output-only] A hash of this resource.<br>
"friendlyName": "A String", # [Optional] A descriptive name for this table.<br>
- "lastModifiedTime": "A String", # [Output-only] The time when this table was last modified, in milliseconds since the epoch.<br>
+ "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.<br>
"id": "A String", # [Output-only] An opaque ID uniquely identifying the table.<br>
"selfLink": "A String", # [Output-only] A URL that can be used to access this resource again.<br>
"schema": { # [Optional] Describes the schema of this table.<br>