Skip to content

Commit fe82cbf

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were deleted: - schemas.CsvOptions.properties.null_marker.type (Total Keys: 1) - schemas.SparkLoggingInfo.properties.project_id.type (Total Keys: 1) - schemas.SparkLoggingInfo.properties.resource_type.type (Total Keys: 1) The following keys were added: - resources.datasets.methods.get.parameters.datasetView (Total Keys: 2) - schemas.AggregationThresholdPolicy (Total Keys: 6) - schemas.Argument.properties.isAggregate.type (Total Keys: 1) - schemas.CsvOptions.properties.nullMarker.type (Total Keys: 1) - schemas.Job.properties.jobCreationReason.type (Total Keys: 1) - schemas.JobCreationReason (Total Keys: 4) - schemas.PrivacyPolicy (Total Keys: 3) - schemas.QueryRequest.properties.jobCreationMode.type (Total Keys: 1) - schemas.QueryResponse.properties.jobCreationReason.type (Total Keys: 1) - schemas.QueryResponse.properties.queryId.type (Total Keys: 1) - schemas.Routine.properties.securityMode.type (Total Keys: 1) - schemas.SparkLoggingInfo.properties.projectId.type (Total Keys: 1) - schemas.SparkLoggingInfo.properties.resourceType.type (Total Keys: 1)
1 parent 7f7091d commit fe82cbf

File tree

6 files changed

+266
-119
lines changed

6 files changed

+266
-119
lines changed

docs/dyn/bigquery_v2.datasets.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2>Instance Methods</h2>
8181
<code><a href="#delete">delete(projectId, datasetId, deleteContents=None)</a></code></p>
8282
<p class="firstline">Deletes the dataset specified by the 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>
8383
<p class="toc_element">
84-
<code><a href="#get">get(projectId, datasetId)</a></code></p>
84+
<code><a href="#get">get(projectId, datasetId, datasetView=None)</a></code></p>
8585
<p class="firstline">Returns the dataset specified by datasetID.</p>
8686
<p class="toc_element">
8787
<code><a href="#insert">insert(projectId, body=None)</a></code></p>
@@ -116,12 +116,13 @@ <h3>Method Details</h3>
116116
</div>
117117

118118
<div class="method">
119-
<code class="details" id="get">get(projectId, datasetId)</code>
119+
<code class="details" id="get">get(projectId, datasetId, datasetView=None)</code>
120120
<pre>Returns the dataset specified by datasetID.
121121

122122
Args:
123123
projectId: string, Project ID of the requested dataset (required)
124124
datasetId: string, Dataset ID of the requested dataset (required)
125+
datasetView: string, Specifies the view that determines which dataset information is returned. By default, metadata and ACL information are returned. Allowed values: METADATA, ACL, FULL.
125126

126127
Returns:
127128
An object of the form:

0 commit comments

Comments
 (0)