imported patch docs
diff --git a/docs/dyn/bigquery.v2.jobs.html b/docs/dyn/bigquery.v2.jobs.html
index 8ab4b8e..fea8ea2 100644
--- a/docs/dyn/bigquery.v2.jobs.html
+++ b/docs/dyn/bigquery.v2.jobs.html
@@ -17,8 +17,12 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the specified job by ID.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
projectId: string, Project ID of the requested job (required)<br>
jobId: string, Job ID of the requested job (required)<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -83,26 +87,30 @@
},<br>
"link": { # [Pick one] Configures a link job.<br>
"createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.<br>
+ "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.<br>
"destinationTable": { # [Required] The destination table of the link job.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
- "sourceUri": "A String", # [Required] URI of source table to link.<br>
+ "sourceUri": [ # [Required] URI of source table to link.<br>
+ "A String",<br>
+ ],<br>
},<br>
"query": { # [Pick one] Configures a query job.<br>
- "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.<br>
- "query": "A String", # [Required] BigQuery SQL query to execute.<br>
- "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.<br>
+ "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.<br>
+ "projectId": "A String", # [Optional] The ID of the container project.<br>
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.<br>
+ },<br>
"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.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
- "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.<br>
- "projectId": "A String", # [Optional] The ID of the container project.<br>
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.<br>
- },<br>
+ "priority": "A String", # [Experimental] Specifies a priority for the query. Default is INTERACTIVE. Alternative is BATCH, which may be subject to looser quota restrictions.<br>
+ "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.<br>
+ "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.<br>
+ "query": "A String", # [Required] BigQuery SQL query to execute.<br>
},<br>
"copy": { # [Pick one] Copies a table.<br>
"createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.<br>
@@ -120,11 +128,13 @@
},<br>
"extract": { # [Pick one] Configures an extract job.<br>
"destinationUri": "A String", # [Required] The fully-qualified Google Cloud Storage URI where the extracted table should be written.<br>
+ "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the exported data. Default is ','<br>
"sourceTable": { # [Required] A reference to the table being exported.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
+ "printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.<br>
},<br>
"properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.<br>
},<br>
@@ -137,10 +147,14 @@
<br>
Args:<br>
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<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
projectId: string, Project ID of the query job (required)<br>
maxResults: integer, Maximum number of results to read<br>
jobId: string, Job ID of the query job (required)<br>
+ strict: string, A parameter<br>
startIndex: string, Zero-based index of the starting row<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -243,26 +257,30 @@
},<br>
"link": { # [Pick one] Configures a link job.<br>
"createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.<br>
+ "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.<br>
"destinationTable": { # [Required] The destination table of the link job.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
- "sourceUri": "A String", # [Required] URI of source table to link.<br>
+ "sourceUri": [ # [Required] URI of source table to link.<br>
+ "A String",<br>
+ ],<br>
},<br>
"query": { # [Pick one] Configures a query job.<br>
- "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.<br>
- "query": "A String", # [Required] BigQuery SQL query to execute.<br>
- "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.<br>
+ "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.<br>
+ "projectId": "A String", # [Optional] The ID of the container project.<br>
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.<br>
+ },<br>
"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.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
- "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.<br>
- "projectId": "A String", # [Optional] The ID of the container project.<br>
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.<br>
- },<br>
+ "priority": "A String", # [Experimental] Specifies a priority for the query. Default is INTERACTIVE. Alternative is BATCH, which may be subject to looser quota restrictions.<br>
+ "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.<br>
+ "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.<br>
+ "query": "A String", # [Required] BigQuery SQL query to execute.<br>
},<br>
"copy": { # [Pick one] Copies a table.<br>
"createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.<br>
@@ -280,11 +298,13 @@
},<br>
"extract": { # [Pick one] Configures an extract job.<br>
"destinationUri": "A String", # [Required] The fully-qualified Google Cloud Storage URI where the extracted table should be written.<br>
+ "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the exported data. Default is ','<br>
"sourceTable": { # [Required] A reference to the table being exported.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
+ "printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.<br>
},<br>
"properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.<br>
},<br>
@@ -294,7 +314,11 @@
}<br>
<br>
media_body: string, The filename of the media request body.<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
projectId: string, Project ID of the project that will be billed for the job (required)<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -359,26 +383,30 @@
},<br>
"link": { # [Pick one] Configures a link job.<br>
"createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.<br>
+ "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.<br>
"destinationTable": { # [Required] The destination table of the link job.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
- "sourceUri": "A String", # [Required] URI of source table to link.<br>
+ "sourceUri": [ # [Required] URI of source table to link.<br>
+ "A String",<br>
+ ],<br>
},<br>
"query": { # [Pick one] Configures a query job.<br>
- "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.<br>
- "query": "A String", # [Required] BigQuery SQL query to execute.<br>
- "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.<br>
+ "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.<br>
+ "projectId": "A String", # [Optional] The ID of the container project.<br>
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.<br>
+ },<br>
"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.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
- "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.<br>
- "projectId": "A String", # [Optional] The ID of the container project.<br>
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.<br>
- },<br>
+ "priority": "A String", # [Experimental] Specifies a priority for the query. Default is INTERACTIVE. Alternative is BATCH, which may be subject to looser quota restrictions.<br>
+ "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.<br>
+ "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.<br>
+ "query": "A String", # [Required] BigQuery SQL query to execute.<br>
},<br>
"copy": { # [Pick one] Copies a table.<br>
"createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.<br>
@@ -396,11 +424,13 @@
},<br>
"extract": { # [Pick one] Configures an extract job.<br>
"destinationUri": "A String", # [Required] The fully-qualified Google Cloud Storage URI where the extracted table should be written.<br>
+ "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the exported data. Default is ','<br>
"sourceTable": { # [Required] A reference to the table being exported.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
+ "printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.<br>
},<br>
"properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.<br>
},<br>
@@ -412,6 +442,7 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Lists all the Jobs in the specified project that were started by the user.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
projection: string, Restrict information returned to a set of selected fields<br>
Allowed values<br>
full - Includes all job data<br>
@@ -425,6 +456,9 @@
projectId: string, Project ID of the jobs to list (required)<br>
allUsers: boolean, Whether to display jobs owned by all users in the project. Default false<br>
maxResults: integer, Maximum number of results to return<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
+ trace: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -495,26 +529,30 @@
},<br>
"link": { # [Pick one] Configures a link job.<br>
"createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.<br>
+ "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.<br>
"destinationTable": { # [Required] The destination table of the link job.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
- "sourceUri": "A String", # [Required] URI of source table to link.<br>
+ "sourceUri": [ # [Required] URI of source table to link.<br>
+ "A String",<br>
+ ],<br>
},<br>
"query": { # [Pick one] Configures a query job.<br>
- "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.<br>
- "query": "A String", # [Required] BigQuery SQL query to execute.<br>
- "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.<br>
+ "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.<br>
+ "projectId": "A String", # [Optional] The ID of the container project.<br>
+ "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.<br>
+ },<br>
"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.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
- "defaultDataset": { # [Optional] Specifies the default dataset to assume for unqualified table names in the query.<br>
- "projectId": "A String", # [Optional] The ID of the container project.<br>
- "datasetId": "A String", # [Required] A unique ID for this dataset, without the project name.<br>
- },<br>
+ "priority": "A String", # [Experimental] Specifies a priority for the query. Default is INTERACTIVE. Alternative is BATCH, which may be subject to looser quota restrictions.<br>
+ "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.<br>
+ "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.<br>
+ "query": "A String", # [Required] BigQuery SQL query to execute.<br>
},<br>
"copy": { # [Pick one] Copies a table.<br>
"createDisposition": "A String", # [Optional] Whether or not to create a new table, if none exists.<br>
@@ -532,11 +570,13 @@
},<br>
"extract": { # [Pick one] Configures an extract job.<br>
"destinationUri": "A String", # [Required] The fully-qualified Google Cloud Storage URI where the extracted table should be written.<br>
+ "fieldDelimiter": "A String", # [Optional] Delimiter to use between fields in the exported data. Default is ','<br>
"sourceTable": { # [Required] A reference to the table being exported.<br>
"projectId": "A String", # [Required] ID of the project billed for storage of the table.<br>
"tableId": "A String", # [Required] ID of the table.<br>
"datasetId": "A String", # [Required] ID of the dataset containing the table.<br>
},<br>
+ "printHeader": True or False, # [Optional] Whether to print out a heder row in the results. Default is true.<br>
},<br>
"properties": { # [Optional] Properties providing extra details about how the job should be run. Not used for most jobs.<br>
},<br>
@@ -579,7 +619,11 @@
},<br>
}<br>
<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
projectId: string, Project ID of the project billed for the query (required)<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>